/*-----------------------------
CSS FOR: Data Print 09
AUTHOR: JOHN RAINSFORD / Pixelcode.ie
DATE: 15-10-2009
-----------------------------*/

/* 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: #153e8c url(/img/background_halftone.gif) top center no-repeat;
}

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

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

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

h1{
	color: #153e8c;
	font-weight: bold;
	font-size: 18px;
}

h2{
	color: #153e8c;
	font-weight: bold;
	font-size: 16px;
}

h3{
	color: #153e8c;
	font-weight: bold;
	font-size: 14px;
}

h4{
	color: #153e8c;
	font-weight: bold;
	font-size: 14px;
}

h5{
	color: #153e8c;
	font-weight: bold;
	font-size: 14px;
}

h6{
	color: #153e8c;
	font-weight: bold;
	font-size: 14px;
}

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

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

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color: #f60000;
	text-decoration: none;
	border-bottom: 1px solid #f60000;
}
/* --------------------------------------------- SECTION STYLES -------------------------------------------- */
div#masthead{
	width: 960px;
	height: 150px;
	margin: 0 auto;
	clear: both;
	text-align: left;
	
}

div#wrapper{
	width: 960px;
	margin: 0 auto;
	clear: both;
	background: #fff;
	text-align: left;
	overflow: hidden;
}

div#search_box{
	width: 960px;
	height: 120px;
	clear: both;
/*	background: #91cf3f url(../img/search_box_bg.gif) top left repeat-x;*/
	background: #0e285b;
	background: rgba(14,40,91, .7);
	
	border-bottom: 5px solid #91cf3f;
	margin:0 auto;
}

div#nav{
	float: left;
	width: 240px;
	padding-bottom: 10000px;
	margin-bottom: -9990px;
	background: #e6edf5;
}

div#content{
	float: right;
	width: 660px;
	min-height: 400px;
	padding: 15px 30px 20px 0;
}

div#footer{
	clear: both;
	width: 960px;
	margin: 0 auto;
	background: #153e8c;
	text-align: left;
	padding: 0 0 10px 0;
}

div#footer_content{
	width: 960px;
	min-height: 200px;
	margin: 0 auto;
	background: #0e285b;
	background: rgba(14,40,91, .7);
	border-top: 5px solid #91cf3f;
}

div#main_content{
	width: 660px;
	padding: 0 0 20px 15px;
}

div#sidebar_content{
	float: left;
	width: 220px;
	padding: 0 0 20px 0;
}

div#shop_info{
	float: right;
	text-align: right;
	margin: 45px 0 0 0;
	padding: 5px;
	border: 1px solid #0e285b;
	background: #0e285b;
	background: rgba(14,40,91, .5);
}

div#footer_opening_times{
	float: left;
	width: 380px;
	padding: 20px 0 20px 20px;
	opacity: .7;
}
div#footer_opening_times:hover{
	opacity: 1;
}

div#footer div#product_list{
	float: right;
	width: 460px;
	padding: 20px;
	opacity: .7;
}

div#footer div#product_list:hover{
	opacity: 1;
}

div#product_imgs{
	margin: 0;
	height: 350px;
	overflow: hidden;
}
/* -------------------------------------------- SPECIFIC SECTION STYLES -------------------------------- */
div#masthead h1 a{
	display: block;
	width: 560px;
	height: 150px;
	text-indent: -9999px;
	background: url(../img/masthead_logo.png) top left no-repeat;
	border-bottom: none;
	margin: 0 0 0 -10px;
	float: left;
}

div#search_box h2{
	font-size: 45px;
	color: #ddd;
	font-weight: normal;
	text-align: center;
	padding: 10px 0 0 0;
}

div#search_box p{
	font-size: 25px;
	padding: 10px 0 0 30px;
	color: #ddd;
}

div#search_box form{
	float: left;
	width: 540px;
	padding: 15px 0 0 15px;
}

div#search_box input#search{
	width: 450px;
	height: 30px;
	font-size: 20px;
	color: #153e8c;
	line-height: 30px;
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,.5);
	background: #eee;
	background: rgba(255,255,255,.5);
	margin:0;
	padding:0;
	float: left;
}

div#search_box input#search:focus{
	background: #fff;
	background: rgba(255,255,255,.8);
	border: 1px solid #fff;
}

div#search_box button{
	width: 70px;
	float: right;
	margin: 2px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

div#search_box button:focus{
	width: 70px;
	float: right;
	margin: 2px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #fff;
}

div#search_box span.search_label{
	display: block;
	float: left;
	font-size: 25px;
	padding: 15px 0 0 30px;
	color: #ccc;
}

div#search_box a, div#search_box a:visited{
	color: #91cf3f;
	border-bottom: 1px dotted #666;
	padding: 0 0 8px 0;
}

div#search_box a:hover{
	color: #0e285b;
	border-bottom: 1px solid #91cf3f;
	background: #91cf3f;
	padding: 0 0 8px 0;
}

div#nav ul{
	list-style: none;
	margin: 20px 25px 0 25px;
	border-top: 1px solid #ccc;
	border-top: 1px solid rgba(14,40,91, .1);
	
}

div#nav li{
	margin: 0;
	font-size: 12px;
}

div#nav ul li{
	color: #666;
	color: rgba(14,40,91, .4);
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid rgba(14,40,91, .1);
	line-height: 25px;
}

div#nav ul li a, div#nav ul li a:visited{
	border-bottom: none;
	color: #153e8c;
	display: block;
	height: 25px;
	padding: 0 4px;
}

div#nav ul li a:hover{
	background: #91cf3f;
	color: #153e8c;	
}

div#nav ul li ul{
	list-style: none;
	margin: 0;
	padding:0;
	border-top:none;
}

div#nav ul li ul li{
	border-top: 1px solid #ccc;
	border-top: 1px solid rgba(14,40,91, .1);
	
	border-bottom:none;
}
div#nav ul li ul a, div#nav ul li ul a:visited{
	border-bottom: none;
	color: #f96b14;
}

div#nav ul li ul a:hover{
	border-bottom: none;
	background: #f96b14 url(../img/arrow_down_white.png) top right no-repeat;
	color: #fff;	
}

a.drop_trig{
	background: url(../img/arrow_down_orange.png) top right no-repeat;
}
div#nav ul li ul a.active{
	border-bottom: none;
	background: #f96b14 url(../img/arrow_down_white.png) top right no-repeat;
	color: #fff;	
}

div#nav ul.drop a, div#nav ul.drop a:visited{
	border-bottom: none;
	color: #153e8c;
	background: #eee;
	padding-left: 10px;
}

div#nav ul.drop a:hover{
	border-bottom: none;
	background: #153e8c;
	color: #eee;	
}

div#nav ul.drop a.here{
	border-bottom: none;
	color: #f96b14;
	background: #eee url(../img/arrow_right_orange.png) top right no-repeat;
}

div#nav em{
	font-style:normal;
	padding: 0 4px;
}

div#nav a.here:link, div#nav a.here:visited{
	background: #666;
	background: rgba(14,40,91, .4);
	color: #fff;
}
h3#featured_products{
	display: block;
	clear:both;
	font-size:20px;
	line-height: 1.5em;
	padding: 10px 0 0 0;
	margin: 0 0 0 15px;
}
div#content ul.product_lineup{
	margin: 20px 0 0 15px;
	clear: both;
}
div#content ul.product_lineup li{
	width: 150px;
	height: 180px;
	float: left;
	margin: 0 20px 20px 0;
	padding:0;
}
div#content ul.product_lineup img{
	width: 150px;
	height: 150px;
	clear: both;
}

div#content ul.product_lineup span.prod_header{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
}

div#content ul.product_lineup a{
	border-bottom: none;
}

div#hp_adverts{
	height: 320px;
	margin: 10px 0 15px 0;
	clear: both;
}

div#hp_adverts a, div#hp_adverts a:visited{
	border-bottom: 1px solid #fff;
}

div#hp_adverts a:hover{
	border-bottom: 1px solid #91cf3f;
	
}
div#content div#hp_adverts li{
	margin:0;
	padding:0;
}
div#content h3, div#main_content h3, div#sidebar_content h3{
	font-size:20px;
	line-height: 1.5em;
	padding: 0 0 10px 0;
	margin: 0;
}

div#content p, div#main_content p, div#sidebar_content p, div#content li, div#main_content li{
	font-size:12px;
	line-height: 1.5em;
	padding: 0 0 5px 0;
	margin: 0;
	text-align: left;
}

div#footer p{
	color: #84a8cf;
	font-size: 10px;
	padding: 10px 0 0 0;
}

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

div#footer a:hover{
	color: #f8f8f8;
	border-bottom: 1px solid #f8f8f8;	
}
div#footer div#footer_opening_times a, div#footer div#product_list a{
	color: #fff;
	border-bottom: 1px dotted #fff;
}

div#footer div#footer_opening_times a:hover, div#footer div#product_list a:hover{
	color: #fff;
	border-bottom: 1px solid #fff;
}

div#shop_info p#call_title{
	font-size: 21px;
	font-weight: bold;
	color: #eee;
	letter-spacing: 1px;
}

div#shop_info p#tel_number{
	font-size: 25px;
	font-weight: bold;
	color: #eee;
	
}

iframe#google_maps{
	margin: 20px 0;
}

div#contactform{
	padding: 10px 0;
}
p.contactmessage{
	color: #f60000;
	font-weight: normal;
}

div#contactform span.highlight{
	background: none;
	color: #f60000;
}

div#contactform span.required{
	padding: 2px;
	background: #f96b14;
	color: #fff;
	font-size: 9px;
	margin: 0 0 0 10px;
}

div#contactform strong{
	color: #0053a3;
}

div#contactform input.contact-single{
	width: 400px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	margin: 0 0 10px 0;
}

div#contactform textarea.contact-text{
	width: 400px;
	height: 100px;
	line-height: 1.5em;
	font-size: 14px;
}

div#contactform input.contact-single, div#contactform textarea.contact-text{
	border: 1px solid #909eb7;
	background: #f8f8f8;
	color: #0053a3;
}

div#contactform input.contact-single:focus, div#contactform textarea.contact-text:focus{
	border: 1px solid #0053a3;
	background: #f8f8f8;
	color: #0053a3;
}

div#contactform button#send{
	padding: 5px;
	width: 100px;
	margin: 0 0 0 300px;
	border: 1px solid #909eb7;
}

div#footer_opening_times img{
	float: left;
	margin: 0 20px 0 0;
}

div#footer_opening_times h6{
	font-size: 18px;
	color: #fff;
}

div#footer_opening_times p, div#product_list p{
	font-size: 12px;
	color: #fff;
	line-height: 1.5em;
}
div#product_list p{
	padding:0;
}

div#footer div#product_list ul{
	list-style:none;
	margin:0;
	padding:0;
}

div#footer div#product_list ul li{
	display: inline;
}

div#footer div#product_list ul a, div#footer div#product_list ul a:visited{
	padding: 0 10px 0 0;
	font-size: 11px;
	line-height: 2em;
	color: #eee;
	border-bottom: none;
}

div#footer div#product_list ul a:hover{
	color: #fff;
	border-bottom: none;
	text-decoration: underline;
}

table.price_list{
	width: 660px;
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 1.5em;
}
table.price_list tr{
	background: #f8f8f8;
}
table.price_list tr.price_head{
	background: none;
}
tr.price_head td.price_qty{
	background: #153e8c;
	color: #eee;
	border-left: 1px solid #eee;
	font-size: 12px;
}
td.details_td{
	width: 190px;
	padding:5px;
}

td.price_qty{
	width: 70px;
	padding:5px;
	text-align: center;
	border-left: 1px solid #fff;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing:1px;
}
table.price_list tr.odd{
	background: #e6edf5;
}
/* -------------------------------------------- OVERRIDING STYLES -------------------------------- */
a#fb_share{
	border-bottom: none;
}
.primary{
	color: #0e285b;
	border: none;
	background: #91cf3f;
	padding: 5px 10px;
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,.5);
	cursor: pointer;
}

.primary:hover{
	color: #fff;
	border: none;
	background: #f96b14;
	padding: 5px 10px;
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,.5);
}

strong{
font-weight: bold;
}

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

p.bold{font-weight: bold;}
p.italic{font-style: italic;}
