/* import reset stylesheet - resets most styles to 0 */

@import url(reset.css);

/* page structure */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	margin: 0;
	padding: 0px;
	text-align:center;
	background: #F5F5F5 url(images/body-bg.gif) 0 0 repeat-x;
}

#container{background:#EFEEEE url(images/sub-bg.gif) top right repeat-y; text-align:left; width:920px; margin:0 auto; padding:0; border: 1px solid #C3C2C2; border-top: none;}
#header{background:#fff url(images/header-bg.gif) 0 0 repeat-y; clear:both; border-bottom: 1px solid #C3C2C2;}
#nav{ width: 100%; overflow: hidden;}
#main{
	clear:both;
	float:left;
	width: 650px;
	display:inline;
}
#sub{float:left;  width: 270px;}
#footer{clear:both; background: #fff; width: 100%; border-top: 1px solid #C3C2C2; padding-top: 10px;}

/* generic element styles */
h1{margin:0; padding: 10px; font-size: 15px;}
h2{margin:0; padding: 10px; font-size: 13px}
p{margin: 0 10px 0 10px; padding:0 0 10px 0; line-height: 1.4em;}
ul{margin: 0; padding: 0; list-style:none;}
ol{margin: 0 10px; padding: 10px;}
ol li{margin: 0 8px 8px 8px}
table{padding: 0; font-size: 11px; margin: 10px; border-collapse: collapse;}
th{
	background: #D6D3D3;
	color: #978D8D;
	text-align : left;
}
a img{
	border: none;
}

/*header specific sfyles */
#header h1#logo{
	text-align: right;
	width: 100%;
	padding:0;
	margin: 0;
	height: 113px;
	line-height: 999em;
	overflow : hidden;
	background: url(images/logo.gif) 540px 20px no-repeat;
}

#header h1 a{
	display : block;
	width: 100%;
	height: 100%;
}


/*nav specific styles */
ul#navlist{
	padding: 0; margin: 0;
	background: #555;
	overflow: visible;
	height: 99px;
}

ul#navlist li{
	float:left;
	display: inline;
	line-height: 1.2em;
	width:115px;
	height:99px;
	padding: 0;
	margin: 0;
	vertical-align: text-bottom;
	}


ul#navlist li a{
display:block;
width: 104px;
height: 89px;
color: #fff;
text-decoration : none;
background: #777 url(images/nav-bg.gif) bottom left repeat-x;
padding: 10px 5px 5px 5px;
margin:0;
text-transform: lowercase;
border-right: 1px solid #fff;
	}


ul#navlist a.current, ul#navlist a:hover{
	background: #E65B2E url(images/nav-over-bg.gif) bottom left repeat-x;
}


/* main specific styles */
#main h1{
	background : #D4D3D3 url(images/main-h1-bg.gif) 0 0 repeat-x;
	font: bold 17px Arial, sans-serif;
	color: #E65B2E;
	line-height : 21px;
	margin-bottom: 10px;
	border-bottom: 1px solid #C3C2C2;
}

#main p{
	line-height: 1.4em;
}

#main a{
	color: #C8543C;
	text-decoration: none;
	font-weight: bold;
}

#main a.ext{
	padding-left:16px;
	background: transparent url(images/arrow.gif) 0 50% no-repeat;
}

#main a:hover{
color:#853827;
}

#main ul{
	margin: 10px 30px;
	list-style : square;
	text-indent: 12px;
}

#main li{
	padding-bottom: 10px;
}

/* ------------------------------ product row ------------------------------ */

form.productRow h2{
	color: #9E3A18;
}

form.productRow h2, form.productRow p, div.related_product_row h2, div.related_product_row h3, div.related_product_row p{
	margin-left: 175px;
	padding-left: 0;
}

form.productRow p.thumb{
	float: left;
	margin: 10px 0;
	width: 150px;
	text-align: center;
}

form.productRow p.thumb img{
	display: block;
	margin: 0 auto;
}

div.related_product_row img{
	display: block;
	float: left;
	margin: 10px 0 10px 10px;
}

form.productRow{
	clear: both;
	border-bottom: 1px dashed #C0BCBC;
	margin: 0 10px;
	overflow: hidden;
}
input.button, input.button_class, img.button_class, input#submit_order_form_button{
	color:#fff;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	background: #DE582D;
	border: none;
	padding: 4px 5px 4px 5px;
	cursor: pointer;
}

input.button:hover, input.button_class:hover, img.button_class:hover, input#submit_order_form_button:hover{
	background: #AC452F;
}

form.productRow select{
	display: inline;
}

input.qty{
	width: 2em;
	text-align: right;
}

/* ------------------------------ product row pagination ------------------------------ */
#prodnavmenu{
	text-align: center;
	overflow: hidden;
	padding: 10px;
	font-size: 13px;
}

#prodnavmenu *{
	display: inline;
	vertical-align: middle;
}

/* ------------------------------ details page ------------------------------ */
.moreDetails h2{
	color: #9E3A18;
}

.moreDetails .floatleft{
	float: left;
	width: 305px;
}

.moreDetails p.clearboth input{
	color:#fff;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	background: #A6A6A6;
	border: none;
	padding: 4px 5px 4px 5px;
	cursor: pointer;
}

.moreDetails p.clearboth input:hover{
	background: #BBB;
}

table#additonalProductsTable{
	width: 620px;
	border-collapse: collapse;
	margin-top: 5px;
}

table#additonalProductsTable tr{
	border-bottom: 1px solid #eee;
}

table#additonalProductsTable td, table#additonalProductsTable th{
	padding: 8px;
	vertical-align: top;
}

table#additonalProductsTable th{
	background : #C8512A url(images/sub-h2-bg.gif) 0 0 repeat-x;
	color: #fff;
}
table#additonalProductsTable td{
	background: #F1E0DA;
}

table#additonalProductsTable td.additionalProductName{
	font-weight: bold;
	width: 200px;
}

table#additonalProductsTable td.additionalProductAdd{
	width: 32px;
	padding: 3px 0 0 0;
	text-align: center;
}

#main h2.related_products{
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#main p#additonalProductsHelp{
	clear: both;
	margin-bottom: 5px;
	padding-bottom: 0;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}


/*contact form */
/* order form  & contact form styles */
form#orderform {
	width: 500px;
	padding:0px;
	margin:0 0 0 50px;
}

form#contactform{
	margin: 0 auto 10px auto;
	padding: 10px;
	width: 400px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #C6C1C1;
	border-bottom: 1px solid #C6C1C1;
	background : #F6F6F6;
}

#contactform label, #orderform label{
	display:block;
	margin: 5px;
	padding: 8px 5px 8px 170px;
	border-bottom: 1px dashed #C6C1C1;
}

#contactform label.enquiry{
	border: none;
}

#contactform span, #orderform span{
	position: relative;
	left: -170px; /* this pushes the left edge of the span over to the left edge of the space created by the padding set above */
	float: left;
	padding-top: 5px;
	margin-right: -170px; /*reduce the values of this and the above commented elements to make a narrower label*/
}

#contactform input, #orderform input{
	width: 300px;
}

#contactform textarea, #orderform textarea{
	width: 300px;
}

#contactform p#buttons, #orderform p#buttons{
	text-align : center;
	margin: 0;
	padding:0;
}

#contactform p#buttons input, #orderform p#buttons input{
	width: auto;
	background : #C8512A url(images/sub-h2-bg.gif) 0 0 repeat-x;
	color : #fff;
	font:  12px Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #C6C1C1;
}

#orderform p.select{
	margin:0 0 5px 0;
	padding:0;
	font-size: 12px;
}

#orderform select{
	font: 11px Verdana, Arial, sans-serif;
	width: 200px;
}

#orderform input.radio{
	width: 12px;
}

#orderform p.info{
	margin:5px 0;
	padding:0;
	font-size: 11px;
	font-style:italic;
}

#orderform label.radio{
	padding: 5px;
	margin-top:0;
}

#orderform h3{
	padding-top:5px;
}

table.criteria{
	width: 255px;
	float : right;
	padding:0;
	margin: 0 10px 10px 15px;
}

table.criteria td, table.criteria th{
	padding: 5px;
	border: 1px solid #D6D3D3;
}

table.criteria tr.alt{
	background: #fff;
}

/*sub specific styles */

#sub h2{
	color: #fff;
	font: normal 13px Verdana, Arial, sans-serif;
	line-height: 21px;
	background : #C8512A url(images/sub-h2-bg.gif) 0 0 repeat-x;
border-bottom: 1px solid #AB4827;
}

#sub ul{
	list-style:none;
	padding:0;
	margin: 10px 7px;
}

#sub li{
	border-bottom: 1px dashed #EBAA95;
	padding: 0;
	margin:0;
}

#sub li a{
	display: block;
	padding: 6px 0 6px 22px;
	background: transparent url(images/arrow.gif) 6px 6px no-repeat;
	color: #555;
	text-decoration: none;
}

#sub li li a{
	background: transparent url(images/sub-arrow.gif) 21px 6px no-repeat;
	padding: 6px 0 6px 37px;
}

#sub li a:hover, #sub a.current{

	background: #F7ECE8 url(images/gray-arrow.gif) 6px 6px no-repeat;
	color:#333;
}

#sub li li a:hover, #sub li li a.current{
	padding: 6px 0 6px 37px;
	background: #F7ECE8 url(images/gray-arrow.gif) 21px 6px no-repeat;
}

#sub a.mainPage, #sub a.mainPage:hover{
	text-decoration: underline;
}

/*footer specific styles */

#footer ul{
	margin-left: 10px;
	padding-bottom:10px;
}

#footer a{
	color: #DF592D;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
	color: #555;
}

#footer strong{
	font-weight : normal;
	color: #DF592D;
}

#footer a img{
	vertical-align: middle;
}

table.comp{
	width: 520px;
	border-collapse: collapse;
	border: 1px solid #EFEEEE;
	}

table.comp td{
	border: 1px solid #EFEEEE;
	padding: 5px;
	background: #fff;
}

td.price{
	width:120px;
	font-weight: bold;
}

table.comp caption{
	text-align: left; font-weight:bold; padding: 5px; margin:0 0 0 10px;
	background : #E65B2E;
	color : #fff;
}

/* xList menu */
ul#debtCatNav, ul#debtCatNav ul{
	list-style: none;
}
ul#debtCatNav ul {
	display : none;
	margin: 0 0 10px 0;
	padding:0;
	background: #F8EEEB;
}

ul#debtCatNav li.active{
  text-decoration: underline;
  color: #DE582D;
  font-weight:  bold;
}
ul#debtCatNav li.active a{
  color: #DE582D;
    font-weight:  bold;
}

/**** 	Cart styles	****/
/*cart styles*/
table#cart {
	width: 620px;
	border-collapse: collapse;
}

table#cart tr{
	border-bottom: 1px solid #eee;
}

table#cart td, table#cart th{
	padding: 8px;
	vertical-align: top;
}

table#cart th{
	background : #C8512A url(images/sub-h2-bg.gif) 0 0 repeat-x;
	color: #fff;
}

table#cart td {
	background: #F1E0DA;
}


#view_cart_buttons{
	clear: both;
	margin: 15px auto;
	width: 360px;
	text-align: center;
}

div.cart_txt{
	text-align:right;
	font-weight: bold;
	color: #555;
	margin: 0 45px 3px 0;
}
