@charset "UTF-8";
/* CSS Document */

html, body, h1, h2, h3, h4{
margin:0;
padding:0;
}

body{
background:#383838 url(images/bck.jpg) repeat-x top left;
margin:0;
height:100%;
width:100%;
font-family:Arial, Helvetica, sans-serif;
}

#container{
background:#fff;
width:860px;
margin:0 auto;
border-right:1px solid #7d7d7d;
border-left:1px solid #7d7d7d;
}

#header{
background:url(images/mtsMotocross.jpg) repeat-x;
width:860px;
height:160px;
position:relative;
z-index:3;
border-bottom:1px solid #7d7d7d;
}

#adHeader{
float:right;
margin:30px 0px 0 360px;
position:absolute;
z-index:9;
height:60px;
width:468px;
}

#espanol{
float:right;
margin:98px 35px 0 0;
color:#fff;
display:block;
text-decoration:none;
font-size:13px;
font-style:italic;
}

#linkUnit{
margin:13px auto;
width:728px;
height:15px;
}

/****************** Content *********************/

#content{
margin:5px 0 0 181px;
padding:0 10px 10px 10px;
}

#heading{
background:url(images/headBck.jpg) repeat-x;
font-size:25px;
color:#ccc;
text-align:center;
font-style:italic;
line-height:42px;
width:654px;
margin:0 0 10px 0;
}

h1{
color:#00074d;
font-size:26px;
margin:-2px 0 5px 0;
text-align:center;
}

#bikes{
margin:5px 0 -20px 0;
padding:0;
list-style:none;
height:635px;
}

#bikes li{
margin:5px 0 10px 0;
padding:0;
width:219px;
text-align:center;
float:left;
display:inline;
}

#bikes li a{
background:url(images/headBck.jpg) repeat-x;
width:214px;
display:block;
text-decoration:none;
color:#ccc;
font-size:18px;
}

#bikes li a:hover{
color:#0099CC;
}

#blurb{
width:295px;
float:right;
display:inline;
margin:0 0 0 5px;
}

p{
font-size:13px;
margin:2px 0 8px 0;
}

.imgRight{
float:right;
display:inline;
margin:0 0 5px 5px;
}

#over{
background:#fff;
width:150px;
height:50px;
position:absolute;	
z-index:9;
margin:8px 0 0 2px;
}

#footer{
background:#00074d;
width:860px;
clear:both;
margin:auto;
text-align:center;
line-height:50px;
height:50px;
color:#fff;
font-size:12px;
}

#footer a{
color:#fff;
text-decoration:none;
}

.links{
color:#000066;
font-size:15px;
text-decoration:none;
}

.links:hover{
text-decoration:underline;
}

.clear{
   clear:both;
   height:0px;
}