﻿	body {
		text-align: center;
		text-align:expression( document.body.clientWidth < 1000 ? "left" : "center" );
		font-family:Arial, Helvetica, sans-serif;	
		font-size:11px;
		background-color: #92697E;
	}
	
	#void .preload {
		display:none;
	}
	
 	#content {
		position: absolute;
		top: 2px;
		margin-left:-400px;
		
		text-align:center;
		margin-left:expression( document.body.clientWidth < 1000 ? "-10px" : "-420px" );
		
		margin-top:0px;
		padding: 25px;
		padding-top: 15px;
		padding-bottom: 10px;
		
		width:725px;
		height: auto;
		background-color: #000000;
		color:#FFFFFF;
		border: 2px solid #49343F;
		font-size: 13px;
	}
	/* ... and for other (non-IE) browsers */
	html > body #content {
		position: static;
		margin-left:auto;
		margin-right:auto;
	}
	
	#maintext {
		text-align:justify;
		
		margin-left: 0px;
	}
	html > body #maintext {
		padding-top: 10px;
		/* overflow: auto; */
		min-height: 100%;
	}
	
	#mainmenu {
		text-align:right;
	}
	
	a{
		text-decoration:none;
		font-weight:bold;
		color:#CCFFFF;
	}
	
	a:hover{
		text-decoration:none;
		font-weight:bold;
		color:#86AA96;
	}
	
	
	
	a:visited{
		text-decoration:none;
		font-weight:bold;
		color:#CCFFFF;
	}
	
	#footer {
		padding-top: 3px;
		font-size: 9px;
		color:#000099;
	}
	
	#footer a {
		text-decoration: none;
		color: #FF9900;
		font-weight: bold;
	}
	
	#availability_box {
		float: right;
		width:150px;
		border: 2px solid #49343F;
		background-image:url(../images/vw-logo.gif);
		background-position:center;
		background-repeat:no-repeat;
		padding:5px;
		margin-left: 8px;
		font-size:11px;
		text-align:left;
		color:#990000;
		font-weight: bold;
	}
	
	#availability_box a {
		text-decoration:none;
		color:#49343F;
	}
	
	#availability_box a:hover {
		text-decoration:none;
		color:#92697E;
	}
	
	#vw_layout {
		border: 1px solid #49343F;
		padding:20px;
		font-size:11px;
		text-align:left;
		width:240px;
		margin-left: 20px;
		font-size: 9px;
		font-weight: bold;
	}
	
	#contact_box {
		float: right;
		background-color:#BBCED9;
		
		width:200px;
		border: 2px solid #49343F;
		padding:5px;
		margin-left: 8px;
		font-size:12px;
		text-align:center;
	}
	
	#map-zoom {
		background-color:#FFFFFF;
		border: 1px solid #648EA8;
		padding:3px;
		position:absolute; 
		top:260px; 
		left:50px
	}
	/* ... and for other (non-IE) browsers */
	html > body #map-zoom {
		position:inherit;
		padding:3px;
		width: 170px;
	}
	
	#directions {
		float: right;
		width: 360px;
		
	}
	
	#vbays_enquiry {
		float: right;
		width: 300px;
		border: 1px solid #648EA8;
		padding:5px;
		background-color:#CCCCCC;
	}
	
	div.last_minute {
		background-color:#336600;
		color: #FFFFFF;
		font-weight:bold;
		text-align:center;
		padding-top:3px;
		padding-bottom:3px;
	}
	
	#booking_form, #booking_questionnaire {
		padding: 10px;
		width: 700px;
		border: 2px solid #CCCCCC;
	}
	/* ... and for other (non-IE) browsers */
	html > body #booking_form {
		min-height: 420px;
	}
	
	h3 {
		margin-top: 0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:22px;
	}
	h4 {
		
	}
	h5 {
		margin-bottom:0px;
	}
	div.menu {
		font-size:11px;
	}
	
	div.menu a {
		color:#CCFFFF;
	}
	
	div.menu a:hover{
		color: #FF9900;
	}

	
	.error_text {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #FF0000;
	}
	
	
	td.form_itemname {
		background-color:#CCCCCC;
		font-weight: bold;
		text-align: right;
		padding: 10px;
	}
	
	td.form_iteminput {
		
	}
	
	.product_listing img {
    width: 200px;
}


		