/* @override http://stannahstairlifts.com/style/style.css */

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../back2.jpg);
	background-repeat: repeat-x;
	background-color:#777;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}
#cms_content {
    width: 700px;
}
#blog_content {
    width: 700px;
}


#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 819px;
	background-color:#fff;
	
}

#header {
	margin: 0px;
	padding: 0px;
}

#nav {
	margin: 0px;
	margin-left: -20px;
	margin-top: -5px;
	padding: 0px;
	color:#0a2638;
	text-align: left;
	font-size: 17px;
}

#nav ul li {
	display: inline;
	padding: 0px 7px 0px 1px;
	border-right: 1px solid #666;
}

#nav a{
	color:#0a2638;
	text-decoration: none;
}

#nav a:hover {
	color:#69C;
}

#content {
	margin: 0px;
	margin-top: -7px;
	padding: 10px 0px 10px 10px;
	background-color:#fff;
}

#box1{
	margin: 0px;
	margin-left: -8px;
	padding: 50px 15px 0px 140px;
	background-image:url(../images/box1.jpg);
	background-repeat: no-repeat;
	width: 113px;
	height: 128px;
	color:#000;
	float: left;
}

#box2{
	margin: 0px;
	margin-left: 5px;
	padding: 50px 15px 0px 140px;
	background-image:url(../images/box2.jpg);
	background-repeat: no-repeat;
	width: 113px;
	height: 128px;
	color:#000;
	float: left;
}

#box3{
	margin: 0px;
	margin-left: 5px;
	padding: 50px 15px 0px 140px;
	background-image:url(../images/box3.jpg);
	background-repeat: no-repeat;
	width: 113px;
	height: 128px;
	color:#000;
	float: left;
}

.more {
	color:#333;
	text-transform:uppercase;
}

.more a{
	color:#333;
	text-decoration: none;
}

.more a:hover {
	color:#1f498e;
}

#footer {
	margin: 0px;
	padding: 10px;
	text-align: right;
	font-size: 11px;
	color:#fff;
	background-color:#777;
}

#footer a{
	color:#fff;
	text-decoration: none;
}

#footer a:hover {
	color:#039;
}

h1{
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	font-size: 22px;
	color:#1f73a6;
}

h2{
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	font-size: 22px;
	color:#000;
}

h3{
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	font-size: 17px;
	color:#122c48;
}

a{
	color:#1f73a6;
	text-decoration: none;
}

a:hover {
	color:#036;
}

/* DEALER INQUIRY FORM */

#dealer-form {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dotted silver;
}

#locations {
	width: 200px;
	float: left;
	font-size: 14px;
	font-style: italic;
}

#locations ul {
	margin-left: 0;
}

#locations ul {
	padding-left: 0;
	margin-left: 25px;
}

#dealer-form form {
	width: 550px;
	float: right;
	background-color: #f2f2f2;
}

.hidden {
	display: none;
}

#dealer-form label {
	display: block;
	float: left;
	width: 160px;
	text-align: right;
	margin-right: 10px;
	padding-top: 8px;
}

#dealer-form form input, #dealer-form form textarea {
	color: #464646;
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 4px 5px;
	width: 300px;
	border: 1px solid silver;
}

#dealer-form input[type="submit"] {
	width: 85px;
	background-color: #0078bd;
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	margin-left: 400px;
}

#dealer-form input[type="submit"]:hover {
	background-color: black;
	cursor: pointer;
}

#dealer-form form input[name="Years"] {
	width: 35px;
}

.clear {
	clear: both;
}

/* Reviews */
p.blogPostTitle {
	color: #1f73a6;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 27px;
	margin: 15px 0px;
}
#blogPosted {
	display: none;
}
p.commentHeader, p.commentFormHeader {
	color: #122c48;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 21px;
	font-family: Tahoma,Geneva,sans-serif;
	margin: 17px 0px;	
}
.commentBlock {margin: 0px 0px 40px;}
.commentDetails {font-style: italic;}
.blogComments .commentTime {display:none;}
.commentBody {
	margin: 0px 0px 12px;
	font-size: 14px;
}
#commentBox {
	width: 400px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px
}
#recaptcha_image {
	border: 1px solid #000;
}
