@charset "UTF-8";
/* Volkswagen Caddy Camper Styles */

/* Basic Styles */

*{
	margin:0;
	padding:0;
}


body{
	background:#fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

img{
	border:0;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#005395;
}


/* Logo Styles */

h2#vw-commercial-logo{
	width:346px;
	background:url(../images/logo_VW_commercial.gif) no-repeat left top;
	margin:23px 0 23px 19px;
	overflow: hidden;
	height: 0px !important; 
	display:block;
	padding: 47px 0 0 0; 
	height /**/:47px; /* for IE5/Win only */
	width:346px; 
	
}


/* Basic layout Styles */

div#container{
	margin:0 auto;
	width:800px;
}

div#main{
	width:100%;
	height:538px;
}

div#left-sidebar{
	float:left;
	width:29px;
	height:538px;
	background:url(../images/bg_left_sidebar.jpg) no-repeat left top;
}

div#right-sidebar{
	float:right;
	width:29px;
	height:538px;
	background:url(../images/bg_right_sidebar.jpg) no-repeat left top;
}

h1#main-title{
	float:left;
	width:742px;
	height:81px;
	background:url(../images/title_weekend_long.gif) no-repeat left top;
	text-indent:-4000px;
}

div#footer{
	float:left;
	margin:17px 28px 0 28px;
	width:744px;
	display:inline;
	padding-bottom:28px;
}



/* Main Content Styles */


div#main-content{
	position:relative;
	float:left;
	width:742px;
	height:538px;
	background:url(../images/bg_mid.gif) repeat-y left top;
}

div#content{
	float:left;
	height:474px;
	width:742px;
}


div#bg-top{
	float:left;
	height:32px;
	width:742px;
	background:url(../images/bg_top.gif) no-repeat left top;
}

div#bg-bottom{
	float:left;
	height:32px;
	width:742px;
	background:url(../images/bg_bottom.gif) no-repeat left top;
}

h1#title-thousand-dollars{
	float:left;
	height:191px;
	width:676px;
	background:url(../images/title_thosand_dollars.jpg) no-repeat left top;
	margin:14px 0 0 36px;
	display:inline;
}

h1#title-thousand-dollars a{
	overflow: hidden;
	height: 0px !important; 
	display:block;
	padding: 191px 0 0 0; 
	height /**/:191px; /* for IE5/Win only */
	width:676px; 
}

h2#title-caddy-van{
	float:left;
	height:18px;
	width:336px;
	margin:38px 0 6px 0;
}

h2#title-caddy-van a{
	background:url(../images/title_caddy_van.gif) no-repeat left top;
	overflow: hidden;
	height: 0px !important; 
	display:block;
	padding: 18px 0 0 0; 
	height /**/:18px; /* for IE5/Win only */
	width:336px; 
}

h2#title-caddy-van a:hover{
	background:url(../images/title_caddy_van_RO.gif) no-repeat left top;
}

p#content-para{
	float:left;
	width:336px;
}

img#img-caddy-van{
	float:left;
	margin:32px 26px 12px 38px;
	display:inline;
}

p#terms{
	float:left;
	width:702px;
	text-align:center;
	font-size:9px;
	padding:0 16px;
}

/* Footer Styles */

p#copyright{
	color:#9999a3;
	float:left;
}

ul#footer-links{
	float:right;
	list-style:none;
	display:inline;
}

ul#footer-links li{
	float:left;
	margin:0 0 0 7px;
	padding:0 0 0 7px;
	list-style:none;
	border-left:1px solid #9999a3;
	display:inline;
}

ul#footer-links li a{
	color:#9999a3;
	text-decoration:none;
	float: left;
	display:block;

}

ul#footer-links li a:hover{
	color:#000;
}


ul#footer-links li#first-item{
	margin:0;
	border-left:none;
}








