body {
	background-color: #000000;
	font-size: 10pt;
	font-family: Arial;
	margin: 0;
	padding: 0;
	color: #424242;
}

/* -----------------
   Layout
-------------------*/

#page {
	width: 854px;
	margin: auto;
	padding: auto;
	background: url(/skins/EEM/styleImages/page.png);
	border-right: 1px solid white;
	border-left: 1px solid white;
}
#page_wide {
	width: 854px;
	margin: auto;
	padding: auto;
	background: #ffffb9;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

#language_container {
        padding-right: 10px;
        background: #000;
}
#language_menu {
        text-align: right;
        color: #fff;
        padding-top:7px;
        padding-bottom:7px;
        background: #000;
        width:100%;
        height:25px;
}

#language_menu div {
        font-size: 9px;
        text-align:center;
        float:right;
        padding-left: 10px;
}

#header {
	clear: both;
	width: 854px;
	height: 294px;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../../../images/getLogo.php?skin=EEM);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 2px 0;
	_padding: 0px;
	_margin: 0 0 -3px 0;
}

#mainarea {
	width: 834px;
	clear: both;
	padding-left: 20px;
}
#storeNav {
	padding:5px;
	text-transform: uppercase;
	font-size: 11px;
}
#BreadCrumb {
     float:left;
     font-size: 10px;
     clear: both;
     margin-top: 10px;
}
#BreadCrumb a {
	color: #c03000;
}

#contentarea {
	width: 545px;
	padding-right: 30px;
	float: left;
	line-height: 14pt;
	padding-bottom: 10px;
}
#contentarea h1 {
	clear: both;
}

#contentarea_wide {
	width: 815px;
	float: left;
	line-height: 14pt;
	padding-bottom: 10px;
}

#sidebar {
	float: left;
	width: 245px;
	line-height: 14pt;
}

#footer {
	width: 854px;
	clear: both;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	line-height: 14pt;
	color: #FFFFFF;
	font-size: 10px;
	background-color: #c03000;
}

/* -----------------
   Navigation
-------------------*/

#siteNav {
	clear: both;
	width: 835px;
	height: 37px;
	padding-left: 19px;
	background: #c03000 url(/skins/EEM/styleImages/menubackground2.png) top left repeat-x;
}

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav, 
#nav ul {padding:0 0 5px 0; margin:0; list-style: none; background: none; position:relative; z-index:200;}
#nav {height:30px; padding:0 0 0 0; }

#nav table {border-collapse:collapse;}
#nav li {float:left; padding:1px 5px 4px 10px;}

#nav li li {float:none;background:#424242;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left; text-decoration: none;}

#nav li a { color:#fff;display:block; float:left; height:25px; _height: 23px; padding-right:5px; line-height:25px; text-decoration:none; white-space:nowrap;}
#nav li li a {height:20px; line-height:20px; float:none;}

#nav li:hover {position:relative; z-index:300; background:#fff;}
#nav a:hover {position:relative; z-index:300; text-decoration:none; color:#424242;}

#nav :hover ul {left:0; top:30px; _top:26px; text-decoration:none;}
/* another hack for IE5.5 and IE6 */
#nav a:hover ul {left:-10px; text-decoration:none;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-15px; margin-left:100%; top:10px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {text-decoration:none; color:#424242; }


/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:-1px;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}


/* --------- end navigation -------- */


/**TOP BOXES 
*************/
.SmallHeader  {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase; 
	}
#Session {/*Required as Language & Currency Boxes are not used within general Cart.tpl pages*/
	margin-top:58px;
	width:auto;
	height:20px;
	padding:0;
	text-align:right;
	float:right;
	} 

#Login {
	text-align:right;
	font-size:11px;
	color: #FFFFFF;
	text-transform:uppercase;
	margin:0;
	padding:0 10px 0 0;
	width:auto;
	float:right;
	} 

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

#Login a {
	color: #FFFFFF;
	text-decoration:none;
	}

#Login a:hover {text-decoration:none; color:3aa8cc;}
	

/**RIGHT COLUMN HEADINGS
************************/
.subHeading {
	margin:0;
	
	padding:0;
	
	color: #000;
	height: 
	width:100%;
	border-bottom: 1px dotted #667777;
	border-top: 1px dotted #667777;
	}


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

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

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



/**RIGHT COLUMN SIDE BOXES
*************************/
.LeftBox {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	width:245px;
	}

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

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

/**RIGHT COLUMN - SHOPPING CART
*******************************/
.ShoppingCart {
	border: 4px solid #c03000;
	padding: 10px;;
	padding-top:0px;
	color:#424242;
	background: #fff;
	}
	
/**RIGHT COLUMN - MAILING LIST
*******************************/
.LeftBox.border {
	border-top:1px dotted #FFFFFF;
	padding-top:5px;
	color:#FFFFFF;
	background: #;
	}

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


/**START CROSS-BROWSER DHTML MENU
**********************************/
#mainmenu-nav {
	float: left;
	display:inline; /*fixes IE6 float bug*/
	font-size: 11px;
	margin:0;
	padding-left: 5px;
	}

.ul-nav, .li-nav{
	font-size: 11px;
	display: block;
	}

.ul-nav{
	width: 190;
	padding: 0px;
	font-size: 11px;
	}

.li-nav{	
	float: left;
	display:inline;
	font-size: 11px;
	}

.li-nav .ul-nav {
	
	color:#667777;
	padding-left:10px;
	z-index: 5;
	font-size: 11px;
	}

.li-nav a{
	padding: 2px;
	font-size: 11px;
	width: 200px;
	display: block;
	text-indent: 2px;
	font-family: Arial;
	color: #c03000;
	text-decoration:none;
	}

.li-nav a:hover{
	padding: 2px;
	width: 200px;
	display: block;
	text-indent: 2px;
	font-family: Arial;
	color: #667777;
	text-decoration: underline;
	}



a.hassubmenu{
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 130px 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 0 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:537px;
	float: left;
	margin:0 0 0 15px;
	padding:0;
	}


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

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


/**GENERAL HEADERS
********************/
.Title {
	color: #667777;
	background:#; 
	height: ;
	padding:;
	margin:;
	clear: both;
	}


h1 {
	font-size: 13px;
	color: #000;
	background:#;
	font-weight: bold;
	text-transform: ;
	padding:6px 0 10px 5px;
	margin:0;
	}


h2 {
	font-size: 13px;
	color: #000;
	background:#;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}


h3 {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	background:#;
	padding:6px 0pt 6px 5px;
	}


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 {
	text-align:center;
	margin:0;
	padding:5px 0;
	color: #FFFFFF;
	background:#242726;
	text-transform:uppercase;
	font-size:12px;
	height:20px;
	}

#SiteDocs a:link, #SiteDocs a:visited, #SiteDocs a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}

#SiteDocs a:hover {
	color: #C6EADD;
	}


	
/**HOME PAGE INTRODUCTION TEXT
*******************************/
#Announcement {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}


#Announcement p {
	margin:10px 5px 0 5px;
	line-height:16px;
	}

	
	
/**LATEST PRODUCTS - HOMEPAGE
*******************************/
#LatestProducts {
	padding: 3px;
	margin:0;
	position: relative;
	z-index: 1;
	height:100%;
	}

#LatestProducts .Title {
       border-bottom: 2px solid #667777;
}

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

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

.LPImage {
	float: none;
	text-align: center;
	padding:5px 0;
	margin:3px auto;
	background:;
	}

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

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

.LPName a:hover {
	color: #667777;
	background: ;
	text-decoration:underline;
	}

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


/**CATEGORY VIEW 
********************/
#CatDescription {}

/**SUB CATEGORY IMAGE DISPLAY
******************************/
#SubCategories {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	text-align:center;
	margin: 20px 5px;
	padding: 20px 0px;
	width:100%;
	height: auto;
	clear: both;
	}

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

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

.subCat a:hover {
	text-decoration: underline;
	color:#c03000;
	}

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

#catview {
	margin:5px 0;
	padding:0;
	width:98%;

	}

.catsep {
	padding-right:8px;
	padding-bottom:5px;
	}
.catsep form {
	float: left;
margin-left: 10px;
clear: left;
}
.shortdescription {
	padding-top: 10px;
border-top: 1px dotted #ccc;
}
.shortdescription h2, .shortdescription h2 a {
	font-size: 13px;
	color: #424242;
	font-weight: bold;
	text-transform: uppercase;
	padding:0 0 5px 0;
	margin:0;
}
	
.morelink {
float: right;
clear: left;
	
}

.catsep h2 a:hover {
	background: #FFFFFF;
	color:#32393E;
	}

.catimage {
	padding:0;
	margin:10px;
	float: left;
        text-align: center;
        width: 80px;
	}

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

.catview p {
	float: left;
}
.catview .Price {color: #667777; background: #FFFFFF;}

/**SINGLE PRODUCT PAGE
************************/
#SingleProd {
	padding: 3px;
	margin-bottom:10px;
	position: relative;
	z-index: 1;
	}

#SingleProd .Title {
        clear:both;
        }
	
#MainProdImage {
	text-align:center;
	margin:20px auto;
        margin-bottom: 0px;
	padding:0;
	width:auto;
	height:auto;
        border: 5px solid #667777;
        padding: 5px;
	}

#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;
	color: #333333;
	background: #FFFFFF;
	}


#ProdDescription h2 {
	margin:0 0 0 0;
	padding-left:5px;
	padding-bottom: 5px;
	font-weight:normal;
	background:#667777 none repeat scroll 0%;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	}
.descriptionText {
        padding:5px;
}

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

#ProdReviews {
	text-align:left;
	padding:3px 5px;
}

#ProdReviews a {
	color: #c03000;
	text-decoration:underline;
	}

#ProdReviews a:hover {
        text-decoration: none; 
        color: #667777;
        }

#TellAFriend {
	margin:0;
	padding:0;
	}

#TellAFriend a {
	color:#c03000;
	text-decoration:underline;
	}
	
#TellAFriend a:hover {
	color:#667777;
	text-decoration:none;
	}

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

#Options {
	margin:-10px 0 0 0;
	padding:0 0 0 10px;
	text-transform:none;
	font-size:13px;
	font-weight:bold;
	color: #333333;
	background: #FFFFFF;
	}

.OptionsStyle {
	border: 1px solid #CCC;
	width:auto;
	}


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

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


/**ADD TO CART BLUE BACKGROUND
*******************************/
#ProdBuy {
	color: #333;
	font-size:14px;
	float: right;
	padding: 10px 0px 10px 0;
	position: relative; 
	text-align: right;
	}

#ProdBuyLogin {
	color: #ffffff;
	background: #667777;
	font-size:14px;
	width:520px;
	margin:10px 10px 10px 0;
	padding: 5px 10px 5px 0;
	position: relative; 
	text-align: right;
	}

#ProdBuy a {
	line-height:22px;
	font-size:12px;
	padding:0 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	}
#ProdBuy .txtButton {
       background: #c03000;
       border: none;
       padding: 3px 4px;
       border: 2px solid #fff;
}

/**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: 10px;}
.right {text-align: right;}

.right span {
	font-weight:bold;
	float: left;
	}

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

.ReviewRatings{
	color: #ffffff; 
	background: #667777;
	padding: 3px;
	}	

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

.ReviewTitle { text-transform:uppercase;}

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

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


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

* html .LPInfo {width: 100%;}

/**SITE BUTTONS
*********************/
.buttonBg {
	background: #c03000;
       border: none;
       padding: 3px 4px;
       border: 2px solid #fff;
       color:#fff;
	}
















