/*    Burton Caravan Centre Stylesheet   */

html {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:				#258;
	text-decoration:	none;
}

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

h1 {
	font-family:		Verdana, Arial, Helvetica, Sans Serif;
	font-size:			26px;
	color: 				#004991;

}

h2 {
	font-family:		Verdana, Arial, Helvetica, Sans Serif;
	font-size:			20px;
	font-weight:		normal;
	color:				#369;
}

p{
	font-family:		Verdana, Arial, Helvetica, Sans Serif;
	font-size:			11px;
	line-height:		15px;
	color:				#333;
}
.white{
	font-family:		Verdana, Arial, Helvetica, Sans Serif;
	font-size:			11px;
	line-height:		15px;
	color:				#ffffff;
}

/* Layout page Text Options */
.view_model{
	font-family:      Arial Black;
	font-size:			20px;
	color:				#004991;
   line-height:		22px;
}
.view_price{
	font-family:      Arial Black;
	font-size:			20px;
	color:				#00a13c;
   line-height:		24px;
}
.view_spec{
	font-family:      Verdana, Arial, Helvetica, Sans Serif;
	font-size:			14px;
	color:				#000000;
	font-weight:      bold;
}
.view_telephone{
	font-family:      Verdana, Arial, Helvetica, Sans Serif;
	font-size:			14px;
	color:				#004991;
	font-weight:      bold;
}

/* Caravan of the Week Text Options */
.cv_week_title{
	font-family:		Impact;
	font-size:			22px;
	color:				#ffffff;
}

/* Left menu text options  */
.leftmenu{
	font-family:      Impact;
	font-size:			23px;
	color:            #FFFFFf;
	padding-left:     18px;
}
a:hover.leftmenu {
	color:            #fef400;
	text-decoration:	none;
}
/* Left menu text options  */
.types{
	font-family:      Impact, verdana, san-serif;
	font-size:			23px;
	color:            #FFFFFf;
}
a:hover.types {
	color:            #fef400;
	text-decoration:	none;
}

.special_offers {
margin:10px;
margin-top:3px;
}

.special_offers h1 {
font-size:18px;
color:#004991;
text-align:left;
}

.special_offers p {
text-align:left;
}


blockquote img {
float:left;
/*margin:5px;*/
}

#images img {
margin:0;
margin-right:5px;
margin-bottom:5px;
}

		.black_overlay{
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: #FFFFFF;
			z-index:1001;
			-moz-opacity: 0.9;
			opacity:.90;
			filter: alpha(opacity=90);
		}
		.white_content {
			position: absolute;
			top: 25px;
			left: 50%;
			margin-left:-301px;
			width: 602px;
			height: 550px;
			padding: 5px;
			border: 3px solid #000000;
			background-color: #FFFFFF;
			z-index:1002;
			overflow: auto;
		}
		
		.yellow {
		padding:0px;
		background-color:#FEF400;
		}
