@charset "utf-8";
body {
	margin:0;
	height:100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px;
}
#header {
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
	height:240px;
	width:100%;
}
#header .wrapper {
	width:960px;
	height:226px;
	background-image: url(../images/header-overlay-alt.png);
	background-repeat: no-repeat;
}
#header #logo {
	float:left;
	margin-left: 20px;
	clear:none;
	margin-top:40px;
}
#header #menu {
	background-image: url(../images/menu-bg.png);
	width: 600px;
	height: 40px;
	background-repeat: no-repeat;
	position:relative;
	margin-top: 10px;
	margin-right: 20px;
	border:0;
	vertical-align: middle;
	text-align:center;
	float:right;
	clear:none;
	background-position: 50px;
}
#header #socialmenu {
	width: 22px;
	height: 22px;
	position:relative;
	margin-top: 5px;
	margin-right: 5px;
	text-align:right;
	border:0;
	vertical-align: middle;
	text-align:center;
	float:right;
	clear:none;
}
#header #menu img {
	padding:5px;
	margin-top:5px;
}
#footer .divider {
	background-image:url(../images/footer-divider.png);
	height:14px;
	backgrond-repeat: repeat-x;
}
#footer {
	clear:both;
	background-image:url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:140px;
}
#body {
	width:960px;
	clear:both;
}
#left {
	width:215px;
	float:left;
}
#center {
	width: 520px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}
#right {
	width:215px;
	float:left;
}
ul.wheels {
	margin:0;
	padding-left:2px;
}
ul.wheels li {
	background: url(../images/li-wheel.png) left center no-repeat;
	list-style-image: none;
	list-style-type: none;
	padding-left: 30px;
	margin:0;
	color:#000;
} 

/*  FONT STYLES */
.notification {
	color:#F00;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#234632;
}
h1, h2, h3, h4, h5, h6 {
	color:#561d0e;
}
a, a:visited, a:active {
	color:#234632;
}
a:hover {
	color:#623B31;
}
#footer, #footer a, #footer a:visited, #footer a:active {
	color:#FF0;
}
#left p {
	margin-left:5px;
	margin-right:5px;
}
#listing {
	-moz-box-shadow: 0 0 3px 3px #888;
	-webkit-box-shadow: 0 0 3px 3px#888;
	box-shadow: 0 0 3px 3px #888;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
	background-image:url(/images/listing-bg.png);
	background-repeat: repeat-y;	
	width: 250px;
	margin: 10px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
#listing ul li {
	line-height: 20px;
	font-size: 10pt;
}
.title {
	width:100%;
	height: 33px;
	background-image:url(/images/listing-header-bg.png);
	background-repeat: repeat-x;
	color:#fff;
	font-size:16pt;
	text-align:center;	
	padding-top:2px;
}
.price {
	background-color:#6c2816;
	width:100%;
	color:#fff;
	font-size:10pt;
	font-style:italic;
	text-align:center;	
}
table#listingfeatures {
	-moz-box-shadow: 0 0 3px 3px #888;
	-webkit-box-shadow: 0 0 3px 3px#888;
	box-shadow: 0 0 3px 3px #888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	width: 600px;
	float:left;
	border:0;
	color:#030;
	font-size:9pt;
	background-image: url(../images/listing-chart-bg.png);
	background-repeat: repeat-y;
}
table#listingfeatures tr {
	height: 30px;
}
.listingnote {
	font-size:8pt;
	margin-left: 20px;
}
.comingsoon {
	font-size:6pt;
}
table#signup {
	margin: auto;
	width: 600px;
	font-size: 8pt;
}
table#signup input.input, table#signup select, table#signup input, input {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;	
	padding:2px;
}
input, select, textarea {
	font-size:9pt;
	color:#030;
	font-family:Arial, Helvetica, sans-serif;
}
#right .login {
	width:190px;
	padding-left:10px;
	text-align:right;
}
#right p {
	margin-left:10px;
}
p.small {
	font-size:8pt;
	color:#900;
}
#footer a, #footer a:visited, #footer a:active {
	color:#FF0;
}
.headlinetd {
	background-color:#66A380;
}
.footlinetd {
	background-color:#B17C6E;
}
/* FAQ Styles */
/* Accordion FAQ */
.accToggler{
	margin: 3px auto;
	padding: 3px;
	width: 600px;
	background: #acc95f;
	color: #f4f4f4;
	border: 1px solid #fff;
	cursor: pointer;
}
.accContent{
	margin: 0px auto;
	width: 600px;
}