/* CSS for Ohio Marine */

body{
	margin:0px;
	padding:0px;
	border:0px;
	background-color: #c5dcf3;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/body_bg.png);
	background-repeat:repeat-x;
	color:#333333;
}

p{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	text-align:left;
	padding:0px;
	margin:10px;
}

p a:hover{
	text-decoration:underline;
}

a{
	text-decoration:none;
	color:#0066CC;
}

a:hover{
	color:#003366;
	text-decoration:none;
}

img{
	margin:0px;
	padding:0px;
	border:0px;
}

#Horn_Ford_Full_Page{
	position:relative;
	width:100%;
	margin:0px;
	padding:0px;
	border:0px;
}

#Horn_Ford_Container{
	position:relative;
	width:900px;
	text-align:center;
}

#Horn_Ford_Header{
	position:relative;
	background-image:url(images/header_bg.jpg);
	height:199px;
	width:900px;
}

#Logo{
	position:relative;
	width:226px;
	height:137px;
	background-image:url(images/large_logo.png);
	background-position:0px 0px;
	float:left;
}
#Logo:hover{
	background-position:0px -137px;
}
#Logo a span{
	display:block;
	height:100%;
	line-height:137px;
	width:100%;
	text-decoration:none;
}
#Logo a:hover span{
	text-decoration:none;
	cursor:pointer;
}

.Horizontal_Spacer{
	position:relative;
	clear:both;
	width:100%;
}

.Horizontal_Spacer2{
	position:relative;
	clear:both;
	width:880px;
	margin:0px 10px;
}

.Vertical_Spacer{
	position:relative;
	float:left;
}

#Page_Content{
	width:100%;
	position:relative;
	background-image:url(images/content_bg.png);
	background-position:0px 199px;
	background-repeat:no-repeat;
}

#Left_Side{
	width:710px;
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
}

#Right_Side{
	width:180px;
	position:relative;
	float:left;
	padding:0px 10px 0px 0px;
	margin:0px;
}

#Slideshow{
	position:relative;
	width:680px;
	height:270px;
	background-image:url(images/slideshow_bg.png);
	background-repeat:no-repeat;
	padding:0px 20px 20px 10px;
}


/*Navigation elements*/
#Navigation{
	position:relative;
	padding:0px;
	margin:0px;
	height:40px;
	text-align:center;
	width:100%;
	cursor:default;
}

.tab span{
	display:block;
	line-height:40px;
	height:100%;
	width:100%;
	text-decoration:none;
	text-align:center;
}
.tab span:hover{
	cursor:pointer;
	text-decoration:none;
}

#Auto_Tab{
	position:relative;
	width:100px;
	height:40px;
	background-image:url(images/auto_btn.png);
	background-position:0px 0px;
	float:left;
}

#Marine_Tab{
	position:relative;
	width:131px;
	height:40px;
	background-image:url(images/marine_btn.png);
	background-position:0px 0px;
	float:left;
}

#More_Tab{
	position:relative;
	width:107px;
	height:40px;
	background-image:url(images/more_btn.png);
	background-position:0px 0px;
	float:left;
}

#Auto_Subnav{
	width:900px;
	position:absolute;
	height:68px;
	left:0px;
	top:199px;
	display:none;
	background-image:url(images/auto_menu.png);
	background-position:0px 0px;
	z-index:20000;
}

#Marine_Subnav{
	width:900px;
	position:absolute;
	height:68px;
	left:0px;
	top:199px;
	display:none;
	background-image:url(images/marine_menu.png);
	background-position:0px 0px;
	z-index:20000;
}

#More_Subnav{
	width:900px;
	position:absolute;
	height:68px;
	left:0px;
	top:199px;
	display:none;
	background-image:url(images/more_menu.png);
	background-position:0px 0px;
	z-index:20000;
}

.btn a span{
	display:block;
	line-height:60px;
	height:100%;
	width:100%;
	text-decoration:none;
	text-align:center;
}
.btn a:hover span{
	cursor:pointer;
	text-decoration:none;
}

#New_Vehicles_Btn{
	width:178px;
	height:60px;
	float:left;
	background-image:url(images/auto_menu.png);
	background-position:-5px -72px;
}
#New_Vehicles_Btn:hover{
	background-position:-5px -140px;
}
#Used_Vehicles_Btn{
	width:178px;
	height:60px;
	float:left;
	background-image:url(images/auto_menu.png);
	background-position:-183px -72px;
}
#Used_Vehicles_Btn:hover{
	background-position:-183px -140px;
}
#Auto_Specials_Btn{
	width:178px;
	height:60px;
	float:left;
	background-image:url(images/auto_menu.png);
	background-position:-361px -72px;
}
#Auto_Specials_Btn:hover{
	background-position:-361px -140px;
}
#Auto_Service_Btn{
	width:178px;
	height:60px;
	float:left;
	background-image:url(images/auto_menu.png);
	background-position:-539px -72px;
}
#Auto_Service_Btn:hover{
	background-position:-539px -140px;
}
#Auto_Parts_Btn{
	width:178px;
	height:60px;
	float:left;
	background-image:url(images/auto_menu.png);
	background-position:-717px -72px;
}
#Auto_Parts_Btn:hover{
	background-position:-717px -140px;
}

#New_Boats_Btn{
	width:178px;
	height:60px;
	float:left;
	background-image:url(images/marine_menu.png);
	background-position:-5px -72px;
}
#New_Boats_Btn:hover{
	background-position:-5px -140px;
}
#Pre_Owned_Boats_Btn{
	width:178px;
	height:60px;
	float:left;
	background-image:url(images/marine_menu.png);
	background-position:-183px -72px;
}
#Pre_Owned_Boats_Btn:hover{
	background-position:-183px -140px;
}
#Marine_Specials_Btn{
	width:178px;
	height:60px;
	float:left;
	background-image:url(images/marine_menu.png);
	background-position:-361px -72px;
}
#Marine_Specials_Btn:hover{
	background-position:-361px -140px;
}
#Marine_Service_Btn{
	width:178px;
	height:60px;
	float:left;
	background-image:url(images/marine_menu.png);
	background-position:-539px -72px;
}
#Marine_Service_Btn:hover{
	background-position:-539px -140px;
}
#Marine_Parts_Btn{
	width:178px;
	height:60px;
	float:left;
	background-image:url(images/marine_menu.png);
	background-position:-717px -72px;
}
#Marine_Parts_Btn:hover{
	background-position:-717px -140px;
}

#Finance_Btn{
	width:178px;
	height:60px;
	float:left;
	background-image:url(images/more_menu.png);
	background-position:-5px -72px;
}
#Finance_Btn:hover{
	background-position:-5px -140px;
}
#About_Btn{
	width:178px;
	height:60px;
	float:left;
	background-image:url(images/more_menu.png);
	background-position:-183px -72px;
}
#About_Btn:hover{
	background-position:-183px -140px;
}
#Contact_Btn{
	width:178px;
	height:60px;
	float:left;
	background-image:url(images/more_menu.png);
	background-position:-361px -72px;
}
#Contact_Btn:hover{
	background-position:-361px -140px;
}
#Oil4Life_Btn{
	width:178px;
	height:60px;
	float:left;
	background-image:url(images/more_menu.png);
	background-position:-539px -72px;
}
#Oil4Life_Btn:hover{
	background-position:-539px -140px;
}
#Return_Home_Btn{
	width:178px;
	height:60px;
	float:left;
	background-image:url(images/more_menu.png);
	background-position:-717px -72px;
}
#Return_Home_Btn:hover{
	background-position:-717px -140px;
}
/*end navigation elements*/

h1{
	color:#006699;
	font-size:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:30px;
	padding:0px;
	margin:0px;
}

h3{
	color:#006699;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	padding:0px;
	margin:10px;
	text-align:left;
}

#Footer{
	position:relative;
	height:30px;
	line-height:30px;
	color:#FF6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:920px;
	float:left;
}

.footer_column{
	position:relative;
	width:33%;
	float:left;
}

.footer_column a{
	color:#FF6600;
	text-decoration:none;
}

.footer_column a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.form{
	position:relative;
	float:left;
	padding:5px;
	line-height:30px;
	font-size:12px;
	color:#FFFFFF;
	width:800px;
}
.form tr{
	height:30px;
}
.left_col{
	text-align:right;
	width:220px;
}
.right_col{
	text-align:left;
	width:550px;
}
.form2{
	position:relative;
	padding:5px;
	line-height:28px;
	font-size:12px;
	color:#333333;
	text-align:right;
}

.large_num{
	text-align:right;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#663333;
	line-height:18px;
	font-weight:bold;
	display:block;
	letter-spacing:1px;
}
.large_city{
	text-align:right;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#996666;
	line-height:16px;
	font-weight:bold;
	display:block;
	letter-spacing:1px;
}

#Quick_Links{
	position:relative;
	width:176px;
	height:127px;
	background-image:url(images/quicklinks_bg.png);
	border:2px solid #333333;
	padding:0px;
}
#Quick_Links a{
	color:#333333;
}

#Manu_Logos{
	position:relative;
	width:176px;
	background-color:#FFFFFF;
	border:2px solid #333333;
	padding:0px;
}

.manu_logo{
	background-image:url(images/manu_logos.png);
	width:176px;
}
.manu_logo a span{
	display:block;
	text-decoration:none;
	height:100%;
	line-height:inherit;
}
.manu_logo a:hover span{
	text-decoration:none;
	cursor:pointer;
}

#Ford_Logo{
	height:47px;
	line-height:47px;
	background-position:0px -1px;
}
#Ford_Logo:hover{
	background-position:-176px -1px;
}
#Mercury_Logo{
	line-height:61px;
	height:61px;
	background-position:0px -47px;
}
#Mercury_Logo:hover{
	background-position:-176px -47px;
}
#Rinker_Logo{
	line-height:64px;
	height:64px;
	background-position:0px -109px;
}
#Rinker_Logo:hover{
	background-position:-176px -109px;
}
#Sylvan_Logo{
	line-height:53px;
	height:53px;
	background-position:0px -171px;
}
#Sylvan_Logo:hover{
	background-position:-176px -171px;
}
#Smoker_Craft_Logo{
	line-height:70px;
	height:70px;
	background-position:0px -225px;
}
#Smoker_Craft_Logo:hover{
	background-position:-176px -225px;
}
#Yamaha_Logo{
	line-height:77px;
	height:77px;
	background-position:0px -293px;
}
#Yamaha_Logo:hover{
	background-position:-176px -293px;
}
#Mercruiser_Logo{
	line-height:35px;
	height:35px;
	background-position:0px -370px;
}
#Mercruiser_Logo:hover{
	background-position:-176px -370px;
}

#Footer{
	position:relative;
	height:29px;
	line-height:29px;
	color:#6699CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:880px;
	margin:0px 10px;
}

.footer_column{
	position:relative;
	width:33%;
	float:left;
}

.footer_column a{
	color:#3399CC;
	text-decoration:none;
}

.footer_column a:hover{
	color:#006699;
	text-decoration:underline;
}

.boat_inv{
	position:relative;
	width:726px;
	padding:10px 20px 10px 130px;
	height:426px;
	border:2px solid #333333;
	background-color:#FFFFFF;
	margin:0px 10px;
}

.vehicle_inv{
	position:relative;
	width:836px;
	padding:10px 20px;
	margin:0px 9px;
	height:426px;
	border:2px solid #333333;
	background-color:#FFFFFF;
}

.specials_post{
	position:relative;
	width:876px;
	margin:0px 10px;
	border:2px solid #333333;
	background-color:#FFFFFF;
	text-align:left;
}
.specials_post img{
	float:left;
	border:1px solid #000000;
	margin:4px 10px 4px 0px;
}

.service_table{
	position:relative;
	width:880px;
	padding:10px 20px;
	border:2px solid #333333;
	background-color:#FFFFFF;
	line-height:28px;
	margin:0px 10px;
	font-size:14px;
}
.left_col{
	text-align:right;
	width:300px;
	padding-right:20px;
}
.right_col{
	text-align:left;
	width:560px;
}

.left_col2{
	text-align:right;
	width:150px;
	padding-right:20px;
}
.right_col2{
	text-align:left;
	width:286px;
}
.form2{
	line-height:26px;
	font-size:12px;
	width:380px;
	text-align:right;
	float:right;
	padding:0px;
	margin:0px;
}
.form2 input{
	width:260px;
}