/*
Beesley Goodman
April 2008
*/

/** RESET CODE **/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/** **/

/** CLEAR AND FLOATS **/


.clear {
	clear:both;
	margin:0;
	line-height:0%;
	padding:0;
	font-size:0em;
	display:block;
	height:0%;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

.right {
	float:right;
}

.left {
	float:left;
}

/** **/

/** STRUCTURE **/

body {
	margin: 0;
	padding: 0;
	font-size: 88%;
	font-family: "Trebuchet MS";
	color: #000;
	background: #c1dee6;
	text-align:center;
}

* html body { /* make ie5.5 behave itself and center the layout */
	text-align:center;
}

.container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	text-align:left;
	background: #fff url(/images/bg-container.jpg) no-repeat top left;
}

.header {
	margin: 0;
	padding: 0;
	border-bottom:1px solid #000;
	height:72px;
}

div#main {
	background:transparent url(/images/bg-main.gif) repeat-y 0 0;
}

* html div#main {
	background:transparent url(/images/bg-main.gif) repeat-y -119px 0;
}

* html body#product_details div#main {
	background:transparent url(/images/bg-main.gif) repeat-y 0 0;
}
.column {
	padding:0;
	width: 119px;
	float:left;
	display:inline;
}

.content {
	margin: 0;
	padding: 0 30px;
	float: right;
	width: 620px;
	display:inline;
}

#home .content {
	padding:0;
	width:680px;
}

.footer {
	margin: 0 auto;
	padding:0;
	width: 800px;
	text-align:left;
}

/** **/


h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight:bold;
}

h1 {
	margin: 0 -30px;
	padding:5px 30px;
	font-size: 1.1em;
	color:#fff;
	background:#6fbedd;
}

h2 {
	margin-top: 0;
	font-size: 1em;
}

h3 {
	font-size: 0.9em;
}

h4 {
	font-size: 0.8em;
}

p, address, input {
	font-size:0.8em;
	line-height: 1.4em;
	margin:1em 0;	
}

a {
	color: #999;
	text-decoration: underline;
}

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

hr {
	margin: 2em 0 2em 0;
}
/*  */

/* --generic id's & classes-- */

div.content img.imageleft {
	margin: 10px 20px 20px 0;
	float: left;
}

div.content img.imageright {
	margin: 10px 0 20px 20px;
	float: right;
}

/*  */

/** HEADER **/

.header img.logo {
	margin: 0;
	border: none;
	float:left;
}

/* */

/* Header Nav */

.prime {
	margin:42px 0 0 0px;
	width:560px;
	float:right;
	background:transparent url(/images/bg-headernav.gif) no-repeat top left;
}

ul#headernav {
	list-style: none;
	text-transform: uppercase;	
	font-size:0.7em;	
	float:right;
}

ul#headernav li {
	margin: 0;
	display:inline;
}

ul#headernav li a {
	margin: 0px 10px 0 0;
	padding:5px 0 0 0;
	font-weight:bold;
	color: #fff;
	display:block;
	float:left;
	text-decoration:none;
}

ul#headernav a:hover, ul#headernav a.activelink {
	color: #fff;
	text-decoration: none;
	background:transparent url(/images/bg-primary-nav-li.gif) no-repeat top center;
}

/*  */

/** COLUMN **/

/* Primary Navigation */

ul.primary {
	background:#57B6DD;
	color:#fff;	
	padding-top:10px;
}

ul.primary li {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 0.8em;
	background-color: transparent;
}

* html ul.primary li {
	height:1%;
}

ul.primary li.nav_title {
	margin:14px 0 2px 8px;
	padding:2px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	color:#fff;
	border-top:1px solid #fff;
}

ul.primary li a {
	margin: 0 0 0 19px;
	display: block;
	color:#fff;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 1em;
	border-bottom:1px solid #57b6dd;
}

ul.primary li a:hover, ul.primary li a.active {
	color: #ffffff;
	text-decoration: none;
	border-bottom:1px solid #fff;
}

ul.primary li.offers a, .column ul.primary li.cta a {
	font-weight:bold;
	color:#fff;
	padding-top:4px;
	padding-bottom:4px;
	text-transform:uppercase;
	background:#5A4A42;
	margin:0;
	padding:5px 0 5px 19px;
	border-top:1px solid #fff;
}

ul.primary li.cta a {
	background:#716558;
}

ul.primary li.cta.one a {
	margin-top:30px;
}

ul.primary li.offers a:hover, ul.primary li.offers a.active, ul.primary li.cta a:hover, ul.primary li.cta a.active {
	color: #ffffff;
	text-decoration: none;
	border-bottom:1px solid transparent;
}
/* */

/** **/


/** CONTENT **/

/* Generic styles */

.content ul {
	margin: 0 0 0 25px;
	padding: 0;
}

.content ul li {
	list-style: disc;
	margin-left:18px;
}

.content ul li.oldprice {
	list-style:none;
	margin:0;
	padding:0 0 0 7px;
	font-style: italic;
	font-size:0.8em;
}

p.newprice {
	padding:0 0 0 7px;
}

ul li.newprice {
	margin:0;
	list-style:none;
	font-size:1em;
	font-weight:bold;
}

/* BREADCRUMB */

.content ul#breadcrumb {
	margin: 0 -30px;
	padding: 6px 6px 6px 30px;
	position: relative;
	color: #ffffff;
	font-size: 0.7em;
	background: #57b6dd;
	font-weight:bold;
}

.content ul#breadcrumb li {
	display: inline;
	margin:0;
	text-transform: capitalize;
}

.content ul#breadcrumb a {
	color: #fff;
	padding:0 3px 0 0;
}

.content ul#breadcrumb a:hover {
	text-decoration:underline;
}

/* */

/** **/

/** Home Page **/

.introtext {
	padding:12px 230px 12px 30px;
}

#home h1 {
	margin: 0;
	padding:20px 0 0 0;
	font-size: 1.1em;
	color:#000;
	background:none;
}


/* Spotlight */

div#spotlight {
	margin: 0 0 4px 0;
	padding: 0;
}

div#spotlight img {
	margin: 0;
	padding: 0;
	border: none;
}

/*  */

/* Call to action */

div.content .ctaboxpagead,
div.content .ctaboxpageadend,
div.content .ctaboxofferad,
div.content .ctaboxofferadend {
	margin: 0 1px 0px 0;
	padding: 0;
	float: left;
	width: 226px;
	background: #ffffff;
}

div.content .ctaboxpagead p,
div.content .ctaboxpageadend p,
div.content .ctaboxofferad p,
div.content .ctaboxofferadend p {
	margin:0 0 0 10px;
}

div.content .ctaboxpagead p.admintext,
div.content .ctaboxpageadend p.admintext,
div.content .ctaboxofferad p.admintext,
div.content .ctaboxofferadend p.admintext {
	position: relative;
	top: -165px;
	float: left;
	background-color: #fff;
}

div.content .ctaboxpagead p.admintext a,
div.content .ctaboxpageadend p.admintext a,
div.content .ctaboxofferad p.admintext a,
div.content .ctaboxofferadend p.admintext a
{
	color: #01437C;
}

div.content .ctaboxpagead p a,
div.content .ctaboxpageadend p a,
div.content .ctaboxofferad p a,
div.content .ctaboxofferadend p a {
	font-size: 0.9em;
	color: #8AAE34;
	text-decoration: underline;
}

div.content .ctaboxofferad,
div.content .ctaboxofferadend {
	background: #01437C url(../images/cta_offerad_bg.jpg) no-repeat bottom;
}

div.content .ctaboxpageadend {
	margin-right: 0;
}

div.content .ctaboxofferad {
	margin-right: 5px;
}

div.content .ctaboxofferadend {
	margin-right: 0;
}

div.content .ctaboxpagead h2,
div.content .ctaboxpageadend h2 {
	margin:0;
	color: #fff;
	font-size: 1em;
	text-transform:uppercase;
	background:#57B6DD;
	padding:3px 10px;
}

div.content .ctaboxpagead img,
div.content .ctaboxpageadend img {
	margin: 0;
	padding: 0;
	border: none;
}

div.content .ctaboxofferad img,
div.content .ctaboxofferadend img {
	float: right;
	border: none;
}

div.content .ctaboxofferad h2,
div.content .ctaboxofferadend h2 {
	margin: 124px 0 0 0;
	padding: 2px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	font-weight: normal;
}

.content em.oldoffpr {
	text-decoration: line-through;
	font-style: normal;
	font-size:1.4em;
}

.content em.newoffpr {
	font-weight: bold;
	font-size:1.4em;
	color: white;
	font-style: normal;
}

/* */

/* Category Pages */

/* Page navigation */

.content ul.pagenav {
	margin: 0;
	padding: 0;
	width:14em;
	font-size:0.9em;
	line-height:1.5em;
	list-style: none;
}

.content ul.pagenav li {
	list-style: none;
	margin:0;
}

.content li.pagelink {
	float: right;
	width: 1.4em;
}

.content li.totalpages {
	float: left;
	text-align: left;
}

.content li.previousnext {
	float: left;
}

/* */

/* Product listing */

div.content div.product,
div.content div.productend {
	margin: 0 30px 30px 0;
	float: left;
	width: 122px;
	color: #1F3281;
	border: 1px solid #57b6dd;
	background-color: #fff;
}

div.content div.product div.clear,
div.content div.productwide div.clear,
div.content div.productend div.clear {
	display: none;
}

div.categoryblock div.product h2,
div.categoryblock div.productend h2 {
	margin: 0;
	padding: 3px 7px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background:#57b6dd;
}

div.product h2 a,
div.productend h2 a {
	color: #fff;
	display:block;
	text-decoration:none;
}

div.content p.details {
	padding: 5px 5px 0 0;
	font-size: 1.1em;
}


/* PRODUCT STYLES */


div.content div.productend {
	margin-right: 0;
}

div.productcolleft {
	float:left;
	width:225px;
	padding:0;
	margin:30px 0 30px 0;
}

div.productcolright {
	float:right;
	width:385px;
	margin:30px 0 0 0;
}

div.content div.product ul,
div.content div.productwide ul,
div.content div.productend ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.content div.product li {
	margin-bottom: 0px;
}

div.product ul li,
div.productwide ul li,
div.content div.productend ul li {
	display: block;
}

div.content div.product p input,
div.content div.productwide p input,
div.content div.productend p input {
	display: none;
}

div.content div.product p,
div.content div.productwide p,
div.content div.productend p {
	font-size:1em;
}

div.content li.detailslink {
	margin: 0.3em 0 0 0;
	padding: 0;
}

em.specialoffer {
	font-size:1em;
	padding:2px 7px;
	color:red;
}

h2 em.specialoffer {
	padding:0;
	color:#fff;
}
/*  */

/* PRODUCT DETAILS */


div#productdetails h3 {
font-weight: normal;
}

div#productdetails img {
border:none;
}

div#prodisimg {
margin: 0 10px 0 0;
padding: 0;
}

div#prodisimg .dynimgbloc img {
}

div#prodisimg img.microthumb {
margin:10px 16px 0 0;
}

div#productenlarged {margin-left:-15px;}
div#productenlarged p {padding-left:8px;}	
	
div#productdetails ul {
margin: 0;
padding: 0;
list-style: none;
}

div#productdetails fieldset {
margin: 0;
padding: 0;
}

div#productdetails table {
clear:both;
margin:0 0 0 1px;
font-size: 0.9em;
border-collapse: collapse;
width:100%;
border-bottom: #beb197 1px solid;
border-right: #beb197 1px solid;
}

div#productdetails th {
padding: 4px;
height: 40px;
text-align:center;
color: #fff;
font-weight: bold;
background-color: #fff;
border-left: #fff 1px solid;
}

div#productdetails th:first-child {
border-left: #beb197 1px solid;
}


div#productdetails td {
background-color: #ffffff;
border-left: #beb197 1px solid;
padding:4px;
}

/*  */

/** **/

/** footer **/

.siteterms {
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 0.5em;
	border: none;clear:both;
}

.footer ul {
	padding:3px 0 0 0;
	font-size: 0.8em;
	color: #000;
	height:50px;
	list-style-type: none;
}

.footer ul li {
	margin:0px 16px 0 0px;
	line-height: 2em;
	display:inline;
	float:left;
}

.footer ul li a {
	color: #000;
	text-transform: capitalize;
	text-decoration: none;
}

.footer ul li#secondary_navigation_1 {
	float:right;
	padding:0;
	margin:0;
}


.footer ul li a:hover {
	text-decoration: underline;
}

/** **/

/** FORMS **/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

legend {
	margin-left: 0;
	padding:0 0 0 4px;
	font-size: 1.4em;
	font-weight: normal;
	color: #000;
	text-align:left;
}

label {
	color: black;
	display: block;
	line-height: 1.8em;
}

input {
	margin-top: 1px;
}

input.submit {
	padding: 2px;
}

input.checkbox {
	width: 1em;
}

select {
	margin-top: 1px;
}

.content fieldset#buttons {
	font-size:12px;
	background:#d1e5ff;
	color:#000000;
	border:none;
	padding:5px 5px 5px 5px;
	text-align:right;
}

.content fieldset#buttons input {
	font-size:12px;
	background:#77b1ff;
	color:#fff;
	border:none;
	border-right:1px solid #77b1ff;
	border-bottom:1px solid #77b1ff;
	border-top:1px solid #e2efff;
	border-left:1px solid #e2efff;
	padding:1px;
}

.textadd, #cart_quantity, #ordercart input,  #checkout_payment_details input,  #checkout_payment_details select {
	border:1px solid #666633;
	color:#000000;
	padding:2px 2px 2px 2px;
	margin:0 3px 0 0;
	font-size:0.8em;
}


/* generic classes and ids */

.formerror {
	color: red;
	font-weight: bold;
	padding-left:6px;
}

.required {
	color: #646464;
	font-weight: bold;
	padding-left:6px;
}

.highlight {
	color: #E48B00;
	font-size: 0.8em;
}

/* */


/* maincontent form styles */

form p {
	margin: 5px 0 5px 0;
}

.content fieldset {
	margin: 0 0 0px 0px;
	padding: 10px 10px 10px 0px;
}

.content fieldset div {
	margin: 0 auto 0.5em auto;
}

p#note {
	margin: 0 0px 15px 0px;
	padding: 10px;
	border: #77b1ff 1px solid;
	background-color: #ebf4ff;
}

div#rightbutton {
	float: right;
}

div#centrebutton {
	text-align: center;
}

.content div#productdetails fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.content div#productdetails fieldset div {
	margin: 0 0 10px 0;
	padding: 0;
}

/*  */

/* --admin form--- */

div#admintext {
	margin: 0;
	padding: 0 0 30px 0;
}

div#admintext div {
	margin: 0 0 1.5em 10px;
	padding: 0;
}

div#admintext form {
	margin: 0;
	padding: 0;
	width: 100%;
}

div#admintext fieldset {
	margin: 10px 10px 10px 0px;
	padding: 10px;
	border: #D1D1C4 1px solid;
	background-color: #F7F7F7;
}

* html div#admintext fieldset {
	background-color: transparent;
}

/*  */

/** ADMIN **/

div#admintext a:link {
	color: #8C181B;
}

div#admintext a:visited {
	color: #8C181B;
}

div#admintext a:hover {
	color: #FF4500;
}


/* --Admin table styles-- */

table#admintable,
table#customertable,
table#ordertable {
	margin:0 20px 0 0;
	width:100%;
}

table#admintable th,
table#customertable th,
table#ordertable th {
	font-weight:bold;
	background:#E4EFF5;
	border-right:1px solid #ffffff;
	padding:2px;
}

table#admintable td,
table#customertable td,
table#ordertable td {
	padding:2px;
}

table#admintable tr.rowhighlight,
table#customertable tr.rowhighlight,
table#ordertable tr.rowhighlight {
	background:#EEEEEE;
}

table#admintable tr.attributehighlight {
	background-color: #E9D1B3;
}

table#admintable .width100,
table#customertable .width100,
table#ordertable .width100 {
	width: 100px;
}

table#admintable .width150,
table#customertable .width150,
table#ordertable .width150 {
	width: 150px;
}

table#admintable .width300,
table#customertable .width300,
table#ordertable .width300 {
	width: 300px;
}

table#admintable .width470,
table#customertable .width470,
table#ordertable .width470 {
	width: 470px;
}

table#admintable .width30,
table#customertable .width30,
table#ordertable .width30 {
	width: 30px;
}

table#admintable .width60,
table#customertable .width60,
table#ordertable .width60 {
	width: 60px;
}

table#admintable .width70,
table#customertable .width70,
table#ordertable .width70 {
	width: 70px;
}

table#subtotal {
	text-align: right;
}

/*  */

/* admin link styles */

#adminnav {
	background: transparent;
}

ul#adminnav  {
	border:none;
}

#adminnav li {
	margin-left: 0;
	margin-bottom: 5px;
}

#adminnav li a {
	padding-left: 5px;
	line-height: 2em;
	color: white;
	background-color: #A52A2A;
}

#adminnav li a:hover {
	color: white;
	background-color: #E82A2A;
}


.adminlink, p.admintext {
	margin-top: 20px;
	color: Red;
	text-align: left;
}

.adminlink a, p.admintext a {
	padding: 3px;
	color: white;
	font-size: 11px;
	font-weight: normal;
	background-color: #A52A2A;
	text-decoration: none;
	border: 1px solid silver;
}

.adminlink a:hover, p.admintext a:hover {
	color: white;
	background-color: #0F589D;
	text-decoration: none;
}

#categoryadminlink {
	margin: 0 0 0 50px;
	font-size: 0.45em;
	font-weight: normal;
}

.contentadminlink {
	font-size: 1em;
	color: #E48B00;
}

/*  */
.content div.manufacturer {
	margin: 0 3px 4px 0;
	padding: 0 0 10px 0;
	float: left;
	width: 115px;
	color: #000;
	border: none;
	position: relative;
	min-height: 120px;
	border: #77b1ff 1px solid;
	text-align:center;
}


div#productdetails table {
		clear:both;
		margin:0 0 0 1px;
		font-size: 0.9em;
		border-collapse: collapse;
		width:100%;
		border-bottom: #57b6dd 1px solid;
		border-right: #57b6dd 1px solid;
	}

	div#productdetails th {
		padding: 4px;
		height: 40px;
		text-align:center;
		color: #fff;
		font-weight: bold;
		background-color: #57b6dd;
		border-left: #fff 1px solid;
	}

	div#productdetails th:first-child {
		border-left: #57b6dd 1px solid;
	}

	div#productdetails td {
		background-color: #ffffff;
		border-left: #57b6dd 1px solid;
		padding:4px;
	}

	/*  */

	/* PRODUCT OPTIONS */
	table#productoptions th {
		font-size: 0.9em;
		font-weight: normal;
	}

	table#productoptions th.toptitle {
		text-align: center;
	}

	table#productoptions tr.descriptionrow {
		background-color: #EEEEEE;
	}

	table#productoptions td.descriptiontext {
		border: 1px solid #7E7E7E;
		text-align: left;
	}

	table#productoptions tr.options th,td {
		text-align: center;
	}
	/*  */
