/*
------------------------------------------------------------------------
Theme Name:[projectname]
Author:[authorname]
Author Company URI:http://www.globalwsolutions.com
------------------------------------------------------------------------
*/
/*
-----------------------------------------
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}
h2 {color:#752D40; font:bold 14px "Century Gothic";}

/*
-----------------------------------------
LAYOUT
----------------------------------------- 
*/


/* CSS Document */

body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(/images/bg2.jpg) top left;
}

#container{
	width: 960px;     /*CHANGE HERE*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-family: "Century Gothic";

}

#header{
	height: 191px;
	background: url(/images/bg_header.png) repeat-x bottom left;
}

#h_logo{
	width: 655px;
	float: left;	
}

#h_info{
	width: 255px;
	float: right;
	margin-right: 20px;
	text-align: right;
	margin-top: 65px;
	
	
}

#h_i_mail{
	font-size: 15px;
}




#h_i_mail a{
	color: #f1bcc4;
	text-decoration: none;
	font-weight: bold;
}

#h_i_mail a:hover{
	color: #f1bcc4;
	text-decoration: underline;
	font-weight: bold;
}


#h_i_cart{
	line-height: 30px;
	margin-top: 5px;
	font-size: 13px;
}

#h_i_cart a{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#h_i_cart a:hover{
	color: #fff;
	text-decoration: underline;;
	font-weight: bold;
}





.content{
	background-color: #fef8f9;
	padding: 20px 32px 15px 32px;
	font-size: 13px;
}

.content h1{
    /* background:#9B5064 url(/images/bg_c_title.jpg) repeat-x scroll left top;
    border-bottom:1px solid #FFFFFF;
    color:#FFFFFF; */
    font-size:18px;
    /*height:39px; */
    /* line-height:39px; */
    /*padding-left:25px;
    padding-right:25px;*/
    /* display: block; */
}

.content p{
	font-size: 13px;
	line-height: 18px;
}


.content a{
	color: #000000;
	text-decoration: underline;
}

#catdesc a{
	font-weight:bold;
	font-size:15px;
}

#c_top{

}

#c_top_left{
	width: 530px;
	float: left; 
}

#c_top_right{
	float: right;
	width: 341px;
}

#c_t_r_title{
	background: #9a5267 url(/images/bg_title.jpg) repeat-x top left;
	padding: 15px;
	height: 67px;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	color: #fff;
}

*html #c_t_r_title{
	height: 97px;
}

.c_clear{
	height: 20px;
	clear: both;
}

#c_bottom{

}


.c_title{
	background: #9b5064 url(/images/bg_c_title.jpg) repeat-x top left;
	line-height: 39px;
	height: 39px;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
}


.c_content{
	border: 1px solid #f4cbd1;
	background-color: #fff1f1;
	padding: 25px;
	padding-bottom: 0px;
	font-size: 13px;
	color: #474747;
	line-height: 18px;
}

.no_title{
	background: none;
	line-height: normal;
	height: 0px;
	border-bottom: none;
	font-size: 18px;
	color: #fff;
	padding:none;
}


.no_content{
	border: none;
	background:none;
	padding: none;
	color: #474747;
	line-height: normal;
}


#footer{
	padding: 20px 25px 0px 35px;
	font-size: 12px;
	color: #FFFFFF;
}


#f_left{
	width: 555px;
	float: left;
	line-height: 24px;
}

#f_right{
	float: right;
	width: 180px;
	line-height: 24px;
}

#footer a{
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}






#c_leftsub{
	width: 251px;
	float: left;
	
}


#c_rightsub{
	width: 620px;
	float: right;
}


.c_quote{
	padding: 15px;
	background-color: #f9d5da;
	text-align: center;
	font-style:italic;
}



.box{
	float: left;
	width: 187px;
	height: 178px;
	
}

.box1{
	float: left;
	width: 187px;
	height: 178px;
	background: url(/images/bg_callout_01b.jpg) no-repeat top left;
	
}

.box2{
	float: left;
	width: 188px;
	height: 178px;
	background: url(/images/bg_callout_02b.jpg) no-repeat top left;
	margin-left: 2px;
	margin-right: 2px;
}

.box3{
	float: left;
	width: 188px;
	height: 178px;
	background: url(/images/bg_callout_03b.jpg) no-repeat top left;
}

.box_title{
	margin-top: 136px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
}

/* PRODUCT */


.c_c_product{
	
}

.prod_img{
	width: 292px;
	height: 341px;
	float: left;
	background-color: #000099;
	margin-right:30px;
}

.prod_img img{
	border: 1px solid #863d51;
}

.prod_intro{
	width: 520px;
	float: right;

}


.p_i_stock{
	font-weight: bold;
	color: #752d40;
	font-size: 14px;
	margin-bottom: 15px;
}

.p_i_add input{
	width: 85px;
}

.p_i_content{
	color: #343434;
	font-size: 14px;
	width: 520px;
	float: right;
	margin-top:10px;
}

.p_i_ul_left{
	float: left;
	width: 48%;
}

.p_i_ul_right{
	float: right;
	width: 48%;
}


.p_i_link{
	line-height: 31px;
	
	color: #FFFFFF;
}

.content .c_content .c_c_product .p_i_link a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 279px;
	height: 31px;
	float: left;
	background-color: #d38893;
	text-align: center;
	border-right: 1px solid #fff;
}

.content .c_content .c_c_product .p_i_link a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}


.c_c_product ul{
	margin-left: 10px;
}

.c_c_product ul li{
	list-style-position: outside;
	margin: 3px 0px;
	margin-left:10px;
	list-style-image: url(../images/bullet.jpg);	
}


.prod_detail{
	
}

.p_d_content{
	padding: 20px;
	font-size: 14px;
	color: #4d4d4d;
}

.link_top{
	clear: both;
	line-height: 40px;
}

.content .c_content .c_c_product .link_top a{
	color: #9b4f64;
	font-weight: bold;
	text-decoration: underline;
}


.prod_video{
	
}



.related_box{
	width: 115px;
	float: left; 
	margin-right: 10px;
}


.related_img{
	border: 1px solid #f1bcc4;
}

.related_title{
	height: 19px;
	line-height: 19px;
	background: url(/images/bg_title_related.jpg) repeat-x top left;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}


.content .c_content .c_c_product .prod_related .related_title a{
	color: #FFFFFF;
	text-decoration: none;
}







.catalog_box{
	width: 203px;
	float: left; 
	margin-right: 10px;
}

.catalog_box_end{
	width: 203px;
	float: left; 
	margin-right: 0px;
}

.catalog_img{
	border: 3px solid #f1bcc4;
}

#catalog_title{
	line-height: 20px;
	padding:2px;
	background: url(/images/bg_title_catalog.jpg) repeat-x top left #984d61;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

#catalog_title a{
	color: #FFFFFF;
	text-decoration:none;
}


.content .c_content .c_c_product .catalog_title a{
	color: #FFFFFF;
	text-decoration: none;
}


#rproduct .catalog_box{
	width: 121px;
	float: left; 
	margin-right: 10px;
}

#rproduct .catalog_img img,
#rproduct .catalog_img
{
	width: 115px;
	height:151px;
}


#rproduct #catalog_title{
	line-height: 20px;
	padding:2px;
	background: url(/images/bg_title_catalog.jpg) repeat-x top left #984d61;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

#rproduct .catalog_box_end{
	width: 115px;
	float: left; 
	margin-right: 0px;
}

.c_content ul{
list-style-type: disc;
margin-left: 15px; 
}

.c_content ul li{
list-style-type: disc;
}




/* FORM */

table.tab_checkout{
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000;
}

table.tab_checkout input{
	width: 145px;
}

table.tab_checkout select{
	width: 145px;
}

table.tab_checkout2{
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000;
}




table.tab_checkout2 input.radiobutton{
	width: auto;
}
/* END OF FORM */










/* MENU */


#menu{
	height: 34px;
	line-height: 34px;
	background-color: #f8dde1;
	font-family: "Century Gothic";
	padding-left: 30px;
}

#menu ul li{
	display: inline;
	list-style-type: none;
	position:relative;
}

#menu ul li a{
	font-size: 13px;
	font-weight: normal;
	display: block;
	float: left;
	line-height: 34px;
	padding-left: 24px;
	padding-right: 24px;
	text-decoration: none;
	color: #434343;
}

#menu ul li a:hover{
	background-color: #f1bcc4;
	color: #434343;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	top: 34px;
	left: 0;
	border-bottom: none;
	width:130px;
	border: 1px solid #a8a11c;
	border-top: none;
}

html>body #menu ul ul {
	width:auto;
}

#menu ul ul li {
	display:block;
}


#menu ul ul li a {
	width:150px;
	background:#fcf1f3;
	/*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;
}

#menu ul ul li a:hover {
	background:#f8dadf;
	color:#000000;
	margin-right: 0px;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul
{display: none;}

#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{display: block;}

html #menu ul li a { height: 1%; }

#menu li:hover ul, li.over ul { display: block; float:left;}




<!--[if lt IE 7]>
#menu{float:none;}
body{behavior:url(csshover.htc); }
#menu ul li{float:left; }
#menu a{height:1%;font: 15px "Century Gothic";}

<![endif]-->

/* END OF MENU */