@charset "UTF-8";
/* Santana Electric, created November 2009 */

/* Layout */

body {
	background: url(img/bg_main.png) top left repeat-x #eae0c1;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
#header {
	width: 950px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
}
#nav {
	width: 910px;
	height: 60px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(img/bg_nav.png) top left no-repeat;
}
#navSep {
	width: 950px;
	height: 10px;
	margin: 0 auto;
	padding: 0;
	background: url(img/bg_navSep.png) top left no-repeat;
}
#content {
	width: 900px;
	min-height: 500px;
	margin: 0 auto;
	padding: 0 25px;
	background: url(img/bg_content.png) top left repeat-y;
}
#footer {
	width: 875px;
	height: auto;
	margin: 0 auto;
	padding: 15px 25px 0 50px;
	background: url(img/bg_footer.png) top left no-repeat;
}
#contentMain {
	width: 550px;
	height: auto;
	margin: 0 325px 0 0;
	padding: 15px 0 10px 25px;
}
#testimonials{
	width: 520px;
	height: auto;
	padding: 15px 15px 0;
	background:#9eadbb;
	color:#FFF;
	font-size:14px;
	margin: 5px 0 0;
}
#icons{
	width: 520px;
	height: auto;
	padding: 0 auto;
	margin: 30px 0 0;
}
#sidebar {
	width: 275px;
	height: auto;
	margin: 0;
	padding: 15px 25px 10px;
	float: right;
}
#sidebx {
	width: 275px;
	height: auto;
}
#sidetest {
	width: 235px;
	min-height: 140px;
	margin: 0;
	padding: 25px 20px 35px;
	background: url(img/side/bg_test.png) top left no-repeat;
	color:#FFF;
	font-size: 14px;
}
#coupon {
	width: 500px;
	height: 250px;
	margin: 30px auto 0px;
	padding: 0;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}

/* Navigation */

#nav ul {
	padding: 0;
	list-style: none;
	margin: 0;	
}

#nav li {
    float: left;
    margin: 0;
    padding: 0;
}
#nav li a {
	height: 60px;
	line-height: 60px;
	float: left;
	width: auto;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0 18px;
	background: url(img/bg_navLink.png) top right no-repeat;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	overflow: auto;
}
#nav li a:hover {
	color: #eae0c1;
	background: url(img/bg_navLink.png) top right no-repeat;
}
#nav #end {
	color: #ff0000;
}
#nav #end a{
	background: none;
}


/* Sidebar */


/* Text */

h1{
	font-size: 20px;
	margin: 10px 0 20px;
	color: #1c3d5f;
}
h2{
	font-size: 16px;
	margin: 0 0 5px;
	color: #ae9225;
}
h3 {
	font-size: 14px;
	margin: 0 0 5px;
	color: #1c3d5f;
	font-style:italic;
	font-weight:400;
}
h4{
	margin-top: 0;
}
p.top{
	margin-top: 0;
}
ul{
	list-style-image: url(img/arrow.jpg);
	line-height: 24px;
}

/* Links */

a:link {
	color: #37597b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #37597b;
}
a:hover {
	text-decoration: underline;
	color: #233e5a;
}
a:active {
	text-decoration: none;
	color: #37597b;
}

/* Tables */


/* Images */

img {
	border: none;
	margin: 0;
	padding: 0;
}
img.floatLeft {
	float: left;
	margin: 0 15px 0 0 ;
}
img.floaRight {
	float: right;
	margin: 0 0 0 15px;
}

/* Forms */

form span {
	background: url(img/bg_inputTop.png) top left no-repeat;
	display: block;
	overflow: hidden;
	width: 220px;
}
.input {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background: url(img/bg_inputBtm.png) right bottom no-repeat;
	border: none;
	display: block;
	float: left;
	line-height: 15px;
	margin: 0;
	padding: 10px;
	width: 200px;
	height: 15px;
}
.inputTxtArea {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(img/bg_inputBtm.png) right bottom no-repeat;
	color: #333;
	border: none;
	display: block;
	float: left;
	line-height: 15px;
	margin: 0;
	padding: 10px;
	width: 200px;
	height: 150px;
}
.submit_button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	height: 25px;
	width: 85px;
	cursor: default;
	border: none;
	background: url(img/submit_btn.png) no-repeat;
}
.submit_button:hover {
	color: #042e53;
	background: url(img/submit_btnB.png) no-repeat;
}
.print_button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	height: 25px;
	width: 100px;
	cursor: default;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(img/print_btn.png);
	background-repeat: no-repeat;
}

