@charset "UTF-8";
/* Volkswagen Caddy Camper Styles */

/* Basic Styles */

*{
	margin:0;
	padding:0;
}


body{
	background:#fcfbfb;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}


/* Logo Styles */

h2#vw-people-mover-logo{
	width:237px;
	height:48px;
	background:url(../images/logo_vw_people_movers.gif) no-repeat left top;
	margin:11px 0 11px 19px;
	
}


h2#vw-people-mover-logo a{
	overflow: hidden;
	height: 0px !important; 
	display:block;
	padding: 48px 0 0 0; 
	height /**/:48px; /* for IE5/Win only */
	width:237px;
	
}


/* Basic layout Styles */

div#container{
	margin:0 auto;
	width:800px;
}

div#main{
	width:100%;
	height:538px;
	background:#2e383b;
}

div#left-sidebar{
	float:left;
	width:39px;
	height:538px;
	background:url(../images/bg_left_sidebar.jpg) no-repeat left top;
}

div#right-sidebar{
	float:right;
	width:37px;
	height:538px;
	background:url(../images/bg_right_sidebar.jpg) no-repeat left top;
}

h1#main-title{
	float:left;
	width:724px;
	height:79px;
	background:url(../images/title_flexible_vehicle.gif) no-repeat left top;
	text-indent:-4000px;
}

div#main-content{
	position:relative;
	float:left;
	width:724px;
	height:376px;
	background:url(../images/bg_main_content.jpg) no-repeat left top;
}

div#footer{
	float:left;
	margin:17px 28px 0 28px;
	width:744px;
	display:inline;
	padding-bottom:28px;
}


/* People Movers Text styles*/


a#people-movers-text{
	float:left;
	height:0px;
	width:724px;
	display:block;
	overflow: hidden;
	height: 0px !important; 
	padding: 83px 0 0 0;
	height /**/:83px; /* for IE5/Win only */
	background-image:url(../images/peope_movers_text.jpg);
}

a:hover#people-movers-text{
	background-position: 0 -83px;
}


/* 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;
}







