@charset "UTF-8";
/* CSS Document */

/*******************************************************************************************/
/* structural */
/*******************************************************************************************/

body{
	margin:0px;
	padding: 0px;
	background:url(/global_assets/images/bg_sp_stripe.gif) repeat-x transparent top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}



.wrapper {
	width:1024px;
	margin:0px auto;
}

#vt_sp_body{
	position:relative;
	float:left;
	background:url(/global_assets/images/bg_sp_columns.png) repeat-y center top;
	margin:0px auto;
	width: 1016px;
	/*min-height:1800px;*/	
	font-size:1.1em;
	z-index:987;
	
	z-index:98;
}

#vt_header{
	position:relative;
	display:block;
	height: 82px;
	width:972px;
	margin: 0px auto;
	background:url(/global_assets/images/sp_header.jpg) no-repeat top center #5f0000;
	border-bottom:4px solid #ffffff;
	color:#ffffff;
}

#vt_header a#vt_home_btn,
#vt_header a:visited#vt_home_btn{
	border:0px solid #ffffff;
	width:230px;
	height:56px;
	z-index:34;
	background:transparent;
	position:absolute;
	left:20px;
	top:14px;
	display:block;
	overflow:visible;
}

#vt_body_bottom_border{
	border-bottom:4px solid #ffffff;
	float:left;
	width:978px;
	margin:0px auto;
	height:4px;
	display:block;
	position:relative;
	clear:both;
	left:21px;
}


#vt_body_bottom_border{
	position:absolute;
	bottom:0px;
}

