
/*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%;padding-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:#01397F;
}
a:hover{
	color:#0172FF;
} 

/*
 * Template Styles
 */

.site-webpage{
	color:#333;
	font-size:1.2em;
}

html,
body{
	background:url(../Design/siteBg.jpg) center top no-repeat scroll;
}

#siteWrapper{
	width:900px;
	margin:0 auto;
}

#siteHeader{}
#siteHeaderTop{
	height:24px;
	background:url(../Design/siteTopBar.png) left top repeat-x scroll;
}
#siteHeaderMid{
	overflow:hidden;
}


#siteHeaderTopTel,
#siteHeaderTopEmail{
	float:right;
	padding:0 10px 0 60px;
	color:#482548;
	font-size:1.4em;
	line-height:22px;
	vertical-align:middle;
}
#siteHeaderTopTel{
	background:url(../Design/siteHeaderTel.png) 36px top no-repeat scroll;
}
#siteHeaderTopEmail{
	background:url(../Design/siteHeaderEmail.png) 38px top no-repeat scroll;
}

#siteHeaderTopEmail a{
	color:#482548;
	text-decoration:none;
}
#siteHeaderTopEmail a:hover{
	color:#274E7F;
}

#siteLogo{
	float:left;
	width:260px;
}

#siteMinicart{
	float:right;
	width:220px;
	padding:10px 0 0;
}
#siteMinicartTitle{
	padding:3px 5px;
	background:#E4DDE4;
	color:#483B48;
	font-size:1.4em;
}
#siteMinicart p{
	margin:0.6em 0;
	color:#483B48;
	font-size:1.2em;
}
#siteMinicart span.t{
	font-weight:bold;
}

#siteMinicartBtns{
	overflow:hidden;
}
#siteMinicartBtns a{
	display:block;
	width:80px;
	height:18px;
	background-image:url(../Design/siteMinicartBtns.png);
	background-repeat:no-repeat;
	background-attachment:scroll;
	line-height:18px;
	text-indent:100px;
	overflow:hidden;
}
#siteViewCart{
	float:left;
}
#siteCheckout{
	float:left;
	padding-left:10px;
}

#siteViewCart a{
	background-position:left top;
}
#siteViewCart a:hover{
	background-position:left -18px;
}
#siteCheckout a{
	background-position:-80px top;
}
#siteCheckout a:hover{
	background-position:-80px -18px;
}

#siteTagLine{
	width:400px;
	margin:0 230px 0 270px;
}

#siteHeaderBot{
	padding:2px;
	background:#957995;
	overflow:hidden;
}

#siteWebPages{
	float:left;
	overflow:hidden;
}
#siteWebPages li{
	display:block;
	float:left;
	height:17px;
	padding:6px 4px 5px;
	margin-left:10px;
	background:url(../Design/siteWebpage.png) right top no-repeat scroll;
}
#siteWebPages li:hover{
	background-position:right -28px;
}
#siteWebPages li a{
	display:block;
	height:17px;
	padding:0 15px 0 5px;
	color:#fff;
	font-size:1.1em;
	line-height:15px;
	text-decoration:none;
}
#siteWebPages li:hover a,
#siteWebPages li a:hover{
	background:#fff;
	color:#957995;
}

#siteSearch{
	padding:5px 4px;
	float:right;
}
#siteSearchTxt{
	width:143px;
	height:18px;
	padding:0 0 0 3px;
	border:none;
	background:#fff;
	color:#957995;
	font-size:1.2em;
	vertical-align:middle;
}
#siteSearchBtn{
	width:18px;
	height:18px;
	border:none;
	background:url(../Design/siteSearch.png) left top no-repeat scroll;
	font-size:0;
	line-height:100px;
	vertical-align:middle;
	overflow:hidden;
}

#siteBody{
	padding:10px 0;
	overflow:hidden;
}
#siteBodyLeft{
	float:left;
	width:230px;
}
#siteBodyRight{
	float:right;
	width:660px;
}

#siteCategories{
	padding:10px;
}
#siteCategories ul li{
	padding:1px 0;
	border-bottom:1px dotted #C8A2C8;
}
#siteCategories ul li a{
	display:block;
	padding:1px 10px;
	color:#957995;
	font-size:1.2em;
	text-decoration:none;
}
#siteCategories ul li a:hover{
	background:#E4DDE4;
	color:#482548;
	
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

.col-box{
	margin:8px 0;
}
.col-box-top{
	height:10px;
	background:url(../Design/siteColBoxTop.png) left top no-repeat scroll;
}
.col-box-mid{
	padding:0 10px;
	background:#E4DDE4;
	overflow:hidden;
}
.col-box-mid p{
	clear:both;
	margin:0.5em 0;
	color:#482548;
	font-size:1.2em;
}
.col-box-mid a{
	text-decoration:none;
}
.col-box-mid input{
	margin-bottom:4px;
}
.col-box-title{
	position:relative;
	left:-10px;
	float:left;
	padding:3px 10px 3px 13px;
	margin-bottom:0.5em;
	background:url(../Design/siteColBoxTitle.png) left top repeat scroll;
	color:#fff;
	font-size:1.4em;
}
.col-box-bot{
	height:10px;
	background:url(../Design/siteColBoxBot.png) left top no-repeat scroll;
}

#siteFooter{}
#siteFooterTop{
	height:24px;
	background:url(../Design/siteBotBar.png) left top repeat-x scroll;
}
#siteFooterBot{
	padding:5px 10px 10px;
	overflow:hidden;
}
#siteFooterBotLeft{
	float:left;
}
#siteFooterBotRight{
	float:right;
}
#siteFooterBot a{
	color:#333;
	text-decoration:none;
}
#siteFooterBot a:hover{
	color:#01397F;
	text-decoration:underline;
}


#siteTwitterFeed{
	padding:3px 0;
	border-top:2px solid #957995;
	border-bottom:2px solid #957995;
	font-size:0.9em;
}

#siteTwitterFeed .siteTwitterPost{
	margin-bottom:2px;
	color:#333;
}
#siteTwitterFeed .siteTwitterPost strong{
	color:#482548;
	font-weight:bold;
}
#siteTwitterFeed .siteTwitterDate{
	margin-top:2px;
	font-weight:bold;
}

#siteCustomerLogin{
	clear:both;
}
#siteCustomerLogin input.text{
	width:200px;
	height:22px;
	padding:0 5px;
	border:none;
	background:url(../Design/siteCustomerLoginText.png) left top no-repeat scroll;
	color:#D1C8D1;
	font-size:10px;
	vertical-align:middle;
}
#siteCustomerLogin input.submit{
	width:50px;
	height:18px;
	border:none;
	background:url(../Design/siteCustomerLoginBtn.png) left top no-repeat scroll;
	font-size:0;
	line-height:100px;
	vertical-align:middle;
	cursor:pointer;
}
#siteCustomerLogin input.submit:hover{
	background-position:left -18px;
}

#siteSecureLogos{
	text-align:center;
}

#siteNewsletter{}
#siteNewsletter input.text{
	width:146px;
	height:24px;
	padding:0 5px;
	border:none;
	background:url(../Design/siteNewsletterText.png) left top no-repeat scroll;
	color:#D1C8D1;
	font-size:10px;
	vertical-align:middle;
}
#siteNewsletter input.submit{
	width:54px;
	height:24px;
	border:none;
	background:url(../Design/siteNewsletterBtn.png) left top no-repeat scroll;
	font-size:0;
	line-height:100px;
	vertical-align:middle;
	cursor:pointer;
}
#siteNewsletter input.submit:hover{
	background-position:left -24px;
}

.inner-box-top{
	height:4px;
	background:url(../Design/siteInnerBoxTop.png) left top no-repeat scroll;
}
.inner-box-mid{
	background:#957995;
	text-align:center;
	overflow:hidden;
}
.inner-box-bot{
	height:4px;
	background:url(../Design/siteInnerBoxBot.png) left top no-repeat scroll;
}
.inner-box-mid p{
	color:#fff;
}

/*
 * Product List
 */
.product-list{
	padding:5px 0 20px;
}
.product-list-row{
	overflow:hidden;
	padding:15px 0 0;
}
.product-list-item{
	position:relative;
	float:left;
	width:198px;
	border:1px solid #957995;
	margin:0 10px;
}
.product-list-item-image{
	height:148px;
	text-align:center;
}
.product-list-item-name{
	padding:5px;
	background:url(../Design/productListItemName.png) left top repeat scroll;
}
.product-list-item-name a{
	color:#fff;
	font-size:1.2em;
	line-height:140%;
	text-decoration:none;
}
.product-list-item-name a:hover{
	color:#A4CDFF;
}
.product-list-item-price{
	position:absolute;
	left:0;
	top:0;
	width:66px;
	height:18px;
	padding:2px 10px 2px 5px;
	background:url(../Design/productListItemPrice.png) left top no-repeat scroll;
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
}

/*
 * Cart Page
 */ 
.cart-page .le-contiune-shopping,
.cart-page .le-update-cart,
.cart-page .le-checkout{
	display:block;
	height:22px;
	margin-top:20px;
	background-image:url(../Design/siteCartpage.png);
	background-repeat:no-repeat;
	background-attachment:scroll;
	line-height:22px;
	text-indent:150px;
	overflow:hidden;
	cursor:pointer;
}
.cart-page .le-contiune-shopping{
	width:140px;
	background-position:left top;
}
.cart-page .le-update-cart{
	width:100px;
	background-position:-140px top;
}
.cart-page .le-checkout{
	width:80px;
	background-position:-240px top;
}
.cart-page .le-contiune-shopping:hover{
	background-position:left -22px;
}
.cart-page .le-update-cart:hover{
	background-position:-140px -22px;
}
.cart-page .le-checkout:hover{
	background-position:-240px -22px;
}
