@charset "utf-8";
/* Common CSS - Contains Base CSS Information*/
html, body, td, input, select, textarea{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

a{
color: #d40e0b;
text-decoration: none;
}
a:hover{
color: #000000;
}

h1,h2,h3,h4,h5,h6{
padding: 0px;
margin: 0.5em 0 0.5em 0;
}
h1{font-size: 1.7em;}
h2{font-size: 1.5em; font-weight: normal;}
h3{font-size: 1.4em;}
h4{font-size: 1.2em;}
h5{font-size: 1.2em; font-weight: normal; text-decoration: underline;}
h6{font-size: 1.2em; font-style: italic;}

p{
padding: 0px;
margin: 0.5em 0 1.5em 0;
line-height: 1.5em;
}
dt{
font-weight: bold;
margin: 1.5em 0 0.5em 0;
padding: 0px;
}
dd{
font-weight: normal;
margin: 0.5em 0 0.5em 0;
padding: 0px;
}

ul, ol{
padding: 0px;
margin: 0.5em 0 1.2em 3em;
}
li{
padding: 0px;
margin: 0.5em 0 0.5em 0em;
}

img{
border: 0px;
}
*{
outline: 0px;
}

img, div, a, input { behavior: url(../inc/iepngfix.htc) }


html, body{
color: #000000;
text-align: center;
margin: 0px 0 0px 0;
padding: 0px 0px 0px 0px;
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
	background: #ffffff url(../img/menubg.gif) repeat-x 0px 194px;
}

#container{
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: auto;
}

#header{
	height: 194px;
	width: 980px;
	margin: 0px auto;
	background: #ffffff;
}

#menu{
	height: 60px;
	position: relative;
	background: url(../img/menubg.gif) repeat-x;
	font-family: “Trebuchet MS”, Tahoma, Arial, sans-serif;
	width: 980px;
	margin: 0px auto;
}

#minibasket{
	color: #ffffff;
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
}

#main{
	background: url(../img/featbg.jpg) no-repeat center -30px;
height: auto !important;
height: 624px;
min-height: 624px;
	width: 100%;
	padding-top: 50px;
	overflow: visible;
}

#content{
	background: #f7f7f7;
	width: 960px ;
	margin: 0px auto;
	overflow: auto !important;
overflow: visible;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#leftbar{
	float: left;
	width: 190px;
	text-align: centre;
	margin: 20px 20px !important;
	margin: 20px 10px 20px 20px;
}

#boxdisplay{
	float: left;
	width: 680px;
	margin: 10px 20px 20px 20px;
}


#footer{
	
}



/* end of structure */
#menu ul{	
	margin: 0px;
	padding: 10px 0px 0px 40px;
}

#menu ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
}
 
#menu a{
 	color: #f5c4c3;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	float: left;
	margin-right: 30px;
	padding-bottom: 4px;
 }
 
#menu a:hover, #menu .current a{
	border-bottom: 1px solid #ffffff;
	padding-bottom: 3px;
 	color: #ffffff;
	}
#menu .basketlink{
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
#menu .basketlink:hover{
	border-bottom: 0px;
	padding: 0px;
}
	
#minibasket span{
 	float: left;
	font-size: 60px;
	font-weight: normal;
	position: relative;
	top: -15px;
 }
 
#minibasket em{
 	float: left;
	font-size: 12px;
	font-style: normal;
	width: 90px;
	padding-left: 5px;
 }
#minibasket .basket{
	position: relative;
	top: 0px;
	left: 10px;
}

#quicksubscribe{
	position: relative;
	width: 190px;
	height: 254px;
	background: url(../img/subscribe.gif) no-repeat;
}

#quicksubscribe p{
	position: absolute;
	top: 190px;
	left: 20px;
}

#quicksubscribe input{
	width: 120px;
}

#quicksubscribe .submitbtn{
	width: 30px;
	font-size: 10px;
}

#content{
	text-align: left;
}

#content  h1{
	font-weight: normal;
	color: #c52521;
	font-family: “Trebuchet MS”, Tahoma, Arial, sans-serif;
	font-size: 24px;

	text-shadow: 1px 1px 2px #9c9c9c;
	text-align: left;
}


.cartbasket{
	width: 100%;
	border-collapse:collapse;
}

.cartbasket td{
	border: 1px solid #aaaaaa;
	padding: 3px;
	text-align: left;
	text-indent: 10px;
}

.cartbasket th{
	border: 1px solid #aaaaaa;
	padding: 3px;
	text-align: left;
	text-indent: 10px;
}

.cartbasket thead th{
	color: #ffffff;
	background: #C52521;
	line-height: 24px;
	font-family: “Trebuchet MS”, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-indent: 10px;
}

.cartbasket input.small{
	width: 30px;
	color: #000000;
	font-size: 11px;
}

.cartbasket th span{
	font-size: 9px;
}

fieldset{
	text-align: left;
	margin: 10px 0px;
	padding: 20px;
		   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
   background: -moz-linear-gradient(top, #fff, #ccc);
   border: 1px solid #ccc;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

fieldset h2{
	font-weight: normal;
	color: #c52521;
	font-family: “Trebuchet MS”, Tahoma, Arial, sans-serif;	
	font-size: 18px;
	text-shadow: 1px 1px 2px #9c9c9c;
	text-align: left;
	margin-top: 0px;
}

fieldset th{
	width: 250px;
	padding: 3px 10px;
}

#footer{
width: 940px;
margin: 10px auto;
background: #f5f5f5;	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #8f8f8f;
overflow: auto;
padding: 20px;
}

#footer span{
	float: right; 	
color: #8f8f8f;
	font-size: 12px;
	font-weight: normal;
}


#footer ul{	
	margin: 0px;
	padding: 0px 0px 0px 40px;

}

#footer ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
}
 
#footer a{
 	color: #8f8f8f;

	font-size: 12px;
	font-weight: normal;
	float: left;
	margin-right: 30px;

 }
 
#footer a:hover, #menu .current a{
 	color: #333;
	}
.productthumb{
	float: left;
	margin: 0px 20px 10px 0px;
	font-family: “Trebuchet MS”, Tahoma, Arial, sans-serif;
	position: relative;
	width: 200px;
	height: 350px;
	text-align: center;
overflow: hidden;
	}
	
.productthumb .imgwrapper{
	border: 1px solid #dbdbdb;
	position: relative;
	width: 200px;
	height: 300px;
	float: left;
	overflow; hidden;
	margin-bottom: 10px;
	text-align: center;
} 

.productthumb .imgwrapper .img{
	text-align: center;
}

.productthumb .price{
	background:#d40e0b;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 30px;
	padding: 10px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}

.productthumb .price em{
	font-style: normal;
	font-size: 1.2em;
	text-shadow: 1px 1px 2px #3c3c3c;
	}
	
.productthumb h5{
	text-decoration: none;
text-align: left;
}
.productthumb h5 a{
	color: #595757;
	font-weight: bold;
	padding-top: 7px;
}

.productthumb h5 a:hover{
	color: #000000;
	}
#product{
	float: left;
	text-align: left; 
	margin: 10px 20px 10px 0px !important;
	margin: 10px 10px 10px 0px;	
}


#product #description{
		float: left;
	width: 380px;
	position: relative;
}
#product h1{
	font-weight: normal;
	color: #c52521;
	font-family: “Trebuchet MS”, Tahoma, Arial, sans-serif;
	font-size: 24px;
	width: 290px;
	text-shadow: 1px 1px 2px #9c9c9c;
}

#product h3{
	background:#d40e0b;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	padding: 10px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}

#product h3 em{
	font-style: normal;
	font-size: 1.2em;
	text-shadow: 1px 1px 2px #3c3c3c;
	}

#product #description form{
	clear: both;
	margin: 20px 0px;
}

#product #gallery{
	float: left;
	width: 260px;
	position: relative;
	margin-right: 20px;
}
	
#product #gallery em{
	color: #595757;
	font-style: normal;
	margin: 5px;
}


#product #gallery img{
		border: 1px solid #dbdbdb;
		position: relative;
		cursor: pointer;
}
#product #gallery .thumbs{
	width: 260px;
}
#product #gallery .thumbs img{
	margin: 5px 5px 0px 0px;
	width: 120px;
}
#product label{
	display: block;
	margin: 5px 5px 5px 0px;
	color: #595757;
	font-family: “Trebuchet MS”, Tahoma, Arial, sans-serif;
	font-size: 14px;
}

#product select{
	color: #595757;
	border: 1px solid #dbdbdb;
	margin-right: 20px;
	font-size: 14px;
	font-family: “Trebuchet MS”, Tahoma, Arial, sans-serif;
}

.button {
   border-top: 1px solid #c52421;
   background: #8a1b19;
   background: -webkit-gradient(linear, left top, left bottom, from(#c52421), to(#8a1b19));
   background: -moz-linear-gradient(top, #c52421, #8a1b19);
   padding: 8px 16px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 17px;
	font-family: “Trebuchet MS”, Tahoma, Arial, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   margin: 10px 0px;
   float: right;
   clear: both;
cursor: pointer;
   }
.button:hover {
   border-top-color: #636363;
   background: #D40E0B;
   color: #fff;
   }
.button:active {
   border-top-color: #636363;
   background: #D40E0B;
   color: #fff;
   }
   
   

.smallbutton {
   border-top: 1px solid #c52421;
   background: #8a1b19;
   background: -webkit-gradient(linear, left top, left bottom, from(#c52421), to(#8a1b19));
   background: -moz-linear-gradient(top, #c52421, #8a1b19);
   padding: 3px 8px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
	font-family: “Trebuchet MS”, Tahoma, Arial, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   margin: 10px 0px;
   clear: both;
   }
.smallbutton:hover {
   border-top-color: #636363;
   background: #D40E0B;
   color: #fff;
   }
.smallbutton:active {
   border-top-color: #7d1918;
   background: #7d1918;
   }

   
   
.registerbox{
float: left;
width: 285px;
	color: #000000;
	padding: 20px;
	margin: 20px 20px 0px 0px;
	height: 180px;
	clear: left;
	text-align: left;
	background: #dbdbdb;
		   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
   background: -moz-linear-gradient(top, #fff, #ccc);
   border: 1px solid #ccc;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	}

.loginbox{
float: left;
width: 285px;
	color: #000000;
	padding: 20px;
	margin: 20px 0px 0px 0px;
	height: 180px;
	text-align: left;
	background: #dbdbdb;
		   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
   background: -moz-linear-gradient(top, #fff, #ccc);
   border: 1px solid #ccc;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.loginbox label, .registerbox label{
	display: block;
	margin: 5px 0px 5px 0px;
}

.loginbox label span, .registerbox label span{
	width: 80px;
	float: left;
}

.loginbox .forgotten{
	float: left;
	color: #000000;
}

.loginbox .error{
	color: #E8A713;
	font-style: italic;
}


.registerbox .button{
	display: block;
	margin: 28px 0px 0 0;
	padding: 4px 8px;
	text-align: center;
	cursor: pointer;
}

.loginbox .button{
	display: block;
	margin: 18px 0px 0 0;
	text-align: center;
	cursor: pointer;
}


.loginbox .button:hover{
	color: #ffffff;
	border: 1px solid #230152;
	background: #7F6C9B;
}

 .registerbox h2{
	color: #000000;
	margin: 0px;
}

.loginbox h2{
	color: #000000;
	margin: 0px;
}

.checkoutbtn{
	background: #dcdcdc;
			   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
   background: -moz-linear-gradient(top, #fff, #ccc);
    border: 1px solid #ccc;
}

.checkoutbtn:hover{
		background: #dcdcdc;
			   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
   background: -moz-linear-gradient(top, #fff, #ccc);
}

.checkoutbtn a{
	color: #ffffff;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px; 
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../img/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../img/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../img/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../img/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../img/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../img/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

