/* CSS Document */

body{
margin:0;
padding:0;
background:#000000;
}

div{
background:transparent;
}

div.clear{
clear:both;
}

div.shadow{
width:869px; 
background-image:url(img/shadow.gif);
background-repeat: repeat-y; 
margin:auto;
height:100%;
}

div.cont{
width:845px; 
margin:auto;
background:#fff;
}

div.header_left{
float:left;
width:363px;
height:172px;
background-image:url(img/logo.jpg);
}

div.header_right{
float:left;
width:482px;
height:172px;
background-image:url(img/gatorz.jpg);
}

a{
color: #C1BEC5;
text-decoration:none;
}

a:hover{
color: #C1BEC5;
text-decoration:underline;
}


div.menu{
font-family:Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#C1BEC5;
vertical-align:middle;
padding:2px;
padding-left:8px;
padding-right:7px;
padding-top:9px;
text-decoration:none;
background-image:url(img/menu_bg.jpg); 
float:left; 
height:17px
}


div.dot{
float:left; 
width:19px; 
height:27px; 
background:url(img/dot.jpg);
}

div.menu_rigth{
background:url(img/menu_right.jpg);
width:8px; 
height:27px; 
background-repeat:no-repeat; 
float:right;
}

div.menu_sh_left{
background:url(img/menu_shadow.jpg); 
background-repeat:no-repeat;
width:7px; 
height:9px; 
float:left;
}

div.menu_sh_right{
background:url(img/menu_shadow_2.jpg); 
background-repeat:no-repeat; 
width:7px;
height:9px; 
float:left;
}

div.menu_bg{
background:url(img/menu_shadow_bg.jpg); 
background-repeat:repeat-x; 
width:831px;
height:9px; 
float:left;
}

div.menu_top{
background:url(img/menu_bg.jpg); 
background-repeat:repeat; 
width:100%;
float:right;
}

div.dealer{
font-family:Helvetica, sans-serif;
font-size:24px;
color:#898F92;
padding-top:36px;
/*padding-left:68px;*/
}

div.text{
font-family:Helvetica, sans-serif;
font-size:15px;
color:#A7ABAD;
font-weight:bold;
padding-top:33px;
/*padding-left:136px;*/
}

input{
border:1px solid #A7ABAD;
/*width:100px;
margin-left:235px;
margin-top:33px;*/
}

div.truray{
padding-top:5px;
padding-left:68px;
}

div.slide{
margin:auto; 
width:715px; 
height:142px; 
border:1px solid #565656;
}

div.footer{
width:600px; 
margin:auto; 
text-align:center;
font-family:Helvetica, sans-serif;
font-size:11px;
color:#9E4E54;
padding-top:20px;
}

div.footer a{
font-family:Helvetica, sans-serif;
font-size:11px;
/*color:#015C84;*/
}


div.bottom_left{
float:left; 
background:url(img/corner_left.jpg); 
width:28px; 
height:24px;
}

div.bottom_bg{
float:left; 
background:url(img/bottom_bg.jpg); 
height:28px; 
width:813px;
background-repeat:repeat-x;
}

div.bottom_right{
float:left;
background:url(img/corner_right.jpg); 
width:28px; 
height:24px;
}

.go_button{
background:url(img/go_btn.jpg);
height:24px; 
width:43px;
border: 0;

}