/**************************************************************************
	Style Sheet for Master Template
**************************************************************************/	
/************** Elements ********************/

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; /*Lucida Sans, Arial, Helvetica, Verdana;*/
	background-color: #eae9e3;
	background-position:top left;
	background-repeat:repeat;
	color: #2e2925;
	text-align: center;
}

/*********** Pagination *********************/

H1, H2, H3, H4 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

H1 { font-size: 36px; line-height: 46px; height:46px; }
H2 {  line-height: 32px; height:32px; font-size: 26px;  }
H3 { font-size: 14px; }
H4 { font-size: 12px; font-weight: bold; }

A:link, A:visited, A:active { color:#55504C; /*#2e2925;*/ }

A:hover { color: #55504c; text-decoration: none; }


/*********** Master Layout *****************/

.homepage_wrapper{
	width:980px;
	margin:0px auto;
	overflow:hidden;
}
.inner {
	margin: 0 auto;
	width: 955px;
	text-align: left;
}

/** Page Header **/
#siteHeader {
	/*background-color: #3b3b3c;*/
	background-color:#2F2925;
    position: relative;
    z-index:20;
}
#siteHeader .inner1 {
	height: 30px;
	line-height:30px;
	color:#a7a49d;
	width:955px;
	margin:0px auto;    
}		

#siteHeader .inner1 .languages{
	float:left;
	padding-left:10px;
}
#siteHeader .inner1 .languages B{ font-weight:normal; color:#fff;}
#siteHeader .inner1 .languages A{ 
	color:#a7a49d;
	text-decoration:none;
}
#siteHeader .inner1 .languages A:hover{ 
	color:#fff;
	text-decoration:none;
}

#siteHeader .inner1 .ecommerce,
.catalog .inner .ecommerce,
.catalog_initial_page_emmm .inner .ecommerce{
	float:right;
	padding:1px 10px 1px 35px;
}
.catalog .inner .ecommerce,
.catalog_initial_page_emmm .inner .ecommerce{
	background:url('/images/bg_checkout.png') left center no-repeat;
    _background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/bg_checkout.png",sizingMethod="crop");
}
#siteHeader .inner1 .ecommerce A{
	color:#a7a49d;
	text-decoration:none;
	margin:20px;
}
.catalog .inner .ecommerce A,
.catalog .inner .ecommerce span,
.catalog_initial_page_emmm .inner .ecommerce A
{
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.catalog .inner .ecommerce A:hover,
.catalog_initial_page_emmm .inner .ecommerce A:hover{
	color:#B8AA97;
}
#siteHeader .inner1 .ecommerce A:hover,
#siteHeader .inner1 .languages A:hover{
	color:#fff;
	text-decoration:none;
}

#siteHeader .inner {
	height: 77px;
	position: relative;
	background:transparent url(../images/siteHeaderBg.png) left top no-repeat ;
	padding-left:10px;
}

#vcart_icon {
    cursor:pointer;cursor:hand;
}
#vcart_wrapper {
	background:transparent url('../images/bg_virtualCart_top.png') left top no-repeat;
	position:absolute;
	overflow:hidden;
	/*display:none;*/
	/*height:370px;*/
	width:267px;
	padding-top:27px;
	/*top:12px;*/
    top: 20px;
	left:678px;
	
	visibility:hidden;
	height:0px;
}
#vcart_box {
	background:transparent url('../images/bg_virtualCart_middle.png') left top repeat-y;
	width:247px;
	/*height:325px;*/
    height: 341px;
	position:absolute;
	left:0;
	padding:0 0 5px 11px;
	z-index:500;
}

#vcart_box div.header {
	padding:5px 0 15px;
	color:#1c1915;
	font-size:12px;
}

#vcart_box div.header .count {
	margin:auto 0;
	font-weight:bold;
	padding-left:15px;
}

#vcart_box div.header .total {
	float:right;
	padding-right:15px;
	color:#777066;
}

#vcart_box div.list {
	overflow:auto;
	color:black;
	height:295px;
}

#vcart_box div.list .item {
	/*height:80px;*/
	width:100%;
	border-top:1px solid #eae8e4;
	padding:0;
	position:relative;
}

#vcart_box div.list .item A.itemImage{
	display:block; 
	float:left; 
	padding:0 0 0 10px;
}

#vcart_box div.list .item .removeItem{
	background:url('../images/bg_removeItem.gif') center center no-repeat;
	border-bottom:1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	width:14px;
	height:14px;
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
}

#vcart_box div.list .item .info {
	width:120px;
	height:80px;
	clear:right;
	margin:10px 20px 0 0;
	float:right;
}

#vcart_box div.list .item .info a {
	font-weight:bold;
}

#vcart_box div.list .item .info .detail {
	clear:both;
	display:block;
}
#vcart_box div.list .item .info .price {
	float:right;
	color:#bd6364;
	font-weight:bold;
}

#vcart_box .footer {
	width:100%;
	border-top:1px solid black;
	height:28px;
	color:black;
	text-align:right;
	padding:auto;
}
#vcart_box .footer .left {
	background:transparent url('../images/bg_virtualCart_bottomleft.png') top left no-repeat;
	width:8px;
	float:left;
	height:37px;
}
#vcart_box .footer .right {
	background: transparent url('../images/bg_virtualCart_bottomright.png') top right no-repeat;
	width:8px;
	float:right;
	height:37px;
}

#vcart_box .footer .middle {
	/*background:url('../images/bg_cart_middle.gif');*/
	background:#b8aa97;
	height:27px;
	width:231px;
	display:block;
	float:left;
	padding:5px 0px;
	text-align:left;
}
#vcart_box .footer .middle #closeVcart{
	float:left;
	width:100px;
	padding-top:5px;
	color:#55504c;
	cursor:pointer;
    line-height: 1em;
}
#vcart_box .footer a.vcartCheckout {
	float:right;
    padding: 0;
}

vcartCheckout
.homepage #siteHeader .inner {
	height: 77px;
	position: relative;
	background:none;
}
#globalMenu {
    position: absolute;
    z-index: 15;
    bottom: 0;
    height: 38px;
    line-height: 38px;
    left:0;
}
#globalMenu ul {
    font-size: 13px;    
    list-style: none;
    margin: 0;
    padding: 0;    
}
#globalMenu a {
    color: #FFFFFF;
    display: block;
    padding: 0 10px;
    font-weight: bold;
    /*background: url('none.png');*/
}
#globalMenu .basicMenuSubMenu a {
    padding-right: 0px;
}
#globalMenu a span.split {
    margin-left: 10px;
    color: #FFFFFF;
}
#globalMenu a:hover,
#globalMenu a.active {
    color: #b8aa97;
}
#globalMenu ul li {
    position: relative;
    z-index: 15; /* halfway between header and content */
    float: left;
    margin: 0;
    padding: 0;
}

#globalMenu ul.basicMenuSubMenu {
    position: absolute;
    z-index: 15;
    left: 0;    
    display: none;
    width: 750px;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    top: 38px;    
}
#globalMenu li ul li {
    margin: 0;
    padding: 0;
    background-color: #61574E;
}
#globalMenu li:hover ul,
#globalMenu li.hover ul {
    display: block;
}

#globalMenu .basicMenuSubMenu li.first {
    background: transparent url("../images/bg_submenu_left.gif") no-repeat scroll left bottom ;
    width: 8px;
}
#globalMenu .basicMenuSubMenu li.last {
    background: transparent url('../images/bg_submenu_right.gif') no-repeat scroll left bottom ;
    width: 8px;
}

#siteHeader #productMenu {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

#productMenu A{ font-size:13px; font-weight:bold; display:block; color:#fff; float:left;}
#productMenu A:hover, #productMenu A.active{ color:#c0b6ab; }
#productMenu A.eboutique{
	background: transparent url('../images/eBoutiqueBg.png') left 3px no-repeat;
	padding:7px 7px 0px;
	margin-top:52px;
	height:27px;
	width:140px;
	
}
/** Over rides for the catalogue pages **/
.catalog .e3m_logo,
.catalog_initial_page_emmm .e3m_logo {
    float: left;
}
.catalog h2.moduleTitle,
.catalog_initial_page_emmm h2.moduleTitle {
    color: #FFFFFF;
    float: left;
    margin: 10px 0 0 35px;
    width: 200px;
}
.catalog #siteHeader #productMenu,
.catalog_initial_page_emmm #productMenu {
    bottom: 35px;
}
.catalog #siteHeader .inner,
.catalog_initial_page_emmm #siteHeader .innder{
    height: 107px;
}
.catalog #globalMenu,
.catalog_initial_page_emmm #globalMenu {
    height: 31px;
    line-height: 31px;
    width: 955px;
}
.catalog #globalMenu ul.basicMenuSubMenu,
.catalog_initial_page_emmm #globalMenu ul.basicMenuSubMenu {
    top: 31px;
}
.catalog,
.catalog_initial_page_emmm {

}
.catalog,
.catalog_initial_page_emmm {

}
.catalog,
.catalog_initial_page_emmm {

}
.catalog,
.catalog_initial_page_emmm {

}

/** END catalogue overrides **/
.homepagexx #productMenu A.eboutique{
	margin-top:40px;
}
#productMenu A:hover.eboutique, 
#productMenu A.eboutique.active{
	background: transparent url('../images/eBoutiqueBg_active.png') left 3px no-repeat;
}

#productMenu A.become_vip{
	width:134px;
	background: transparent url('../images/bt_vip_2.png') top right no-repeat;
	text-indent:-9999px;
	height:86px;	
}				
.homepagexx #productMenu A.become_vip{
	width:110px;
	background: transparent url('../images/bt_vip.png') top right no-repeat;
	text-indent:-9999px;
	height:71px;
}

/** Module Content **/

#siteContent {
	background-color: #cbc3b7; /*#b8aa97;*/
    position:relative;
    z-index: 10;
}

#siteContent .inner {
	width: 985px;
}

.moduleContentContainer {
	padding:5px 20px 20px;
}

/** Page Footer **/
#siteFooter{ 
	font-size: 10px;
}
#siteFooter .footerSeparator {
	height:27px;
	background-color:#2F2925;
}

/*** POP UP ***/
#siteFooter .footerSeparator .popupContainer{
	position:absolute !important;
	z-index:10 !important;
	top:-148px;
	_top:-147px;
	right:-3px;
	text-align:right;
	width:280px;
	height:175px;
	padding:0px;
	overflow:hidden;
}			

.slideshow-images{
}

UL.popupContainer LI,
.popupContainer A{
	z-index:100;
	position:absolute;
	top:175px;
	right:0px;
	display:block;
	width:100%;
	height:100%;
}
UL.popupContainer LI IMG,
.popupContainer A IMG,
.popupContainer A SPAN{
	position:absolute;
	bottom:0px;
	right:0px;
	display:block;
}


/*** SELECT MENUS ***/
#siteFooter #selectMenu {
	font-size:11px;
	margin-bottom:10px;
	padding-top:33px;
}
.homepage #siteFooter #selectMenu {
	padding:20px 0 15px;
	margin-bottom:0px;
}


#selectMenu A, #selectMenu B{
	color:#695E4A;
	/*display:block;	*/
}

#selectMenu #selectContainer1 {
	width:240px;
	float:left;
	overflow:hidden;
	padding: 0 25px 0px 0;
	border-right: 1px solid #BBBAB6;
}
.homepage #selectMenu #selectContainer1 {
	width:260px;
	padding: 0 25px 0px 25px;
	border-right: 1px solid #3b3b3c;
}

#selectMenu #mustHave {
	width:370px;
	padding:10px 5px 0px 30px;
	float:left;
	overflow:hidden;
	border-right: 1px solid #BBBAB6;
}

.homepage #selectMenu #mustHave {
	width:330px;
	padding:0px 5px 0px 20px;
	border-right: 1px solid #3B3B3C;
}

#selectMenu #mustHave H2{
	height:42px;
	padding-top:0px;
}
.homepage #selectMenu #mustHave H2{
	height:36px;
}
#selectMenu #mustHave A{
	display:block;
	padding-bottom:12px;
}
#selectMenu #mustHave A.musthaveImg{
	float:left;
	width:110px;
	margin-right:10px;
	padding-top:5px;
}
.homepage #selectMenu #mustHave A.musthaveImg{
	width:105px;
}

#selectMenu #mustHave .musthaveDesc	{
	width:225px;
	float:left;
}
.homepage #selectMenu #mustHave .musthaveDesc	{
	width:200px;
}

#selectMenu #mustHave .musthaveDesc	B{
	color:#6A6653;
}
#selectMenu #mustHave .musthaveDesc	H2{
	width:200px;
}			
#selectMenu #mustHave .musthaveDesc	H4{
	font-size:13px;
	padding:5px 0 7px;
}			

#selectMenu #buyOnline {
	width:250px;
	padding:10px 0 0 25px;
	overflow:hidden;
}
.homepage #selectMenu #buyOnline {
	width:250px;
	padding:0px 0 0 25px;
}
#selectMenu #buyOnline .buyOnlineHome{
	padding-left:10px;
	font-size:11px;
}

#selectMenu #buyOnline .buyOnlineHome .buyOnlineHomeContent{
	padding:8px 0;
}
#selectMenu #buyOnline .buyOnlineHome .buyOnlineHomeContent A{
	color:#695E4A;
}				
#selectMenu #buyOnline H2{
	padding:0px 0 3px;
}
/* IE  */
/*\*/
#buyOnline FORM #button {
	*margin-top: 25px;
}

#selectMenu H2 {
	font-size: 35px;
	font-weight:100;
	line-height: 46px;
	height:46px;
	padding: 8px 0 0;
	margin: 0 0 2px 0;
	text-transform:uppercase;
	letter-spacing:-2px;
	width:200px;
}
.homepage #selectMenu H2 {
	height:36px;
}
#selectMenu H2 A{
	color:#2f2925;
	text-decoration:none;
	font-size: 34px;
	font-weight:100;
	line-height: 46px;
	height:46px;
}
#selectMenu H2 A:hover{
	color:#fff;
}

#selectMenu H4 {
	color:#6a6653;
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
}

#selectMenu A { color:#2f2925; font-size:11px; }
#selectMenu #selectContainer1 A:hover { color:#bb6c64; text-decoration:none; }
#selectMenu #mustHave A:hover { color:#BB6C64; text-decoration:none; }


.siteFooter { 
	font-size: 10px;
	background:#fff;
	width:955px;
	padding:0 12px 0 13px;
	margin:15px auto;
}

/*** FOOTER ***/
#branding {
	float: right;
	/*margin-top: 2px;*/
	margin-left: 10px;
	line-height: 18px;
	display: inline;
}
#copyright{
	float: right;
	margin-top: 8px;
	margin-left: 10px;
	line-height: 18px;
}
#branding DIV DIV{
	display:none;
}

#footerLinks {
	margin: 6px 0;
	padding: 8px 0;
	text-align:left;
}

#footerLinks A {
	font-size: 11px;
	font-weight: bold;
	padding: 0 4px;
	font-family: Arial, Helvetica, sans-serif;
}

#footerLinks A:link,
#footerLinks A:visited,
#footerLinks A:active {
	color: #252525;
}

#footerLinks A:hover {
	text-decoration: none;
	color: #6A6653;
}

#footerLinks A.musicOn,
#footerLinks A.musicOff{
	width:15px;
	height:20px;
	display:block;
	background:transparent url('../images/music_on.gif') center 3px no-repeat;
	float:left;
}
#footerLinks A.musicOff{
	background:transparent url('../images/music_off.gif') center 3px no-repeat;
}

#footerLinks #mp3Player DIV{
	display:none;
}

/**** SEO Footer *****/
.seoFooter {
    padding: 20px 45px 0 45px;
    text-align: left;
    border-bottom: 1px solid #cbc8bd;
    overflow: auto;
}

.seoFooter .col {
    width: 219px;
    float: left;    
}
.seoFooter .col3 {
    width: 205px;
}
.seoFooter h3 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #55504C;
}

.seoFooter ul {
    list-style-type: none;
    font-size: 11px;
    line-height: 18px;
    padding: 0;
    margin-bottom: 18px;
}

.seoFooter a.fb-follow {
    background: transparent url('/images/fb-follow.gif') no-repeat scroll left top;
    width: 144px;
    height: 56px;
    display: block;
    text-indent: -9999px;
    text-decoration: none;
}

.seoFooter a.vip {
    background: transparent url('/images/vip-footer.gif') no-repeat scroll left top;
    width: 205px;
    height: 81px;
    display: block;
    text-indent: -9999px;
    text-decoration: none;
    margin-top: 20px;
}

/*********** Basic Form Structure *****************/
.formElement {margin-bottom:3px;}
.formElement INPUT,
.formElement TEXTAREA,
.formElement SELECT { font-size: 11px; font-family: Arial; padding:2px; margin-left: 2px; border: 1px solid #BBBAB6; }
.formElement INPUT {overflow: auto; height:14px; }	
.formElement INPUT.text { width: 200px; }
.formElement TEXTAREA.textarea { width: 200px; height: 95px; }
.formElement SELECT { width: 206px; height:18px; padding:0px;}
.formElement LABEL { 
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #433f3b;
	display: block;
	padding: 4px 0;
}
.formElement .radio,
.formElement .checkbox { margin-left: 80px;}
.formSubmit INPUT { 
	margin: 5px 0 0 0;
	background: url('../images/form/basic_submit.gif');
	border: none;
	width: 75px;
	height: 27px;
	cursor:pointer;
	text-indent:-9999px;
	*text-indent:0px;
	*font-size: 0px;
	*text-align:left;
	*color: #433F3B;
}
H3.formElement { display: none; }

.validation-advice{color:#cc0000;}
.honeyPot{ height:1px; padding:0px; margin:0px;}
.no_script{
	border:1px solid #c00; color:#c00; margin:1em; padding:0.5em; text-align:center;
}
.no_script A{
	color:#c00;
	text-decoration:underline;
}
body.homepage .moduleContentContainer {
    overflow: hidden;
}
object {
    outline: 0;
}
div.hidden {
    display: none;
}


.altContent{
	text-align:left;
	overflow:hidden;
}
    
table.shoppingcart {
    table-layout: fixed;
}

.support-message {
    margin-top: 10px;
    float: right;
    font-size: 14px;
    color: #FF0000;
    width: 50%;
    text-align: left;
    margin-right: -20px;
}

#flash-messenger {
    padding-left: 280px;
    color: #FF0000;
    font-size: 13px;
    text-align: left;
}
