/* GENERAL */
body {
	background:#1e2025 URL('images/auto.jpg') no-repeat center top;
}
.wrapper {
	width:965px;
	margin:0 auto;
	position:relative;
	display:block;
}
a:link, a:visited {
	color:#316594;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#222;
	text-decoration:underline;
}	


/* HEADER */
.header {
//	background: #6B94B4;
//	background: -moz-linear-gradient(top, #6B94B4 0%, #316594 100%);
//	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B94B4), color-stop(100%,#316594)); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6B94B4', endColorstr='#316594',GradientType=0 );
	height:400px;
//	border-bottom:#2B5780 1px solid;
}

/* HEADER: breadcrumbs */
header .breadcrumbs {
	text-shadow: 1px 1px 0px rgba(255,255,255,.5);
	border-top:#FFF 1px solid;
	border-bottom:#ccc 1px solid;
	font-size:11px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	color:#666;
	text-transform:uppercase;
	width:100%;
	background: #eee;
	background: -moz-linear-gradient(top, #EDEDED 0%, #D5D5D5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDEDED), color-stop(100%,#D5D5D5));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#D5D5D5',GradientType=0 ); 
}
header .breadcrumbs a:link, 
header .breadcrumbs a:visited {
	color:#666;
	text-decoration:underline;
}
header .breadcrumbs a:focus, 
header .breadcrumbs a:hover {
	color:#316594;
	text-decoration:underline;
}
#index header .breadcrumbs {
	display:none; /* no reason to have breadcrumbs on homepage */
} 

/* HEADER: logo */
header #logo {
	position:absolute;
	top:0px;
	left:0;
	font-size:35px;
	white-space:nowrap;
	color:#fff;
	font-family: 'Yanone Kaffeesatz', arial, helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow: 1px 1px 0px rgba(0,0,0, .4);
}
header #logo:link, 
header #logo:visited, 
header #logo:hover, 
header #logo:focus {
	text-decoration:none;
}

/* HEADER: navigation */
header nav {
	position:absolute;
	top:30px;
	right:0;
	text-shadow: 1px 1px 0px rgba(0,0,0, .3);
}
header nav ul {
	list-style:none;	
	float:right;
}	
header nav li {
	display:block;
	float:left;
	margin:0 0 0 10px;
}
header nav li a {
	display:block;
	font-size:13px;
	padding:5px 15px;
	text-transform:uppercase;
	font-weight:bold;
}
header nav li a:link, 
header nav li a:visited {
	color:#eee;
	text-decoration:none;
}	
header nav li a:hover, 
header nav li a:focus {
	color:#FFF;
	text-decoration:none;
}
header nav li.current a {
	color:#FFF;
	background:#7096B6;
	background:rgba(255,255,255,.2);
	text-decoration:none;
	border-radius:40px;
	-moz-border-radius:40px;
	-khtml-border-radius:40px;
	-webkit-border-radius:40px;
}


/* BODY CONTENT */


article {
  	
}


article h1 {
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	margin:25px 0 10px 0;
	padding:0px;
	color: #ccff00;
	font-weight: normal;
	font-size:24px;
	text-transform:uppercase;
	
	-moz-text-shadow: 1px 2px 2px #000;
	-webkit-text-shadow: 1px 2px 2px #000;
	text-shadow: 1px 2px 2px #000;
}

article section {
  	font-family: 'Open Sans', arial, helvetica, sans-serif;
	color: #FFFFFF;
}

article section p 
{
	font-size:12px;
	margin:0 0 20px 0;
}

article section p.telnote
{
	font-size:16px;
	margin:0 0 10px 20px;
}

article section p.tel
{
	font-size:28px;
	margin:0 0 10px 20px;
}

article section p.email a 
{
	font-size:20px;
	margin:0 0 10px 20px;
	color:#FFF;
}

article section p.email a:hover
{
	color:#ccff00;
}

article section p.map 
{
	margin:0px 0 0px 0;

}


article section address
{
	font-size:14px;
	margin:0 0 20px 0;
}

article section ul, 
article section ol {
	font-size:16px;
	list-style-image:URL('images/check.png');   
	margin:0 0px 0px 24px;

}
article section ul li, 
article section ol li {
    margin:5px 0px 0px 0px;
}	
article section ul ul, 
article section ol ol,
article section ul ol, 
article section ol ul {
	margin:0 0 0 25px;
}

article img {
    margin:0px 8px 8px 0;
	vertical-align: top;
}

article iframe {
    border: none;
}

/* BAR */

aside {
	float:left;
	width:305px;
	margin: 0 15px 0 0;	
//	border: 1px solid red;
	
}


/* FOOTER */
footer {
	padding:5px 0;
//	text-shadow: 1px 1px 0px rgba(255,255,255,.8);
	color:#FFFFFF;
	font-size:12px;
}
footer .left {
	float:left;
	width:40%;
	text-align:left;
}
footer .right {
	float:right;
	width:60%;
	text-align:right;
	margin: 0 15px 0 0;
}
footer a:link, footer a:visited {
	color: #ccff00;;
	text-decoration:none;
}
footer a:hover, footer a:focus {
	color:#555;
	text-decoration:underline;
}
