/*
-----------------------------
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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
input, textarea, button {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
	font-size: 62.5%; /* font set to 10px */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/*
-----------------------------
DEFAULTS
-----------------------------
*/

body {
	font-family: Arial, Sans-serif;
	background: #FEFFE3 url('../images/graphics/bg.png') repeat-x;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.25em;
	padding: 106px 0 0 0;
	margin: 0;
	color: #444444;
	position: relative;
	z-index: 9999;
}
h2 {
	font-size: 1.7em;
	font-weight: lighter;
	line-height: 1.25em;
	margin: 0;
	padding: 8px 0;
}
h3 {
	font-size: 1.4em;
	font-weight: lighter;
	line-height: 1.25em;
	margin: 10px 0;
}
h4 {
	font-size: 1.3em;
	font-weight: lighter;
	line-height: 1.25em;
	margin: 10px 0;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #ddd;
}
p {
	font-size: 12px;
	line-height: 15px;
	margin: 10px 0;
}

ul {
	padding-left: 30px;
}
li {
	list-style-type: disc;
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 1.25em;
}

td, th {
}

strong, th {
	font-weight: bold;
}
em {
	font-style: normal;
}
table {
	
}
thead {
}
tbody {
	
}
thead, tbody, td {
}
tr {
}
th {
}
th, td {

}
td {
}
label {
	display: block;
}

a:link, a:visited {
	color: #24414f;
}
a:hover {
	color: #667885;
}
a:active {
	color: #000;
}


/*
-----------------------------
STANDARD CLASSES
-----------------------------
*/

.hidden {
	display: none;
	height: 0;
}
.bold {
	font-weight: bold;
}
.orange {
	color: #FD8932;
	font-weight: bold;
}
.dark_blue {
	color: #0080aa;
}
.green {
	color: #3fa004;
	font-weight: bold;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.centre {
	text-align: center;
	display: block;
}
.float_left {
	float: left;
}

/*
-----------------------------
MAIN DIVS
-----------------------------
*/

body {
	
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 160px;
}
#nav {
	width: 183px;
	float: left;
}
#content {
	position: relative;
}
#centre_content {
	width: 605px;
	padding: 0 8px;
	float: left;
	min-height: 450px;
	overflow: hidden;
}
#right_col {
	float: right;
	width: 170px;
}
#footer {
	clear: both;
	position: relative;
}

/* remove addthis div from top of page */
#atffc { 
	display: none; 
}


/*
-----------------------------
HEADER
-----------------------------
*/

#header a.logo {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 99999;
}
#header_banner {
	position: absolute;
	top: 0;
	right: 0;
}

/* 
-----------------------------
RIGHT COL
-----------------------------
*/

#right_nav {
	margin-top: 15px;
	background-color: #f4f4f4;
	border: 1px solid #DDDDDD;
	border-top: 2px solid #F1EA26;
	padding: 0 10px 10px;
}
#right_nav ul {
	padding-left: 5px;
}
#right_nav li {
	list-style-type: none;
}
#enquiry_form {
	background-color: #F1EA26;
	border: 1px solid #F0CD01;
	padding: 10px;
}

#enquiry_form h3, #enquiry_form p {

}
#enquiry_form p.red {
	color: #ff0000;
}
#enquiry_form h3 {
	margin: 0 0 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #F0CD01;
	color: #15A0C7;
	font-weight: bold;
	text-align: center;
}

.enquiry_form_row {
	float: left;
	clear: both;
}
#enquiry_form label {
	display: block;
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 1.25em;
	text-align: center;
}
.enquiry_form_field {
	margin: 0 0 6px;
	float: left;	
}
.text, #enquiry_form textarea {
	width: 145px;
}
#enquiry_form textarea {
	padding: 2px;
	height: 65px;
}

#enquiry_form input.submit {
	display: block;
	margin: 10px auto 0;
	clear: both;
}

#single_enquiry_form .enquiry_form_field {
	float: left;
	width: 280px;
}
#single_enquiry_form label {
	font-size: 1.2em;
}
#single_enquiry_form .text, #single_enquiry_form textarea {
	width: 245px;
}
#single_enquiry_form textarea {
	padding: 2px;
	height: 65px;
}
#single_enquiry_form .submit {
	float: right;
	margin-right: 40px;
	margin-bottom: 10px;
}


/* 
-----------------------------
EVERYTHING ELSE
-----------------------------
*/

#home_page_tiles, #product_list {
	width: 580px;
}
#centre_content h2 {
	margin-left: 5px;
	margin-right: 5px;
}

#nav_header {
	background-image: url('../images/graphics/nav_top.png');
	height: 38px;
	width: 183px;
	border-bottom: 4px solid #F0CD01;
}
#nav_body {
	background-color: #f4f4f4;
	border: 1px solid #DDDDDD;
	border-top: 2px solid #F1EA26;
	padding: 0 10px 10px;
}
#nav a, #right_nav a {
	display: block;
	font-size: 1.3em;
	padding: 5px 0;
	text-decoration: none;
}
#nav a img, #right_nav a img {
	/*position: absolute;
	top: 6px;
	left: -15px;*/
	margin-right: 3px;
}

#left_side_holder {
	float: left;
	width: 805px;
	overflow: hidden;
}
#left_side_holder #centre_content, #left_side_holder #nav {
	float: right;
}
.breadcrumbs {
	margin: 0;
	padding: 5px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.breadcrumbs a:link, .breadcrumbs a:visited {

}
.extra_paragraphs {
	overflow: hidden;
	clear: both;
}
#single #extra_paragraphs {
	margin-left: 7px;
}
#extra_paragraphs {
	clear: both;
}
.paragraph {
	width: 31%;
	margin: 0;
	padding: 0 22px 0 0;
	float: left;
}
#single .paragraph {
	width: 30%;
	padding: 0 19px 0 0;
}
td.product {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #DDDDDD;
	border-top: 4px solid #15A0C7;
}
.product h3 {
	margin-top: 0;
}
.product img, .single_product img {
	float: left;
	margin: 0 8px 0 0;
	border: 1px solid #ccc;
	padding: 3px;
	max-width: 133px;
	_width: 133px;
	background-color: #fff;
}
.product img.buy, .single_product img.buy {
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	max-width: none;
	width: 270px;
}
.product a, .single_product a {
	position: relative;
	display: block;
}
.single_product a {
	margin-top: 10px;
}
.single_product p a {
	display: inline;
}
.single_product p.more_links {
	clear: both;
	padding: 5px 0 0 5px;
}
.product .img_overlay, .single_product .img_overlay {
	position: absolute;
	top: 1px;
	left: 1px;
	border: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
}
.single_product {
	background-color: #FFFFFF;
	padding: 0 10px;
	margin: 0 5px;
	border: 1px solid #DDDDDD;
	border-top: 4px solid #15A0C7;
}
.single_product h2 {
	margin-bottom: 10px;
}
.single_product h4 {
	clear: both;
}
.single_product img {
	max-width: 280px;
}

.product_images {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
}
.product_images img {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0 5px 5px 0;
	background-color: #fff;
}

.tile_prices {
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	clear: both;
	font-size: 12px;
	margin-top: 10px;
}
#single .tile_prices {
	clear: none;
}
.tile_prices thead {
	border: 1px solid #CCCCCC;
	border-bottom: none;
}
.tile_prices tbody {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.tile_prices tr th {
	background: #DDDDDD;
}
.tile_prices th, .tile_prices td {
	text-align: left;
	padding: 5px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.tags {
	list-style-type: none;
	padding: 4px 0 0 0;
	margin-top: 5px;
	color: #666666;
	display: inline;
}
.tags li {
	display: inline;
	line-height: 16px;
	margin: 0 5px 5px 0;
	font-style: italic;
	color: #6C777F;
}

.page_links {
	padding: 0 5px;
}
.page_link {
	background-color: #fff;
	padding: 0 5px 2px;
	margin-right: 2px;
	border: 1px solid #15A0C7;
	color: #15A0C7 !important;
}
.page_notifier {
	clear: both;
	height: 36px;
}
.page_notifier .current_page_text {
	float: left;
	width: 160px;
	padding-left: 10px;
}
.page_notifier .page_links {
	float: right;
	width: 220px;
	padding-right: 7px;
}
.page_link_selected, .page_link:hover {
	background-color: #15A0C7;
	color: #fff !important;
}

/*
-----------------------------
FOOTER
-----------------------------
*/

#footer p {
	margin: 0;
	padding: 10px 0;
}

#bottom_nav {
	position: absolute;
	top: 111px;
	right: 5px;
	width: 550px;
	text-align: right;
	font-size: 12px;
	z-index: 99999;
}

/*
-----------------------------
ADMIN
-----------------------------
*/

#admin h1 {
	text-indent: -9000px;
}
#admin label {
	text-align: left;
	font-size: 12px;
}
.admin_table, .confirm_table {
	background-color: #FFFFFF;
	border-right: 1px solid #F0CD01;
	width: 100%;
	margin-bottom: 20px;
}
.admin_table thead, .confirm_table thead {
	border-width: 1px;
	border-style: solid;
	border-bottom: none;
}
.admin_table tbody, .confirm_table tbody {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}
.admin_table thead, .admin_table tbody, .admin_table td, .admin_table th, .confirm_table thead, .confirm_table tbody, .confirm_table td, .confirm_table th {
	border-color: #F0CD01;
	vertical-align: middle;
}
.admin_table th, .confirm_table th {
	background-color: #F0CD01;
	color: #FFF;
}
.admin_table th, .admin_table td, .confirm_table th, .confirm_table td {
	padding: 5px 10px 10px 5px;
	border-width: 1px;
	border-style: solid;
	border-top: none;
	border-right: none;
}
.admin_table th, .confirm_table th {
	padding-top: 10px;
}
.admin_table td img {
	position: relative;
	top: 4px;
}
.admin_table p {
	line-height: 15px;
	margin: 7px;
}
.align_center a {
	text-align: center;
	display: block;
}