body {
	height: 100%;
	background: #78797B url(../styleImages/backgrounds/bg-body.gif) top left repeat-x;
	font: 13px/20px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000;
	margin: 0px;
	}
#pageSurround {
	width: 775px;
	position: relative;
	color: #333333;
	margin: 0px auto;
	}
#PageOuter {
	width: 775px;
	position: relative;
	margin: 0 auto;
	padding: 0px 0px 0px 14px;
	/*background-color: Fuchsia;*/
	}
#bgshadow {
	width: 775px;
	height: 100% auto;
	background-image: url(../styleImages/backgrounds/bgshadow.png);
	background-repeat: repeat-y;
}
.bgmaintop {
	width: 756px;
	height: 5px;
	margin: 0px 0px 0px 10px;
	background-image: url(../styleImages/backgrounds/bgmaintop.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
}
.bgmainbottom {
	width: 756px;
	height: 8px;
	position: relative;
	margin: 0px 0px 0px 10px;
	background-image: url(../styleImages/backgrounds/bgmainbottom.gif);
	background-repeat: no-repeat;
}
#Wrapper {
	background-color: #FFFFFF;
	color: #333333;
	float: left;
	width: 752px;
	margin-bottom : 0px;
	margin: 0px 0px 0px 10px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff
	}

#Header {
	text-align: right;
	height: 48px; 
	width: 759px;
	margin: -1px 0px 3px 10px;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../styleImages/backgrounds/bg-header.gif);
	background-repeat: no-repeat;
	/*background-position: left top;	*/
	background-color: transparent;
	color: #333333;
	}
#Header h1 {display: none; /* SEO purposes only */}

#Footer {
	text-align: right;
	height: 61px; 
	width: 754px;
	margin: 5px 0px 0px 10px;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../styleImages/backgrounds/bg-footer.gif);
	background-repeat: no-repeat;
	/*background-position: left top;	*/
	background-color: transparent;
	color: #333333;
}
#logoplacer {
	float: left;
	text-align: left;
	width: 280px;
	height: 45px;
	padding: 0px 0px 0px 2px;
	margin-top: 1px;
	/*background-image: url(../styleImages/backgrounds/logo.gif);
	background-repeat: no-repeat;*/
}
#MainNav {
	width: 470px;
	float: right;
	height: 38px;
	margin: 0px 4px 0px 0px;
	}

#nav {
	height: 27px;
	/*line-height: 27px;*/
	vertical-align: middle;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0% 100%;
	background-color: transparent;
	background-image: url("/images/nav_back.gif");
	margin:0;
	 }

#nav a {
	height: 27px;
	/*line-height: 24px;*/
	vertical-align: middle;
	display: inline;
	padding: 0 15px;
	color: #FFF;
	text-decoration: none;
	}

/** NAV BUTTONS 
***************/
.home {
	width: 63px;
	height: 58px;
}
.shoponline {
	width: 104px;
	height: 38px;
}
.shoponline:hover {
	background-image: url(../styleImages/backgrounds/shoponlinehover.gif);
	background-repeat: no-repeat;
}
.contactus {
	width: 98px;
	height: 38px;
}
.blog {
	width: 58px;
	height: 38px;
}
.help {
	width: 57px;
	height: 38px;
}
.yourcart {
	width: 90px;
	height: 38px;
}


#nav a:hover {text-decoration: underline;}
#nav td img {vertical-align: middle;}

#nav_left, #nav_right {height: 27px;}


/**TOP BOXES 
*************/
#TopBox {
	padding: 0;
	width: 335px;
	text-align: right;
	margin-left: 400px;
	}

#Currency{padding: 8px 35px 2px 0;}
#Language {padding-right:10px;margin-bottom:3px;}

#Login {
	color: #FFFFFF;
	margin: 0;
	padding: 10px 10px 10px 0;
	border-top: 5px solid #FFFFFF;
	width: 180px;
	} 

#Login p {
	margin: 0;
	padding: 0;
	}

#Login a {
	color: #FFFFFF;
	text-decoration:none;
	}

#Login a:hover {text-decoration:none; color:3aa8cc;}

form#MailingListForm {padding: 3px 0;}
form#MailingListForm .textbox {
	width: 115px;
	margin: 0 0 0 3px;
	font-size: 10px;
	}




/**MAIN CONTENT SECTION
************************/
#Content {
	position: relative;
	width: 547px;
	margin:0 0 0 10px;
	float:left;
	height: 100%;
	}


/*#Content p {line-height: 1.3em;}*/

#ContentBox {
	padding: 0;
	margin-bottom: 5px;
	/*position: relative;
	z-index: 1;*/
	}

/**LEFT COLUMN SECTION
************************/
#LeftColumn {
	position: relative;
	width: 188px; 
	padding: 5px;
	font-size: 11px;
	z-index: 20;
	background-color: #838281;
	height: 100% !important;
	float: left;
	height: 100%;
	padding:10px 0 0 5px;
	margin:0;
	/*border-left: 2px solid #FFFFFF;*/
	}

/**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: #C6EADD;
	text-decoration: none;
	border: none;
	padding-right: 50px;
	}



/**LEFT COLUMN SIDE BOXES
*************************/
.LeftBox {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	width:180px;
	}

.LeftBox a {
	color: #FFFFFF;
	text-decoration:none;
	}

.LeftBox a:hover {
	color: #C6EADD;
	text-decoration:none;
	}


/**LEFT COLUMN - MAILING LIST
*******************************/
.LeftBox.border {
	border-top:1px dotted #FFFFFF;
	padding-top:5px;
	color:#FFFFFF;
	background: #838281;
	}

/**LEFT COLUMN - INFORMATION BOX
**********************************/
.LeftBox p#nudge {
	margin:0 0 0 10px;
	color: #FFFFFF;
	background: #838281;
	}


/**START CROSS-BROWSER DHTML MENU
**********************************/
#mainmenu-nav {
	float: left;
	display:inline; /*fixes IE6 float bug*/
	font-size: 11px;
	margin:0;
	}

.ul-nav, .li-nav{
	font-size: 11px;
	display: block;
	}

.ul-nav{
	width: 190px;
	padding: 0px;
	font-size: 11px;
	}

.li-nav{	
	float: left;
	display:inline;
	font-size: 11px;
	}

.li-nav .ul-nav {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	background-color:#838281;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 4px solid #C6EADD;
	z-index: 5;
	font-size: 11px;
	}

.li-nav a{
	padding: 2px;
	font-size: 11px;
	width: 186px;
	display: block;
	text-indent: 2px;
	font-family: "Trebuchet MS", Verdana, Arial;;
	color: #FFFFFF;
	text-decoration:none;
	}

.li-nav a:hover{
	padding: 2px;
	width: 186px;
	display: block;
	text-indent: 2px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #C6EADD;
	text-decoration:none;
	}



a.hassubmenu{
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 178px 6px;
	}

/**HIGHTLIGHTING EFFECT ON SUB-CATS
************************************/
.ul-nav .li-nav a.hassubmenu:hover {color: #C6EADD; }



/**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;
	}



/**GENERAL HEADERS
********************/
.Title {
	color: #6F9994;
	background:#FFFFFF; 
	height: 30px;
	padding: 0;
	margin: 0;
	}


h1, h2, h3 {
	font-size: 13px;
	color: #FFFFFF;
	background: #838281;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 0 6px 5px;
	margin: 0;
	}

h4 {
	font-size: 13px;
	color: #6F9994;
	background:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	}


/**BREADCRUMB TRAIL & PAGINATION
**********************************/
#BreadCrumb {margin-bottom:5px;}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	}


/**SITE DOCUMENTS
*******************/
#SiteDocs {
	float: left;
	height: 20px;
	width: 525px;
	text-align: left;
	margin: 0 auto 10px;
	padding: 19px 0px 0px 10px;
	color: #EAEAEA;
	background: transparent;
	font-size: 12px;
	}

#SiteDocs a:link, #SiteDocs a:visited, #SiteDocs a:hover {
	color: #EAEAEA;
	text-decoration: none;
	}

#SiteDocs a:hover {
color: #EAEAEA;
text-decoration: underline;
}

.Docsdivider {
	background-image: url(../styleImages/backgrounds/separator-navigation.gif);
	background-repeat: no-repeat;
}

/** FOLLOW US
**************/

#FollowUs {
	float: right;
	width: 210px;
	height: 45px;
	padding: 9px 0px 0px 0px;
	margin-right: 5px;
}
/**HOME PAGE INTRODUCTION TEXT
*******************************/
#Announcement {
	padding: 0;
	margin: 0 0 10px 0;
	position: relative;
	z-index: 1;
	}


#Announcement p {
	margin: 5px 5px 0 5px;
	line-height:16px;
	}
	
	
/**LATEST PRODUCTS - HOMEPAGE
*******************************/
#LatestProducts {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
	height: 100%;
	}

#Inner {
	margin: 0;
	padding: 5px;
	}

.LPBox {
	float: left;
	text-align: center;
	width: 115px;
	height: 185px;
	margin: 5px 5px 20px 5px;
	padding:0;
	}

.LPImage {
	float: none;
	text-align: center;
	padding:5px 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: #242726;
	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: #838281;
	}


/**CATEGORY VIEW 
********************/
#CatDescription {}

/**SUB CATEGORY IMAGE DISPLAY
******************************/
#SubCategories {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	text-align:center;
	margin: 10px auto 5px;
	padding: 0;
	width:100%;
	height:auto;
	}

.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:#C6EADD;
	}

.subCat img {
	border:1px solid #CCCCCC;
	padding:5px;
	}

/**ORIGINAL CAT VIEW CODING
*****************************/
/*.catview {
	margin:0 10px;
	padding:0;
	width:100%;
	}

.catimage {
	width:auto;
	height:auto;
	border-bottom:1px dotted #CCC;
	padding:0;
	margin:0;
	}

.catinfo {
	border-bottom:1px dotted #CCC;
	margin-right: 10px;
	}

.catInner {
	margin:10px 0;
	border-left:1px dotted #ccc;
	}

.catview a {
	color:#838281;
	text-decoration:none;
	}

.catview p {line-height:12px;}*/


.catview {
	margin:5px 0;
	padding:0;
	width:98%;
	border-top:1px dotted #CCCCCC;
	}

.catsep {
	border-bottom:1px dotted #CCC;
	border-right:1px dotted #CCC;
	padding-right:8px;
	padding-bottom:5px;
	}


.catsep h2, .catsep h2 a {
	font-size: 13px;
	color: #838281;
	background:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}

.catsep h2 a:hover {
	background: #FFFFFF;
	color:#32393E;
	}

.catimage {
	padding:0;
	margin:0;
	}

.catview a {
	color:#838281;
	text-decoration:none;
	}

.catview p {line-height:12px;}
.catview .Price {color: #838281; background: #FFFFFF;}

/**SINGLE PRODUCT PAGE
************************/
#SingleProd {
	padding: 3px;
	margin-bottom:20px;
	position: relative;
	z-index: 1;
	}
	
#MainProdImage {
	text-align:center;
	margin:20px auto;
	padding:0;
	width:auto;
	height:auto;
	}

#MoreImages {}

/**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
***********************/
#ProdDescription {
	text-align:left;
	padding: 0;
	margin-bottom: 20px;
	color: #333333;
	background: #FFFFFF;
	}

#ProdDescription h2 {
	margin: 0;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	background: #838281 none repeat scroll 0%;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	}


#ProdDescription .ProdDescInner {margin: 5px 10px 5px 0;}



/**PRODUCT INFO - PRICE, RATING, TELL A FRIEND
************************************************/
#ProdInfo {
	border-top:1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
	height: 65px;
	width: 100%;
	float: left;
	}

#ProdPrice {
	float: left;
	display: inline; 
	width: 33%;
	font-size: 20px;
	padding: 0;
	margin: 10px auto 0;
	text-align: center;
	color: #838281; 
	}

#ProdPrice span.Sale {}

#ProdReviews {
	float: left;
	display: inline;
	width: 33%;
	margin: 0 auto;
	text-align: center;
	padding: 8px 0 0 0;
	border-right: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
	height: 58px;
	}

#ProdReviews a {
	color: #333333;
	background: #FFFFFF;
	text-decoration: none;
	}

#ProdReviews a:hover {text-decoration: none; color: #C6EADD;}

#TellAFriend {
	float: left;
	display: inline;
	width: 33%;
	margin: 0;
	padding: 10px 0 0 0;
	height: 49px;
	}

#TellAFriend ul {
	display: block;
	margin:0 0 0 10px;
	padding: 0;	
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
	list-style-type: none;
	}

#TellAFriend a {
	color:#838281;
	background: #FFFFFF;
	text-decoration:none;
	}
	
#TellAFriend a:hover {
	color:#242726;
	background: #FFFFFF;
	text-decoration:none;
	}


/**PRODUCT OPTIONS
********************/
#ProdOptions {
	margin: 10px 0 0 0;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	padding: 0;
	color: #333333;
	}

#ProdOptions p {margin-bottom: 10px;}

#Options {
	margin: 0;
	padding: 0 0 0 20px;
	text-transform: none;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background: #FFFFFF;
	}

.OptionsStyle {
	border: 1px solid #CCC;
	width:auto;
	width: 100px;
	margin-left: 10px;
	margin-bottom: 3px;
	}


/**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 {
	color: #FFFFFF;
	background: #838281;
	font-size: 14px;
	width: 100%;
	margin: 10px 0;
	padding: 10px 0;
	position: relative; 
	text-align: right;
	}

#ProdBuyLogin {
	color: #ffffff;
	background: #838281;
	font-size: 14px;
	width: 100%;
	margin: 10px 0;
	padding: 5px 10px 5px 0;
	position: relative; 
	text-align: right;
	}

#ProdBuy a {
	line-height: 22px;
	font-size: 12px;
	padding: 2px 3px;
	margin: 0 10px 0 0;
	text-transform: uppercase;
	text-decoration: none;
	}

/**COUPONS
************/
table#CouponCodeForm {margin: 20px 0;}

.addCoupon:link, 
.addCoupon:visited, 
.addCoupon:hover, 
.addCoupon:active {
	font-weight: bold;
	color: #333333;
	background: #FFFFFF;
	text-decoration: none;
	}


/**GOOGLE CHECKOUT
*********************/
#AlternativeCheckout {
width: 200px;
float: right;
margin-bottom: 20px;
text-align: center;
}

form#GoogleCheckout {}

/**CUSTOMER REVIEWS - SUBMISSIONS
**********************************/
#CustomerReviews {}
#CustomerReviews p {margin-left:10px;}
.SubmitReview {padding-right: 60px;}
.right {text-align:right;}
.right span {font-weight:bold;	float: left;}

/**CUSTOMER REVIEWS POSTED
***************************/
#ReviewArchives {padding: 5px 0;}
#ReviewArchives h3 {margin-bottom: 20px; background-color: #FF7700;}
.ReviewEntry {margin:0; }
.ReviewRatings{color: #ffffff; background: #838281; padding: 3px 5px 3px 3px;}	
.ReviewContent {
	padding: 3px;
	font-style:italic;
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	background:#FFFFFF;
	}

.ReviewTitle { text-transform:uppercase;}
.ReviewedBy {color: #FF7700;background: #FFFFFF;padding: 3px;}
.Date {color: #FF7700;background: #FFFFFF; float: right; margin-right: 5px;}


/**RELATED PRODUCTS
*********************/
#RelatedProducts {
	float:left;
	width: 100%;
	margin-bottom: 40px;
	}

#RelatedProducts #Inner {
	float:left;
	margin: 0;
	padding: 0;
	}
	
#RelatedProducts .LPBox {
	float: left;
	text-align: center;
	width: 120px;
	height: 220px;
	margin: 0 10px;
	padding: 0;
	}

#RelatedProducts .LPImage {
	float: none;
	text-align: center;
	padding: 5px 0;
	margin: 3px auto;
	border: 1px solid #cccccc;
	}

#RelatedProducts .LPName {
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 2px 0;
	width: 118px;
	color: #333333;
	}

#RelatedProducts .LPName a:link, #RelatedProducts .LPName a:visited {
	color: #333333;
	background: #FFFFFF;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}

#RelatedProducts .LPName a:hover {
	color: #242726;
	background: #FFFFFF;
	text-decoration:none;
	}

#RelatedProducts .LPPrice {
	height: 20px;
	text-align:center;
	font-size: 16px;
	margin: 0;
	padding: 2px 0;
	text-transform: uppercase;
	color: #838281;
	}

/**ADVANCED SEARCH
********************/
table#AdvancedSearchForm {margin: 20px 0;text-align: left;}
table#AdvancedSearchForm td {padding: 5px;}


/**GIFT CERTIFICATE FORM
**************************/
table#GiftCertForm td {padding: 5px;}
table#GiftCertForm td .textbox {width: 150px;}
table#GiftCertForm td input#email {margin: 0;}

/**SITE BUTTONS
*********************/
.buttonBg {
	text-align: center;
	background-image: url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat: repeat-x;
	height: 26px;
	color: #663366;
	}
div.clear {
clear: both;
}

