/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Tahoma, Geneva,'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border-top:1 #3f1424 dashed;
	clear: both;
	height: 1px;
	margin-bottom:5px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
/* 	margin-left: 30px;*/
}

p,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{ color:#b82f5e; text-decoration:none;}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{ color:#b82f5e; text-decoration:underline;}

a{ color:#b82f5e; text-decoration:none;}
a:hover{ color:#b82f5e; text-decoration:underline;}



/* `CS3 selection BG
----------------------------------------------------------------------------------------------------*/

::selection {
	background: #333; /* Safari */
	}
::-moz-selection {
	background: #333; /* Firefox */
}


/* `Page Styling
----------------------------------------------------------------------------------------------------*/

body{
	background-color:#101010;
	/*background-image:url(../images/bg-image-home-lge.jpg);*/
	background-repeat:no-repeat;
	background-position: top center;
	color:#CCC;
	}
#wrap{
	background-image:url(../images/top-repeat.png);
	background-repeat:repeat-x;
	background-position:top;
	}
#navBg{
	background-image:url(../images/main-navigation-bg-repeat.png);
	background-repeat:repeat-x;
	}
#logo{
	height:165px;
	margin-top:15px;
}
ul.logoButton{
	list-style-type:none;
	width:280px;
	margin-bottom:0;
	}
ul.logoButton li{
	list-style-type:none;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	margin:0;
	}
ul.logoButton a{
	display:block;
	cursor:pointer;
	background-image:url(../images/madame-rouge-logo.png);
	background-repeat:no-repeat;
	height:165px;
	text-indent: -9999px;
	}
ul.logoButton h1{
	margin-bottom:0;
	}
#search{
	margin-top:38px;
	}
#search input{
	background-color:#621f36;
	border:#3f1424 solid 1px;
	color:#FFF;
	width:150px;
	padding:4px;
	}
#adRotator{
	margin-top:10px;
	}
#wideContent{
	width:698px;
	border: #3f1424 dotted 1px;
	background-color:#000;
	}
#wideContentInt{
	padding:10px 10px;;
	}
#wideContent h1{
	margin:3px 0 6px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	font-weight:normal;
	text-shadow:#333 -1px -1px 3px;
	color:#b82f5e;
}
#wideContent h2{
	margin:3px 0 6px 0;
	font-weight:normal;
	color:#FFF;
}
#wideContent h3{
	margin:3px 0 6px 0;
	font-weight:normal;
	color:#b82f5e;
}
#wideContent p{
}
#wideContent ul{
	list-style:disk;
	padding:0 0 0 8px;
	margin:4px 0 12px 2px;
}
#wideContent ol{
	padding:0 0 0 10px;
	margin:4px 0 12px 0;
	}
#wideContent li{
	margin:2px 0 3px 27px;
	padding:0;
	}

#mainContent{
	background-color:#000;
	width:458px;
	border: #3f1424 dotted 1px;
}
#mainContentInt{
	padding:10px 15px;;
}
#mainContent h1{
	margin:3px 0 6px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	font-weight:normal;
	text-shadow:#333 -1px -1px 3px;
	color:#b82f5e;
}
#mainContent h2{
	margin:3px 0 6px 0;
	font-weight:normal;
	color:#FFF;
}
#mainContent h3{
	margin:3px 0 6px 0;
	font-weight:normal;
	color:#b82f5e;
}
#mainContent p{
}
#mainContent ul{
	list-style:disk;
	padding:0 0 0 8px;
	margin:4px 0 12px 2px;
}
#mainContent ol{
	padding:0 0 0 10px;
	margin:4px 0 12px 0;
	}
#mainContent li{
	margin:2px 0 3px 27px;
	padding:0;
	}
#slick-slidetoggle{
	cursor:pointer;
	}

/*Button Style*/
.button {
    float:left;
    height:auto;
    text-align:center;
    white-space:nowrap;
	font-size:11px;
}
/*Button link styles*/
.button a:link, .button a:visited {
    color: #fff;
	background-color:#000;
    text-decoration: none;
	border:#3f1424 solid 1px;
    display:block;
	padding:6px 30px 6px 6px;
	background-image:url(../images/button-arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	margin:4px 0;
	}
.button a:hover {
    color: #fff;
	background-color:#0f0f0f;
    text-decoration: none;
	border:#532b3a solid 1px;
    display:block;
	padding:6px 30px 6px 6px;
	background-image:url(../images/button-arrow-over.png);
	background-repeat:no-repeat;
	background-position:right;
	margin:4px 0;
	}	
#line{
	background-image:url(/images/lace.gif);
	height:10px;
	display:block;
	border:#3f1424 dashed 1px;
	}
.productAttributes{
	float:left;
	}
.catProdAttributeTitle{
	float:left;
	width:150px;
	font-size:13px;
	font-weight:bold;
	color:#3f1424;
	margin-bottom:2px;
}
#largeProdPage div.catDesc{
	display:none;
}
#outOfStock{
	font-weight:bold;
	}
#laregProdImage{
	margin-bottom:15px;
	}
/* `S3slider Styling
----------------------------------------------------------------------------------------------------*/

#slider {
    width: 450px; /* important to be same as image width */
    height: 385px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#slider ul {
	margin:0;
	padding:0;
	list-style-type: none;
	}
#slider li {
	margin:0;
	padding:0;
	}
#sliderContent {
    width: 450px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	overflow:hidden;
    width: 450px; 
    height: 385px;
	}

.sliderImage span {
    position: absolute;
    padding: 10px 13px;
    width: 450px;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
}
.transBorder{
	width:450px;
	padding:5px;
	background-color:#28141b;
	margin-bottom:20px;
	}
.transBordercs{
	width:670px;
	padding:4px;
	background-color:#28141b;
	margin-bottom:20px;
	}
.clear {
	clear: both;
}
.sliderImage span strong {
	color:#b82f5e;
	font-weight:normal;
	font-size:22px;
	text-shadow: #000000 0px -1px 0px;
	}

.left {
	top: 0;
    left: 0;
	width: 150px !important;
	height: 385px;
}


/* `modules - ecomm
----------------------------------------------------------------------------------------------------*/

ul#prodButts {
	padding: 0;
	margin: 0 0 0 -5px;
	list-style: none;
}
ul#prodButts li {
	padding: 0;
	margin: 0;
	list-style: none;
	float:left;
	display:inline;
	}
ul#prodButts li.addToCart {
	margin: 20px 0;
	float:left;
}

ul#prodButts li.addToCart img {
	display: block;
	width: 108px;
	height: 43px;
	line-height: 26px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	background:url(/images/add-to-cart-lge.gif) 0 0 no-repeat;;
	cursor: pointer;
	cursor: hand;
}
ul#prodButts li.addToCart img:hover {
	background-position: -108px 0;
}

ul#prodButts li.sendaHint{
	margin: 20px 0;
	float:left;
}
ul#prodButts li.sendaHint a {
	display: block;
	width: 140px;
	height: 43px;
	line-height: 26px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	background:url(/images/send-a-hint.gif) -140px 0 no-repeat;
	cursor: pointer;
	cursor: hand;
}

ul#prodButts li.sendaHint a:hover {
	background-position: 0 0;
}


#prodDetails {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	float: none;
	line-height: 35px;
	text-align: left;
	padding:0px 0 20px 0;
	margin:5px 0 20px 0;
}

.desc{
	float:left;
	width:100px;
	font-size:13px;
	font-weight:bold;
	color:#3f1424;
	margin: 0 10px 0 0;
}

#largeProductHead{
	width:670px;
	float:left;
	padding:0;
	margin:0;
	}
#largeProductHead h1{
	border-bottom: #3f1424 dashed 1px;
	font-size:18px;
	}
#laregProdImage{
	float:left;
	width:300px;
	}
#largeProdCont{
	float:left;
	width:370px;
	}
#largeProdDetails{
	float:left;
	width:350px;
	padding:10px;
	}
#largeProdButtons{
	float:left;
	width:80px;
	padding:10px;
	}
#largeProdPoplets{
	}
#prodDescLarge{
	margin-top:20px;
	}
.rrp2{
	color:#900;
	text-decoration:line-through;
}
.rrpSmall{
	text-align:center;
	color:#900;
	text-decoration:line-through;
	margin-bottom:4px;
	}
.priceSmall{
	font-size:14px;
	text-align:center;
	margin-bottom:4px;
	}
.stockSmall{
	font-size:12px;
	text-align:center;
	margin-bottom:4px;
	}
.qtySmall {
	text-align:center;
	color:#FFF;
	margin-bottom:4px;
	}
.qtySmall input{
	text-align:center;
	width:25px;
	padding:6px;
	background-color:#000;
	border: #3f1424 solid 1px;
	color:#FFF;
	margin-bottom:4px;
	}
.moreInfo{
	text-align:center;
	margin: 0 auto;
	}


.rrpLarge{
	color:#900;
	text-decoration:line-through;
	margin-top:5px;
	}
.priceLarge{
	font-size:14px;
	margin-top:5px;
	}
.stockLarge{
	margin-top:5px;
	}
.qtyLarge {
	color:#FFF;
	margin-top:5px;
	}
.qtyLarge input{
	width:25px;
	padding:1px 6px;
	background-color:#000;
	border: #3f1424 solid 1px;
	color:#FFF;
	margin-top:5px;
	}
.loggedIn1 .register { display: none; }


/* `Left Sidebar
----------------------------------------------------------------------------------------------------*/

#leftSidebar h3 {
	color:#999;
	margin-bottom:2px;
	font-weight:normal;
	font-size:14px;
	padding:5px 10px 0px 10px;
	}

ul.plaque {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	width: 220px;
	font-size:16px;
	line-height:16px;
}
	
ul.plaque li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 220px;
	overflow:hidden;
}

ul.plaque a {
	display: block;
	cursor: pointer;
	background-image:url(../images/panel.png);
	padding:15px 40px 0 20px;
	height:54px;
	background-repeat:no-repeat;
	color: #FFF;
	text-decoration: none;
	}
ul.plaque a:hover, ul.plaque a:focus {
	display: block;
	cursor: pointer;
	background-image:url(../images/panel-hover.png);
	padding:15px 40px 0 20px;
	height:54px;
	background-repeat:no-repeat;
	color: #CCC;
	text-decoration: none;
}

ul.fb {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 68px;
	float:left;
	margin-bottom:15px;
	}
	
ul.fb li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 68px;
	overflow:hidden;
}

ul.fb a {
	display: block;
	cursor: pointer;
	background-image:url(../images/fb.png);
	height:67px;
	background-repeat:no-repeat;
	color: #FFF;
	text-decoration: none;
	text-indent: -9999px;
	}
ul.fb a:hover, ul.fb a:focus {
	display: block;
	cursor: pointer;
	background-image:url(../images/fb-over.png);
	height:67px;
	background-repeat:no-repeat;
	color: #FFF;
	text-decoration: none;
	text-indent: -9999px;
}


ul.tweet {
	margin: 0 0 0 8px;
	padding: 0;
	list-style-type: none;
	width: 68px;
	float:left;
	margin-bottom:15px;
	}
	
ul.tweet li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 68px;
	overflow:hidden;
}

ul.tweet a {
	display: block;
	cursor: pointer;
	background-image:url(../images/tweet.png);
	height:67px;
	background-repeat:no-repeat;
	color: #FFF;
	text-decoration: none;
	text-indent: -9999px;
	}
ul.tweet a:hover, ul.tweet a:focus {
	display: block;
	cursor: pointer;
	background-image:url(../images/tweet-over.png);
	height:67px;
	background-repeat:no-repeat;
	color: #FFF;
	text-decoration: none;
	text-indent: -9999px;
}


ul.blog {
	margin: 0 0 0 8px;
	padding: 0;
	list-style-type: none;
	width: 68px;
	float:left;
	margin-bottom:15px;
	}
	
ul.blog li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 68px;
	overflow:hidden;
}

ul.blog a {
	display: block;
	cursor: pointer;
	background-image:url(../images/blog.png);
	height:67px;
	background-repeat:no-repeat;
	color: #FFF;
	text-decoration: none;
	text-indent: -9999px;
	}
ul.blog a:hover, ul.blog a:focus {
	display: block;
	cursor: pointer;
	background-image:url(../images/blog-over.png);
	height:67px;
	background-repeat:no-repeat;
	color: #FFF;
	text-decoration: none;
	text-indent: -9999px;
}


/* `Cycle Styles madame loves
----------------------------------------------------------------------------------------------------*/
.cycle{
	background-color: #160c0f;
	width:450px;
	padding-top:10px;
	}

ul.rightArrow {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	width: 110px;
	float:left;
	}
	
ul.rightArrow li {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 110px;
	overflow:hidden;
}

ul.rightArrow a {
	display: block;
	cursor: pointer;
	background-image:url(../images/right.png);
	height:40px;
	background-repeat:no-repeat;
	color: #FFF;
	text-decoration: none;
	text-indent: -9999px;
	}
ul.rightArrow a:hover, ul.rightArrow a:focus {
	display: block;
	cursor: pointer;
	background-image:url(../images/right-over.png);
	height:40px;
	background-repeat:no-repeat;
	color: #FFF;
	text-decoration: none;
	text-indent: -9999px;
}

ul.leftArrow {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	width: 110px;
	float:left;
	}
	
ul.leftArrow li {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 110px;
	overflow:hidden;
}

ul.leftArrow a {
	display: block;
	cursor: pointer;
	background-image:url(../images/left.png);
	height:40px;
	background-repeat:no-repeat;
	color: #FFF;
	text-decoration: none;
	text-indent: -9999px;
	}
ul.leftArrow a:hover, ul.leftArrow a:focus {
	display: block;
	cursor: pointer;
	background-image:url(../images/left-over.png);
	height:40px;
	background-repeat:no-repeat;
	color: #FFF;
	text-decoration: none;
	text-indent: -9999px;
}


.madameLoves{
	width:230px;
	height:40px;
	background-image:url(../images/madame-rouge-loves.png);
	float:left;
 	}
.dontForget{
	width:450px;
	height:40px;
	background-image:url(../images/dont-forget.png);
	background-position:center;
	float:left;
 	}
.cycleContainer{
	width:450px;
	position:relative; 
	}


ul.cycleImage {
	background-color: #160c0f;
	margin:10px 0 !important;
	list-style: none;
	padding:0 !important;
	}
ul.cycleImage li { 
	display: inline;
	padding:0 !important;
	margin:5px 0 5px 13px !important;
	width:94px;
}
ul.cycleImage img{
	height:94px;
	overflow:hidden;
}

.testName{
	color:#b82f5e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:oblique;
	}
.revProdName{
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:oblique;
	}



/* `Cycle Styles checkout suggestions
----------------------------------------------------------------------------------------------------*/
.cyclecs{
	background-color: #160c0f;
	width:670px;
	padding-top:10px;
	}

ul.rightArrow {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	width: 110px;
	float:left;
	}
	
ul.rightArrow li {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 110px;
	overflow:hidden;
}

ul.rightArrow a {
	display: block;
	cursor: pointer;
	background-image:url(../images/right.png);
	height:40px;
	background-repeat:no-repeat;
	color: #FFF;
	text-decoration: none;
	text-indent: -9999px;
	}
ul.rightArrow a:hover, ul.rightArrow a:focus {
	display: block;
	cursor: pointer;
	background-image:url(../images/right-over.png);
	height:40px;
	background-repeat:no-repeat;
	color: #FFF;
	text-decoration: none;
	text-indent: -9999px;
}

ul.leftArrow {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	width: 110px;
	float:left;
	}
	
ul.leftArrow li {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 110px;
	overflow:hidden;
}

ul.leftArrow a {
	display: block;
	cursor: pointer;
	background-image:url(../images/left.png);
	height:40px;
	background-repeat:no-repeat;
	color: #FFF;
	text-decoration: none;
	text-indent: -9999px;
	}
ul.leftArrow a:hover, ul.leftArrow a:focus {
	display: block;
	cursor: pointer;
	background-image:url(../images/left-over.png);
	height:40px;
	background-repeat:no-repeat;
	color: #FFF;
	text-decoration: none;
	text-indent: -9999px;
}


.madameLoves{
	width:230px;
	height:40px;
	background-image:url(../images/madame-rouge-loves.png);
	float:left;
 	}
.cycleContainercs{
	width:670px;
	position:relative; 
	}


ul.cycleImagecs {
	background-color: #160c0f;
	margin:10px 0 !important;
	list-style: none;
	padding:0 !important;
	}
ul.cycleImagecs li { 
	display: inline;
	padding:0 !important;
	margin:5px 0 5px 13px !important;
	width:94px;
}
ul.cycleImagecs img{
	height:94px;
	overflow:hidden;
}

.testName{
	color:#b82f5e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:oblique;
	}
.revProdName{
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:oblique;
	}



/* `Right Sidebar
----------------------------------------------------------------------------------------------------*/

#shoppingCart{
	background-color:#000;
	border:#3f1424 dotted 1px;
	width:158px;
	height:81px;
	margin-top:10px;
	overflow:hidden;
}
#shoppingCart h3 {
	color:#b82f5e;
	margin-bottom:2px;
	font-weight:normal;
	font-size:18px;
	padding:0px 10px 0px 10px;
	}
#shoppingCart p {
	padding:1px 10px;
	margin:3px 0;
	}	
#secure,
#express{
	margin-bottom:20px;
	}
#testimonials{
	background-color:#000;
	border:#3f1424 dotted 1px;
	width:218px;
	overflow:auto;
	margin-bottom:20px;
	}
#testimonials h3 {
	color:#b82f5e;
	margin-bottom:0;
	margin-top:2px;
	font-weight:normal;
	font-size:18px;
	padding:0 10px;
	}
#testimonials p {
	font-size:11px;
	padding:0 10px;
	margin:1px 0;
	}
.secure{background-color:#28141b;width:92px;height:43px;margin:0;padding:4px;}

/* `form-stuffs
----------------------------------------------------------------------------------------------------*/
.webform{
	padding:20px;
	background-color:#341421;
	float:left;
	margin-bottom:10px;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
	width: 640px;
	}
.webformHint{
	padding:20px;
	background-color:#341421;
	float:left;
	}
.item{
	padding:10px 0;
	display:block;
	clear:both;
	border-bottom:#3f1424 dotted 2px;
	}
.item label{
	width:190px;
	display: block;
	float:left;
	}
.item input {
	padding: 6px 8px;
	margin-left:0px;
	width:280px;
	border:#3f1424 solid 1px;
	color:#FFF;
	background-color:#111;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	}
.item textarea {
	padding: 6px 8px;
	margin-left:0px;
	width:280px;
	border:#3f1424 solid 1px;
	color:#FFF;
	background-color:#111;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	}
.item select {
	margin-left:0px;
	float:left;
	}
.item checkbox, radio {
	margin-left:0px;
	float:left;
	width:20px !important;
	}
.req{
	color:#C30;
	}
.radio{
	padding:5px;
	margin-left:0px;
	width:20px !important;
	}
.newsletterForm{
	padding:10px;
	background-color:#000;
	border:#3f1424 dotted 1px;
	width:198px;
	margin-bottom:20px;
	overflow:hidden;
	}
.newsletterForm h3 {
	color:#b82f5e;
	margin-bottom:2px;
	font-weight:normal;
	font-size:18px;
	}
.newsletterForm input{
	padding:6px;
	background-color:#000;
	border:#3f1424 solid 1px;
	width:186px;
	margin:5px 0;
	color:#FFF;
	font-size:11px;
}
input#submit {
	width: 80px;
	float: left;
	display:inline;	
	font-weight:bold;
    white-space:nowrap;
	text-align:left;
	font-weight:normal;
	margin:4px 0;
	padding:6px 30px 6px 6px;
	font-size:11px;
}
input.btn {
    color: #fff;
	background-color:#000;
	border:#3f1424 solid 1px;
    text-decoration: none;
	background-image:url(../images/button-arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	}
input.btnhov {
    color: #fff;
	background-color:#0f0f0f;
	border:#532b3a solid 1px;
	background-image:url(../images/button-arrow-over.png);
	background-repeat:no-repeat;
	background-position:right;
	margin:4px 0;
	}

/* `Sticky Footer
----------------------------------------------------------------------------------------------------*/
* {margin:0;padding:0;} 

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 340px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -340px; /* negative value of footer height */
	height: 320px;
	padding-top:20px;
	clear:both;
	} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* `Footer styling
----------------------------------------------------------------------------------------------------*/

#credits{
	text-align:right;
	font-size:11px;
	margin-top:42px;
	}
#credits a{
	color:#444444;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
}
#credits a:hover{
	text-decoration: underline;
	color: #F78E1E;
	}
#copyright{
	color:#444444;
	font-size:11px;
	margin-top:42px;
	}
#footHead{
	background-image:url(../images/foot-repeat.png);
	background-repeat:repeat-x;
	height:75px;
	}
#footLinks{
	background-color:#160b10;
	height:245px;
	}
#weAccept{
	margin-top:5px;
	}
#weAccept p{
	font-size:9px;
	font-weight:bold;
	text-align:right;
	color: #381624;
	margin:0 0 2px 0;
	}
#slick-slidetoggle{
	font-size:11px;
	color:#444;
	text-decoration:none;
	}

#seoText{
	color:#CCC;
	font-size:11px;
	}
#seoText p{
	margin:0 0 2px 0;
}
#seoText h1{
	font-weight:normal;
	}
#seoText h2,
#seoText h3 {
	font-weight:normal;
	}


#seoTextHome{
	background-color:#160b10;
	color:#CCC;
	font-size:11px;
	}
#seoTextHome p{
	padding:0 10px 5px 10px;
	margin:0 0 2px 0;
}
#seoTextHome h1{
	margin: 0px 10px 0 10px;
	}
#seoTextHome h2,
#seoTextHome h3 {
	margin: 5px 10px 0 10px;
	padding: 0 0 2px 0;
	}
#seoTextHome h3 {
	border-bottom:1px solid #666;
}

#seoLink{
	padding:0;
	margin:0 10px;
	}	
	
#sliderContent a{
	text-shadow: #000000 0px -1px 0px;
	color:#FFF;
	text-decoration:none;
	}
	
#sliderContent a:hover{
	text-shadow: #000000 0px -1px 0px;
	color:#666;
	text-decoration:none;
	}
	
/* `Foot Menu Styling 
----------------------------------------------------------------------------------------------------*/

ul#nav_819556,
ul#nav_819641,
ul#nav_819642,
ul#nav_819643,
ul#nav_819644{
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	font-size:9px;
	}
ul#nav_819556 li,
ul#nav_819641 li,
ul#nav_819642 li,
ul#nav_819643 li,
ul#nav_819644 li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	}
ul#nav_819556 a,
ul#nav_819641 a,
ul#nav_819642 a,
ul#nav_819643 a,
ul#nav_819644 a{
	display: block;
	cursor: pointer;
	padding:2px 0;
	color: #6e4254;
	text-decoration: none;
	border-top: 1px dotted #221a1e;
	border-bottom: 1px dotted #090001;
	background-image:url(../images/arrows-foot.png);
	background-repeat:no-repeat;
	background-position:right;
	}
ul#nav_819556 a:hover,
ul#nav_819641 a:hover,
ul#nav_819642 a:hover,
ul#nav_819643 a:hover,
ul#nav_819644 a:hover, 
ul#nav_819556 a:focus,
ul#nav_819641 a:focus,
ul#nav_819642 a:focus,
ul#nav_819643 a:focus,
ul#nav_819644 a:focus{
	color: #411e2c;
	}
	
	
/* `top Menu Styling 
----------------------------------------------------------------------------------------------------*/
#nav_813941, #nav_813941 * {
	margin:0;
	padding:0;
	list-style:none;
}
#nav_813941 {
	line-height:1.0;
}
#nav_813941 ul {
	position: absolute;
	top: -999em;
	 width:10em; /*left offset of submenus need to match (see below) */
}
#nav_813941 ul li {
	width: 100%;
}
#nav_813941 li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#nav_813941 li {
	float: left;
	position: relative;
}
#nav_813941 a {
	display: block;
	position: relative;
}
#nav_813941 li:hover ul,
#nav_813941 li.sfHover ul {
	left: 0;
	top: 35px; /* match top ul list item height */
	z-index: 99;
}
ul#nav_813941 li:hover li ul,
ul#nav_813941 li.sfHover li ul {
	top: -999em;
}
ul#nav_813941 li li:hover ul,
ul#nav_813941 li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul#nav_813941 li li:hover li ul,
ul#nav_813941 li li.sfHover li ul {
	top: -999em;
}
ul#nav_813941 li li li:hover ul,
ul#nav_813941 li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/* `top Menu Skin 
----------------------------------------------------------------------------------------------------*/
#nav_813941 {
	float:			left;
	margin-top:	28px;
	font-size:11px;
}
#nav_813941 a {
	padding: 15px 10px;
	text-decoration:none;
}
#nav_813941 li li a {
	padding: 8px 10px;
	text-decoration:none;
}
#nav_813941 li li li a {
	padding: 8px 10px;
	text-decoration:none;
}
#nav_813941 a, #nav_813941 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#FFF;
}
#nav_813941 li {
	background: none;
}
#nav_813941 li li {
	background:		#3f1424;
	border-bottom:#341420 solid 1px;
	}
#nav_813941 li li li {
	background:		#3f1424;
	border-bottom:#341420 solid 1px;
	}
#nav_813941 a:focus, #nav_813941 a:hover, #nav_813941 a:active {
	color:#d02a63;
	background-image:none;
}
#nav_813941 li li:hover, #nav_813941 li li.sfHover,
#nav_813941 ul li a:focus, #nav_813941 ul li a:hover, #nav_813941 ul li a:active {
	color:#d02a63;
	background:		#341420;
	outline:		0;
}


/* `Main Menu Styling 
----------------------------------------------------------------------------------------------------*/
#nav_813954, #nav_813954 * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#nav_813954 {
	line-height:	1.0;
}
#nav_813954 ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#nav_813954 ul li {
	width:			100%;
}
#nav_813954 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav_813954 li {
	float:			left;
	position:		relative;
}
#nav_813954 a {
	display:		block;
	position:		relative;
}
#nav_813954 li:hover ul,
#nav_813954 li.sfHover ul {
	left:			0;
	top:			42px; /* match top ul list item height */
	z-index:		99;
}
ul#nav_813954 li:hover li ul,
ul#nav_813954 li.sfHover li ul {
	top:			-999em;
}
ul#nav_813954 li li:hover ul,
ul#nav_813954 li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#nav_813954 li li:hover li ul,
ul#nav_813954 li li.sfHover li ul {
	top:			-999em;
}
ul#nav_813954 li li li:hover ul,
ul#nav_813954 li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* `Main Menu Skin 
----------------------------------------------------------------------------------------------------*/
#nav_813954 {
	float:			left;
	margin-bottom:	10px;
	font-size:13px;
	font-weight:bold;
	text-shadow: #000000 0px -1px 0px;
}
#nav_813954 a {
	padding: 14px 8px;
	text-decoration:none;
}
#nav_813954 li li a {
	padding: 8px 10px;
	text-decoration:none;
}
#nav_813954 li li li a {
	padding: 12px 10px;
	text-decoration:none;
}
#nav_813954 a, #nav_813954 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#FFF;
}
#nav_813954 li li a, #nav_813954 li li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
		color:#FFF;
}
#nav_813954 li {
	background: none;
}
#nav_813954 li li {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	background:#3f1424;
	border-bottom:#341420 solid 1px;
	font-weight:normal;
	font-style:normal;
	text-shadow:none;
	}
#nav_813954 li li li {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	background:#3f1424;
	border-bottom:#341420 solid 1px;
	font-weight:normal;
	font-style:normal;
	text-shadow:none;
	}
#nav_813954 a:focus, #nav_813954 a:hover, #nav_813954 a:active {
	color:#FFF;
	background-image:url(/images/black-trans.png);
}
#nav_813954 li li:hover, #nav_813954 li li.sfHover,
#nav_813954 ul li a:focus, #nav_813954 ul li a:hover, #nav_813954 ul li a:active {
	background:		#341420;
	outline:		0;
	text-shadow:none;
	color:#B82F5E;
}

.sf-sub-indicator{
	font-weight:normal;
}

	
/* `left Menu Essential Styles 
----------------------------------------------------------------------------------------------------*/
.navCont{
	width:218px;
	background-color:#000;
	border: #3f1424 dotted 1px;
	margin-bottom:20px;
	float:left;
	}
#nav_816810,
#nav_813949, 
#nav_816810 * ,
#nav_813949 * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#nav_816810,
#nav_813949 {
	line-height:	1.0;
}
#nav_816810 ul,
#nav_813949 ul {
	position:		absolute;
	top:			-999em;
	width:			218px; /* left offset of submenus need to match (see below) */
}
#nav_816810 ul li,
#nav_813949 ul li {
	width:			100%;
}
#nav_816810 li:hover,
#nav_813949 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav_816810 li,
#nav_813949 li {
	float:			left;
	position:		relative;
}
#nav_816810 a,
#nav_813949 a {
	display:		block;
	position:		relative;
}
#nav_816810 li:hover ul,
#nav_813949 li:hover ul,
#nav_816810 li.sfHover ul,
#nav_813949 li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul#nav_816810 li:hover li ul,
ul#nav_813949 li:hover li ul,
ul#nav_816810 li.sfHover li ul,
ul#nav_813949 li.sfHover li ul {
	top:			-999em;
}
ul#nav_816810 li li:hover ul,
ul#nav_813949 li li:hover ul,
ul#nav_816810 li li.sfHover ul,
ul#nav_813949 li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#nav_816810 li li:hover li ul,
ul#nav_813949 li li:hover li ul,
ul#nav_816810 li li.sfHover li ul,
ul#nav_813949 li li.sfHover li ul {
	top:			-999em;
}
ul#nav_816810 li li li:hover ul,
ul#nav_813949 li li li:hover ul,
ul#nav_816810 li li li.sfHover ul,
ul#nav_813949 li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* `left Menu Skin Styles 
----------------------------------------------------------------------------------------------------*/
#nav_816810,
#nav_813949 {
	float:			left;
	background-color:#000;
	font-size:12px !important;
}
#nav_816810 a,
#nav_813949 a {
	padding: 9px 10px;
	text-decoration: none;
}
#nav_816810 a, .sf-menu a:visited,
#nav_813949 a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#CCC;
}
#nav_816810 li,
#nav_813949 li {
	}
#nav_816810 li li,
#nav_813949 li li {
	background:	#3f1424;
	border-bottom: #341420 solid 1px;
	border-right: #341420 solid 1px;
}
#nav_816810 li li li,
#nav_813949 li li li {
	background: #3f1424;
	border-bottom: #341420 solid 1px;
	border-right: #341420 solid 1px;
	border-left: #341420 solid 1px;
}
#nav_816810 li:hover, #nav_816810 li.sfHover,
#nav_816810 a:focus, #nav_816810 a:hover, #nav_816810 a:active,
#nav_813949 li:hover, #nav_813949 li.sfHover,
#nav_813949 a:focus, #nav_813949 a:hover, #nav_813949 a:active {
	color: #d02a63;
	background: #341420;
	outline: 0;
}

/*** arrows **/
#nav_816810 a.sf-with-ul,
#nav_813949 a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
#nav_816810 .sf-sub-indicator,
#nav_813949 .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
#nav_816810 a > .sf-sub-indicator,
#nav_813949 a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
#nav_816810 a:focus > #nav_816810 .sf-sub-indicator,
#nav_816810 a:hover > #nav_816810 .sf-sub-indicator,
#nav_816810 a:active > #nav_816810 .sf-sub-indicator,
#nav_816810 li:hover > #nav_816810 a > .sf-sub-indicator,
#nav_816810 li.sfHover > #nav_816810 a > .sf-sub-indicator,
#nav_813949 a:focus > #nav_813949 .sf-sub-indicator,
#nav_813949 a:hover > #nav_813949 .sf-sub-indicator,
#nav_813949 a:active > #nav_813949 .sf-sub-indicator,
#nav_813949 li:hover > #nav_813949 a > .sf-sub-indicator,
#nav_813949 li.sfHover > #nav_813949 a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#nav_816810 .sf-sub-indicator { background-position:  -10px 0; }
#nav_816810 a > .sf-sub-indicator { background-position:  0 0; }

#nav_813949 .sf-sub-indicator { background-position:  -10px 0; }
#nav_813949 a > .sf-sub-indicator { background-position:  0 0; }


/* apply hovers to modern browsers */
#nav_816810 a:focus > #nav_816810 .sf-sub-indicator,
#nav_816810 a:hover > #nav_816810 .sf-sub-indicator,
#nav_816810 a:active > #nav_816810 .sf-sub-indicator,
#nav_816810 li:hover > #nav_816810 a > .sf-sub-indicator,
#nav_816810 li.sfHover > #nav_816810 a > .sf-sub-indicator,
#nav_813949 a:focus > #nav_813949 .sf-sub-indicator,
#nav_813949 a:hover > #nav_813949 .sf-sub-indicator,
#nav_813949 a:active > #nav_813949 .sf-sub-indicator,
#nav_813949 li:hover > #nav_813949 a > .sf-sub-indicator,
#nav_813949 li.sfHover > #nav_813949 a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* `Main Menu Vertical 
----------------------------------------------------------------------------------------------------*/
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
#nav_816810, #nav_816810 li,
#nav_813949, #nav_813949 li {
	width: 218px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
#nav_816810 li:hover ul,
#nav_816810 li.sfHover ul,
#nav_813949 li:hover ul,
#nav_813949 li.sfHover ul {
	left: 218px; /* match ul width */
	top: 0;
}

/*** alter arrow directions ***/
#nav_813949 .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
#nav_813949 a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/
#nav_816810 .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
#nav_816810 a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
#nav_816810 a:focus > .sf-sub-indicator,
#nav_816810 a:hover > .sf-sub-indicator,
#nav_816810 a:active > .sf-sub-indicator,
#nav_816810 li:hover > a > .sf-sub-indicator,
#nav_816810 li.sfHover > a > .sf-sub-indicator,
#nav_813949 a:focus > .sf-sub-indicator,
#nav_813949 a:hover > .sf-sub-indicator,
#nav_813949 a:active > .sf-sub-indicator,
#nav_813949 li:hover > a > .sf-sub-indicator,
#nav_813949 li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


/* `Shadows for all menus
----------------------------------------------------------------------------------------------------*/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}



/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxClose{
	font-size:13px;
	font-weight:bold;
	}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#bf9aa9;}

#colorBox{}
    #cboxTopLeft{width:25px; height:25px; background:url(images/border1.png) 0 0 no-repeat;}
    #cboxTopCenter{height:25px; background:url(images/border1.png) 0 -50px repeat-x;}
    #cboxTopRight{width:25px; height:25px; background:url(images/border1.png) -25px 0 no-repeat;}
    #cboxBottomLeft{width:25px; height:25px; background:url(images/border1.png) 0 -25px no-repeat;}
    #cboxBottomCenter{height:25px; background:url(images/border1.png) 0 -75px repeat-x;}
    #cboxBottomRight{width:25px; height:25px; background:url(images/border1.png) -25px -25px no-repeat;}
    #cboxMiddleLeft{width:25px; background:url(images/border2.png) 0 0 repeat-y;}
    #cboxMiddleRight{width:25px; background:url(images/border2.png) -25px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:url(images/loading.gif) 5px 5px no-repeat #fff;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

