body {
	margin: 0;
	padding:0;
	background-color: #f5f4b9;
	color: #2e3192;
	font: 11px Verdana, Arial, sans-serif;
}

#wrapper {
	position:relative;
	width: 920px;
	margin: 20px auto 0 auto;
	padding: 10px 10px 0 10px;
	background: url(../styleImages/backgrounds/wrapperBG.png) no-repeat center top;
}

#page {
	background-color:#FFFFFF;
	margin-top:100px;
	padding: 0 25px 30px 25px;
	width:870px;
}

#pageFooter {
	height:10px;
	background: url(../styleImages/backgrounds/footer.png) no-repeat center top;
	clear:both;
}

a { color:#92278f;}
a:visited { color:#67c9d0; }
a:hover { text-decoration:none; }

/**TOP BOXES 
*************/

#SCart {
	position: relative;
	float:right;
	top: 0px;
	right: 10px;
	text-align:right;
	color:#2c2c2c;
	background: url(../styleImages/icons/SCart.png) no-repeat right center;
	width: 300px;
	padding-right: 55px;
}

#SCart a, #SCart a:visited {
	text-decoration:none;
	color:#2c2c2c;
}

a.SCartTitle {
	color:#2c2c2c;
	font-weight:bold;
	text-decoration:none;
}

#Login {
	position: relative;
	float:right;
	top: -15px;
	right: 10px;
	text-align:right;
	color:#2c2c2c;
	width:auto;
	height: 20px;
	} 

#Login p {
	margin:0;
	padding:0;
	}
	


/**LEFT COLUMN SECTION
************************/
#LeftColumn {
	position: relative;
	z-index:10;
	float:left;
	width: 175px; 
	margin-right: 20px;
}

#logo {
	position: absolute;
	width:175px;
	height:180px;
	background:url(../styleImages/logo/logo.png) no-repeat center top;
	top:-115px;	
	left:0;
}

#LeftContent {
	margin-top: 90px;
}

/**LEFT COLUMN HEADINGS
************************/
.subHeading {
	margin:0;
	padding:0;
	color: #ffffff;
	height: 30px;
	width:100%;
	border-bottom: 1px dotted #FFFFFF;
	}


.subHeading h3 {
	margin:0;
	padding:5px 0 0 5px;
	color: #ffffff;
	font-size: 13px;
	font-weight:normal;
	text-transform: uppercase;
	text-align:left;
	float:left;
	}

.subHeading h3 a {
	color: #ffffff;
	text-decoration:none;
	border:none;
	padding-right:50px;
	}

.subHeading h3 a:hover {
	color: #ffad00;
	text-decoration:none;
	border:none;
	padding-right:50px;
	}



/**LEFT COLUMN SIDE BOXES
*************************/
.LeftBox {
	width:175px;
	color:#2e3192;
	background: #e7f7f9 url(../styleImages/backgrounds/boxBG.png) repeat-x 0 26px;
	margin-bottom: 4px;
	}
	
.LeftBoxFooter {
	height:5px;	
	background: url(../styleImages/backgrounds/boxFooter.png) no-repeat center bottom;
	}
	
.LeftBox h3 {
	display:block;
	width: 150px;
	height: 14px;
	padding: 6px 0 6px 25px;
	margin:0;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background:url(../styleImages/backgrounds/boxTitle.png) no-repeat left top;
	}	
	
.LeftBox ul, .LeftBox form {
	width:155px;	
	padding:10px;
}	


.LeftBox a {
	color: #92278f;
	text-decoration:underline;
	}

.LeftBox a:hover {
	color: #ffad00;
	text-decoration:none;
	}


/**LEFT COLUMN - MAILING LIST
*******************************/
.LeftBox.border {
	border-top:1px dotted #FFFFFF;
	padding-top:5px;
	color:#FFFFFF;
	background: #67c9d0;
	}

/**LEFT COLUMN - INFORMATION BOX
**********************************/
.LeftBox p#nudge {
	margin:0 0 0 10px;
	color: #FFFFFF;
	background: #67c9d0;
	}


/**START CROSS-BROWSER DHTML MENU
**********************************/
#mainmenu-nav {
	position:relative;
	font-size: 11px;
	margin:0;
	z-index:10;
	}

.ul-nav, .li-nav {
	font-size: 11px;
	display: block;
	list-style-type:none;
	margin:0;
	padding:0;	
	}
	

.ul-nav{ width: 175px;}
	

.li-nav{ text-align:left; }

.li-nav .ul-nav {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	color:#2e3192;
	background-color:#e8f8f9;
	border: 1px solid #67c9d0;
	z-index: 5;
	font-size: 11px;
	}

.li-nav a, .li-nav a:visited {
	font-size: 11px;
	width: 140px;
	display: block;
	padding: 3px 0 3px 15px;
	margin:0
	font-family: Tahoma, Verdana, Arial;
	color: #2e3192;
	text-decoration:none;
	border-bottom: 1px dotted #899495;
	background: url(../styleImages/icons/bullet.png) no-repeat center left;
	}
	
.li-nav .ul-nav .li-nav a {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #2e3192;
	text-decoration:none;
	border-bottom: 1px dotted #899495;
	background: url(../styleImages/icons/bullet.png) no-repeat center left;
	}	

.li-nav a:hover, .li-nav .ul-nav .li-nav a:hover {
	color: #FFFFFF;
	background: none;
	background-color: #67c9d0;
	text-decoration:none;
	}



a.hassubmenu {}

/**HIGHTLIGHTING EFFECT ON SUB-CATS
************************************/
.ul-nav .li-nav a.hassubmenu:hover {color: #FFAA00;}



/**CLEARING FLOATING ELMENTS
*****************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}



/**VIEWCART NAVIGATION
************************/
ul#CartNav {
	list-style-type:none;
	margin:0;
	padding:0;
	}

ul#CartNav li {
	margin:0;
	padding:0;
	}


ul#CartNav li a {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position:5px 6px;
	padding: 2px 2px 2px 15px;
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	}

ul#CartNav li  a:hover{
	background-image:none;
	padding: 2px 2px 2px 15px;
	color: #6F9994;
	background: #FFFFFF;
	text-decoration:none;
	}


/**RANDOM PRODUCTS 
********************/
#RandProduct {
	height:100%;
	padding:10px 0 20px 0;
	}

#RandImage {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	margin:0 10px 0 0;
	padding:0 0 0 0;
	}

#RandText {
	color: #FFFFFF;
	}


/**MAIN CONTENT SECTION
************************/
#Content {
	position:relative;
	width:670px;
	float: right;
	margin:0;
	padding:0;
	}

#Content p {margin-bottom:10px;}

#ContentBox {
	padding: 3px 0;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}


/**GENERAL HEADERS
********************/
.Title {
	color: #6F9994;
	background:#FFFFFF; 
	height: 30px;
	padding:0;
	margin:0;
	}
	
h1 {
	font-size: 22px;
	color: #2e3192;
	font-weight: bold;
	padding:7px 0 0 0;
	margin: 7px auto 40px auto;
	text-align:left;
	}		

h1.home {
	margin: 7px auto 28px auto;
	text-align:center;
	}
	
h2 {
	font-size: 13px;
	color: #2e3192;
	font-weight: bold;
	padding:6px 0;
	margin:0;
	border-bottom:1px dotted #CCC;
	}
	
h2.home {
	font-size: 18px;
	color: #2e3192;
	font-weight: bold;
	padding:6px 0;
	margin: 30px 0 7px 0;
	border-bottom:3px solid #d4f1f3;
	}

h3 {
	font-size: 12px;
	color: #2e3192;
	font-weight: bold;
	padding:6px 0pt 6px 5px;
	}

h4 {
	font-size: 13px;
	color: #6F9994;
	background:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	}


/**BREADCRUMB TRAIL & PAGINATION
**********************************/
#BreadCrumb {
	padding-bottom:5px;
	border-bottom: 1px dotted #2e3192;
	}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	}


/**SITE DOCUMENTS
*******************/
ul.siteDocs {
	width: 175px;
	padding:0;
	margin:0;
	list-style-type:none;
	}

ul.siteDocs li {
	list-style-type:none;
	padding: 0 0 4px 0;
	margin:0;
	}
	
ul.siteDocs li a, ul.siteDocs li a:visited {
	display:block;
	width: 150px;
	height: 14px;
	padding: 6px 0 6px 25px;
	margin:0;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	background:url(../styleImages/backgrounds/navButton.png) no-repeat left top;
	}	
	
ul.siteDocs li a:hover { background:url(../styleImages/backgrounds/navButton-over.png) no-repeat left top;}


	
/**HOME PAGE INTRODUCTION TEXT
*******************************/
.homeLogin {
	width:670px;
	height:12px;
	padding:12px 0;
	margin: 0 0 8px 0;
	text-align:center;
	background:url(../styleImages/backgrounds/loginBox.png) no-repeat;
	
}

.homeCat {
	border-bottom:3px solid #d4f1f3;
	}
	
.homeCatLinks {
	padding: 12px 0;
	text-align:left;
	font-size: 14px;
	font-weight:bold;
}

.homeCatLinks a, .homeCatLinks a:visited { 
	text-decoration:none;
	color:#92278f;
	 }
	
	
/**LATEST PRODUCTS - HOMEPAGE
*******************************/
#LatestProducts {
	padding: 3px;
	margin:0;
	position: relative;
	z-index: 1;
	height:100%;
	}

#Inner {
	margin: 5px;
	padding:0;
	}

.LPBox {
	float: left;
	text-align: center;
	width: 170px;
	height: 225px;
	margin: 5px 8px 20px 8px;
	padding:0;
	}

.LPImage {
	float: none;
	text-align: center;
	padding:10px 0;
	margin:3px auto;
	border:1px solid #cccccc;
	}

.LPName {
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	width:100%;
	color: #333333;
	}

.LPName a:link, .LPName a:visited {
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	padding:0;
	margin:0;
	}

.LPName a:hover {
	color: #FFAD00;
	background: #FFFFFF;
	text-decoration:none;
	}

.LPPrice {
	height:20px;
	width:100%;
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	text-transform:uppercase;
	color: #67c9d0;
	}


/**CATEGORY VIEW 
********************/
.catview {
	float:left;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	margin:15px 15px 0 0;
	position:relative; /* for IE6 */	
	border:1px dotted #CCC;
}

.catview h2 a {
	color:#3aa8cc;
	font-size:13px;
	text-decoration:none;
	text-transform:uppercase;
	padding: 5px 0;
	border:none;
}

.catsep {
}

.catimage {
	padding:10px 5px;
}

.catview a {
	color:#67c9d0;
	text-decoration:none;
}

.catview p {line-height:12px;}
.catview .Price {
	color: #67c9d0;
	font-size: 18px; 
	background: #FFFFFF;
}

.catview .Sale {
	font-size: 18px; 
}
	
.Button {
	text-align:left;
	padding-top: 10px;
}

#CatDescription { margin-left: 20px; }

#CurrentCatImage { margin-right: 20px; }

/**SUB CATEGORY IMAGE DISPLAY
******************************/
#SubCategories {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	text-align:center;
	margin: 10px auto;
	padding: 10px;
	width:650px;
	height:auto;
	border:1px dotted #CCC;
	}

.subCat {	
	float:left;
	display:inline;/*fixes IE6 float bug*/
	text-indent:0;
	margin:5px 5px 10px 5px;
	text-align: center;
	padding:5px;
	}

.subCat a {
	color: #333333;
	background:#FFFFFF;
	text-decoration:none;
	}

.subCat a:hover {
	text-decoration:none;
	color:#ffaa00;
	}

.subCat img {
	border:1px solid #CCCCCC;
	padding:5px;
	}


/**SINGLE PRODUCT PAGE
************************/
#SingleProd {
	padding: 3px;
	margin-bottom:20px;
	position: relative;
	z-index: 1;
	}
	
#MainProdImage {
	text-align:left;
	margin:0 20px 20px 0;
	padding:0;
	width:auto;
	height:auto;
	}

#MoreImages { float:left; margin: 10px 10px 10px 0;}

/**LIGHTBOX GALLERY
********************/
#LightBoxGallery {
	height:auto;
	width:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
	}

.LightBox {
	float:left;
	margin:0 0 30px 15px;
	height:1%;
	}

.LightBoxImage {
	text-align:center;
	margin:0;
	padding:5px;
	border: 1px solid #CCC;
	}


/**PRODUCT DESCRIPTION
***********************/
#viewProdDetails {}

#ProdDescription {
	text-align:left;
	padding:0;
	margin-bottom:20px;
	color: #333333;
	background: #FFFFFF;
	}

#ProdDescription p {
	padding:0 10px;
}



/**PRODUCT INFO - PRICE, RATING, TELL A FRIEND
************************************************/
#ProdInfo {
	padding:5px 0;
	margin:0;
	text-align:left;
	width:100%;
	}
	
#ProdInfo p {
	padding:0 10px;
}

#ProdPrice {
	font-size:12px;
	font-weight:bold;
	padding:13px 10px;
	margin:0;
	text-align:left;
	color:#3aa8cc; 
	}
	
#ProdStock {
	padding-right:10px;
}

#TellAFriend {
	margin:0 0 25px 0;
	padding:10px 0;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	}

#TellAFriend ul {
	display:inline;
	margin:0;
	padding:0;	
	font-size:11px;
	text-align:center;
	}
	
#TellAFriend ul li {
	display:inline;
	text-transform:uppercase;
	padding:10px 30px 10px 30px;
}

#TellAFriend a {
	color:#3aa8cc;
	background: #FFFFFF;
	text-decoration:underline;
	}
	
#TellAFriend a:hover {
	color:#ffaa00;
	background: #FFFFFF;
	text-decoration:none;
	}


/**PRODUCT OPTIONS
********************/
#ProdOptions {
	margin-top:20px;
	text-align:left;
	text-transform:uppercase;
	font-weight:normal;
	width:auto;
	margin:0;
	padding:0;
	color: #663366;
	background: #FFFFFF;
	}

#Options {
	margin:10px;
	text-transform:none;
	color: #333333;
	background: #FFFFFF;
	}

.OptionsStyle { width:auto; }


/**PRODUCT CODE & STOCK AVAILABILITY
**************************************/
#ProdLevels {
	text-align:left;
	margin:30px 0 0 0;
	padding:0;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	background: #FFFFFF;
	}

#ProdLevels p {
	margin:0;
	padding:0;
	}


/**ADD TO CART BLUE BACKGROUND
*******************************/
#ProdBuy {
	font-size:12px;
	margin:0;
	padding: 0 10px 10px 10px;
	}


/**COUPONS
************/
.addCoupon:link, .addCoupon:visited, .addCoupon:hover, .addCoupon:active {
	font-weight: bold;
	color: #333333;
	background: #FFFFFF;
	text-decoration: none;
	}

/**CUSTOMER REVIEWS - SUBMISSIONS
**********************************/
#CustomerReviews {}
#CustomerReviews p {margin-left:10px;}
.SubmitReview {padding-right: 60px;}
.right {text-align:right;}

.right span {
	font-weight:bold;
	float: left;
	}
	
#reviewsTrue { padding:10px 0; }

/**CUSTOMER REVIEWS POSTED
***************************/
.ReviewEntry {margin:0;}

.ReviewRatings{
	margin-top:15px;
	padding: 3px;
	}	

.ReviewContent {
	padding: 3px;
	font-style:italic;
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	background:#FFFFFF;
	}

.ReviewTitle { 
	font-weight:bold;
	font-style:italic;
	}

.ReviewedBy {
	color: #FFAA00;
	background: #FFFFFF;
	padding: 3px;
	}

.Date {
	color: #ffaa00;
	background: #FFFFFF;
	float: right;
	}


/**RELATED PRODUCTS
*********************/
.LPInfo {color: #333333;}

* html .LPInfo {width: 100%;}

/**SITE BUTTONS
*********************/
.buttonBg {
	text-align: center;
	background-image: url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat: repeat-x;
	height: 26px;
	color: #663366;
	}
	
	
#footerText {
	text-align: center;
	padding-top: 5px;
	color: #2e3192;
	font-size:10px;
	background-color:#f5f4b9;
	}
