#pagewidth{
width: 1000px;
margin: 0 auto;
border: 1px solid #ccc;
}

/*start header*/ 
#header{
 position:relative; 
 height:210px; 
 background: #66cbeb url(../images/bg_header.jpg) 50% 100%  repeat-x;
 width:1000px;
} 

#topline {
background: url(../images/topline.gif) 50% 50% no-repeat;
position: relative;
top: 4px;
width: 1000px;
height: 32px;
}

.block1 {
float: left;
color: #FFFFFF;
margin: 10px 0 0 20px;
font-size: 11px;
}

.block2 {
float: right;
color: #FFFFFF;
margin: 10px 20px 0 0;
text-transform: uppercase;
font-size: 12px;
}

.carlogo {
background: url(../images/car_logo.png) no-repeat;
width: 655px;
height: 193px;
position: absolute;
left: 325px;
top: 43px;
z-index: 1;
}
/*end header*/

/*start left menu*/
#leftcol{
width:309px;
height: 575px;
float:left; 
position:relative;
background: url(../images/bg_leftcol.jpg);
}

.menu {
list-style-type: none;
margin: 18px 0 0 55px;
}

.menu a {
color: #000;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
line-height: 11px;
}


.menu a:hover {
color: #fff;
}

a.mainlevel#active_menu {
color: #fff;
text-decoration: none;
}


.news {
width: 225px;
margin: 35px 0 0 55px;
}

.news ul {
list-style-type: none;
margin: 0;
}

.news li {
margin: 0 0 15px 0;
}

.news h3 {
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
margin: 0 0 10px 0;
}

.news h4 {
font-weight: bold;
font-size: 11px;
color: #fff;
margin: 0;
}

.news p {
font-size: 11px;
color: #fff;
margin: 0;
}

.news a {
font-size: 11px;
color: #fff;
}

.news a:hover {
text-decoration: none;
}

.video {
width: 225px;
height: 169px;

}

.video span {
color: #fff;
}
/*end left menu*/

#maincol{
background: #FFFFFF url(../images/bg_main.jpg);
 float: left; 
 display:inline; 
 position: relative; 
 width:691px;
 height: 575px;
 z-index: 2;
 }

#maincol h1 {
font-size: 12px;
font-weight: bold;
margin: 40px 0 0 20px;
}

.content {
overflow-y: scroll;
margin: 10px 0 0 20px;
height: 443px;
}

.picture {
width: 530px;
margin: 33px 0 0 20px;
border-top: 1px dotted #000000;

}

.picture img {
margin: 10px 10px 0 0;
}

/*start footer*/
#footer{
width: 1000px;
height: 38px;
border-top: 1px solid #870000;
border-bottom: 1px solid #870000;
background: #cc0000;
position: relative;
clear:both;
} 

.bg {
background: url(../images/bg_footer.png);
position: absolute;
left: 855px;
top: -91px;
width: 145px;
height: 130px;
}

p.copyright {
color: #fff;
font-size: 11px;
line-height: 35px;
margin: 0 0 0 87px;
}
 
/*end footer*/
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


h1,.componentheading {
font:;
color:;
font-size:1.5em;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:1em 0;  
padding: 19px 0px 0px 0px;
background:;
}

h2,.contentheading,a.contentheading:link,a.contentheading:visited,
.contentpagetitle,a.contentpagetitle:link,a.contentpagetitle:visited {
font:;
color:;
font-size:;
font-family:;
font-style:;
font-weight:;
text-align:;
margin:1em 0;  
padding: 19px 0px 0px 0px;
background:;
}
