html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, p, form, fieldset, a, img
{
	margin: 0;
	padding: 0;
	border: 0;
}
html
{
	width: 100%;
	height: 100%;
}
body
{
	width: 100%;
	height: auto !important;
	height: 100%;
	min-width: 985px;
	min-height: 100%;
	background: #010101;
	font-size: 100.01%;
	font-family: Arial;
	position: relative;
	text-align: center;
	/* IE6 :hover — Behivarior */
	behavior: url("/Styles/CSShover.htc");
}

.min_width
{
	width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 985? "985px": "100%");
	min-width: 985px;
	text-align: left !important;
	padding-bottom: 160px;
	background: url(../Images/BackGrounds/top_bg.png) no-repeat 95% -2em;
}
.container
{
	width: 92%;
	margin: 0 0 0 5%;
	padding: 45px 0 0 0;
	position: relative;
	z-index: 2;
}

/* Header */
.header
{
	width: 100%;
}
.logo
{
	width: 270px;
	height: 70px;
	background: #DBBB26 url(../Images/BackGrounds/logo_gold_bg.png) repeat-x;
	float: left;
}
.logo .inner
{
	width: 248px;
	height: 48px;
	background: #010101;
	border: solid 1px #DDD;
	position: relative;
	top: 10px;
	left: 10px;
	
}
.logo .inner:hover
{
	background: #DBBB26;
}
.logo .inner h1
{
	color: #fff;
	font-size: 36px;
	padding: 2px 0 0 15px;
	cursor: pointer;
}
.order
{
	padding: 25px 0 0 0;
}
.order a
{
	font-size: 0.75em;
	color: #DDD;
	padding: 0 0 0 0.6em;
}
.order a:hover
{
	color: #fff;
}
.order img
{
	margin: 0 0 0 3%;
}

/* Content */

.content
{
	margin: 20px 0 0 0;
}

.content .left
{
	width: 73%;
	float: left;
}
.content .right
{
	width: 25%;
	float: right;
}
/* Category */
#category_second ul
{
	margin: 0.2em 0 0 0 !important;
}
.category
{
	width: 100%;
	font-size: 0.8em;
	margin: 0.6em 0 0 0;
	position: relative;
	top: -0.6em;
}
.category a.open
{
	color: #BBBBBB;
	font-weight: bold;
	background: url(../Images/Icons/open.gif) no-repeat 0 70%;
	padding: 0 0 0 1em;
}
.category a.open:hover
{
	color: #DBBB26;
}
.category a.close
{
	color: #DBBB26;
	font-weight: bold;
	background: url(../Images/Icons/close.gif) no-repeat 0 70%;
	padding: 0 0 0 1em;
}
.category a.close:hover
{
	color: #ddd;
}
.category table
{
	width: 100%;
}
.category table tr td
{
	vertical-align: top;
	clear: both;
}
.category div
{

}
.category ul
{
	width: 100%;
	list-style-type: none;
	list-style-image: none;
	margin: 0.9em 0 0 0;
	padding: 0 0 0 1em;
}
.category ul li 
{
	padding: 0 0 0.3em 0;
}
.category ul li a
{
	color: #DBBB26;
	font-weight: bold;
}
.category ul li a:hover
{
	color: #fff;
}
.category ul li ul
{
	margin: 0 !important;
	padding: 0 !important;
}
.category ul li ul li
{
	min-width: 130px;
	max-width: 130px;
	float: left;
	padding: 0.1em 2em 0.1em 0 !important;
}
* html .category ul li ul li
{
	width: 135px;
	white-space: nowrap;
}
.category ul li ul li span
{
	color: #888888;
	font-size: 0.7em;
	position: absolute;
	padding: 0.2em 0 0 0.3em;
}
.category ul li ul li a
{
	font-size: 0.85em;
	font-weight: normal !important;
	color: #DDDDDD;
}
.category ul li ul li a:hover
{
	color: #DBBB26;
}
.category ul li ul li a.selected
{
	color: #DBBB26;	
	text-decoration: none;
}
/* Product Line */
.product_line
{
	margin: 2em 0 0 0;
}
.product_title
{
	font-size: 1.1em;
	font-weight: normal;
	color: #DBBB26;
	padding: 0 0 0.6em 0;	
}
.product_title a
{
	font-size: 1.1em;
	font-weight: normal;
	color: #DBBB26;
	padding: 0 0 0.6em 0;
}
.product_title2
{
	font-size: 0.9em;
	font-weight: normal;
	color: #DBBB26;
	padding: 0 0 0.6em 0;	
}
.product_title2 a
{
	font-size: 0.9em;
	font-weight: normal;
	color: #DBBB26;
	padding: 0 0 0.6em 0;
}
.product_item
{
	width: 130px;
	float: left;
	margin: 10px 3% 0 0;
}
.product_item img
{
	clear: both;
	border: solid 1px #ccc;
}
.product_item p
{
	line-height: 1em;	
}
.product_item a
{
	font-size: 0.75em;
	color: #ddd;
}
.product_item a:hover
{
	color: #DBBB26;
}






.product_item_info
{
	margin: 2em 0 0 0;	
	font-size: 0.85em;
	color: #cccccc;
	padding: 0 0 1em 0;
	margin: 0.6em 0 0 0;
	position: relative;
}







.product_info div
{
	float: left;
}
.product_info img
{
	padding: 0 2em 0 0;
}
.product_info p
{
	font-size: 0.8em;
	color: #bbb;
	padding-bottom: 1em;
}
.product_info h2
{
	font-size: 1.1em;
	font-weight: normal;
	color: #DBBB26;
	padding-bottom: 0.2em;
}
.product_info h3
{
	font-size: 1.1em;
	font-weight: normal;
	color: #BBBBBB;
}
/* News Block */
.news
{
	width: 70%;
	margin: 2em 0 0 0;
}
.news_title a
{
	font-size: 1.1em;
	font-weight: normal;
	color: #ddd;
	padding: 0 0 0.6em 0;
}
.news_title a:hover
{
	color: #fff;
}
.news_item
{
	margin: 0.8em 0 0 0.5em;
}
.news_item p a
{
	color: #DBBB26;	
}
.news_item p a:hover
{
	color: #ddd;
}
.news_item p
{
	font-size: 0.8em;
	line-height: 1em;
	color: #bbb;
	padding: 0 0 0.5em 0;
}
/* RSS */
.rss
{
	margin: 0.2em 0 0 0.5em;
}
.rss img
{
	position: relative;
	top: 0.4em;
}
.rss a
{
	color: #bbb;
	font-size: 0.7em;
	padding: 0 0 0 1em;
}
.rss a:hover
{
	color: #ddd;
}
/* Search */
.search
{
	margin: 1em 0 0 0;
}
.search_text
{
	color: #999;
}
.search_selected
{
	color: #000;
}
.search img
{
	padding: 0 0 0 2%;
}
/* About Block */
.image
{
	width: 100%;
	height: 265px;
	background: url(../Images/girl1.jpg) no-repeat;
}
.info
{
	margin: 2em 0 0 0;	
}
.info h1
{
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	padding: 0 0 0.6em 0;
}
.info p
{
	font-size: 0.7em;
	color: #bbb;
	padding: 0 0 1em 0;
}
.info p a
{
	color: #DBBB26;
}
.info p a:hover
{
	color: #ddd;
}
.info ul
{
	list-style-type: none;
	list-style-image: none;
	position: relative;
	left: -0.6em;
}
.info ul li 
{
	font-size: 0.75em;
	padding: 0 0 0 0.7em;
	margin: 0.2em 0;
	height: 1.5em;
	background: url(../Images/Icons/y_bullet.gif) no-repeat 0 0.6em;
}
.info ul li a
{
	color: #ddd;
}
.info ul li a:hover
{
	color: #DBBB26;
}

.footer
{
	width: 100%;
	width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 985?  "985px" : "100%" );
	min-width: 985px;
    height: 340px;    
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: default;
	background: url(../Images/BackGrounds/footer_bg.jpg) no-repeat 100% 100%;
	z-index: 1;
	text-align: left;
}
.footer ul
{
	width: 92%;
	color: #999999;
	font-size: 0.7em;
	padding: 290px 0 0 0;
	margin: 0 0 0 5%;
	list-style-type: none;
	list-style-image: none;
}
.footer ul li
{
	width: 30%;
	float: left;
}
.footer ul li span
{
	white-space: nowrap;
}
.footer ul li img
{
	position: relative;
	top: 0.1em;
}
.footer ul li a
{
	color: #999;
	padding: 0 0 0 0.4em;
}
.footer ul li a:hover
{
	color: #DBBB26;	
}
.spacer
{
	width: 100% !important;
	height: 1px  !important;
	font-size: 0  !important;
	clear: both  !important;
	border: none !important;
	float: none !important;
}
.buy_button
{
	width: 110px;
	height: 40px;
	background: #DBBB26 url(../Images/BackGrounds/button_gold_bg.png) repeat-x;
	float: left;
	margin: 1em 0 0 0;
}
.buy_button .inner
{
	width: 95px;
	height: 28px;
	background: #010101;
	border: solid 1px #DDD;
	position: relative;
	top: 6px;
	left: 6px;
	
}
.buy_button .inner span
{
	margin: 0 0 0 0.6em;
	position: relative;
	top: 0.2em;
}
.buy_button .inner span img
{
	padding: 0;
}
.buy_button .inner span a
{
	font-size: 0.8em;
	color: #DDDDDD;
	padding: 0 0 0 0.5em;
}
.buy_button .inner:hover
{
	background: #333;
}