/* MAIN STYLES */
body {
	background-image: url(../media/tmp_background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#content {
 	background-image: url(../media/bg_header_f1.jpg);
	background-repeat: no-repeat;
	margin: 0;
	width:100%;
	padding: 475px 0 30px 0;
}

#left-col {	
	padding: 0 0 0 30px;
}

#right-col {
	background-image: url(../media/tmp_bg_product_gallery.jpg); 
	background-repeat:no-repeat; 
	background-color:#151515;
	min-height:750px;
}


/* FORMATTING */

#sub-nav-float {
	width:480px;
	float: right;	
	margin: 276px 0 0 480px;	
	position: absolute;
}

#content-header-float {
	width:450px;
	float: right;
	margin: 340px 0 0 480px;
	position: absolute;
	top: 70px;
}

#content-header-float > div {
	padding-right:30px;
}

.content-text {
	padding: 0 30px 0 40px;
}


