/* CSS Document */
.topback{ background:url(../images/top_back.jpg); background-repeat:repeat-x; background-position:top;}
.botback{ background:url(../images/general/top_back_bot.jpg) #EBEAE5; background-repeat:repeat-x; background-position:bottom; }

/* Page Decorations - Start */
html, body {
	margin: 0;
    padding: 0;
    background-color: #ffffff;
}
a {
	outline:none;
}
#page-container {
	width: 760px;
	margin: auto;
	background: #ffffff;
	border-top: 1px solid #e1e0db;
	border-right: 1px solid #e1e0db;
	border-bottom: 1px solid #e1e0db;
	border-left: 1px solid #e1e0db;
}

#header {
	width: 760px;
	margin: auto;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../images/heders/header_bkg.gif);
	float: none;
}

#CottonCollection {
	width: 165px;
	margin: auto;
	height: 100px;
	float: left;
	background-attachment: scroll;
	background-image: url(../images/general/cotton_collection.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#LeatherCollection {
	width: 165px;
	margin: auto;
	height: 100px;
	float: right;
	background-attachment: scroll;
	background-image: url(../images/general/leather_collection.gif);
	background-repeat: no-repeat;
	background-position: center center;
}



#BodyPics {
	width: 530px;
	float: left;
	background-color: #ffffff;
	height: 345px;
	background-image: url(../images/general/main_pic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#BodyBanners1 {
	width: 230px;
	float: right;
	height: 112px;
	background-image: url(../images/general/kiddies_collection.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#BodyBanners2 {
	width: 230px;
	float: right;
	height: 113px;
	background-image: url(../images/general/mini.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#BodyBanners3 {
	width: 230px;
	float: right;
	height: 112px;
	background-image: url(../images/general/latest_trend.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

tr,td{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color: #787365;
}
/* Page Decorations - End */

/* Corporate Navigation - Start */ 
.CorporateNavi span {
	display: none;
	visibility: hidden;
}

.CorporateNavi a {
	display: block;
	text-decoration: none;
	height: 22px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 30px;
	float: right;
}
.header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9B7850;
}
.CorporateNavi a:link {
	background-color:#e1e0da;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	/*COLOR: #6f6a5e;*/
	COLOR: #726F66;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:normal;
	border-top: 0px solid #e1e0db;
	border-right: 1px solid #e1e0db;
	border-bottom: 0px solid #e1e0db;
	border-left: 1px solid #e1e0db;
	background-image: url(../images/nav/corporatenavi_bkg.gif);
	background-repeat: no-repeat;
}

.CorporateNavi a:visited {
	background-color: #e1e0da;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #726F66;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:normal;
	border-top: 0px solid #e1e0db;
	border-right: 1px solid #e1e0db;
	border-bottom: 0px solid #e1e0db;
	border-left: 1px solid #e1e0db;
	background-image: url(../images/nav/corporatenavi_bkg.gif);
	background-repeat: no-repeat;
}

.CorporateNavi a:hover {
	background-color: #e1e0da;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:normal;
	border-top: 0px solid #e1e0db;
	border-right: 1px solid #ffffff;
	border-bottom: 0px solid #e1e0db;
	border-left: 1px solid #ffffff;
	background-image: url(../images/nav/corporatenavi_active_bkg.gif);
	background-repeat: no-repeat;
}

.CorporateNavi a:active {
	background-color: #E1E0DA;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #726F66;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:normal;
	border-top: 0px solid #e1e0db;
	border-right: 1px solid #e1e0db;
	border-bottom: 0px solid #e1e0db;
	border-left: 1px solid #e1e0db;
	background-image: url(../images/nav/corporatenavi_bkg.gif);
	background-repeat: no-repeat;
}

/* Corporate Navigation - End */ 


/* Corporate Navigation Active - Start */ 
.CorporateNavi span {
	display: none;
	visibility: hidden;
}

.CorporateNaviActive a {
	display: block;
	text-decoration: none;
	height: 22px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 30px;
	float: right;
}

.CorporateNaviActive a:link {
	background-color: #e1e0da;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:normal;
	border-top: 0px solid #e1e0db;
	border-right: 1px solid #ffffff;
	border-bottom: 0px solid #e1e0db;
	border-left: 1px solid #ffffff;
	background-image: url(../images/nav/corporatenavi_active_bkg.gif);
	background-repeat: no-repeat;
}

.CorporateNaviActive a:visited {
	background-color: #e1e0da;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:normal;
	border-top: 0px solid #e1e0db;
	border-right: 1px solid #ffffff;
	border-bottom: 0px solid #e1e0db;
	border-left: 1px solid #ffffff;
	background-image: url(../images/nav/corporatenavi_active_bkg.gif);
	background-repeat: no-repeat;
}

.CorporateNaviActive a:hover {
	background-color: #e1e0da;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:normal;
	border-top: 0px solid #e1e0db;
	border-right: 1px solid #ffffff;
	border-bottom: 0px solid #e1e0db;
	border-left: 1px solid #ffffff;
	background-image: url(../images/nav/corporatenavi_active_bkg.gif);
	background-repeat: no-repeat;
}

.CorporateNaviActive a:active {
	background-color: #e1e0da;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:normal;
	border-top: 0px solid #e1e0db;
	border-right: 1px solid #ffffff;
	border-bottom: 0px solid #e1e0db;
	border-left: 1px solid #ffffff;
	background-image: url(../images/nav/corporatenavi_active_bkg.gif);
	background-repeat: no-repeat;
}

/* Corporate Navigation Active - End */ 


#CorporateNaviBar {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #89969f;
	border-right-color: #89969f;
	border-bottom-color: #89969f;
	border-left-color: #89969f;
	background-color: #DEDDD7;
	float: none;
	width: 760px;
	text-align: left;
	background-position: right center;
	height: 28px;
}


/* Corporate Navigation - End */ 

/* Main Navigation - Start */ 
.MainNavi span {
	display: none;
	visibility: hidden;
}

.MainNavi a {
	display: block;
	text-decoration: none;
	height: 22px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: right;
	width: auto;

}

.MainNavi a:link {
	background-color:#C0BEB6;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:bold;
	border-top: 0px solid #c0beb6;
	border-right: 1px solid #c0beb6;
	border-bottom: 0px solid #c0beb6;
	border-left: 1px solid #c0beb6;
}

.MainNavi a:visited {
	background-color: #C0BEB6;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:bold;
	border-top: 0px solid #c0beb6;
	border-right: 1px solid #c0beb6;
	border-bottom: 0px solid #c0beb6;
	border-left: 1px solid #c0beb6;
}

.MainNavi a:hover {
	background-color: #D5D2C3;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #333333;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:bold;
	border-top: 0px solid #c0beb6;
	border-right: 1px solid #ffffff;
	border-bottom: 0px solid #c0beb6;
	border-left: 1px solid #ffffff;
}

.MainNavi a:active {
	background-color: #c0beb6;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:bold;
	border-top: 0px solid #c0beb6;
	border-right: 1px solid #c0beb6;
	border-bottom: 0px solid #c0beb6;
	border-left: 1px solid #c0beb6;
}


/* Main Navigation - End */ 



/* Main Navigation Active - Start */ 
.MainNaviActive span {
	display: none;
	visibility: hidden;
}

.MainNaviActive a {
	display: block;
	text-decoration: none;
	height: 22px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: right;
	width: auto;

}

.MainNaviActive a:link {
	background-color: #D5D2C3;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #333333;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:bold;
	border-top: 0px solid #c0beb6;
	border-right: 1px solid #ffffff;
	border-bottom: 0px solid #c0beb6;
	border-left: 1px solid #ffffff;
}

.MainNaviActive a:visited {
	background-color: #D5D2C3;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #333333;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:bold;
	border-top: 0px solid #c0beb6;
	border-right: 1px solid #ffffff;
	border-bottom: 0px solid #c0beb6;
	border-left: 1px solid #ffffff;
}

.MainNaviActive a:hover {
	background-color: #D5D2C3;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #333333;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:bold;
	border-top: 0px solid #c0beb6;
	border-right: 1px solid #ffffff;
	border-bottom: 0px solid #c0beb6;
	border-left: 1px solid #ffffff;
}

.MainNaviActive a:active {
	background-color: #D5D2C3;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #333333;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:bold;
	border-top: 0px solid #c0beb6;
	border-right: 1px solid #ffffff;
	border-bottom: 0px solid #c0beb6;
	border-left: 1px solid #ffffff;
}


/* Main Navigation Active - End */ 



#MainNaviBorder {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #89969f;
	border-right-color: #89969f;
	border-bottom-color: #89969f;
	border-left-color: #89969f;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	float: none;
	height: 28px;
	width: 760px;
}
/* Main Navigation - End */ 



/* Products Navigation - Start */ 
#ProductNavi span {
	display: none;
	visibility: hidden;
}

#ProductNavi a {
	display: block;
	text-decoration: none;
	height: 20px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;

}

#ProductNavi a:link {
	background-color:#ebeae5;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #888171;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:bold;
	border-top: 1px solid #ebeae5;
	border-right: 0px solid #c0beb6;
	border-bottom: 1px solid #ebeae5;
	border-left: 0px solid #c0beb6;
}


#ProductNavi a:visited {
	background-color: #ebeae5;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #888171;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:bold;
	border-top: 1px solid #ebeae5;
	border-right: 0px solid #c0beb6;
	border-bottom: 1px solid #ebeae5;
	border-left: 0px solid #c0beb6;
}

#ProductNavi a:hover {
	background-color: #FFFFFF;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #888171;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:bold;
	border-top: 1px solid #d9d7ce;
	border-right: 0px solid #ffffff;
	border-bottom: 1px solid #d9d7ce;
	border-left: 0px solid #ffffff;
}

#ProductNavi a:active {
	background-color: #ebeae5;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #888171;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:bold;
	border-top: 1px solid #ebeae5;
	border-right: 0px solid #c0beb6;
	border-bottom: 1px solid #ebeae5;
	border-left: 0px solid #c0beb6;
}



///////////////
#ProductNavix a {
	display: block;
	text-decoration: none;
	height: 20px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;

}


#ProductNavix a:visited {
	background-color: #ffffff;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:bold;
	border-top: 1px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 0px solid #ffffff;
}

#ProductNavix a:hover {
	background-color: #FFFFFF;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:bold;
	border-top: 1px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 0px solid #ffffff;
}

#ProductNavix a:active {
	background-color: #ffffff;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:bold;
	border-top: 1px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 0px solid #ffffff;
}
#ProductNavix a:link {
	background-color:#ffffff;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:bold;
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
}

///////////////

#ProductNavi1 span {
	display: none;
	visibility: hidden;
}

#ProductNavi1 a {
	display: block;
	text-decoration: none;
	height: 20px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;

}

#ProductNavi1 a:link {
	background-color:#E2E0D3;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #888171;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:bold;
	border-top: 1px solid #ebeae5;
	border-right: 0px solid #c0beb6;
	border-bottom: 1px solid #ebeae5;
	border-left: 0px solid #c0beb6;
}

#ProductNavi1 a:visited {
	background-color: #E2E0D3;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #888171;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:bold;
	border-top: 1px solid #ebeae5;
	border-right: 0px solid #c0beb6;
	border-bottom: 1px solid #ebeae5;
	border-left: 0px solid #c0beb6;
}

#ProductNavi1 a:hover {
	background-color: #E2E0D3;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #888171;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:bold;
	border-top: 1px solid #d9d7ce;
	border-right: 0px solid #ffffff;
	border-bottom: 1px solid #d9d7ce;
	border-left: 0px solid #ffffff;
}

#ProductNavi1 a:active {
	background-color: #E2E0D3;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #888171;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:bold;
	border-top: 1px solid #ebeae5;
	border-right: 0px solid #c0beb6;
	border-bottom: 1px solid #ebeae5;
	border-left: 0px solid #c0beb6;
}







#ProductNavi2 span {
	display: none;
	visibility: hidden;
}

#ProductNavi2 a {
	display: block;
	text-decoration: none;
	height: 20px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;

}

#ProductNavi2 a:link {
	background-color:#F8F7F0;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:normal;
	border-top: 1px solid #ebeae5;
	border-right: 0px solid #c0beb6;
	border-bottom: 1px solid #ebeae5;
	border-left: 0px solid #c0beb6;
}

#ProductNavi2 a:visited {
	background-color: #F8F7F0;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:normal;
	border-top: 1px solid #ebeae5;
	border-right: 0px solid #c0beb6;
	border-bottom: 1px solid #ebeae5;
	border-left: 0px solid #c0beb6;
}

#ProductNavi2 a:hover {
	background-color: #F5EECF;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:bold;
	border-top: 1px solid #d9d7ce;
	border-right: 0px solid #ffffff;
	border-bottom: 1px solid #d9d7ce;
	border-left: 0px solid #ffffff;
}

#ProductNavi2 a:active {
	background-color: #F8F7F0;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:normal;
	border-top: 1px solid #ebeae5;
	border-right: 0px solid #c0beb6;
	border-bottom: 1px solid #ebeae5;
	border-left: 0px solid #c0beb6;
}
///////////////////////////////
#ProductNavi2x span {
	display: none;
	visibility: hidden;
}

#ProductNavi2x a {
	display: block;
	text-decoration: none;
	height: 20px;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;

}

#ProductNavi2x a:visited {
	background-color: #F5EECF;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:bold;
	border-top: 1px solid #ebeae5;
	border-right: 0px solid #c0beb6;
	border-bottom: 1px solid #ebeae5;
	border-left: 0px solid #c0beb6;
}

#ProductNavi2x a:hover {
	background-color: #F5EECF;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:bold;
	border-top: 1px solid #d9d7ce;
	border-right: 0px solid #c0beb6;
	border-bottom: 1px solid #d9d7ce;
	border-left: 0px solid #c0beb6;
}

#ProductNavi2x a:active {
	background-color: #F5EECF;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:bold;
	border-top: 1px solid #ebeae5;
	border-right: 0px solid #c0beb6;
	border-bottom: 1px solid #ebeae5;
	border-left: 0px solid #c0beb6;
}

#ProductNavi2x a:link {
	background-color:#F5EECF;
	FONT-FAMILY: Bold, Verdana,sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:bold;
	border-top: 0px solid #c0beb6;
	border-right: 0px solid #c0beb6;
	border-bottom: 0px solid #c0beb6;
	border-left: 0px solid #c0beb6;
}

///////////////////////////////////////


/* Products Navigation - End */ 







/* Product Counter - Start */ 
#ProductCount span {
	display: none;
	visibility: hidden;
}

#ProductCount a {
	display: block;
	text-decoration: none;
	height: 16px;
	width: 18px;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#ProductCount1 {
	display: block;
	text-decoration: none;
	background-color:#726F66;
	COLOR: #ffffff;
	height: 18px;
	width: 20px;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#ProductCount a:link {
	background-color:#fffff2;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:normal;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

#ProductCount a:visited {
	background-color: #fffff2;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:normal;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

#ProductCount a:hover {
	background-color: #666666;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:normal;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

#ProductCount a:active {
	background-color: #fffff2;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	Font-Size:11px;
	font-weight:normal;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}


/*email link*/
a.emaillink{font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787365;
	text-decoration: none;
	font-weight:normal;}
	
a.emaillink:hover{font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	font-weight:normal;}
	/*end email link*/

/* Product Counter - End */ 

a.FooterBoxLink:link,
a.FooterBoxLink:visited,
a.FooterBoxLink:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight:normal;
}

a.FooterBoxLink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.email-textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	width: 175px;
	border: 1px solid #597380;
	height: 14px;
}

.search-textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	width: 110px;
	border: 1px solid #597380;
	height: 15px;
}

.newslatter-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff9900;
}

.search-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.errMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#990000;
}

.page-border {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e1e0da;
	border-right-color: #e1e0da;
	border-bottom-color: #e1e0da;
	border-left-color: #e1e0da;
}



.copyright-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787365;
}

.youareon-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #826641;
}

.image-box {
	border: 1px solid #eaeae8;
}

.product-details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8C673D;
}

.product-details-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8C673D;
}

.items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#FooterNaviBox {
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c5c1b8;
	border-right-color: #c5c1b8;
	border-bottom-color: #c5c1b8;
	border-left-color: #c5c1b8;
	width: 760px;
	height: 50px;
	float: none;
	clear: both;
}

#FooterText {
	background-color: #E1E0DA;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 760px;
	height: 40px;
	float: none;
	clear: both;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#FooterNavi {
	width: 300px;
	height: 40px;
	float: left;
	clear: none;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

.FooterNavi-Box {
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c5c1b8;
	border-right-color: #c5c1b8;
	border-bottom-color: #c5c1b8;
	border-left-color: #c5c1b8;
	width: 760px;
	height: 30px;
	float: none;
	clear: none;
}

#NewsLetter {
	width: 230px;
	height: 40px;
	float: right;
	background-position: left;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#InputArea {
	float: left;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	width: 230px;
	height: 20px;
}

.youareon-box {
	background-color: #f4f3f0;
	border: 1px solid #dfded7;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

.HeaderBkg {
	background-image: url(../images/heders/header_bkg.gif);
}

/********************** Menu Js******************************/
#menuwrapper {
	border-top: 0px solid #000;
	border-bottom: 0px solid #333;
	background-color: #C0BEB6;
	float:left;
	padding-right:55px;/*35*/
	/*background-image: url(images/p7exp_mbar.jpg);
	background-repeat: repeat-x;*/

}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	display:block;
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	border-right: 1px solid #C0BEB6;/*333*/
	border-left: 1px solid #C0BEB6;
	font-size:12px;/*.85em*/
	background-color: #C0BEB6;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	font-weight:bold;
}
#p7menubar .active {
	display: block;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	border-right: 1px solid #fff;/*333*/
	border-left: 1px solid #fff;
	font-size:12px;/*.85em*/
	background-color: #D5D2C3;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	font-weight:bold;
}
/*
Class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the p7menubar a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow.
*/
#p7menubar a.trigger {
	padding: 5px 15px 5px 15px;
	/*background-image: url(images/p7PM_dark_south.gif);*/
	background-repeat: no-repeat;
	background-position: right center;
}
/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#p7menubar li {
	float: left;
	width: 9em;
}

/*********************************************************************************/
#p7menubar li ul ul{
	float: left;
	width: 9em;
}

/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#p7menubar li ul, #p7menubar ul li  {
	width: 12em;/*10*/
}
/*******************************************************************/
#p7menubar li ul li ul, #p7menubar ul li ul li {
	width: 10em;/*10*/
}

/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}


/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #D5D2C3;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	/*background-image: url(images/p7exp_mgrad.jpg);
	background-repeat: repeat-x;*/
}

/***************************************************************************/
#p7menubar li ul li ul{
	position: absolute;
	display: none;
	background-color: #D5D2C3;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	left: 12em;
	/*background-image: url(images/p7exp_mgrad.jpg);
	background-repeat: repeat-x;*/
}
/*#p7menubar li:hover ul ul{left: -999em;position: absolute;
}*/

/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #000000;
	background-color: #D5D2C3;/*C19674*/
	border-left:#FFFFFF 1px solid;
	border-right:#FFFFFF 1px solid;
}

/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
	
}

/************************************************************************/
#p7menubar li ul li:hover ul , #p7menubar li ul li.p7hvr ul {
	display: block;
	border:2px solid #0000FF;
	/*left: -999em;*/
	background-color:#CCCC00;
	
}

/****************************************************************************/
#p7menubar li ul li:hover ul , #p7menubar li ul li.p7hvr ul {
	display: block;
	border:2px solid #FF00FF;
	/*left: -999em;*/
	background-color:#CCCCFF;
	
}


/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}

/********************************************************************/
#p7menubar li ul li li:hover ul a, #p7menubar li ul li li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}

/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#p7menubar ul a:hover {
	background-color: #C0BEB6!important;
	color: #FFFFFF!important;
}
/****************************************************************************/
#p7menubar li ul li ul a:hover {
	background-color: #C0BEB6!important;
	color: #FFFFFF!important;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}

/********************************************************/

/**************************SUPERFISH STYLE***************************/

.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}

/* top ul.nav element */
.nav { 
	line-height:1.0; /* 1.0makes calculating the 'top' value for first submenu easier */
}

/* nested submenu ul elements */
.nav ul {
	position:absolute; /* remove from flow and allow positioning */
	top:-999em; /* hide submenu in screen-reader and search-engine friendly way */
	width:11.45em; /* VARIABLE. Must have a width for menu items to inherit. Use ems so font scaling does not break design*/
}
/* submenu items */
.nav ul li,
.nav a { /* this affects top level anchors too */
	width: 100%;/* stretch submenu items to width of submenu ul width (see .nav ul rules above). When link text runs over more than one line, use padding and an explicit width for the anchor instead of width:100% and text-indent. Example below in the SKIN section */ 
	}



/* all li elements */
.nav li {/* border: 1px solid #FF0000;*/
	float:left; /* must float all li elements. Vertical submenu items are restrained by parent ul width (see .nav ul rules above) */
	position:relative; /* make child submenu ul position relative to parent li */
	z-index:99; /* ensure submenus appear above other page items. Increase if needed, but do not exceed thickbox overlay z-index! */
/*padding-right:0.10em;*/}

/* all anchor elements */
.nav a {
	display:block; /* make IE6 obey width when text-indent is used */
}

/**** Position of second tier of nav ****/
.nav li:hover ul, /* this pure CSS hover is overridden by the .superfish rules below which are applied only when JavaScript is available. This way, the menu degrades to regular CSS dropdown when JavaScript is unavailable */
ul.nav li.sfHover ul /* this is the familiar IE6 hover support. With Superfish, all browsers use this rule when JS is available. This is because the JS needs to be able to control hide and reveal delays and animations without the pure CSS rule intruding. Note the tag selector ul.nav instead of just .nav - this gives it the most specificity of all and makes it trump all other positioning rules, including the .superfish overrides below */
{
	left:-1px; /* position first submenu directly under parent li */
	top:2.5em; /* VARIABLE. This is calculated by adding 1em text height to top and bottom anchor element padding (original skin: .75em top + .75em bottom + 1em text height = 2.5em) */
}

/**** Position of third tier of nav ****/
 /* Note that this rule must appear here in the code order in order for it to override previous positioning rules so that this and subsequent nested submenus still remain hidden when the parent submenu is shown. Do not group these selectors with other top:-999em rules */
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em; /* hide submenu in screen-reader and search-engine friendly way */
}
/* DO NOT attempt to group these selectors with similar earlier rules. The code order is important so the rules override previous ones correctly */
.nav li li:hover ul, /* this pure CSS hover is overridden by the .superfish rules below which are applied only when JavaScript is available. This way, the menu degrades to regular CSS dropdown when JavaScript is unavailable */
ul.nav li li.sfHover ul /* this is the familiar IE6 hover support. With Superfish, all browsers use this rule when JS is available. This is because the JS needs to be able to control hide and reveal delays and animations without the pure CSS rule intruding. Note the tag selector ul.nav instead of just .nav - this gives it the most specificity of all and makes it trump all other positioning rules, including the .superfish overrides below */
 {
	left:11.45em; /* VARIABLE. Offset subsequent submenus to the right by the amount you set for the submenu widths (see .nav ul rules above) */
	top:-1px; /* position subsequent submenus horizontally aligned to parent li */
}

/**** Position of fourth tier of nav (not used on main demo page. You could delete this block for a three tiered nav) ****/
 /* Note that this rule must appear here in the code order in order for it to override previous positioning rules so that this and subsequent nested submenus still remain hidden when the parent submenu is shown. Do not group these selectors with other top:-999em rules */
.nav li li:hover li ul,
.nav li li.sfHover li ul {
	top:-999em; /* hide submenu in screen-reader and search-engine friendly way */
}
/* DO NOT attempt to group these selectors with similar earlier rules. The code order is important so the rules override previous ones correctly */
.nav li li li:hover ul, /* this pure CSS hover is overridden by the .superfish rules below which are applied only when JavaScript is available. This way, the menu degrades to regular CSS dropdown when JavaScript is unavailable */
ul.nav li li li.sfHover ul /* this is the familiar IE6 hover support. With Superfish, all browsers use this rule when JS is available. This is because the JS needs to be able to control hide and reveal delays and animations without the pure CSS rule intruding. Note the tag selector ul.nav instead of just .nav - this gives it the most specificity of all and makes it trump all other positioning rules, including the .superfish overrides below */
 {
	left:11.45em; /* VARIABLE. Offset subsequent submenus to the right by the amount you set for the submenu widths (see .nav ul rules above) */
	top:-1px; /* position subsequent submenus horizontally aligned to parent li */
}

/**** Position of further tiers of nav ****/
/* To add further tiers, you need copy the previous block of code (everything back until the "Position of fourth tier of nav" comment) and paste it in here. Then add an extra li just after .nav in each of the pasted selectors. So the new block will differ from the copied block in the same way that the block for the fourth tier differs from the block for the third tier.*/


/**** Very important ****/
/* this negates the pure CSS hovers so submenu remains hidden and JS controls when and how it appears. This is in turn is overridden by the .sfHover rules above as they have greater specificity */
/* notice there are three selectors here. You need three for a four tier menu system. If you had a five tier system you would copy the last selector of these three and paste it below to create a fourth selector and add another li just after the .superfish part. On the other hand if you only had a three tiered menu you could delete the third line here and save some file size.*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em; /* hide submenu in screen-reader and search-engine friendly way */
}

/* A quick note about issues with submenus appearing under Flash animations. Some say that setting wmode="opaque" or  wmode="transparent" on the embed or object tag is sufficient. This does fix many issues but I find it sometimes helps to also add this CSS: */
embed, object {
	position: relative;
	z-index: 0;
	}

/******************** SKIN ******************/

.nav {
	/* if you want to change font-size, do it here as opposed to setting it on deeper nested anchor elements for example,  so that the em unit is the same size for all elements in the menu */
	float:left; /* necessary if you don't want this element to collapse */
	margin-bottom:1.5em; /* add space beneath nav. Purely cosmetic */
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #333333;
	TEXT-DECORATION: none;
	Font-Size:12px;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
	}
.nav li {
	background:#C0BEB6; /* default background colour */
	border-left:1px solid #D5D2C3;
	border-top:0px solid #CFDEFF;
	width:7.45em; /* .45affects top level menu items only, as nested li elements have width 100% of their ul parent (see .nav ul rules above) */text-align:center;
}
.nav a {
	color: #333;
	padding: .75em 0 .75em 0; /* 0note that the top and bottom padding will affect the 'top' value (marked with the word "VARIABLE") of the second tier of nav (see "essential rules" above and alter accordingly) */
	text-decoration:none;
	/*text-indent: 0.8em;2
	text-align:center;*/
}
/* if link text runs over two or more lines, you will want padding in the anchor element instead of relying on text-indent to provide space. The following disabled rule shows how to style the submenu links in this case. Note that the width plus left and right padding must equal the width set above for the submenu (.nav ul) */
/*
.nav ul a {
	width: 7.45em;
	padding: .75em 1em;
	text-indent: 0;
	}
*/
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background:#D5D2C3; /* hover highlight */
	
}
.nav li li {
	background:#D5D2C3; /* slightly darker shade for nested submenus */
	text-align:left;
	text-indent: 0.8em;
}
.nav li li:hover, .nav li li.sfHover,
.nav li li a:focus, .nav li li a:hover, .nav li li a:active{
	background:#C0BEB6; /* slightly darker shade for nested submenus */
}
.nav li li li {
	background:#D5D2C3; /* slightly darker shade for nested submenus */
	text-align:left;
	text-indent: 0.8em;
}
.nav li li li:hover, .nav li li li.sfHover,
.nav li li li a:focus, .nav li li li a:hover, .nav li li li a:active{
	background:#C0BEB6; /* slightly darker shade for nested submenus */
}


/********************************END OF SUPERFISH STYLE*****************************************/

/*capaign page*/
.greyBorder{ border:solid 1px #CCCCCC;}

.ajaxtooltip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 400px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background:#C0BEB6;
border: 1px solid gray;
/*border-width: 1px;
padding: 2px;*/
}



/*--------------------*/
.dottedline{
	background-repeat:repeat-y;
	background-image: url(../images/general/dotted_line.jpg);
	background-position: center top;
}

.paddingImage{ float:left; padding-right:10px; padding-bottom:10px;}

.sitemap li a{
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #888171;
	font-size:12px;
	font-weight:bold;
	outline:none;
}

.youareon-border {
	border-bottom: 1px solid #dfded7;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
