body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#888;
	margin:0;
	background:url(../images/body.jpg) top repeat-x #121212;
	background-attachment:fixed;
}

* {
	margin:0;
	padding:0;
}

#wrapper1 {
	background:#1e1e1e;
	padding:0 10px 10px 10px;
	width:760px;
	margin:0 auto;
}

#wrapper2 {
	width:740px;
	background:url(../images/wrapper2.jpg) bottom repeat-x #fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:0 10px 10px 10px;
}

#nav {
	float:right;
	border:none;
	padding:0;
	margin:0;
}

#nav li {
	float:left;
	list-style:none;
	margin:0 4px 0 0;
	padding:0;
}

#nav li a {
	display:block;
	padding:40px 10px 15px 10px;
	background:#fff;
	color:#444;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 1px 0 0;
}
#nav li a:hover {
	background:url(../images/nav_a_hover.jpg) top center no-repeat #ff6731;
	color:#fff;
	border-bottom: 6px solid #ff6731;
}

#nav li a.active {
background:url(../images/nav_a_hover.jpg) top center no-repeat #ff6731;
color:#fff;
border-bottom: 6px solid #ff6731;
}

#header h1 {
	font:2.7em Arial;
	letter-spacing:-1px;
	color:#222;
	float:left;
	padding:30px 20px 14px 78px;
	background:url(../images/h1.jpg) left bottom no-repeat;
}
#header h1 a {
	color:#619aff;
	text-decoration:none;
	border:none;
}
#header h1 a:hover {
	color:#ff6731;
}
#header h1 span {
	font-size:.8em;
	color:#ccc;
	text-transform:uppercase;
}

#container {
	clear: both;
}

p.description {
	background:url(../images/description.jpg) right bottom no-repeat #005A97;
	padding:0 10px 40px 10px;
	color:#fff;
	font-size:1.5em;
	line-height:25px;
	border-top:4px solid #ff6731;
}
p.description a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #8CD1FF;
}
p.description a:hover {
	border-bottom:1px solid #8CD1FF;
}

#sidebar {	
	width:230px;
	float:right;
	background:url(../images/sidebar.gif) top right no-repeat #fff;
	padding:10px 20px 10px 10px;
	margin:-30px 0 0 0;
	position: relative;
	z-index: 3;
}

#photodiv {
z-index: 2;
position: relative;
border-top:2px solid #ff6731;
width: 740px;
height: 189px;
background-repeat: no-repeat;
}

#photodiv img {
padding: 0;
margin: 0;
width: 740px;
height: 189px;
}

#content {
	margin:0 260px 0 5px;
	padding:10px 20px 0 0;
	background:url(../images/content.jpg) top right no-repeat;
	color: #666666;
}

#content h2 {
	font:2.2em Arial;
	color:#121212;
	letter-spacing:-1px;
	margin:10px 0;
	border-bottom:2px solid #eee;
	background:url(../images/h2.jpg) bottom left no-repeat;
	clear:left;
}
#content h2 a {
	color:#121212;
	text-decoration:none;
}
#content p {
	margin:15px 0;
	font-size:130%;
	line-height:21px;
	color: #666666;
}
ol.subnav {
	margin:-10px 0 0 -5px;
	padding:0;
}
ol.subnav li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ol.subnav a {
	font-weight:bold;
	color:#555;
	border-top:2px solid #fff;
	display:block;
	padding:5px;
	text-decoration:none;
	margin:0 5px 0 0;
	border-bottom:none;
	
}
ol.subnav a:hover {
	border-top:2px solid #ff6731;
	color:#619aff;
	border-bottom:none;
}

ol.subnav a.active {
	border-top:2px solid #ff6731;
	color:#619aff;
	border-bottom:none;
}

#sidebar h2 {
	color:#333;
	margin:10px 0;
	font-size:1.3em;
}

p.news, .news {
	background:#f4f4f4;
	padding:10px;
	margin:0 0 10px 0;
	text-align: center;
	/*border-left:5px solid #f0f0f0;*/
}

p.news a.more {
	display:block;
	color:#333;
	text-decoration:none;
	text-align:right;
	border:none;
}

#sidebar ul {
	list-style:none;
	border-top:1px solid #eee;
	border:none;
	padding:0;
	margin:0;
}
#sidebar ul li {
	border-bottom:1px solid #eee;
	padding:5px;
	margin:0;
}
#sidebar ul li a {
	color:#0066dd;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#ff6731;
}

input {
	padding:5px;
	border:1px solid #eee;
	color:#555;
	width:220px;
}

input.button {
width: 75px;
}

#content h3 {
	font:1.8em Trebuchet MS;
	color:#555;
	margin:10px 0;
}
blockquote {
	padding:0 0 0 10px;
	border-left:5px solid #eee;
}

ul {	
	margin:10px 10px 10px 0;
	padding:0 0 0 15px;
	border:1px solid #eee;
}
li {
	margin:0 0 0 10px;
	padding:5px;
}
#content img {
	padding:5px;
	border:1px solid #eee;
}
 a {
	color:#222;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
}
 a:hover {
	border-bottom:1px solid #ccc;
}
#footer {
	text-align:center;
	border-top:2px solid #000;
	padding:10px;
	margin:30px 0 0 0;
	color:#ccc;
	width:760px;
	margin:0 auto;
}
#footer a {
	color:#eee;
}

.inner{
margin-left: 20px;
}

#content ol {
margin-left: 5px;
font-size: 110%;
}

td.bluebg {
background-color: #7CABFF;
text-align: center;
}

tr.greybg {
background-color: #DFDFDF;
text-align: center;
font-size: 12px;
}

tr.greybglite {
background-color: #EFEFEF;
text-align: center;
font-size: 12px;
}

p.centered {
text-align: center;
}

#gotop {
font-size: 9px;
padding-top: 3px;
}

#gotop2 {
font-size: 9px;
padding-bottom: 3px;
margin-top: -3px;
}

.floatleft {
float: left;
margin-right: 10px;
}

.orange {
color: #FF6731;
}

#scroll {
color: #fff;
}

span.instantquote {
font-size: 16px;
}

span.total {
font-size: 18px;
color: #FF6731;
}

span.totallg {
font-size: 18px;
font-weight: bold;
}

.carimage img, .carimage a{
border: 0;
padding: 0;
margin: 0;
text-align: center;
}

.error {
font-size: 12px;
color: #FF0000;
}

#emailfield {
background-color: #FF9933;
}


/*CSS for the scrollers*/

#pscroller1{
width: 220px;
height: 100px;
padding: 0 5px 0 5px;
background-color: lightyellow;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{

}