/*##### CSS RESET #####*/
/*#####################*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
:focus {
	outline:0;
}
body {
	line-height:1;
	color:#333;
	background:#000;
	font-family:Arial, sans-serif;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, td {
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
th {
	font-weight:bold;
	text-align:left;
	color:#CC0000;
	padding:0 0 10px 0;
	vertical-align:top;
}
td{
	padding:5px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight:bold;
}

/*##### MAIN STRUCTURE #####*/
/*##########################*/
#site{
	width:960px;
	margin:0 auto;
	background:#EF0000;
	border:1px #f90 solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#header{
	width:960px;
	height:125px;
	position:relative;
	background:#ef0000;
	-moz-border-radius:5px;
}
#container {
	clear:both;
	padding:0 0 0 5px;
	border-top:1px #f90 solid;
}
#sidebar{
	width:220px;
	float:left;
	margin:10px 12px 0 0;
}
#content{
	width:690px;
	margin:10px 0 10px 0;
	float:left;
	padding:10px;
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
}
#footer{
	margin:0 auto;
	clear:both;
	text-align:center;
}

/*##### HEADER #####*/
#topNav{
	background:#CC0000;
	position:absolute;
	right:20px;
	color:#fff;
	padding:5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	height:20px;
}
#topNav li{
	display:inline;
	position:relative;
	font-size:10px;
	padding:0 5px;
	border-right: 1px dotted #fff;
}
#topNav li:last-child {
	border:0;
}

#topNav li a{
	color:#fff ! important;
	text-decoration:none;
}
#topNav li a:hover{
	color:#003A57 ! important;
}
#logo {
	float:left;

	padding:0 0 0 30px;
}
#logo h1 {
	float:left;
	font-weight:bold;
	color:#f90;
}
#topSearch{
	float:left;
	background: url(/library/images/search.png) no-repeat;
	width:375px;
	height:85px;
	position:absolute;
	top:7px;
	right:260px;
}
form.search {
	position:absolute;
	top:42px;
	left:60px;
}
#shoppingBag {
	background: url(/library/images/shopping-bag-bg.png) no-repeat;
	height:70px;
	width:240px;
	position:absolute;
	top:30px;
	right:-10px;
	padding:5px;
}
#shoppingBag h4 a{
	margin:0 0 0 15px;
	font-size:16px;
	color:#4f505a;
	text-decoration:none;
	font-weight:bold;
}
#shoppingBag p{
	margin:10px 0 0 40px;
	font-size:12px;
	float:left;
}
#shoppingBag p.viewBag{
	font-size:12px;
	margin:10px 0 0 13px;
	text-align:center;
}

/*##### MAIN NAV #####*/
#MainNav{
	position:absolute;
	bottom:0px;
	left:100px;
}
#MainNav li{
	float:left;
	background:#CC0000 url(/library/images/navBg.gif) repeat-x;
	margin:0 0px;
	height:25px;
	border:1px solid #FF9900;
	border-bottom:0;
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
}
#MainNav li a{
	display:block;
	color:#FF9900;
	padding:5px 10px;
	line-height:15px;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
#MainNav li:hover{
	background:#EF0000 url(/library/images/navBg-hover.gif) repeat-x;
}
#MainNav li.active{
	background:#EF0000;
}
#MainNav li.active a{
	color:#fff !important;
}

/* Stags And Hens Default Nav Style */
#tabs2 {
	float:left;
	line-height:125%;
	display: inline; /* IE6 margin bug */
	font-size:12px;
	position:absolute;
	bottom:0px;
	left:100px;
	margin:0 0 -1px 0;
 }
 
#tabs2 ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
  
#tabs2 li {
	float:left;
	margin:0;
	padding:0 0 0 9px;
	background-image: url(/library/images/tab-left-off2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#tabs2 a {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#FF9900;
	background-image: url(/library/images/tab-right-off2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tabs2 a:hover {
	color:#FFFFFF;
}
#tabs2 #current {
  background-image:url(/library/images/tab-left-on2.gif);
}
#tabs2 #current a {
	background-image:url(/library/images/tab-right-on2.gif);
	color:#FFFFFF;
	padding-bottom:5px;
}

/*##### SIDEBAR #####*/
#sidebar h2{
	font-weight:bold;
	font-size:14px;
	color:#fff;
	text-align:center;
	background: url(/library/images/side-nav-title-bg.png) no-repeat;
	height:35px;
	width:220px;
	line-height:35px;
	margin:0;
}
#sideNav{
	background:#CC0000;
	padding:5px;
	margin:0 0 10px 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
#sideNav ul, #sideNav ul li ul{
	list-style-image:url(/library/images/arrow.gif);
}
#sideNav li{
	border-bottom:1px #FF9900 solid;
	padding:5px;
	margin:0 0 0 1em;
}
#sideNav li a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
#sideNav li a:hover, #sideNav li.active a, #sideNav li ul li a:hover, #sideNav li.active li.active a  {
	color:#FF9900;
}
#sideNav li.active li a {
	color:#FFF;
}

#sideNav li ul li{
	border:0;
	padding:2px;
	display:none;
}
#sideNav li.active ul li{
	display:block;
}
#sideNav li ul li a{
	font-size:11px;
}
/*##### HOME PAGE #####*/
#home-top{
	padding:10px 0 0 10px;
	height:340px;
}
#home-middle{
	padding:0 0 0 10px;
	clear:both;
	height:220px;
}
#home-bottom{
	padding:10px 0 0 10px;
	clear:both;
	height:100;
}
.home-topRight{
	float:left;
}
.home-topMiddle{
	margin:0 15px 0 9px;
	float:left;
	width:420px;
	background:#fff;
	height:320px;
	padding:10px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.home-topMiddle ul{ 
	float:left;
	margin:0 5px 0 0;
	background: #e7f0f7 url(/library/images/home/usps-bg.jpg) no-repeat;
	width:170px;
	height:170px;
	padding:5px;
}
.home-topMiddle ul li{ 
	list-style-image: url(/library/images/bullet_tick.png);
	margin:0 0 0 30px;
	padding:5px 0;
	color:#7b7e94;
}
.home-topMiddle p{ 
	font-size:12px;
}
.home-topLeft{
	float:left;
}
.featuredCategories {
	float:left;
}
.featuredCategories li {
	position:relative;
	width:220px;
	margin:0 15px 0 0;
	float:left;
}
.featuredCategories strong {
	background:transparent url(/library/images/featuredCategories.png) no-repeat scroll 0 0;
	color:#fff;
	display:block;
	height:220px;
	padding:7px 0 0 0;
	position:absolute;
	text-align:center;
	width:220px;
	font-size:16px;
	text-decoration:none;
}
.featuredCategories strong:hover {
	background:transparent url(/library/images/featuredCategories-hover.png) no-repeat scroll 0 0;
	color:#fff;
	cursor:hand;
}
.featuredCategories-small {
	float:left;
}
.featuredCategories-small li {
	position:relative;
	width:220px;
	margin:0 0 18px 0;
}
.featuredCategories-small strong {
	background:transparent url(/library/images/featuredCategories-small.png) no-repeat scroll 0 0;
	color:#fff;
	display:block;
	height:100px;
	padding:7px 0 0 0;
	position:absolute;
	text-align:center;
	width:220px;
	font-size:16px;
	text-decoration:none;
}
.featuredCategories-small strong:hover {
	background:transparent url(/library/images/featuredCategories-small-hover.png) no-repeat scroll 0 0;
	color:#fff;
	cursor:hand;
}
.USPs{
	float:left;
	height:95px;
	width:445px;
	background:#eee;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 15px 0 20px;
	padding:5px 0 0 10px;
	color:#555555;
}
.USPs li{
	float:left;
	width:70px;
	text-align:center;
}
.USPs li a{
	text-decoration:none;
}
.USPs li strong{
	font-size:10px;
	font-weight:normal;
}
.socialNetworks{
	float:left;
}
.socialNetworks li{
	float:left;
	margin:5px 5px 0 0;
	width:70px;
	text-align:center;
}
.socialNetworks li a{
	text-decoration:none;
	color:#fff;
}
.socialNetworks li a:hover{
	color:#000;
}
.socialNetworks li img{
	margin:0 0 5px 0;
}
.socialNetworks li strong{
	font-size:10px;
	font-weight:normal;
	line-height:5px;
}

/*##### PRODUCTS #####*/
.sort{
	float:right;
	font-size:10px;
	color:#777777;
}
.product{
	width:220px;
	height:175px;
	float:left;
	margin:0 0 10px 0;
	background: url(/library/images/productBg.jpg) no-repeat;
	padding:0 0 0 10px;
}
.product label{
	display:none;
}
.product h4 a{
	color:#FFFFFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:30px;
	line-height:1.1em;
	margin:0 0 5px;
	overflow:hidden;
	padding:5px 0 0;
	text-align:center;
	text-decoration:none;
	width:200px;
}
.product h4 a:hover{
	color:#f90;
}
.product img.thumbnail{
	float:left;
	margin:0 5px 0 0;
}
.product input.quantity{
	width:17px;
}
.product p{
	padding:0 15px 0 0;
	font-size:10px;
	
}
.quantityIcon {
	margin:0 3px 0 0;
}
.stockIcon {
	margin:0 8px 0 0;
}
.specsIcon {
	margin:0 3px 0 0;
}
.productSpecs li{
	font-size:12px;
	margin:7px 0 0 0;
}
.productSpecs li.miniPrice{
	font-size:17px;
	font-weight:bold;
	color:#CC0000;
	text-indent:19px;
	padding:2px 0 0 0;
}
.productImageMain{
	float:left;
	margin:0 25px 0 0;
}
ul.productDetails li{
	margin:7px 0;
	font-size:15px;
	font-weight:bold;
}
.priceSave{
	text-transform:uppercase;
	color:#f00;
	font-size:12px;
}
.stockStatus{
	color:#27b600;
	font-size:12px;
	font-weight:bold;
}
.retailPrice{
	color:#777;
	font-size:14px;
}
.product form{
	margin:7px 0;
}
.productForm label{
	font-weight:bold;
	margin:0 5px 0 0;
}
.productForm input {
	margin:0 30px 0 0;
}
.buy{
	background: url(/library/images/buy.png) no-repeat;
	clear:both;
	margin:10px;
	height:30px;
	width:75px;
	border:0;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	text-align:left;
	padding:2px 0 0 4px;
	font-variant: small-caps;
}
.buy:hover{
	background: url(/library/images/buy-hover.png) no-repeat;
	color:#fff;
	
}
.buyMini{
	background: url(/library/images/buyMini.png) no-repeat;
	font-weight:bold;
	height:20px;
	width:58px;
	border:0;
	font-weight:normal;
	font-size:12px;
	color:#fff;
	text-align:left;
	padding:0 0 0 2px;
	font-variant: small-caps;
}
.buyMini:hover{
	background: url(/library/images/buyMini-hover.png) no-repeat;
	color:#fff;
	
}
/*##### FOOTER #####*/
#footer p{
	color:#fff;
}
#footer ul{
	padding:5px 0 10px 0;
}
#footer li{
	font-size:11px;
	display:inline;
	position:relative;
	border-right:#CC0000 1px solid;
	padding:0 5px;
}
#footer li a {
	font-weight:bold;
	color:#fff;
}
#footer li a:hover {
	color:#FF9900;
}
#footer li:last-child {
	border:0;
}
#cardsAndContact{
	clear:both;
}
.phoneNumber{
	margin:0 15px 0 45px;
}

/*##### OTHER #####*/
#errorBox{
	border:1px #ff4040 dotted;
	background: #ecc;
}
.floatRight{
	float:right ! important;
}
.floatLeft{
	float:left ! important;
}
hr {
	border:0;
	border-bottom:2px dashed #ddd;
}
.clearBoth{
	clear:both ! important;
}
legend{
	display:none !important;
}
input{
	color:#333;
}
.specialOffer-small{
	margin:0 0 5px 0;
	float:left;
}
.noLine{
	text-decoration:none;
}
.round{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.roundTop{
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
.roundBottom{
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
/*##### TYPOGRAPHY #####*/
a {
	color:#CC0000;
}
a:hover{
	color:#f90;
}
p{
	font-size:13px;
	line-height:1.1em;
	margin:0 0 10px 0;
	color:#555;
}
.smallerText{
	font-size:0.6em;
	font-weight:normal;
}
ul#breadcrumbs {
	clear:right;
}
#breadcrumbs li{
	float:left;
	font-size:10px;
	padding:0 5px 0 0;
	color:#777;
	margin:0 0 5px 0;
}
h2{
	color:#CC0000;
	font-size:18pt;
	clear:left;
	margin:0 0 10px 0;
}
h3{
	color:#4f505a;
	font-size:18pt;
	clear:left;
	font-weight:bold;
}
h3.home-subtitle{
	color:#CC0000;
	font-size:16px;
	clear:left;
	margin:0 0 10px 0;
}

h5{
	color:#CC0000;
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 0;
}

/*##### BASKET & CHECKOUT #####*/
#basketItems{
	width:100%;
}
#basketItems td {
	border-top:1px #ddd dashed;
}
dd.total, dt.total{
	border-top:1px dotted #EF0000;
	border-bottom:1px dotted #EF0000;
}

form, form dl {
	font-size:12px;
}
form dt, #basketTotal dt {
	float:left;
	width:140px;
	padding:5px 0;
	font-weight:bold;
	color:#CC0000;
	clear:left;
}
form dd, #basketTotal dd{
	float:left;
	padding:5px 0;
	clear:right;
}
form span {
	color:#aaa;
	font-size:10px;
	font-weight:normal;
}
#basketTotal{
	float:right;
	width:250px;
}
#Checkout{
	clear:both;
}
#Checkout legend {
	display:block !important;
	color:#fff;
	font-weight:bold;
	margin:10px 0;
	text-align:left;
	font-size:16px;
	background:#EF0000;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#Checkout dt{
	font-size:12px;
}
#totalfooter{
	padding:10px 0 0 0;
	clear:both;
}
.total{
	font-weight:bold;
}
.delCheck{
	margin:20px 0;
}
form .details, form .billing, form .delivery, form .postage, form .notes, form .card{
	font-size:12px;
	margin:5px auto;
	width:400px;
	background:#FFEFEC;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/*##### CONTACT #####*/
.address{
	padding:10px;
	font-size:12px;
}
.address dt, #contactForm dt {
	float:left;
	width:120px;
	padding:5px 0;
	font-weight:bold;
	color:#CC0000;
}
.address dd, #contactForm dd {
	padding:5px 0;
}
#contactForm{
	font-size:12px;
	margin:20px auto;
	width:400px;
	background:#FFEFEC;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#contactForm dl{

}
#contactForm legend{
	color:#CC0000;
	font-size:16px !important;
	font-weight:bold;
	margin:0 0 10px 0;
}
.warning{
	color:#f00;
}
div.warning p{
	color:#f00;
	clear:both;
}
iframe {
	overflow-x: hidden;
} 
#newCustomers, #existingCustomers{
	float:left;
	font-size:12px;
	margin:5px;
	width:300px;
	background:#FFEFEC;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.message {
	padding: 10px;
	clear: both;
	}
.message.error {
	color: darkred;
	font-weight: bold;
	border: 1px solid darkred;
	margin: 10px 20px;
	background-color:#FFCCFF;
}
.message.error p {
	color: darkred;
	padding: 0;
	margin: 0;
}