@charset "UTF-8";
/* Fran Johnson's, created June 2010 */

/* Layout */

body {
	background: url(img/bg_main.png) repeat-x top right #adc1ab;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#header {
	width: 950px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}
#logoTop {
	width: 150px;
	height: inherit;
	margin: 0;
	padding: 0;
	float: left;
}
#banner {
	width: 950px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
}
#containerMain {
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: url(img/bg_content.png) repeat-y;
}
#contentHome {
	width: 585px;
	height: auto;
	margin: 0 300px 0 0;
	padding: 0 20px 0 45px;
}
#contentHomeFtr {
	width: 860px;
	height: auto;
	margin: 0 auto;
	padding: 10px 45px;
}
#brands {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	padding: 10px 25px 0 25px;
	background: url(img/bg_content.png) repeat-y;
}
#footer {
	width: 860px;
	min-height: 25px;
	margin: 0 auto;
	padding: 20px 45px 0 45px;
	background: url(img/bg_footer.png) no-repeat top right;
	font-size: 10px;
	color: #666;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/* Navigation */

#nav {
	width: 800px;
	height: 50px;
	margin: 0 0 0 150px;
}
#nav ul {
	padding: 0;
	list-style:none;
	margin: 0;	
}
#nav li {
    margin: 0;
    padding:0;
}
#nav li a {
	height: 50px;
	line-height: 50px;
	float: left;
	width: auto;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 0 25px;
	margin: 0;
	background: url(img/bg_nav.png) no-repeat top right;
}
#nav li a:hover {
	background: url(img/bg_nav_hover.png) no-repeat top right;
}

/* Forms */

form span {
	background: url(img/bg_formTop.png) top left no-repeat;
	display: block;
	overflow: hidden;
	width: 400px;
}
form span.small {
	background: url(img/bg_formTopSmall.png) top left no-repeat;
	display: block;
	overflow: hidden;
	width: 200px;
}
.input {
	font: 12px Verdana, Geneva, sans-serif;
	color: #333;
	background: url(img/bg_formBtm.png) right bottom no-repeat;
	border: none;
	display: block;
	float: left;
	line-height: 15px;
	margin: 0;
	padding: 10px;
	width: 380px;
	height: 15px;
}
.inputSmall {
	font: 12px Verdana, Geneva, sans-serif;
	color: #333;
	background: url(img/bg_formBtmSmall.png) right bottom no-repeat;
	border: none;
	display: block;
	float: left;
	line-height: 15px;
	margin: 0;
	padding: 10px;
	width: 180px;
	height: 15px;
}
.inputTxtArea {
	font: 12px Verdana, Geneva, sans-serif;
	background: url(img/bg_formBtm.png) right bottom no-repeat;
	color: #333;
	border: none;
	display: block;
	float: left;
	line-height: 15px;
	margin: 0;
	padding: 10px;
	width: 380px;
	height: 150px;
}
.submit_button {
	font-family: Verdana, Geneva, sans-serif;
	background: url(img/bg_btn.png) no-repeat scroll left top transparent;
	border: medium none;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	text-shadow: 0 -1px #222;
	width: 125px;
	padding-bottom: 2px;
	margin-bottom: 15px;
}

/* Sidebar */

#sidebar {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}
#sidebarHome {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}
.sidebar {
	width: 210px;
	min-height: 200px;
	margin: 0;
	padding: 0 45px 25px 45px;
	background: url(img/bg_sidebar.png) no-repeat bottom right;
}
.pad {
	padding-top: 10px;
}

/* Text */

h1{
	font-size: 18px;
	color: #2c96b9;
	margin-top: 0;
	text-transform: none;
	vertical-align: text-top;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2{
	font-size: 12px;
	color: #95a54c;
	margin: 0 0 10px 0;
	text-transform: none;
	vertical-align: text-top;
}
em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
p {
	margin: 0 0 10px 0;
}
ul.arrow{
	list-style-image: url(img/list_arrow.jpg);
	line-height: 20px;
}
ul.bullet{
	list-style-image: url(img/list_bullet.jpg);
	line-height: 20px;
}

/*  Links  */

a:link {
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #2c96b9;
}
a:visited {
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #999;
}
a:hover {
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #fff;
	background-color: #2c96b9;
}
a:active {
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #2c96b9;
}
.footer {
	font-size: 10px;
	color: #666;
}
a.footer:link {
	text-decoration: underline;
	color: #666;
}
a.footer:hover {
	text-decoration: none;
	color: #fff;
	background-color: #859b83;
}

/* Images */

img {
    border: none;
}
img.floatLeft {
	float: left;
	margin: 0 10px 0 0 ;
}

img.floaRight {
	float: right;
	margin: 0px ;
}
