html{
	height: 100%;
}

body{
	height: 100%;
	width: 100%;
	text-align: center;
	color: #6D6E71;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	
}

body.whitebg{
	background: #ffffff;
}


#mainTbl{
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

#wrapper{
	width: 980px;
	margin: 0px auto 0px auto;
	text-align: left;
}

form{
	margin: 0px;
	padding: 0px;
}

p{
	margin: 0px;
	padding: 0px 0px 15px 0px;
	line-height:20px;
}

img{
	vertical-align: bottom;
}

a{
	text-decoration: none;
	color: #000000;
}

a:hover{
	color: #ECB5CA;
}
a img{
	border: none;
}

h1{
	color: #ECB5CA;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding: 15px 0px 10px 0px;
}

h1.lowercaps{
	text-transform:lowercase;
}


h1.catname{
	padding: 5px 5px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
}

h2{
	color: #ECB5CA;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 15px 0px 10px 0px;
}

form{
	margin: 0px;
	padding: 0px;
}

.clear{
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}


#shadowTopLeft{
	width: 39px;
	height: 50px;
	float: left;
	background:url(images/shadow_top_left.png) no-repeat top left;
	behavior: url(/iepngfix.htc);
}

#shadowTop{
	height: 50px;
	width: 883px;
	float: left;
	background:url(images/shadow_top.png) repeat-x top;
}

* html #shadowTop{
	background:url(images/shadow_top2.png) repeat-x top;
	behavior: url(/iepngfix.htc);
}

#shadowTopRight{
	width: 58px;
	height: 50px;
	float: right;
	background:url(images/shadow_top_right.png) no-repeat top right;
	behavior: url(/iepngfix.htc);
}

#shadowLeft{
	width: 100%;
	background:url(images/shadow_left.png) repeat-y left;
	clear: both;
	behavior: url(/iepngfix.htc);
}

* html #shadowLeft{
	background:url(images/shadow_left2.png) repeat-y left;
	behavior: url(/iepngfix.htc);
}


#shadowRight{
	background:url(images/shadow_right.png) repeat-y right;	
	width: 100%;
}

* html #shadowRight{
  background:url(images/shadow_right2.png) repeat-y right;
  behavior: url(/iepngfix.htc);

}

#inner{
	background: #ffffff;
	margin: 0px 38px 0px 24px;	
	border-bottom: solid 1px #dcdcdc;
	width: 918px;

}

#shadowBotLeft{
	width: 55px;
	height: 53px;
	float: left;
	background:url(images/shadow_bot_left.png) no-repeat bottom left;
	behavior: url(/iepngfix.htc);
}


#shadowBot{
	height: 53px;
	width: 867px;
	float: left;
	background:url(images/shadow_bot.png) repeat-x bottom;
}

* html #shadowBot{
	background:url(images/shadow_bot2.png) repeat-x bottom;
	behavior: url(/iepngfix.htc);
}

#shadowBotRight{
	width: 58px;
	height: 53px;
	float: right;
	background:url(images/shadow_bot_right.png) no-repeat bottom right;
	behavior: url(/iepngfix.htc);
}

#header{
	padding: 0px 0px 20px 10px;	
	/* border-bottom: solid 1px #e6e7e7; */
	position: relative;
}

#navigation{
	padding: 2px 5px 1px 0px;
}

#navigation2{
	background: #fad3e6;
	padding: 2px 5px 1px 0px;
	position: relative;
	z-index: 1000;
	border-top: 1px solid #ce0150;
	width: 913px;
	margin-bottom: -1px;
}

#navigation a, #navigation2 a{
	color: #ce0150;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
	margin: 0px 5px 0px 5px;
	position: relative;
	text-transform: uppercase;
}

#navigation a:hover{
	color: #f6d1df;
}

#navigation2 a:hover{
	color: #a9a9a9;
}

#cart{
	float: right;
	width: 200px;
	text-align: right;
	font-size: 11px;
	padding-right: 5px;
	position: relative;
}

#cart img{	
	vertical-align: middle;
}

#cart a{
	margin: 0px;
	font-weight: normal;
	font-size: 11px;
}


#homeMainContent{
	height: 548px;
	background:url(images/main_pic.jpg) no-repeat top center;
}

#footer{
	position: relative;
	padding: 10px 0px 0px 15px;
	background: #fad3e6;
	border-top: 1px solid #ce0150;
	color: #ce0150;
	font-size: 10px;
	font-weight: bold;
}

#footer a{
	color: #ce0150;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 3px;
}	


#footer a:hover{
	color: #303939;
}


#searchbox{
	width: 200px;	
	position: absolute;
	top: 5px;
	right: 20px;
	text-align: right;
}

.stextbox {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #FFFFFF;
	font-size:11px;
	padding:1px 0px;
	width:140px;
}
.button1 {
	background:transparent none repeat scroll 0%;
	border:medium none;
	color:#ce0150;
	cursor:pointer;
	font-family: "Century Gothic", Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	margin:0px;
	padding:0px;
}

#leftBorder{
	background:url(images/vr_line.gif) repeat-y left;
}

#leftSide{
	width: 165px;
	vertical-align: top;
	padding-top: 5px;
	/* border-right: solid 1px #e6e7e7; */
}

#mainContent{
	margin-left:15px;
	position:relative;
	min-height: 400px;
	padding: 0px;
}	

* html #mainContent{
	height: 400px;
}
	
#breadcrumbs{
	/* background: #eeeeee; */
	/* border-bottom: solid 1px #dcdcdc; */
	color: #acaeb0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px 0px 5px 0px;
	position: relative;
}	

#breadcrumbs span{
	color: #606363;
}

#breadcrumbs a{
	color: #acaeb0;
	text-transform: uppercase;
}
	
#breadcrumbs a:hover{
	color: #606363;
}	


#sidemenu a{
	color: #9ea6a6;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	border-bottom: solid 1px #e6e7e7;
	padding: 4px 0px 4px 6px; 
}

#sidemenu a.selected{
	color: #ecb5ca;
}


#sidemenu a.subcatTop{
	padding-left: 10px;
	text-transform: lowercase;
}

#sidemenu a:hover, #sidemenu a.subcatTop:hover{
	color: #ecb5ca;
}

#sidemenu a.subcat{
	padding-left: 15px;
	font-weight: normal;
	/* color: #606363; */
}

#sidemenu a.subcatselected{
	padding-left: 15px;
	color: #ecb5ca;
	text-transform: lowercase;
}

#sidemenu a.subsubcat{
	padding-left: 30px;
	font-weight: normal;
}

h1.prodheading{
	color: #ecb5ca;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

#proddetailTbl #prodOptTbl td{
	vertical-align: middle
}


#proddetailTbl #prodOptTbl2{
	margin-bottom: 20px;
}

#proddetailTbl #prodOptTbl2 td{
	vertical-align: middle;
}

#promotable{
	width: 100%;
	margin-top: 15px;
	font-size: 11px;
}

#promotable td{
	padding: 5px;
}


h1.promo{
	text-transform: capitalize;
	font-size: 18px;
	position: relative;
	padding-left: 7px;
}

#bird2{
	position: absolute;
	top: -12px;
	left: -10px;
}

a.promoMoreInfo{
	background: #9d9fa2;
	color: #ffffff;
	display: block;
	width: 60px;
	text-align: center;
	margin: auto;
	padding: 2px 0px;
}

.promoProdName{
	color: #9d9fa2;
	font-size: 11px;
}

.promoImage{	
}

.catimage{
	width: 130px;
	height: 130px;	
}

.prodimage{
	width: 125px;
	height: 125px;
}

.pagenums{
	padding: 20px 0px 10px 0px;
	text-align: center;
}
.catimage, .prodimage{

}

p.catname{
	padding: 0px 0px 15px 0px;	
}

div.prodname{
	padding: 5px 0px 3px 0px;
	line-height: 16px;
}

div.prodprice{
	color: #818285;
	padding: 0px 0px 4px 0px;
}

div.prodprice span.price{
	color: #818285;
	font-weight: normal;
	font-size: 11px;
}

p.catname a, div.prodname a{
	color: #818285;
}

.prodmore{
	background: #9d9fa2;
	color: #ffffff;
	display: block;
	width: 60px;
	margin: auto;
	padding: 2px 0px;
}

#proddetailTbl{
	clear: right;
}

.prodImageBox{
	text-align: center;	
}

.zoom{
	color: #A0A1A3;
	font-size: 10px;
	display: block;
	padding: 10px;
}

#proddetailTbl{
	width: 700px;
	margin-top: 30px;
}

#proddetailTbl td{
	vertical-align: top;
}

.pad7{
	padding: 0px 5px 0px 20px;
}

span.priceLabel{
	text-transform:lowercase;
	font-size: 12px;
}

span.price{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.efriend{
	color: #a0a1a3;
	text-transform:uppercase;
	font-size: 11px;
	font-weight: bold
}

a.efriend:hover{
	color: #f9c4cf;
}

.button2{
	background: #9d9fa2;
	border: none;
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
	text-transform: uppercase;
	margin: 20px 0px 0px 0px;
	padding: 2px 10px;	
}


#subscribeTd{
	height: 160px;
	text-align: center;
	/* border-right: solid 1px #e6e7e7; */
}

#saleTd{
	height: 75px;
	text-align: center;
	/* border-right: solid 1px #e6e7e7; */
	border-bottom: solid 1px #e6e7e7;
	border-top: solid 1px #e6e7e7;
}

#saleLink{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #f6d1df;
	font-weight: normal;
}	

#saleLink span.big{
	display: block;
	text-align: center;
	font-size: 32px;
	color: #606363;
}


.smalltext{
	display: block;
	font-size: 11px;
	text-transform:lowercase;
	padding: 3px 0px;
}


input.textbox{
	font-size: 11px;
	width: 200px;
	color: #58595B;
	border: solid 1px #D4D0C8;
}

input.textbox3{
	font-size: 11px;
	width: 200px;
	color: #58595B;
	vertical-align: top;
	border: solid 1px #D4D0C8;
}

input.textbox4{
	font-size: 11px;
	width: 200px;
	color: #58595B;
	margin-bottom: 10px;
	border: solid 1px #D4D0C8;
}

textarea.textbox4{
	font-size: 11px;
	width: 200px;
	height: 100px;
	color: #58595B;
	margin-bottom: 10px;
	border: solid 1px #D4D0C8;

}

.goButton{
	margin-left: 10px;
}

input.highertextbox{
	font-size: 11px;
	width: 200px;
	color: #58595B;
}

select.highertextbox{
	font-size: 11px;
	width: 203px;
	color: #58595B;
}

label{
	display: block;
}

#contact p{
	font-size: 13px;
}

#contact p strong{
	font-size: 11px;
}


.textboxdis{
	font-size: 11px;
	width: 200px;
	color: #58595B;
	background: #f1f1f1;
	border: solid 1px #DCDCDC;
	margin-bottom: 10px;
}

textarea.textboxdis{
	height: 100px;
}

#homeTextBox{
	width: 250px;
	padding: 145px 0px 0px 190px;
}

#homeTextBox h1{
	color: #ffffff;
	font-size: 40px;
	text-transform: lowercase;
}

#homeTextBox p{
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
}

#prodtable, .table-cattable{
	margin-top: 20px;
}

#multiimg{
	margin: auto;
}

.pink{
	color: #ECB5CA;
}

.tblp2 td{
	padding: 0px 0px 5px 0px;
}

.tblterms{
	width: 100%;
	margin: 10px 0px 5px 0px;
	border-collapse: collapse;
}

.tblterms td, .tblterms th {
	vertical-align: top;
	padding: 10px 0px 5px 0px;
	border-collapse: collapse;
}

#index{

}

.pad3{
	padding: 0px 10px 10px 20px;
}

.toRight{
	display: block;
	position: absolute;
	right: 230px;
}

#insideTable{
	margin-left: 13px;
}

#contentWrapper{
}

.hr{
	border-top: solid 1px #c2c2c2;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	margin: 0px 0px 0px 0px;
}

.inside{
	padding: 0px 20px 20px 0px;
}

#maincat{
	padding: 0px 20px 0px 20px;
}

#maincat h1{
	padding: 15px 0px 5px 0px;

}

#mainCatsTbl{
	margin: 10px 0px 10px 0px;
	border-top: solid 1px #e9e9e9;
	border-left: solid 1px #e9e9e9;
}

#mainCatsTbl td{
	border-right: solid 1px #e9e9e9;
}


#mainCatsTbl a span{
	display: block;
	background: #f3f3f3;
	padding: 5px 0px;
	text-align: center;
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #8a8889;
}

#mainCatsTbl a:hover span{
	background: #e3e3e3;
}

#maincat h1.pad4{
	padding: 10px 0px 10px 0px;
}


#wnewtable{
	width: 705px;
	margin-top: 10px;
	font-size: 11px;
}

#wnewtable td{
	width: 20%;
	padding: 3px 0px;
}

.pageIndex{
	text-align: center;
	padding: 30px 0px 10px 0px;
}

.pageIndex2{
	text-align: center;
	padding: 10px 0px 20px 0px;
}

.topIndex{
	text-align: right;
	padding: 0px 15px 0px 0px;
}

