@charset "utf-8";
/* CSS Document */
/* Created by Shayne Moore */

/* Main */
body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	background-color:#ebeced;
	font-size:14px;
}
p {
}
a {
	color:#f7931e;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:36px;
	color:#f7931e;
}
h2 {
	font-size:30px;
	color:#f7931e;
	font-weight:bold;
}
h3 {
	font-size:30px;
	color:#8cc63f;
	font-weight:bold;
	
}
h4 {
	font-size:30px;
	color:#8cc7ed;
	font-weight:bold;
}
h5 {
	font-size:24px;
	color:#f7931e;
	margin-bottom:5px;
}
h6 {
	font-size:14px;
	color:#f7931e;
	margin-bottom:5px;
}
hr {
	color:#f7931e;
	width:100%;
	background-color: #f7931e;
	height:2px;
	border:none;
}
table, td {
    border-color: #f7931e;
    border-style: solid;
}
table {
    border-width: 1px 3px 3px 1px;
}
td {
    margin: 0;
    padding: 10px;
	border-width: 0 0 0 0;
}
#searchBar {
	height: 45px;
	width: 369px;
}

.textField {
	margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:12px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px;
}

blockquote{
	margin: 15px 0px 15px 5px;
	padding-right: 10px;
	background: url(../images/quoteclose.gif) no-repeat bottom right;
}
		
blockquote p{
	font:normal 12px/21px Georgia, Sans-serif;
	background: url(../images/quoteopen.gif) no-repeat top left;
	padding-left: 30px;
	font-style:italic;
}
#faq blockquote{
	margin: 15px 0px 15px 5px;
	padding-right: 10px;
	background: no-repeat bottom right;
}
#faq blockquote p{
	font:normal 12px/21px Georgia, Sans-serif;
	background: url(../images/answer.png) no-repeat top left;
	padding-left: 40px;
	font-style:italic;
}


/* Layout */
#wrap {
	width: 1024px;
	margin:auto;
}
#header {
	height: 106px;
	width: 100%;
	background-image:url(../images/header.png);
	background-position: top right;
	background-repeat:no-repeat;
}
#flashBanner {
	height: 300px;
	width: 100%;
}
#navBar {
	height: 43px;
	width: 100%;
	background-image:url(../images/linkBG.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFF;
}
#main {
	width: 100%;
	min-height:500px;
	background-color:#FFF;
	padding-top:30px;
	padding-bottom:30px;
	overflow:auto;
}
#brands {
	height: 103px;
	width: 100%;
}
#footer {
	height: 100px;
	width: 100%;
	text-align:center;
	margin-top:20px;
	font-size:10px;
	color:#58585a;
}
.inputboxSearch {
width: 269px;
background: url(../images/searchBG.png) no-repeat left;
height:45px;
font-size:25px;
border:none;
text-indent:10px;
padding-top:15px;
}


/* Home */
#homeLeft {
	width:498px;
	float:left;
	min-height:500px;
	padding-left:52px;
	margin-right:52px;
}
#homeRight {
	float:left;
	min-height:500px;
	width:369px;
	margin-right:52px;
}
#gallery {
	float:left;
	width:867px;
	padding-left:52px;
	margin-right:52px;
}
#gallery img {
	margin-right:20px;
}
#oneColumn {
	float:left;
	width:867px;
	padding-left:52px;
	margin-right:52px;
}
#contact {
	width:300px;
}

/* Awards */
#awards img {
	border:none;
	margin:20px;
}