/*-----------------------------
CSS FOR: Support Web Standards 2
AUTHOR: JOHN RAINSFORD / Pixelcode.ie
DATE: 04-11-2011
-----------------------------*/

/* ERIC MEYER's RESET STYLES - meyerweb.com */
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	margin:0;
	padding:0;
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	text-align: center;
	background: #f6f6f6 url(../img/paperbg.jpg);
}

/* ----------------------------------------------- MAIN STYLES --------------------------------------------*/
a:link{
	color: #ff5b01;
	text-decoration: none;
	border-bottom: 1px dotted #ff5b01;
}

a:visited{
	color: #ff5b01;
	text-decoration: none;
	border-bottom: 1px dotted #ff5b01;
}

a:hover{
	color: #f8a41a;
	text-decoration: none;
	border-bottom: 1px solid #f8a41a;
}

h1{
	font-size: 18px;
	line-height: 1.4em;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2{
	font-size: 20px;
	line-height: 1.4em;
	color: #666;
	padding: 0 0 10px 0;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3{
	font-size: 18px;
	line-height: 1.4em;
	color: #666;
	padding: 0 0 10px 0;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}

h4{
	font-size: 18px;
	line-height: 1.4em;
	color: #666;
	padding: 0 0 10px 0;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}

h5{
	font-size: 18px;
	line-height: 1.4em;
	color: #666;
	padding: 0 0 10px 0;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}

h6{
	font-size: 18px;
	line-height: 1.4em;
	color: #666;
	padding: 0 0 10px 0;
font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link{
	color: #ff5b01;
	border-bottom: 1px dotted #ff5b01;
	
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
	color: #ff5b01;
	border-bottom: 1px dotted #ff5b01;
	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color: #f8a41a;
	text-decoration: none;
	border-bottom: 1px solid #f8a41a;
}

p,li{
	font-size: 14px;
	line-height: 1.5em;
	padding: 0 0 5px 0;
}

ul{
	list-style: square;
	margin: 10px 0 10px 20px;
}
/* --------------------------------------------- SECTION STYLES -------------------------------------------- */
div#nav {
	clear: both;
	width: 100%;
	min-width: 500px;
	height: 30px;
	background: #ff5b01;
	margin:0 auto;
}

div#masthead {
	clear: both;
	max-width: 960px;
	min-width: 480px;
		margin:0 auto;
	position: relative;
	padding: 20px 0;
	overflow: hidden;
}

div#content {
	clear: both;
	max-width: 960px;
	min-width: 480px;
	
	margin:0 auto;
	text-align: left;
}

div#footer {
	clear: both;
	max-width: 960px;
	min-height: 100px;
	min-width: 480px;
	
	margin:0 auto;
	padding: 15px 0 20px 0;
	background: url(../img/footer_logo.png) center 15px no-repeat;
}

div#contact_form{
	padding: 0 0 2em 0;
}
div#news, div#about{
	padding: 0 0 20px 0;
}
#news img{
	display: none;
}
.left {
	float: left;
	margin-left: 1%;
}

.half {
	width: 46%;
}


.right {
	float: right;
	margin-right: 1%;
}

.third{
	width: 31%;
}

.twothirds{
	width: 62%;
}
.clear{
	clear: both;
}
.topmargins{
	padding: 20px 0 0 0;
}
.direction{
	text-align: center;
	padding: 20px 0;
}

div.web_standards{
	padding: 0;
	text-align: center;
	position: relative;
}

div.published{
	margin:0 auto;
}

div.blogs{
	position: absolute;
	top: 0;
	right:0;
}
div.resources{
	position: absolute;
	top: 0;
	left:0;
}

div.flickr{
	padding: 2em 0;
}

div.shop_info{
	padding: 0 0 2em 0;
}

.supertopmargins{
	margin-top: 20em;
}

div.flash_alert{
	position: absolute;
	top:0;
	width: 100%;
	height: 50px;
	text-align: center;
	background: #ff5b01;
	background: rgba(248, 164, 26,.9);
	padding: 0;
}
.headerpadding{
	padding-top: 5px;
}
/* -------------------------------------------- SPECIFIC SECTION STYLES -------------------------------- */
div#masthead h1 a, div#masthead h1 a:visited{
	margin: 0 auto;
	border-bottom: none;
	opacity: 1;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	width: 35%;
	display: block;
	position: absolute;
	top:10%;
	left: 32%;
}

div#masthead h1 a:hover{
	opacity: .8;
}

div#masthead h1 img{
	max-width: 100%;
}
div#masthead h2.home{
	display: block;
	max-width: 30%;

	text-align: left;
	font-size: 18px;
	line-height: 1.4em;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5% 0 5% 1%;
	
}

div#masthead h2 a, div#masthead h2 a:visited, div#masthead h3 a, div#masthead h3 a:visited, div#masthead p a, div#masthead p a:visited{
	color: #ff5b01;
	border-bottom: none;
}

div#masthead h2 a:hover, div#masthead h3 a:hover, div#masthead p a:hover{
	color: #f8a41a;
	border-bottom: 1px dotted #f8a41a;
}

div#masthead div.homebasket{
	display: block;
	max-width: 30%;
	position: absolute;
	top:90px;
	right:0;
	text-align: right;
	padding: 0 0 0 1%;
	
}

div#masthead h2{
	display: block;
	max-width: 34%;

	text-align: left;
	font-size: 18px;
	line-height: 1.4em;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3% 0 2% 1%;
}

div#masthead div.basket{
	display: block;
	max-width: 34%;
	position: absolute;
	top:60px;
	right:0;
	text-align: right;
}
div#masthead div.basket a, div#masthead div.homebasket a{
}

div#masthead div.basket h3, div#masthead div.homebasket h3{
	padding: 10px 0 10px 50px;
	line-height: 1.5em;
	display: inline;
	background: url(../img/trolley.png) 0 -0 no-repeat;
}

div#masthead div.basket p, div#masthead div.homebasket p{
	color: #888;
	padding: 0 5px 0 0;
}
div#nav ul{
	margin: 0 auto;
	text-align: center;
	list-style: none;
}

div#nav ul li{
	line-height: 30px;
	display: inline;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	
}

div#nav ul a, div#nav ul a:visited{
	color: #fff;
	font-size: 12px;
	padding: 8px 1% 7px 1%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom: none;
	text-shadow: 0 0 5px #b60000;
}

div#nav ul a:hover{
	background-color: #d6756e;
	background-image:  url(../img/nav_bg_darker4.png);
	background-position: bottom left;
	background-repeat: repeat-x; 
}

div#nav ul a.here{
	color: #ff5b01;
	text-shadow: none;
	background-color: #fff;
	background-image:  url(../img/paperbg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	box-shadow: 0 -4px 5px #a85c58;
}

div.direction h2, div.direction h3, div.direction h4, div.direction h5, div.direction h6{
	text-transform: none;
	letter-spacing:0;
	color: #ff5b01;
}
ul#products_list {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	clear: both;
	overflow: hidden;
	list-style: none;
	
}

ul#products_list li {
	float: left;
	margin: 0 10px;
	width: 22%;
	min-width: 220px;
	text-align: center;
	position: relative;
}

ul#products_list a, ul#products_list a:visited{
border-bottom: none;
}

ul#products_list a:hover{
border-bottom: none;
}

ul#products_list span.prod_header, ul#products_list span.prod_price{
	clear: both;
	display: block;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}


p.news_headline {
	
}

p.news_date {
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	color: #666;
	font-size: 10px;
	padding: 5px 0;
}

table#shopping_basket, table#shopping_register{
	font-size: 12px;
}

table#shopping_basket td.price,table#shopping_basket td.quantity,table#shopping_basket td.ship_method,
table#shopping_basket td.subtotal,table#shopping_register td.subtotal, table#shopping_basket th.price, table#shopping_basket th.quantity,table#shopping_basket th.ship_method{
	width: 85px;
	text-align: center;
}
table#shopping_basket td.subtotal, table#shopping_register td.subtotal, table#shopping_basket th.subtotal{
	text-align: right;
}
table#shopping_basket td.title{
	width: 328px;
	background: #ededed;
	background: rgba(68,68,68,.1);
	font-size: 13px;
}

span.basket_thumb{
	display: block;
	width: 20px;
	height:20px;
	overflow: hidden;
	float: left;
	margin: -2px 5px 0 0;
	position: relative;
}

span.basket_thumb img{
	position: absolute;
	top: -100px;
	left: -100px;
}

table#shopping_basket td{
	border-bottom: 1px solid #fff;
}

table#shopping_register td.description{
	width: 599px;
	text-align: right;
	padding: 0 10px;
}

table#shopping_basket tr.items{
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	background: #ff5b01;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	
}

table#shopping_basket th, table#shopping_basket td{
	padding: 3px;
}

table#shopping_register td{
	padding: 3px;
	height: 25px;
	line-height: 25px;
}

table#shopping_register td#total{
	border-top: 2px solid #ff5b01;
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	font-weight: bold;
}

table#shopping_basket td.price, table#shopping_basket td.ship_method, table#shopping_register td#discount, table#shopping_register td#shipping{
	background: #ddd;
	background: rgba(85,85,85,.2);
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	
}

table#shopping_basket td.quantity, table#shopping_basket td.subtotal, table#shopping_register td#subtotal, table#shopping_register td#total{
	background: #ededed;
	background: rgba(68,68,68,.1);
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	
}

table#shopping_register input#coupon_code{
	float: right;
	height: 15px;
	width: 60px;
	border: 1px solid #ddd;
	background: #eee;
	color: #666;
	margin: 2px 0 0 10px;
}

table#shopping_register input#coupon_code:focus{
	border: 1px solid #f9af1c;
}
table#shopping_register button#update{
	width: 60px;
	line-height: 1.5em;
	font-size: 10px;
	margin: 4px 10px 0 10px;
}

span.basket_highlight{
	background: #ff5b01;
	padding: 5px;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	font-size: 10px;
	
}
div#pay_line{
	clear: both;
	float: right;
	padding: 10px 140px 10px 0;
	margin: 20px 0 20px 0;
	position: relative;
}

div#pay_line button#place_order{
	position: absolute;
	top: 6px;
	right: 0;
	width: 120px;
	height: 30px;
	font-size: 13px;
	margin:5px 0 0 5px;
	z-index: 50;
	font-weight: bold;
}

div#pay_line p{
	z-index: 50;
	text-align: right;
	padding: 6px 6px 2px 4px;
	margin: 3px 0 5px 0;
	
}

div#spinner{
	display: none;
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
	width: 400px;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,.5);
}

div#notice{
	display: none;
	width: 960px;
	height: 120px;
	margin:0 auto;
	position: absolute;
	top:0;
	z-index: 1000;
	background: #f62a7b;
	background: rgba(246,42,123, .8);
}
div#notice p{
	font-size: 20px;
	text-align: left;
	margin: 45px 0 0 20px;
	font-weight: bold;
}

div.inprogress{
	width: 350px;
	margin: 50px auto;
	padding: 220px 0 0 20px;
	background: url(../img/processing_bg.png) top left no-repeat;
	position: relative;
}

div.inprogress h3{
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	font-size: 18px;
	line-height: 1.5em;
}

div.inprogress img#spinner{
position: absolute;
top:55px;
left:80px;}

div#footer p#copyright{
	float: left;
	width: 32%;
	text-align: right;
	padding: 20px 1% 0 10%;
	font-size: 12px;
	color: #666;
}

div#footer ul{
	float: right;
	width: 42%;
	text-align: left;
	padding: 20px 0 0 1%;
	color: #bbb;
	list-style: none;
	margin:0;
}

div#footer ul li{
	float: left;
	padding: 0 10px 0 0;
	font-size: 12px;
	
}

div#footer p{
	float: right;
	width: 42%;
	text-align: left;
	padding: 0;
	font-size: 12px;
	color: #666;
}



div#footer a, div#footer a:visited{
	color: #666;
	border-bottom: 1px dotted #666;
}

div#footer a:hover{
	color: #ff5b01;
	border-bottom: 1px solid #ff5b01;
}

div.web_standards ul{
	padding: 0 5% 1em 5%;
	list-style: none;
	
}
div.web_standards li{
	margin: 0 0 10px 0;
	color: #666;
}

div.web_standards li a{
	border-bottom: none;
}

div.web_standards strong{
	display: block;
	clear: both;
}

div.web_standards h3{
}

div.principal p{
	padding-left: 5em;
}

div.flickr a, div.flickr a:visited{
	border-bottom: none;
	margin: 0 .5em;
}
div.flickr a:hover{
	border-bottom: none;
	opacity: .5;
}

div.news_entry{
	padding: 0 0 30px 0;
}

div.news_entry p.date{
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	font-size: 1.2em;
}

div.news_entry p.bot-content-links, div.news_entry p.permalink{
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	font-size: 1.2em;
	padding-top: 10px;
}

div.news_entry p.permalink a{
	color: #666;
	border-bottom: none;
}

div.flash_alert p{
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	font-size: 14px;
}

span.price_tag{
	font-size: 20px;
	line-height: 1.6em;
	color: #ff5b01;
	padding: 0 20px 0 0;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 8px 0 0 0;
}

#add_questions ul{
	list-style: square;
	margin: 0 0 0 20px;
}

#add_questions ul li{
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
}

ul#prod_thumbnails{
	list-style: none;
	margin:0;
	padding:0;
	clear: both;
	overflow: hidden;
	list-style: none;
	
}

ul#prod_thumbnails li{
	float: left;
	margin: 5px 7px 0 0;
	width: 18%;
	height: 18%;
	overflow: hidden;
}
ul#prod_thumbnails li img{
	margin: 0 0 0 -35%;

}

ul#prod_thumbnails li a, ul#prod_thumbnails li a:visited{
	border-bottom: none;
}
ul#prod_thumbnails li a:hover{
	border-bottom: none;
	opacity: .5;
}
ul#prod_thumbnails li a.active{
	border-bottom: 1px solid #ff6600;
}
img#mainimage{
	max-width: 100%;
}
#slideshow{
	width: 100%;
	height: 200px;
	position: relative;
	padding: 0 0 30px 0;
	overflow: hidden;
}

#slideshow a, #slideshow a:visited{
	border-bottom: none;
}

a.lightbox-trigger, a.lightbox-trigger:visited{
	border-bottom: none;
}

a.lightbox-trigger:hover{
	opacity: .6;
}

div#lightbox{
	display:none;  
	background:#000000; 
	background: rgba(0,0,0,.8);
	position:absolute;  
	top:0;  
	left:0;  
	width:100%;  
	min-height:100%; 
	padding-bottom: 100%;
	z-index:1000;
}

div#lightbox iframe{
	position:fixed; 
	display:none;  
	top:15%;  
	left:50%;  
	margin-left:-400px;  
	z-index:1001;
	opacity: 1;
}
div#lightbox a#close-panel{
	position: absolute;
	top:10px;
	left:10px;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	color: #eee;
	border-bottom: 1px dotted #eee;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* --------------------- CONTACT STYLES --------------------- */

div#contact_form .highlight{
	background: none;
	color: #b60000;
}

div#contact_form p{
	padding: 4px 0;
}

div#contact_form input, #contact_form textarea{
	background: #fff;
	background: rgba(255,255,255,.5);
	border: 1px solid #aaa;
	
}

div#contact_form input:focus, #contact_form textarea:focus{
	background: #fff;
	background: rgba(255,255,255,.8);
	
	border: 1px solid #e29590;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
div#contact_form span.required{
	font-size: .6em;
	padding: 2px 6px;
	margin: 0 0 0 2em;
	color: #fff;
	background: #ff5b01;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	text-transform: uppercase;
}

div#contact_form input.contact-single{
	width: 91%;
	padding: .2em .5em;
	height: 2em;
	font-size: 1em;
}

div#contact_form textarea#comments{
	width: 91%;
	padding: .2em .5em;
	height: 6em;
	font-size: 1em;
	
}

div#contact_form button#send{
	width: 30%;
	margin: 1em 0 1em 32%;
}
/* -------------------------------------------- OVERRIDING STYLES -------------------------------- */

button.primary{
	padding: .5em;
	background: #e29590 url(../img/swatch.jpg) 25% 30% repeat;
	border: 1px solid #e29590;
	color: #fff;
	font-size: .9em;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	cursor: pointer;
	font-weight: bold;
	text-shadow: 0 0 4px #874a47;
	-moz-box-shadow: 0 0 10px rgba(255,255,255,.5);
	-webkit-box-shadow: 0 0 10px rgba(255,255,255,.5);
	box-shadow: 0 0 10px rgba(255,255,255,.5);
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
button.primary:hover{
	background: #e29590 url(../img/swatch.jpg) 0 60% repeat;
	border: 1px solid #e29590;
	color: #fff;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}

span.large_text{
	font-size: 16px;
	line-height: 1.5em;
	padding: 0 0 5px 0;
}

span.small_text{
	font-size: 10px;
	line-height: 1.5em;
	padding: 0 0 5px 0;
}

strong, p.bold, .bold, span.bold{font-weight: bold;}
em, .italic, p.italic{font-style: italic;}
.underline{text-decoration: underline;}
.strikethrough{text-decoration: line-through;}
.highlight{background: #ddd;}

img.image_left{
	float: left;
	max-width: 350px;
	margin: 0 20px 20px 0;
}

img.image_right{
	float: right;
	max-width: 350px;
	margin: 0 20px 20px 20px;
}

img.image_clear{
	clear: both;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

div#lightbox a{
	border-bottom: none;
}