html, body {
	height: 100%;
}

body {
	font-family: Helvetica, Arial;
	font-size: 11px;
	margin:0;
}

img {
	border: none;
}

div#content {
	width:960px;
	height:600px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:top center;	
}

div#footer {
	height: 20px;
	background: #eb1900;
	width:100%;
	z-index: 100;
}

div#footer_content {
	width:820px;
	margin: 0 auto;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	
	background:url(../images/logo_footer.jpg);
	background-repeat: no-repeat;
	padding-left: 140px;
}

div#footer_content a {
	color:#fff;
	text-decoration: none;
}

div#footer_content a:hover {
	color: #000;
}

#btn_addtocart {
	cursor: pointer;
}


/* Home */

table#home_brands {
	position: relative;
	top: 140px;
}

img#home_girls {
	position:absolute;
	margin-top:-190px;
	margin-left:300px;
	z-index: 10;
}

div#home_rollover_container {
	position: relative;
	top:140px;
}

.home_rollover {
	position:absolute;
	width:300px;
	height:130px;
	min-height: 130px;
	z-index:10;
}

/* Product Page */

		
div#menu_tertiary {
	position: absolute;
	margin-top: 0px;
	margin-left: 720px;
	width:230px;
	height: 30px;	
	background: url("../images/bg_tertiary.png") no-repeat;
	z-index: 100;
}
		
div#menu_tertiary_cart_number {
	position: absolute;
	margin-top: 9px;
	margin-left: 9px;
	text-align: center;
	width: 10px;
	height: 10px;
}

div#menu_tertiary_cart_number a{
	color: #fff;
	text-decoration: none;
}

div#menu_tertiary_links {
	position: absolute;
	margin-left: 25px;
	width: 220px;
	height: 15px;
	color: #000;
	font-size: 11px;
	padding-top: 2px;
}

div#menu_tertiary_links a{
	color: #000;
	text-decoration: none;
}

div#menu_product_types {
	position: absolute;
	margin-top: 120px;
	margin-left: 15px;
	
	width: 124px;
	height: 200px;
		
	font-size: 16px;
	font-weight: bold;
	
	text-transform: uppercase;
}

div#menu_product_types div {
	margin: 10px;
}

div#menu_product_types a {
	color: #000;
	text-decoration: none;
}

div#menu_product_types a:hover{
	color: #f00;
	text-decoration: none;
}

div#menu_logos {
	position: absolute;
	margin-top: 327px;
	margin-left: 15px;

	width: 124px;
	height: 200px;
	
	text-align: center;
}	

div#menu_logos img {
	margin-bottom: 0px;
}

div#product_description {
	position: absolute;
	width: 190px;
	height: 340px;
	margin-top: 117px;
	margin-left: 760px;
}

div#product_actions {
	padding-top: 5px;
	border-top: 2px solid #000;
}

div#product_style {
	text-transform: uppercase;
}

div#product_description h1, div#product_description p{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom: 2px solid #000;
	margin-bottom: 2px;
}

div#product_description p{
	margin-top: 4px;
	font-weight: normal;
	border: 0;
}

div#product_listing{
	position: absolute;
	margin-top: 471px;
	margin-left: 413px;
}

div.prev, div.next {
	position: absolute;
	width: 9px;
	margin-top: 507px;
	cursor: pointer;
	text-align: center;
}

div.prev {
	margin-left: 918px;
}

div.next {
	margin-left: 930px;
}

div#product_image {	
	position: absolute;
	margin-top: 0px;
	margin-left: 415px;

	width: 330px;
	height: 465px;
	
	text-align: center;
}

div#product_image img{
	max-height: 465px;
	max-width: 320px;
}

div#product_qty input{
	background:#900;
	color: #fff;
	padding: 2px;
	font-size: 12px;
	border: 1px solid #600;
}

div#product_price {
	font-family: Palatino, "Times New Roman", Times;
	font-size: 18px;
	text-align: center;
}

.products_thumbnail {
	width: 74px;
	height: 74px;
	overflow: hidden;
	margin: 4px;
	background-position: center center;
	border: 1px solid #000;
}

.selects {
	width: 100%;
}

img#loader_addtocart {
	display: none;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

/* Scrollable */

div.scrollable {
	position:relative;
	overflow:hidden;	 	
	width: 502px;	
	height:87px;
	z-index: 10;
}

div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
}

div.scrollable div.items div {
	float:left;
}

div.disabled, a.disabled {
	visibility:hidden !important;		
}
