/*css reset*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,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;}
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:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
html{height:100%;margin-bottom:1px;}/*Force a scrollbar*/

/*
 *.body{font-size:62.5%} //alows conversion from px to em. 12px = 1.2em;
 */
body{
	font-family:Arial,Helvetica,sans-serif;
	font-size:62.5%;
}	

/*
 * default list styles.
 */
.type-style ul, .site-webpage ol, .site-webpage dd{padding-left:20px;}
.type-style ul li{list-style:outside disc;display:list-item;}
.type-style ol li{list-style:inside decimal;display:list-item;}
.type-style p{margin:1em 0;}
b, strong{font-weight:bold;}
u{text-decoration:underline;}
i{font-style:italic;}
/*
 * Default link styles.
 */
a{
	color:#6A207F;
}
a:hover{
	color:#D53CC5;
} 

.site-webpage{
	padding-left:10px;
	font-size:1.2em;
}

.clear-both{
	clear:both;
}
/*
 * Template Styles
 */

/*
 * Outside Header
 */
html,
body{
	background-color:#ddd;
}
 
#outsiteHeader{
	background:#dedede url(../Design/siteOutsideHeader.png) left bottom repeat-x scroll;
}
#outsiteHeaderInner{
	width:900px;
	min-height:28px;
	padding:3px 0 0;
	margin:0 auto;
	font-size:1.2em;
	text-align:right;
	overflow:hidden;
}
#outsiteHeaderInner table{
	float:right;
}
#outsiteHeaderInner input.text{
	width:154px;
	height:17px;
	padding:1px 2px 0;
	border:1px solid #ccc;
	margin-right:10px;
	background:#fff;
	vertical-align:middle;
}
#outsiteHeaderInner input.submit{
	width:60px;
	height:20px;
	border:none;
	margin-right:10px;
	background:url(../Design/siteLoginBtn.png) left top no-repeat scroll;
	font-size:0;
	line-height:100px;
	vertical-align:middle;
	overflow:hidden;
	cursor:pointer;
}
#outsiteHeaderInner input.submit:hover{
	background-position:left -20px;
}
#outsiteHeaderInner a{
	color:#666;
	text-decoration:underline;
}
#outsiteHeaderInner a:hover{}


/*
 * Outside Body
 */
#outsideBody{
	min-height:1200px;
	background:url(../Design/siteOutsideBody.png) left top repeat-x scroll;
}

/*
 * Inside Wrapepr
 */
#insideWrapper{
	width:900px;
	padding:7px 0;
	margin:0 auto;
}

/*
 * Header
 */
#siteHeader{
	position:relative;
	z-index:20;
}

/*
 * Header Top
 * Logo, Contact info and MiniCart.
 */
#siteHeaderTop{
	width:900px;
	min-height:146px;
	margin-bottom:2px;
	background:#6A207F url(../Design/siteHeaderTop.png) left top no-repeat scroll;
	overflow:hidden
}
#siteLogo{
	display:block;
	float:left;
	width:430px;
	height:146px;
	background:url(../Design/siteHeaderTop.png) left top no-repeat scroll;
	line-height:146px;
	text-indent:500px;
	overflow:hidden;
}
#siteHeaderRightContact{
	float:right;
	width:300px;
	height:45px;
	padding:15px 15px 15px 0;
	color:#D3A7CD;
	font-size:1.2em;
	font-weight:bold;
	text-align:right;
}
#siteHeaderRightContact a{
	color:#D3A7CD;
	text-decoration:none;
}
#siteHeaderRightContact a:hover{
	text-decoration:underline;
}
#siteHeaderRightContact strong{
	color:#fff;
}
#siteHeaderRightMiniCart{
	float:right;
	width:300px;
	padding:0 15px 0 0;
	text-align:right;
}
#siteHeaderRightMiniCart p.heading{
	font-size:1.4em;
	font-weight:bold;
}
#siteHeaderRightMiniCart p{
	margin:3px 0;
	color:#fff;
	font-size:1.2em;
}
#siteHeaderRightMiniCart p span{
	font-weight:bold;
}
#siteHeaderRightMiniCart a{
	display:block;
	float:right;
	width:132px;
	height:17px;
	margin-top:3px;
	background:url(../Design/siteCheckoutBtn.png) left top no-repeat scroll;
	line-height:17px;
	text-indent:140px;
	overflow:hidden;
}
#siteHeaderRightMiniCart a:hover{
	background-position:left -17px;
}

/*
 * Header Bottom
 * Web pages, Shop by menus and Search
 */
#siteHeaderBot{
	width:896px;
	padding:3px 2px;
	margin-bottom:2px;
	background:#6A207F;
}
ul.nav-links{
	float:left;
}
ul.nav-links li{
	position:relative;
	display:block;
	float:left;
}
ul.nav-links li a{
	display:block;
	height:20px;
	padding:0 5px;
	margin-right:10px;
	background:#6a207f;
	color:#D3A7CD;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
	line-height:20px;
}
ul.nav-links li.drop-down a{
	padding-right:25px;
	background-image:url(../Design/siteNavMenuArrow.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
ul.nav-links li a:hover{
	background-color:#d3a7cd;
	background-position:right -20px;
	color:#6a207f;
}
ul.nav-links ul{
	position:absolute;
	left:0;
	top:20px;
	display:none;
	width:200px;
	padding:2px 2px 0;
	background:#6A207F;
}
ul.nav-links ul li{
	float:none;
	padding-bottom:2px;
}
ul.nav-links ul li a{
	margin-right:0;
	background-image:none !important;
}
ul.nav-links li:hover ul{
	display:block;
}

#siteSearch{
	float:right;
	padding:1px;
	background:#fff;
}
#siteSearchTxt{
	width:137px;
	height:17px;
	border:none;
	padding:1px 1px 0 20px;
	background:url(../Design/siteSearchGlass.png) left center no-repeat scroll;
	font-size:1.2em;
	vertical-align:middle;
}
#siteSearchBtn{
	width:60px;
	height:18px;
	border:none;
	background:url(../Design/siteSearchBtn.png) left top no-repeat scroll;
	vertical-align:middle;
	cursor:pointer;
}
#siteSearchBtn:hover{
	background-position:left -18px;
}

/*
 * Site Body
 */
#siteBody{
	position:relative;
	z-index:10;
	width:900px;
	padding-bottom:2px;
	overflow:hidden;
}
#siteBodyLeft{
	float:left;
	width:180px;
}
#siteBodyRight{
	float:right;
	width:718px;
}

/*
 * Categories
 */
ul#siteCategories{
	display:block;
	padding:6px 2px 11px;
	background:#DEBEDA url(../Design/siteCategoryGrad.png) left top repeat-x scroll;
}
ul#siteCategories li{
	display:block;
	padding-bottom:1px;
}
ul#siteCategories li a{
	display:block;
	padding:0 5px;
	background:url(../Design/siteCategoryArrow.png) -5px center no-repeat scroll;
	color:#333;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	line-height:1.9em;
	vertical-align:middle;
}
ul#siteCategories li a:hover{
	background-color:#333;
	background-position:left center;
	color:#eee;
}

/*
 * Promos
 */
.side-promo{
	margin-top:2px;
}
#sitePromoOne{}
#sitePromoTwo{}

/*
 * Footer
 */
#siteFooter{
	position:relative;
	z-index:20;
}

/*
 * Footer Top
 * web pages and Shop by menus
 */
#siteFooterTop{
	width:896px;
	padding:3px 2px;
	background:#6A207F;
}

/*
 * Footer Text
 */
#siteFooterMidOne{
	padding:10px;
	font-size:1.1em;
	text-align:center;
}
#siteFooterMidOne p{
	margin:5px 0;
}

/*
 * Footer Socal Networks
 */
#siteFooterMidTwo{
	padding:2px 0;
	border-width:2px 0;
	border-color:#6A207F;
	border-style:solid;
}

/*
 * Footer Bottom
 * Small Print.
 */
#siteFotterBot{
	width:900px;
	padding:5px 0;
	color:#333;
	overflow:hidden;
}
#siteFotterBotLeft{
	float:left;
}
#siteFotterBotRight{
	float:right;
}
#siteFotterBot a{
	color:#333;
	text-decoration:none;
}
#siteFotterBot a:hover{
	color:#666;
	text-decoration:underline;
}

/*
 * Page Name and Location
 */
#siteCategoryNameLocation{
	padding:2px 0;
	border-width:1px 0;
	border-style:solid;
	border-color:#ccc;
	margin:2px 0 10px;
	overflow:hidden
}
#siteCategoryName{
	float:left;
	color:#6A207F;
	font-size:1.3em;
	font-weight:bold;
}
#siteLocation{
	float:right;
	color:#666;
	font-size:1.1em;
}
#siteLocation a{
	color:#666;
	text-decoration:none;
}
#siteLocation a:hover{
	color:#333;
	text-decoration:underline;
}

/*
 * Product List
 */
.product-list{}
.product-list-row{
	width:718px;
	overflow:hidden;
}
.product-list-item{
	float:left;
	width:160px;
	padding:5px;
	border:1px solid #ccc;
	margin:0 10px 10px 0;
	background:#fff;
}
.product-list-item.last{
	margin-right:0;
}
.product-list-item-image{
	text-align:center;
}
.product-list-item-name{
	padding:3px 0;
}
.product-list-item-name a{
	color:#8C7131;
	font-size:1.1em;
	text-decoration:none;
}
.product-list-item-name a:hover{
	color:#6A207F;
}
.product-list-item-price{
	float:left;
	padding-top:4px;
	color:#666;
	font-size:1.4em;
	font-weight:bold;
}
.product-list-item-link{
	padding-top:4px;
	border-top:1px solid #ccc;
	text-align:right;
}
.product-list-item-link a{
	color:#6A207F;
	font-size:1.2em;
	text-decoration:none;
}
.product-list-item-link a:hover{
	color:#361C8C;
}

/*
 * NewsLetter (Only visible on product, category and webpages.
 */
#siteNewsLetterVert{
	position:relative;
	width:180px;
	height:124px;
	background:url(../Design/siteNewsletterVert.png) left top no-repeat scroll;
}
#siteNewsletter2{
	position:absolute;
	left:12px;
	top:89px;
	width:150px;
	height:18px;
	padding:1px;
	border:2px solid #D3A7CD;
}
#siteNewsletter2 input.text{
	width:105px;
	height:17px;
	padding:1px 0 0 25px;
	border:none;
	background:#fff url(../Design/siteNewsletterEnvelope.png) left center no-repeat scroll;
	font-size:1.2em;
	vertical-align:middle;
}
#siteNewsletter2 input.submit{
	width:18px;
	height:18px;
	border:none;
	margin-left:2px;
	background:url(../Design/siteNewsletterBtn2.png) left top no-repeat scroll;
	font-size:0;
	line-height:100px;
	vertical-align:middle;
	cursor:pointer;
}
#siteNewsletter2 input.submit:hover{
	background-position:left -18px;
}

/*
 * Checkout page links
 */
.cart-page .le-contiune-shopping,
.cart-page .le-update-cart,
.cart-page .le-checkout{
	display:block;
	width:159px;
	height:22px;
	margin-top:15px;
	background-image:url(../Design/siteCheckoutLinks.png);
	background-repeat:no-repeat;
	background-attachment:scroll;
	line-height:22px;
	text-indent:160px;
	overflow:hidden;
	cursor:pointer;
}
.cart-page .le-contiune-shopping{
	background-position:left top;
}
.cart-page .le-update-cart{
	background-position:-159px top;
}
.cart-page .le-checkout{
	background-position:-318px top;
}
.cart-page .le-contiune-shopping:hover{
	background-position:left -22px;
}
.cart-page .le-update-cart:hover{
	background-position:-159px -22px;
}
.cart-page .le-checkout:hover{
	background-position:-318px -22px;
}