/*Only 3 Colours used, to change do a simple find and replace
   Red (BG, Links, H1): #cc0000
   Black (hover): #000000
   White (Navingation Bars): #ffffff
   Dark Grey (Main Text): #333333
*/

body {
	background-color: #666666;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
a {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#mycontainer {
	width: 820px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	height: 100%;
}

/*Topbar Styles*/
#mytopbar {
	background-image: url(images/van-dealer-logo.jpg);
	height: 115px;
	width: 820px;
}
#mynavigation {
	background: url('images/navigationbg.jpg') left top no-repeat;
	height: 45px;
	width: 820px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navbar {
	float:left;
	margin: 3px 0 0 9px;
	z-index: 100;
	width: 810px;
}
*html #navbar {
	margin-left: 5px;
} /* for ie*/	

#nav, #nav ul {
     padding: 0;
     margin: 0;
     list-style: none;
     line-height: 1;}

#nav li {float: left;}

#nav li a{
	width: 118px;
	height: 16px;
	display: block;
	font-weight:bold;
	text-align:left;
	padding: 3px 0 1px 4px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	border-right: #FFFFFF 1px solid;
	text-decoration: none;
	
}

#nav li a:hover {
	
	text-decoration:none;
	background-color:#cc0000;
}

/*Main Styles*/
#mymain {
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	height:auto;
	width: 814px;
	margin-top: 0px;
	margin-left: 3px;
	float: left;
}
*html #mymain {
	margin-left: 2px;
} /* for ie*/

#mymain_showroom {
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	height: 2200px;
	width: 814px;
	margin-top: 0px;
	margin-left: 3px;
	float: left;
}
*html #mymain_showroom {
	margin-left: 2px;
} /* for ie*/

#leftside-address  {
	position: relative;
	height: 470px;
	width: 164px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	float:left;
	margin-left:4px;
}
#leftside-address  p  {
	margin-left: 5px;
	margin-top: 0px;
}
#animation {
	background-image: url(images/animationbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: thin solid #333333;
	float:left;
	position: relative;
	height: 185px;
	width: 610px;
	margin-left:20px;
	
	
}
#maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
	height: auto;
	width: 610px;
	float:left;
	margin-left:17px;
	margin-top:10px;
	
}
#maintext h1 {

            font-size: 14px;

            font-weight: bold;

            color: #cc0000;

}




/*Footer Styles*/
#myfooter {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 32px;
	width: 830px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#navbarbot {
	width: 340px;
	height:13px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding-top: 12px;
}
#navbot, #navbot ul {
     padding: 0;
     margin: 0;
     list-style: none;
     line-height: 1;}

#navbot li {
	float: left;
}

#navbot li a {
	color:#FFFFFF;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 6px;
}	
	
#navbot li a:hover {
	color:#000000;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 6px;
}


#featuredholder {float:right;padding-top:0px;
	background-repeat:no-repeat;	
	width:210px;
	height:270px;
	margin:0 10px;}
	
h3 {font-size:12px;}