﻿html, body {
		text-align:center;
		background-color:#000000;
		margin: 0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		}
		
	.MenuCss
	{
		background-image:url(../../images/menu-bg.jpg);
		background-position:center;
		background-repeat: no-repeat;
		font-size:12px;
		width: 180px;
		color:#000000;
		font-weight:bold;
	}
	.SubMenu
	{
		font-size:12px;
		background-color:White; 
		border-color:Black; 
		border-width:1px; 
		border-style:solid; 
		font-weight:bold; 
		color:Red;
	}
	.SubMenuHover
	{
		font-size:12px;
		background-color:black; 
		border-color:Black; 
		border-width:1px; 
		border-style:solid; 
		font-weight:bold; 
		color:Red;
	}
	.footerMenu
	{
		color:White;
		text-decoration:underline;
	}
	.footerMenuHover
	{
		color:#990000;
		text-decoration:underline;
	}
	#fmfooter
	{
	    text-decoration:none;
	    color:#FFFFFF;
	}
	#fmfooter a:link{
	    color:#FFFFFF;
	    text-decoration:none;
    }
    #fmfooter a:visited{
	        color:#FFFFFF;
	        text-decoration:none;
    }
    #fmfooter a:hover{
	    color:#FFFFFF;
	    text-decoration:underline;
    }
    #fmfooter a:active{
	    color:#FFFFFF;
	    text-decoration:none;
    }
	#frame {
		width:780px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding-top:0px;
		text-align:left;
		background-image:url(../../images/site-background.jpg);
		background-repeat:repeat-y;
		top: 0px;
		bottom: 0px;
		}
	#contactHeader{
		background-color:#000000;
		color: #FFFFFF;
		padding-bottom:3px;
		font-weight:bold;
		text-align:right;
		padding-right: 5px;
	}
	#contentheader {
		background:#fff;
		height: 155px;
		}
		
	#contentfooter {
		background:#fff;
		height: 62px;
		}
		
	#mainfooter {
		background:#000000;
		color:#FFFFFF;
		/*padding-left: 190px;*/
		text-align:center;
		height: 55px;
		font-size:12px;
	}				
	
	#contentleft {
		width:180px;
		text-align:center;
		padding-left:5px;
		padding-right: 5px;
		float:left;
		background:#990000;
		color:#FFFFFF;
		top: 0px;
		bottom: 0;
		margin-bottom: 0;
		}
	
	#contentcenter {
		width:568px;
		padding-left:5px;
		padding-right: 5px;
		padding-top:5px;
		float:right;
		top: 0px;
		bottom: 0px;
		}
	
	#contentright {
		width:175px;
		padding:0px;
		float:left;
		background:#ff0;
		}
	.smaller {
		font-size:smaller;
	}
	
#vehInfo{
}

#leftInfo{
	float:left;
	padding-right:50px;
}

#middleInfo{
	float:left;
	padding-right:50px;
	width: 150px;
}

#rightInfo{
}

#vehDetail{
	padding-top:10px;
}
.oldPrice{
	/*text-decoration:line-through;*/
}
.currentPrice{
	font-weight:bold;
}
#location{
}
#vehAddress{
	float:left;
	padding-right:30px;
}
#vehContact{
}
