@charset "iso-8859-2";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	background: #100000 url(../images/main_bg_x-fade.png) repeat-x top left;
	color: #fff;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
a {
	outline: none;
}
a:hover {
}
a img {
	border: none;
}
.clear {
	clear: both;
}

/************************* HEADER *********************************/

div.header_frame {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 50%;
	width: 980px;
	height: 90px;
	margin: 0 0 0 -490px;
	overflow: visible;
}
div.header_frame div.logos{
	position: absolute;
	z-index: 1500;
	top: 0px;
	left: 0px;
}
div.header_frame div.logos a {
	float: left;
}
div.header_frame div.logos a.home {
	margin: 0 20px 0 0;
}

div.header_frame a.basket_box {
	position: absolute;
	z-index: 1600;
	top: 20px;
	left: 290px;
	background: url(../images/head_basket_icon.png) no-repeat left center;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 40px;
}




/************************* MAIN SKELETON *********************************/
.main-outer-frame {
	width: 100%;
	position: relative;
}
div.body_bg,
div.main_frame_bg {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 550px;
	background: url(../images/main_bg_img-fade.jpg) no-repeat center 200px;
}

div.main_frame {
	position: relative;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #2d0202 url(../images/main_bg_x.png) repeat-x;
	overflow: hidden;
	padding: 90px 0 0 0;
}
div.main_frame_bg {
	z-index: 3;
	background: url(../images/main_bg_img.jpg) no-repeat center 200px;
}

div.main_content {
	position: relative;
	z-index: 100;
	width: 980px;
	margin: 0 auto 20px auto;
}
div.bottom_frame {
	position: relative;
	z-index: 2;
	width: 980px;
	margin: 0 auto 0 auto;
}

/************************* CONTENT SKELETON *********************************/
div.location_frame {
	position: absolute;
	z-index: 1200;
	width: 980px;
	top: 70px;
	left: 50%;
	margin: 0 0 0 -490px;
	height: 20px;
	overflow: hidden;
	text-shadow: #000 0px 1px 0px;
	/*
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	*/
}
div.location_frame div.location {
	font-size: 11px;
	margin: 0 0 0 30px;
	padding: 0 0 0 10px;
	background: url(../images/prod_header_bg_left.gif) no-repeat 0px center;
}
div.location_frame div.location a {
	color: #fff;
	text-decoration: none;
}
div.location_frame div.location a:hover {
	text-decoration: underline;
}
div.location_frame div.location h1 {
	display: inline;
	font-size: 11px;
}
div.location_frame div.top_select {
	position: absolute;
	top: 0px;
	right: 170px;
}
div.content_stretch {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 920px;
	background: #100000 url(../images/main_bg_x-fade.png) repeat-x left -90px;
	z-index: 100;
}
div.content_stretch div.stretch_bg {
	position: absolute;
	z-index: 110;
	width: 920px;
	height: 550px;
	background: url(../images/main_bg_img-fade.jpg) no-repeat center 110px;
}
div.content_stretch div.content_frame {
	position: relative;
	z-index: 120;
}
div.content_stretch div.content_frame div.content {
	padding: 10px 20px;
}


div.content_fix {
	width: 980px;
	height: 250px;
	margin: 0 auto 0 auto;
}


div.content_fix div.content_frame {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -390px;
	width: 780px;
	height: 250px;
}
div.content_fix div.content_frame div.content {
	position: absolute;
	z-index: 502;
	width: 778px;
	height: 248px;
	margin: 1px;
}

div.content_fix div.content_frame a.go_prev,
div.content_fix div.content_frame a.go_next {
	position: absolute;
	display: block;
	width: 21px;
	height: 21px;
	top: 115px;
}
div.content_fix div.content_frame a.go_prev {
	left: -28px;
	background: url(../images/icon_prev.png) no-repeat;
}
div.content_fix div.content_frame a.go_next {
	left: 785px;
	background: url(../images/icon_next.png) no-repeat;
}
div.content_fix div.content_frame div.cont_bg {
	position: absolute;
	z-index: 501;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 250px;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

/************************* BOTTOM CONTENT *********************************/
div.bottom_content div.bottom_header {
	position: absolute;
	margin: -20px 0px 0px 0px;
	background: url(../images/prod_header_bg_left.gif) no-repeat 0px center;
}
div.bottom_content div.bottom_header span {
	padding: 0 12px 0 10px;
	font: bold 20px Arial;
	line-height: 26px;
	background: url(../images/prod_header_bg_right.gif) no-repeat right 11px;
}
div.bottom_content a.back {
	position: absolute;
	display: block;
	height: 14px;
	font: normal 10px Verdana;
	line-height: 12px;
	color: #f11414;
	padding: 0 0 0 10px;
	text-decoration: none;
	background: url(../images/back_arrow_over.gif) no-repeat left center;
}
div.bottom_content a.back:hover {
	color: #fff;
	background: url(../images/back_arrow.gif) no-repeat left center;
}

div.bottom_content div.product_menu_frame {
	width: 840px;
	margin: 0 auto 0 auto;
	
}


/***** PRODUCT MENU *****/
div.product_menu_frame div.products,
div.product_menu_frame div.products_list {

}
div.product_menu_frame div.products a {
	display: block;
	float: left;
	margin: 4px 10px 4px 10px;
	padding: 0px 8px 0 8px;
	width: 104px;
	height: 30px;
	background: url(../images/prod_m_bg.gif) no-repeat;
	font: normal 13px "Trebuchet Ms";
	line-height: 15px;
	color: #fff;
	text-decoration: none;
}
div.product_menu_frame div.products a:hover {
	background: url(../images/prod_m_bg_over.gif) no-repeat;
	color: #f11414;
}
div.product_menu_frame div.products table a {
	float: none;
	margin: auto;
	padding: auto;
	width: auto;
	height: auto;
	background: none;
}
div.product_menu_frame div.products table a:hover {
	background: none;
}
div.product_menu_frame div.products table a img {
	border-width: 1px;
}
div.product_menu_frame div.products a.essie div {
	width: 108px;
	height: 32px;
	background: url(../images/menu_essie_logo.gif) no-repeat;
}
div.product_menu_frame div.products_list div.col1 {
	float:left;
	width: 120px;
}
div.product_menu_frame div.products_list div.col2 {
	float: left;
	width: 720px;
}
div.product_menu_frame div.products_list table {
	width: 100%;
	margin: 5px 0 5px 0;
}
div.product_menu_frame div.products_list table td {
	vertical-align: top;
	/*width: 25%;*/
	width: auto;
}
div.product_menu_frame div.products_list table a {
	display: block;
	margin: 0 5px 2px 5px;
	padding: 0 0 0 6px;
	text-decoration: none;
	color: #fff;
	border-bottom: none;
	font: normal 10px Verdana;
	background: url(../images/list_bg.gif) no-repeat left 6px;
}
div.product_menu_frame div.products_list table a:hover {
	color: #f11414;
	text-decoration: underline;
/*	margin-bottom: 0px;
	border-bottom: 1px dotted #fff;*/
}

/***** FOOTER *****/
div.bottom_frame div.footer_frame {
	width: 840px;
	margin: 0px auto 0 auto;
	padding: 10px 0px;
	font-size: 10px;
	color: #F11414;
	text-align: center;
}
div.bottom_frame div.footer_frame a {
	color: #980808;
	text-decoration: none;
}
div.bottom_frame div.footer_frame a:hover {
	text-decoration: underline;
}

#socials {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	z-index: 9999;
	font-size: 11px;
}
#socials li {
	display: block;
	text-align: right;
}
#socials li a {
	color: #fff;
	text-decoration: none;
}
#socials li a:hover {
	color: #F11414;
}
#socials li a img {
	vertical-align: middle;
	margin: 0 0 0 4px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
}
#socials li a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
}
/*********************************************************************************/
div.bat,
div.hello-ween {
	display: none;
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -1;
}


