h4 {
	font-size: 10px;
	font-weight: bold;
	
}

html, body, #wrapper {
	height: 100%;
}

body {
	margin:0px;
	background-color: #000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:11px;
}

body > #wrapper {
	height: auto; 
	min-height: 100%;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color:#fff;
}

#wrapper {
	width:950px;
	margin: 0 auto;
	background-color: #fff;
	background-image:url(http://db.vans.com/apparel/images/bg.gif);
	z-index: 20;
}

#content {
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	color:#000000;
	min-height: 100%;
	overflow:auto;
	padding-bottom: 250px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(http://db.vans.com/apparel/images/bg.gif);
	z-index: 30;
}

.col1 {
	width: 200px;
	float: left;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	text-align: center;
	text-color: #fff;
	
}

.col2 {
	width: 750px;
	position: relative;
	float: right;
	height: 100%;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	
}


.col_home {
	width: 750px;
	position: relative;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	height:900px;
	
}
.ltnav {
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.clear {
	clear:both;
	
}

/*** Nav bar styles ***/
.rollover a {
display:block;
width: 200px;
padding:6px 0px 6px 20px;
font: bold 10px Arial, Helvetica, sans-serif;
color:#fff;
background: url("../images/hover.gif") 0 0 no-repeat;
text-decoration: none;
}

.rollover a:hover { 
background-position: 0 -24px;
color: #fff;
}

.rollover a:active {
	background-position: 0 -48px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
}

.rolloverselected a {
display:block;
width: 200px;
color:#fff;
background: url("../images/hover2.gif") 0 0 no-repeat;
text-decoration: none;
overflow:auto;
}

.rolloverselected a:hover { 
background-position: 0 -24px;
color: #fff;
}

.navLine {
	border: 1px solid #fff;
	margin: 5px auto;
	padding: 0px 0;
	
}


.header {
	width: 725px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;	
}

.season {
	text-align:right;
	font-weight:bold;
	font-size:15px;
	
}

.product {
	width: 390px;
	background-color: #900;
	float: left;
	font-family: Arial, Helvetica, sans-serif;	
}

.productcol2 {
	width: 320px;
	float: left;
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
}

.overviewcol {
	width: 725px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

.header2 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid #000;
	text-transform:uppercase;
	
}

.descr {
	font-size: 10px;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;	
	line-height: 1.5em;
	
}

.links a {
	font-size:13px;
	font-weight:bold;
	color: #fff;
	padding: 8px;
	background-color: #000;
	float:left;
	margin-right:15px;
	text-decoration: none;
	
}

.links a:hover {
	background-color: #999;
	
}

/*____________________________________________________
  Available product colors menu
  ____________________________________________________
*/

.addtlcolors ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

/*Top level list items*/
.addtlcolors ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.addtlcolors ul li a{
display: block;
width: 100px; /*Width of top level menu link items*/
padding: 4px 3px;
border-left-width: 0;
text-decoration: none;
}

.addtlcolors ul li a:hover{
background: #fff;
}


/*____________________________________________________
  Overview
  ____________________________________________________
*/

.overview ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 7px;
}

/*Top level list items*/
.overview ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.overview ul li a{
display: block;
width: 135px; /*Width of top level menu link items*/
padding: 15px 5px;
border-left-width: 0;
text-decoration: none;
color:#000;
}

.overview ul li a:hover{
background: #fff;
color: #999;

}


/*____________________________________________________
  Footer
  ____________________________________________________
*/
#footer {
	position: relative;
	margin: -250px auto 0 auto; /* negative value of footer height */
	height: 250px;
	clear:both;
	background:#000 url(../images/footerbg.jpg);
	width: 950px;
	z-index:40;
} 

.footerwrap {
	width: 940px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

#sitemap {
	margin: 0px auto 0 auto;
	text-align: left;
	padding: 0px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#sitemap ul {
	padding: 0;
	list-style: none;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
}

#sitemap ul li.section { 
	float: left;  
	width: 93px; 
	padding: 5px; 
	border-left: 1px solid #000 
}

#sitemap ul li.first { 
	border-left: 0px solid #363636
}

#sitemap ul li.section h4 {
	font-size: 10px;
	color: #c8c8c8;
	font-family: Arial, Helvetica, sans-serif;
}
	
#sitemap a 	{ 
	font-weight: normal; 
	font-size: 80%; 
	padding: 3px 2px; 
	display: block; 
	color: #909090 ;
	text-decoration:none;
}

#sitemap a:hover {
	color: #fff;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}

/*____________________________________________________
  Product breadcrumb menu
  ____________________________________________________
*/

ul#navlist
{
margin: 0 0 10px 0;
padding: 2px 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
font-size: 11px;
font-weight: bold;
}

#navlist a { padding: 0px 5px; }

#navlist a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #000;
text-decoration: none;
}

.home_col1{
	float:left;
	width:235px;
	height:200px;
	background-color:#000;
	margin-bottom:10px;
	margin-top:10px;
}

.home_col2{
	float:left;
	width:235px;
	height:200px;
	background-color:#000;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:10px;
}

.home_col3{
	float:left;
	width:235px;
	height:200px;
	background-color:#000;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
}

.home_text{
	float:left;
	font-size: 10px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding:3px;
	margin-top:8px;
}

.home_text a:link, .home_text a:visited{
	float:left;
	font-size: 8px;
	color: #fff;
	background-color:#000;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	padding:3px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

.home_text a:hover{
	background-color:#b50000;
}
