/*
------------------------------------------------------------------------
Theme Name:[Monaco]
Author:[Ricky]
Author Company URI:http://www.avasoft.net
------------------------------------------------------------------------
*/
/*
-----------------------------------------
RESET
----------------------------------------- 
*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
ol, ul, li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}

strong{font-weight:bold}
em{font-style:italic}
a img{border:none}

h1, h2, h3, h5, h5, h6{font-weight:bold}

/*
-----------------------------------------
LAYOUT
----------------------------------------- 
*/


/* CSS Document */

body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #626262;
}

#container{
	width: 960px;     /*CHANGE HERE*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#header{
	height: 341px;
	background: url(/images/bg_menu.jpg) repeat-x top left;
	border-bottom: 11px solid #2f2e2f;
}

#h_left{
	width: 267px;
	float: left;
}

#h_l_top{
	
}

#h_l_bot{

}


#h_right{
	width: 693px;
	float: left;
}

#h_r_top{
	padding-top: 48px;
	height: 38px;
	line-height: 38px;
}


#h_r_bot{
	margin-top: 9px;
}





#content{
	background: url(/images/bg_content.jpg) repeat-y top left;

}

#c_left{
	width: 232px;
	float: left;
	padding: 25px 15px 0px 20px;

}

#c_left h2{
	font-size: 18px;
	font-weight: normal;
	color: #f6b700;
}

#c_l_search{
	margin-top: 15px;
	color: #ffc214;
	font-size: 12px;
	height: 30px;
	margin-bottom: 15px;
}

#c_l_search input{
	font-size: 12px;
}





#c_l_menu{
	clear: both;
}

#c_l_menu ul{
	
}

#c_l_menu ul li{
	background: url(/images/bullet.jpg) no-repeat center left;
	padding-left: 25px;
	margin-bottom: 7px;
}	

#c_l_menu ul li a{
	display: block;
	font-size: 12px;
	color: #fff;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
}

#c_l_menu ul li a:hover{
	display: block;
	font-size: 13px;
	color: #c59200;	
	text-decoration: none;
	height: 20px;
	line-height: 20px;
}



#c_l_logo{
	margin-top: 100px;
}



#c_right{
	width: 693px;
	float: left;
	color: #fff;
	
}




#c_r_top{
	background: url(/images/bg_content_top.jpg) repeat-y top left;
	
}

#c_r_t_left{
	float: left;
	width: 390px;
	margin-left: 30px;
	margin-top: 25px;
}

#c_r_t_right{
	float: right;
	width: 210px;
	background: url(/images/bg_special.jpg) repeat-x top left;
	padding: 25px 15px 0px 15px;

}


#c_right h1{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #ffbf00;
}


#c_right p{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}

#c_right h2{
	font-size: 18px;
	font-weight: normal;
	color: #ffc214;
	margin-bottom: 15px;
}

#c_right a, #c_right a:hover{
       color: #FF0000;
       text-decoration: underline;
}




#c_r_t_right h2{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}

#c_r_t_right h4{
	font-weight: bold;
	color: #ffbe00;
	font-size: 12px;
	margin-bottom: 10px;
}




hr{
	margin-top: 30px;
	margin-bottom: 20px;
}




#c_r_bot{
	clear: both;
	background-color: #2a2a2a;
	padding: 30px 30px 0px 30px;
}


.c_clear{
	clear: both; 
	height: 25px;

}


.box_featured{
	width: 190px;
	float: left;
	margin-right: 20px;
}

.box_featured a{
	color: #fff;
	text-decoration: none;
}

.box_featured a:hover{
	color: #fff;
	text-decoration: none;
}

.b_f_img{
	margin-bottom: 1px;
}

.b_f_title{
	height: 28px; 
	line-height: 28px;
	background: url(/images/bg_featured_title.jpg) repeat-x top left;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}





#footer{
	height: 39px;
	line-height: 39px;
	font-size: 11px;
	color: #000;
	background: url(/images/bg_footer.jpg) repeat-x top left;
}


#f_left{
	float: left;
	height: 39px;
	line-height: 39px;
	width: 660px;
	margin-left: 20px;
}


#f_right{
	float: right;
	height: 39px;
	line-height: 39px;
	width: 210px;
	margin-right: 30px;
	text-align: right;
}

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

#footer a:hover{
	color: #000;
	text-decoration: underline;
}









/* INTERIOR */


#c_r_sub_container{
	background: url(/images/bg_menu.jpg) repeat-x top left;
	
}

#c_right_sub{
	padding: 30px 30px 30px 30px;
}

#c_right_sub a, #c_right_sub a:hover{
       color: #FF0000;
       text-decoration: underline;
}


#header_sub{
	height: 140px;
	background: #404040 url(/images/bg_menu.jpg) repeat-x top left;

}


#container_c_left_sub{
	width: 267px;
	float: left;
}

/* END OF INTERIOR */








/* PRODUCT CATEGORIES, PRODUCT LV 1 */

#special{
	margin-top: 9px;
	padding: 20px 30px 0px 30px;
	background-color: #202020;
}

.b_f_title2{
	background-color: #000000;
	height: 38px;
	line-height: 19px;   /*edited from 38px*/
        padding-top: 8px;     /*edited*/
        padding-bottom: 10px;     /*edited*/
	text-align: center;
	color: #f8b800;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.b_f_title2 a, .b_f_title2 a:hover{
	color: #f8b800;
}

.b_f_title3{
	background-color: #000000;
	/*height: 38px;*/
	line-height: 19px;   /*edited from 38px*/
        padding-top: 8px;     /*edited*/
        padding-bottom: 10px;     /*edited*/
	text-align: center;
	color: #f8b800;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.b_f_title_lv1{
	background-color: #000000;	
	line-height: 20px;
	text-align: center;
	color: #f8b800;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 15px;
}

.b_f_title_lv1 img{
	margin-top: 5px;
}



#c_prod_detail_box{
	float: left;
	width: 246px;
}

#prod_detail_box_title{
	background: #000;
	padding: 10px 15px 10px 15px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	color: #f9b900;
	line-height: 20px;
}

#c_prod_detail_desc{
	width: 360px;
	float: right;
}

#d_stock{
	font-size: 12px;
	font-weight: bold;
	color: #f9b900;
	margin-bottom: 15px;
}

#d_quantity{
	
}

#d_description{
	
}

#d_description h2{
	font-size: 14px;
	font-weight: bold;
}

/* END OF PRODUCT CATEGORIES, PRODUCT LV 1 */












/* MENU */




#h_r_top ul li{
	display: inline;
	list-style-type: none;
	position:relative;
}

#h_r_top ul li a{
	font-size: 13px;
	font-weight: bold;
	display: block;
	float: left;
	line-height: 38px;
	padding-left: 9px;
	padding-right: 9px;
	text-decoration: none;
	color: #434343;
}

#h_r_top ul li a:hover{
	background: url(/images/bg_menu_hover.jpg) repeat-x top left;
	color: #fff;
}

#h_r_top ul ul {
	position: absolute;
	z-index: 500;
	top: 38px;
	left: 0;
	border-bottom: none;
	width:130px;
	border-top: none;
}

html>body #h_r_top ul ul {
	width:auto;
}

#h_r_top ul ul li {
	display:block;
}


#h_r_top ul ul li a {
	width:150px;
	background:#e9ad00;
	/*border-bottom: 1px solid #577fa4;*/
	color:#000000;
	display:block;
	float:none;
	padding-left:10px;
	font-weight:normal;
	height:25px;
	line-height: 25px;
	margin-right: 0px;
}

#h_r_top ul ul li a:hover {
	background:#0e0d0f;
	color:#fff;
	margin-right: 0px;
}

#h_r_top ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#h_r_top ul ul,
#h_r_top ul li:hover ul ul,
#h_r_top ul ul li:hover ul ul
{display: none;}

#h_r_top ul li:hover ul,
#h_r_top ul ul li:hover ul,
#h_r_top ul ul ul li:hover ul
{display: block;}

html #h_r_top ul li a { height: 1%; }

#h_r_top li:hover ul, li.over ul { display: block; float:left;}




<!--[if lt IE 7]>
#h_r_top{float:none;}
body{behavior:url(csshover.htc); }
#h_r_top ul li{float:left; }
#h_r_top a{height:1%;font: bold 13px arial, helvetica, sans-serif;}

<![endif]-->

/* END OF MENU */
