body
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

h1, h2 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h1.titles {
	font-size: 18px;
}

p {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

a:link, a:visited {
	color: #ff0000;
}

a:hover, a:active {
	text-decoration: none;
}

.container { 
	width: 1000px;
	text-align: left;
	}
	
.header {
	height: 355px;
	background-image: url(/images/v2010/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-top: 145px;
}

.header_description {
	width: 430px;
	margin-left: 25px;
	margin-right: 25px;
	text-align: center;
}

p.main_description {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.content {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 35px;	
}

.flash_player {
	padding: 9px;
	background-color: #f6f6f6;
	border: solid 1px #d5d5d5;
}

.seller_buttons {
	margin-top: 7px;
	margin-bottom: 7px;
}

.section_titles {
	font-size: 18px;
	margin-bottom: 10px;
}

.main_column {
	width: 755px;
	background-image: url(/images/v2010/main_column_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-attachment: scroll;
	float: left;
}

.sidebar {
	width: 215px;
	margin-left: 10px;
	text-align: center;
	float: left;	
}

.sample_spacings {
	margin-right: 41px;
	margin-bottom: 25px;
	float: left;	
}

.sample_thumbs {
	padding: 7px;
	background-image: url(/images/v2010/sample_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.model_spacings {
	margin-right: 25px;
	margin-bottom: 25px;
	float: left;	
}

.model_thumbs {
	padding: 4px;
	background-color: #f6f6f6;
	border: solid 1px #d5d5d5;
}

.text_banners {
	background-image: url(/images/v2010/main_column_text_banner.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: right;
	width: 735px;
	margin-bottom: 25px;
}

.footer {
	height: 150px;
	background-image: url(/images/v2010/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-top: 325px;
	padding-left: 40px;
}

.final_footer {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.paging {
	text-align: center;
	margin-bottom: 10px;
}

.search_box {
	margin-bottom: 10px;
	border: 1px solid #e3e3e3;
	padding: 5px;
}

/* Pop up images */

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
