/* Prestwood CSS Document */

body{ font-family: Arial,Verdana, Helvetica, sans-serif; background: #ffffff;}
.clear { clear:both;}
.no_css{ display:none}

/* page container */
#container{ width:793px; outline: solid 2px #ced0d2;}

/* apply only to IE */
* html #container{ width: 797px; border: 2px solid #ced0d2; }

/* top banner */
#top_container{ position:relative;}

.colour_block{
	width: 160px;
	height: 67px;
	margin-right: 3px;
	background-image: url(../images/top_lft_block.gif);
	background-repeat: repeat-y;
	float: left;
}

#banner{
	width: 630px;
	background: #7e9acb;
	float: left;
}

.logo{ width: 319px; float: left;}

.bosch_logo{ margin-left: 162px; float: left;}

/* apply only to IE */
* html .bosch_logo{ margin-left: 150px;}

/* middle container */
#middle_container{
	width: 793px;
	overflow: hidden;
	position: relative;
}
.red_divider{
	width: 100%;
	height: 9px;
	margin-top: 2px;
	background: #e71f00;
}

/* Navigation */
#nav_menu ul{
	list-style-type: none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#nav_menu{
	width: 168px;
	margin-top: 5px;
	float: left;
	background-image: url(../images/nav_bg1.gif);
	background-repeat: repeat-y;
}

#nav_menu a{
	width: 100%;
	padding: 10px 0px 10px 17px;
	font-size: 75%;
	color: #909091;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#nav_menu a:hover{ color: #6d6d70; }

.nav1{
	background-image: url(../images/nav_bg1.gif);
	background-repeat: repeat-y;
}
.nav2{
	background-image: url(../images/nav_bg2.gif);
	background-repeat: repeat-y;
}
#nav1_base{ height: 35px;}

/* Right container - makes of car  */
#right_container{
	width: 113px;
	margin: 5px 0px 0px 0px;
	padding-top: 10px;
	background: #eceeee;
	float: left;	
}

.car_make{
		margin: 0px 0px 5px 10px;
		font-size: 75%;
		color: #909091;
		background: #eceeee;
}

#right_container p{
	font-size: 70%;
	color: #909091;
	font-weight: bold;
	padding: 0px 0px 0px 17px;
	margin: 0px 0px 0px 0px;
}

.base{ height: 23px; background-color: #eceeee;}

/* Column expansion code */
/* Start Mac IE5 filter \*/
#nav_menu, #right_container{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
/* End Mac IE5 filter */
/* Col expansion code for Opera */
@media all and (min-width: 0px) {
#nav_menu, #right_container{
	padding-bottom: 0;
	margin-bottom: 0; 
	}
#nav_menu:after, #right_container:after{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 32767px;
	margin-bottom: -32767px;
	height: 0;
	}
}

/* bottom banner */
#lft_banner{
	width: 167px;
	height: 63px;
	background-image: url(../images/lft_banner.gif);
	float: left;
}

#mid_banner{
	width: 471px;
	/*height: 63px;*/
	background-image: url(../images/mid_banner.gif);
	color: #ffffff;
	float: left;
}

.banner_strapline{ font-size:150%; padding-top: 10px;}

.banner_text{ font-size: 60%; padding-top: 3px; padding-bottom: 9px;}
/* apply only to IE */
* html .banner_text{ padding-bottom: 10px;}

#rgt_banner{
	width: 155px;
	height: 63px;
	background-image: url(../images/rgt_banner.gif);
	float: left;
}

.call_us{ font-weight: bold; font-size: 61%; color: #ffffff;}