html {
	color: #333;
}

a, .fakelink {
    color:#7c0002;
    text-decoration: underline;
}
a:visited {
    color:#62433a;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

#admin {
	width:860px;
	margin:10px auto;
}
#admin h1 {
    font-size: 2em;
	font-family: Fruitiger, "HelveticaNeue-Light", "Helvetica Neue-Light", "Helvetica Neue", Arial, sans-serif;
}
#admin ul {
    padding:10px 0; 
}
#admin caption {
    font-weight: bold;
    margin: 10px 0;
}
#admin table th,
#admin table td {
    border: 1px solid #CCC;
    padding: 3px 5px;
}

#admin .progress {
	background:#5AD22D;
	width:1%;
	height:25px;
	border-right:1px solid #693;
}

#admin .prog-wrap {
	width:200px;
	border:1px solid #360;
	background:#DDD;
}
#admin #uploaderOverlay {
	width:70px;
	height:25px;
	float:left;
}
#admin fieldset {
	border:1px solid #333;
	margin:25px 0 0 15px;
	padding:10px	
}
#admin fieldset legend {
	font-size:121%;
}
#admin .pd-dim {
	width:60px;
	float:left;
}

#admin .pd-dim input {
	display:block;
}

#admin .pd-price-finish-wrap {
	float:left;
	width:90px;	
}

#admin h4.price {
	padding:20px 0 3px 0;
	clear:both;
	font-weight:normal;
	text-decoration:underline;
	font-size:116%;
}
#admin .current-images {
	margin:0px;
	overflow:auto;
}
#admin .current-images li {
	width:180px;
	float:left;
}
#admin .current-images li img {
	width:120px;
}
#admin #files li, #admin .current-images li {
	list-style: none;
}
#admin .upload-group {
	overflow:auto;
}
#admin .upload-group a {
	position:relative;
	left:10px;
	top:5px;
}


/** MAIN SITE STYLES **/
body {
	margin:0px;	
}
#wrapper {
	width:951px;
	margin:0px auto 0;
	position:relative;
}
#header {
	height: 125px;
	position:relative;
	zoom:1;
	width:100%;
	margin-bottom: 3px;
}
#header h1.logo {
	float:left;
	font-size:116%;
	margin:15px 0 7px;	
}
#header h1.logo span {
	display:block;
	font-weight:normal !important;
	color:#C9BC9A;
}
#header h1.logo span cite {
	font-weight:bold;
	font-style: normal;
	color:#533B2F;
}
#header ul#menu {
	float: left;
	width: 100%;
	display:block;
	border-bottom:7px solid #533B2F;
	margin:0;
}
#header ul#menu li {
	z-index: 1000;
}
#menu li a {
	letter-spacing:2px;
	font-size:116%;
	text-decoration:none;
	color:#000;
	width:auto;
	padding:8px 10px 6px;
	margin:0px;
	background: url("/static/images/border-grey.jpg") no-repeat scroll left center transparent;
	float:left;
	-webkit-transition: background 0.4s ease-in;
}
#header ul#menu li.first a {
	border:none;
}
#header ul#menu li a:hover {
	text-decoration: underline;
	background:#f1f1f1;
}
#header ul#menu li.selected > a {
	background:#533B2F;
	color:white;
	border-left: medium none;
    color: white;
}

.sub_menu .selected a { 
	color: #7C0002 !important;
}

#header ul#menu li.selected a:hover {
	background:#533B2F;
}

#basket {
	position:absolute;
	top:13px;
	right:0px;
	width:220px;
	height:60px;
	padding:5px 10px 4px 12px;
	background:#EBEBEB;
	font-size:85%;
	color:#777;
	overflow:hidden;
}
#basket.over {
    overflow:visible;
    height:auto;
}
#basket li {
    display:none;
}
#basket li.shown {
    display: list-item;
}
#basket.over li {
    display:list-item;
}
#basket h2 {
	font-size:100%;
	margin:0;
	padding-left:20px;
	background:#EBEBEB url(/static/images/shopping_basket_icon.png) no-repeat 0 0;
	position: relative;
	left:-4px;
}
#basket a {
	color:#533B2F;
	text-decoration:none;
}
#basket a:hover {
	text-decoration:underline;
}
#basket .total {
    padding-top:4px;
}
#basket .total span {
	font-weight:bold;
}
#basket .checkout-link {
	position:absolute;
	top:5px;
	right:10px;
}
#basket ol {
	margin:0.5em 0 0.5em 0;	
}
#basket ol li {
	clear:both;	
}
#basket ol li img {
	position:relative;
	top:3px;
}
#footer {
	border-top:7px solid #533B2F;
	padding:10px 0;
	margin-top:5px;
	float:left;
	width:100%;
	clear:both;
	font-size:85%;
}
#hd {
	position:relative;
	margin-bottom: 10px;	
}

#hd .product-title{
	border-bottom:1px solid #EEE;
	padding:15px 0 0;
	
}

#hd h2 {
	margin:0 0 10px 0;
	font-size:146.5%;
	letter-spacing:1px;
	font-weight:normal;
	font-family: Fruitiger, "HelveticaNeue-Light", "Helvetica Neue-Light", "Helvetica Neue", Arial, sans-serif;
	color:#6B4E41;
}
#hd .page-options {
	position:absolute;
	right:0px;
	top:20px;
	margin:0;
}
#hd ul li {
	display:inline;
}
#hd ul li a {
	float:left;
	padding: 0 5px 0 23px;
	background:transparent url(/static/images/page_option_sprite2.png) no-repeat -6000px -60000px;
	font-size:88%;
	text-decoration: none;
}
#hd ul li a:hover {
	text-decoration: underline;
}

#hd .email-friend {
	background-position: 1px 1px;
}
#hd .bookmark {
	background-position: 9px -89px;
}
#hd .print {
	background-position: 1px -180px;
}

.print-email {
	margin-top: 3px;
	float:left;
}

/* Add this bookmark bar */

.addthis_toolbox {
	float: left;
	margin-right: 12px;
}

.addthis_button_tweet{
	width: 102px !important;
}
.addthis_button_facebook_like {
	width: 80px !important;
}


body div .btn {
	background:#7C0002 url(/static/images/button_bg.png) no-repeat 100% 100%;
	padding:5px 17px;
	color:white;
	text-decoration:none;
	border:1px solid #533B2F;
	text-transform: uppercase;
	cursor:pointer;
}
body div .btn-alt {
    color:#7C0002;
    background:#FFF;
    border:none;
    text-decoration:none;
}
body div .btn-alt,
body div .btn:hover {
	text-decoration:underline;
}


.home-image {
	margin:10px 0 0 0;
	display:block;
}
.home-wrapper {
	position:relative;
	zoom:1;
	clear: both;
}
.home-wrapper .image-overlay {
	position:absolute;
	top:370px;
	left:0px;
	padding:20px 35px;
	background:#C9BC9A;
	width:881px;
	height:3em;
	font-size:138.5%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.home-wrapper p.overlay-text {	
	position:absolute;
	top:370px;
	left:0px;
	padding:15px 100px 20px 35px;
	background:transparent;
	font-size:160%;
	line-height: 1.5;
	color:#533B2F;
}
.home-wrapper p.overlay-text .btn {	
    font-size:62.5%;
    position:absolute;
    right:18px;
    top:45px;
}
.products-wrapper {
	position:relative;
	color:#4F4F4F;
    line-height:1.35;
}
.products-wrapper h3 {
    margin:10px 0 10px;
    padding:0 0 5px 0;
    border-bottom:1px solid #EEE;
    font-weight:normal;
    color:#7C0002;
}
.products-list {
}
.products-list li {
	width: 234px;
    display: inline-block;
    vertical-align:top;
    margin: 10px 0 0 0;
    zoom:1;
    *display: inline;
	list-style:none;
	text-align:center;
}
.products-list li a {
	color:#533B2F;
	display:block;
	text-decoration:none;
	font-size:100%;
	text-align: left;
	border: 1px solid #F0F0F0;
}
.products-list li .pblock {
	background:transparent url(/static/images/product_title_bg.jpg);
	border-top: 1px solid #F0F0F0;
    height: 42px;
    padding: 5px 10px 0;
}
.products-list li .pblock .price {
	font-size:80%;
}

.products-list li a:hover {
	text-decoration:underline;
}
.products-list li .title {
	display:block;
}
.products-list li .price span {
	font-weight:bold;
}
.products-list li img{
	display:block;
	margin: 0 auto 10px;
}
.products-list .row-start {
	border-left:none;	
}

#content {
    width:420px;
    float:left;
}

#product-options {
    float:right;
    width:490px;
}
#product-images {
    text-align: center;
}
#product-images p {
    text-align: left;
    float: left;
    width: 100%;
}
#product-images #product-thumbs-wrapper {
	overflow: hidden;
	float:left;
	width:100%;
}
#product-images #product-thumbs {
    width:420px;
    height:83px;
    overflow:hidden;
    text-align:left;
    position:relative;
    float:left;
}
.js #product-images #product-thumbs {
	width:100%;
	margin:3px 0; 
}
.js #product-images #product-thumbs ul {
    width:10000px;
    overflow:auto;
    margin:0;
    position: absolute;
    top:0;
    left:0;
}
#product-images #product-thumbs li {
    float:left;
    list-style:none;
    border:1px solid #EEE;
    margin-right: 5px;
    cursor: pointer;
}
#product-images #product-thumbs li:hover {
    border:1px solid #999;
    cursor: pointer;
}

#product-images button {
	text-indent: -999em;
	height:74px;
	width:8px;
	float:left;
	border:none;
	background:#EEE;
}
#product-images h3 {
    text-align:left;
    position:absolute;
    left:-9999em;
}

#product-info, #product-size {
    clear: both;
    float: left;
}

#product-size ul {
    border-bottom:1px solid #EEE;
}
.product-commit {
	border-top: 1px solid #EEEEEE;
    clear: both;
    padding: 10px 0;
    margin-bottom: 70px;
}

#product-size p {
    padding:10px 0;
} 
#product-size li {
    list-style: none;
    margin-bottom: 3px;
    padding-bottom: 3px;
}
#product-size .one li {
    font-weight:bold;
}
#product-size .one li input {
    position: absolute;
    left: -9999em;
}
#finishes ul label {
    text-transform: uppercase;
    cursor:pointer;
    cursor:hand;

}
#finishes ul {
    margin:10px 0;
    overflow:auto;
    border-bottom: 1px solid #EEEEEE;
}
#finishes li {
    list-style:none;
    float:left;
    width:96px;
    padding:7px 4px 4px 7px;
    margin:0 10px 10px 0;
    border:1px solid #FFF;
    cursor: pointer;
}
#finishes li:hover {
    border:1px solid #999;
    cursor:pointer;
    cursor:hand;
}
#finishes li.selected {
    background: #f1f1f1;
    border:1px solid #999;
}
#finishes li img {
    display:block;
    border:1px solid #333;
}
#finishes li label {
    display:block;
    _height:2em;
    line-height: 1em;
    min-height: 2em;
    margin-top: 3px;
    font-size: 77%;
}
#finishes .woods li label {
    _height:1.2em;
    line-height: 1em;
    min-height: 1.2em;

}
#finishes li select {
    width:86px;
}
.js #finishes li input,
#finishes .spray-type {
    position: absolute;
    left: -9999em;
}

#price {
	margin-top: 10px;	
}

#price div {
    text-align: right;
}
#price p {
    text-align: left;
    margin: 15px 0;
    color:#4F4F4F;
}
#price span {
    font-size:136.1%;
    font-weight: bold;
    float:left;
    position:relative;
    top:3px
}
#price label {
    width:120px;
    float:left;
    position:relative;
    top:4px;
}
.js #price #update_price {
    display:none;
}
.js #price button {
    margin-right:130px;
}
/* Contacts form... */
#contact-form {
    width:80%;
    color:#666;
}
#contact-form #business-type label {
    padding-left:15px;
}
#checkout-form .multi label input,
#contact-form div input,
#contact-form fieldset input,
#contact-form textarea,
#checkout-form .multi .label-block input {
    border:1px solid #DDD;
    background:#EEE;
    padding:3px;
}
#contact-form legend {
    color:#666;
}
#contact-form div,
#contact-form fieldset {
    margin-bottom:20px;
    zoom:1;
}
#contact-form div:after,
#contact-form fieldset:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#contact-form #business-type legend {
    float:left;
    padding-right: 40px;
}
#contact-form #enquiry-wrapper label {
    display: block;
}
#contact-form #enquiry-wrapper #enquiry {
    width:92%;
    height:161px;
}
#contact-form .multi label {
    float:left;
    width:33%;
}
#contact-form .multi input {
    display: block;
    width:80%;
}
#contact-form .multi legend {
    display:none;
}

/* Checkout Form */
#checkout-form {
    color:#666;
}
#checkout-form .multi {
    float:left;
    width:33%;
}
#checkout-form .multi .label-block {
    display:block;
    margin:15px 0 0 0;
    padding-right:155px;
    width:90px;
    position:relative;
    text-align:right;
    float:left;
}
#checkout-form.disabled #address-info label {
    color:#CCC;
}
#checkout-form .multi select {
    position: absolute;
    left:95px;
    top: 0;
}
#checkout-form .multi label input, #checkout-form .multi .label-block input {
    position: absolute;
    right: 20px;
    top: -2px;
    width: 120px;
}
#checkout-form.disabled #address-info label input {
    border:1px solid #EEE;
    background:#EFEFEF;
    padding:3px;
}
#checkout-form #additional-wrap textarea {
    border:1px solid #DDD;
    background:#EEE;
    padding:3px;
    width:746px;
    height:8em;
    float: left;
}
#checkout-form #additional-wrap label {
    width:6.95em;
    padding-right:7px;
    display:block;
    text-align:right;
    float:left;
}
#checkout-form .error {
    display: block;
    width:120px;
    position:relative;
    left:98px;
    top:8px;
    color:#A0261F;
    font-size:93%;
    text-align:left;
}
#checkout-form #controls {
    width: 100%;
    clear:both;
    float:left;
    margin-top:20px;
    text-align: right;
}
#checkout-form #homedeliver {
    margin-right:20px;
}
#checkout-form .multi-wrap {
	float:left;
	width:80%:
	clear:both;
	padding-bottom:15px;
}
#checkout-details {
	width:100%;
	float:left;
}
#checkout-details th {
	font-weight:bold;
	padding:5px 10px 5px 5px;
	background:transparent url(/static/images/table_header_bg.png) repeat-x 0 0;
	white-space: nowrap;
}
#checkout-details th.remove {
    text-indent: -999em;
}
#checkout-details td {
    vertical-align:middle;
    padding: 10px 0px 10px 5px;
}
#checkout-details tfoot td {
    text-align: right;
    padding: 0;
}

#checkout-details h4 {
    border-bottom: 1px solid #EEE;
    color: #6B4E41;
    font-family: Fruitiger, HelveticaNeue-Light, 'Helvetica Neue-Light', 'Helvetica Neue', Arial, sans-serif;
    font-size: 133%;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0px 0px 10px;
    padding: 10px 0px 5px;
}
#checkout-details h4 span {
    font-size: 77%;
    color: #999;
}

/* rewritten form */

.firstname {
	
}



/* rewritten form */





#additional-wrap p {
    clear: both;
    margin-left:7.5em;
    padding-top: 5px;
    line-height: 1.4;
}
.testimonials h4 {
    font-weight: bold;
    margin-bottom: 20px;
}
.testimonials ol li {
    margin:10px 0 10px;
}
.testimonials ol li cite {
    font-style: italic;
    font-weight: bold;
}

.about-us {
    padding-left: 135px;
    color: #454545;
    background: transparent url(/static/images/us_image.jpg) no-repeat 0 0;
}
.about-us h3 {
    font-weight: bold;
    margin-bottom: 20px;
}
.about-us h4 {
    font-weight: bold;
    font-style: italic;
}
.about-us ul {
    margin-bottom:3em;
}
.about-us ul li {
    margin-bottom: 2em;
}
.about-us .guests {
    margin-top: 2em;
}

.ticker {
    position: absolute;
    top:4em;
    left:5px;
}
.ticker img {
    position: relative;
    top:8px;
}
a#flash_video {
    padding:4px 0 6px 24px;
    background: transparent url(/static/images/play_button.gif) no-repeat 2px 2px;
    display: block;
}
#pricetext {
    background:#FFF;
}
.zoom-image {
    padding:4px 0 6px 20px;
    background: transparent url(/static/images/magglass.gif) no-repeat 2px 6px;
    display: block;
}
.tandc-wrapper p {
    margin: 10px 0;
}
.tandc-wrapper .indent {
    padding-left:50px;
}
.london-only {
    font-weight: bold;
    margin: 10px 0 0 0;
    margin-bottom: 0 !important;
}

.additional-cost{
    font-weight: bold;
     margin: 0 !important;
}
.checkout-text {
    float: left;
    width: 100%;
    font-size:93%;
    margin-top: 2em;
}
#enquiry-wrapper p {
    width: 92%;
    font-size: 93%;
}
#main-image {
    cursor: pointer;
}
.home-wrapper .wide-background {
    background:#e0d9d8;
    padding:0;
    overflow:hidden;
    zoom:1;
}
.home-wrapper .scrollable {
    height:250px;
    margin:0 10px 0 20px;
    color:#555;
    float:left;
    overflow:scroll;
    overflow-x:hidden;
    overflow-y:scroll;
}
.home-wrapper .scrollable h2 {
    font-weight:bold;
    padding-bottom:20px;
}
.home-wrapper .scrollable p {
    padding-bottom: 20px;
}
.home-wrapper .col-1 {
    width:500px;
    float:left;
}
.home-wrapper .wide-background h2.large {
    color:#533B2F;
    font-size: 2em;
    font-family: Fruitiger, "HelveticaNeue-Light", "Helvetica Neue-Light", "Helvetica Neue", Arial, sans-serif;
    padding:20px;
}
.home-wrapper .home-image {
    float:right;
    margin: 0;
    padding:0;
}

.home-wrapper-extra {
	margin-top: 20px;
}

.home-wrapper-extra h3 {
    padding-top: 20px;
    font-size: 110%;
    color:#664433;
    width:500px;
    float:left;

}
.home-featprods {
    width:595px;
    float:left;
    border-right: 1px solid #f0f0f0;

}
.home-wrapper-extra li {
    width:188px;
    margin-right: 10px;
    float:left;
}
.home-wrapper-extra li a {
    text-decoration: none;
    text-transform: uppercase;
}

.home-wrapper-extra li a img {
    border:1px solid #e0d9d8;
}
.home-wrapper-extra li a:hover img {
    border:1px solid #533B2F;
}

.home-wrapper-extra li a, .home-wrapper-extra li p, .home-wrapper-extra .intro p {
    font-size: 85%;
}

.home-wrapper-extra .intro {
    padding:0 5px 5px 5px;
    float: right;
    width:340px;
}
.home-wrapper-extra h2 {
    color:#62433a;
    font-size: 1.5em;
    font-family: Fruitiger, "HelveticaNeue-Light", "Helvetica Neue-Light", "Helvetica Neue", Arial, sans-serif;
    padding-bottom:10px;
}

.home-wrapper-extra li span.more a {
	font-weight: bold;
}

.home-wrapper-extra li span.more a, .productLink a{
	text-transform: none;
	color: #7c0002;
	font-size: 100%;
	text-decoration: none;
}

.home-wrapper-extra li span.more a, .productLink a{
	text-transform: none;
	color: #7c0002;
	font-size: 100%;
	text-decoration: none;
}

.productLink {
	clear: both;
	float: left;
	margin-top: 10px;
}

.productLink p{
	font-size: 90%;
	margin: 10px 0;
}

.slider-image-banner {
	background-color: #E0D9D8;
	background-color:rgba(224, 217, 216, 0.6);
    bottom: 50px;
    display: block;
    padding: 10px;
    position: absolute;
    width: 931px;
    z-index: 950;
}

.slider-image-banner p{
	float: left;
	color: #62433a;
	padding-left: 10px;
	font-size: 165%;
	opacity: 1;
}

.slider-image-banner a {
	float: right;
	margin: 20px 10px 0 0 ;
}


/*lightbox slider buttons*/

#imgPrev, #imgNext{
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: transparent url(/static/images/arrow_sprite.png) no-repeat 0 0;
	width: 54px;
	height: 54px;
	margin-top: -68px;
	position: relative;
}

#imgPrev {
	background-position: 0 0;
	float: left;
	left: 10px;    
}

#imgNext {
	background-position: -54px 0;
	float: right;
	right: 10px;
}

#imgPrev:hover {
	background-position: 0 -54px;
}

#imgNext:hover {
	background-position: -54px -54px;
}

/* socialLinks */

.socialLinks, .socialLinks ul {
    float: right;
    clear: right;
}
.socialLinks p{
	float: left;
	font-size: 80%;
	margin: 20px 10px 0 0;
}
.socialLinks ul {
    margin: 0;
}
.socialLinks ul li {
    background: url("/static/images/socialSprite.png") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 32px;
    list-style: none outside none;
    margin: 0 2px;
    text-indent: -9999px;
    width: 32px;
}
.socialLinks .facebook {
    background-position: 0 0;
}
.socialLinks .twitter {
    background-position: -32px 0;
}
.socialLinks .rss {
    background-position: -64px 0;
}
.socialLinks .mail {
    background-position: -96px 0;
}

/* Nav */
ul.dropdown                         { position: relative; }
ul.dropdown li                      {  float: left; zoom: 1;}
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {   position: relative;  }
ul.dropdown li.hover a              { text-decoration: underline; color: #7C0002; }

ul.dropdown ul 						{ 
										width: 136px; 
										visibility: hidden;
										position: absolute;
										top: 100%;
										left: 0;
										background-color: #E0D9D8;
										background-color:rgba(224, 217, 216, 1);
										padding-top: 7px;
										padding-bottom: 10px;
										
										-webkit-box-shadow: 0px 0px 4px #ccc; /* Saf3-4 */
     									-moz-box-shadow: 0px 0px 4px #ccc; /* FF3.5 - 3.6 */
          								box-shadow: 0px 0px 4px #ccc; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
										
									}
ul.dropdown ul li 					{ float: none; z-index: 1000;}

li.selected {background-color: #533B2F;}						  
li.selected .sub_menu li.selected {background:none;}


li.hover {}

.sub_menu a{
	background: none !important;
	font-size: 90% !important;
    letter-spacing: 1px !important;
    margin: 0 !important;
    padding: 2px 10px !important;
    border: none !important;
    float: none !important;
}

.sub_menu a:hover {
	color: #7C0002 !important;
}

/* Home Page - SLIDER */

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:450px;	width: 953px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px; right: -7px;
	width: 100px; height:37px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	/*background: url(paging_bg2.png) no-repeat;*/
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #7C0002; 
	border: 1px solid #62433a;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

.product-commit{
	position: relative;
}

.commitHover {
	background: url("/static/images/closeit.jpg") no-repeat scroll right bottom #F1F1F1;
    height: 60px;
    left: 107px;
    padding: 8px;
    position: absolute;
    top: 6px;
    width: 305px;
    cursor: pointer;
}


/* Categories */

.catlanding-banner{
	position: relative;
	color: #fff;
}

.catlanding-banner h2{
	font-size: 340%;
    text-transform: uppercase;	
}

.catlanding-banner p{
	font-size: 92%;
}

.catlanding-banner .boxleft {
	width: 295px;
	height: 236px;
	position: absolute;
	z-index: 100;
	padding: 0 5px;
	background-color: #7c0002;
	background-color:rgba(124, 0, 2, 0.7);
}

.catlanding-banner img {
	z-index: 50;
}

