/*
	Grid Details:
	
	Site width: 	969px
	Column width:	120px
	Column gutter: 	1px
	Column padding:	10px
	
	Line height:	22px - All elements multiples thereof.
*/

@import url("reset.css");
@import url("typography.css");
@import url("navigation.css");

html {
	background-color: #FFF;
	color: #333;
	background: url(/images/design/background.jpg) 0 0 repeat-x;
	text-align: center;
}

body {
	position: relative;
	width: 969px;
	margin: 0 auto;
	text-align: left;
}

/*  Branding    */

#branding h1 {
	width: 969px;
	height: 176px;
	background: url(/images/design/branding.jpg) no-repeat 0 0;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

#branding h1 a {
	position: absolute;
	top: 62px;
	left: 141px;
	height: 56px;
	line-height: 56px;
	width: 370px;
	outline: none;
}

/*	Content		*/

div#content {
	position: relative;
	float: right;
	width: 706px;
	padding: 33px 10px 11px 10px;
	min-height: 400px;
	background: url(/images/design/page_heading.jpg) 0 11px no-repeat;
}

div#homecontent {
	position: relative;
	float: right;
	width: 706px;
	padding: 11px 10px;
	padding-top: 251px;
}

div#content fieldset {
	position: relative;
	display: block;
	margin: 10px 0;
	border: 1px solid #C9C9C9;
	margin-right: 231px;
	min-height: 88px;
	height: auto !important;
    height: 88px;
}

fieldset h3{
	margin: 0;
	background: none;
}

div#content fieldset p, div#content fieldset li {
	margin: 6px 10px 5px 10px;
}

div#content fieldset h4 {
	font-size:16px;
	color: #012545;
	border-top: 1px dashed #CCC;
	margin: 0;
	padding: 6px 10px 5px 10px;
}

input[type="text"], input[type="password"], select, textarea {
	width: 90%;
	color:#666;
	font-size: 12px;
	line-height: 12px;
	padding: 4px;
	vertical-align: top;
	border: 1px solid #CCC;
	margin: 0 0 11px 0;
	background-color: #FFFFF4;
}

select {
	width: auto;
	line-height: 14px;
	height: 22px;
	padding: 2px;
}

input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border: 1px solid #707070;
	background-color: #FFFFDE;
	color: #333;
}

div#content input, div#content select, div#content fieldset textarea {
	vertical-align: middle;
	margin: 0 11px 10px 11px;
}

div#content input[type="checkbox"], div#content input[type="radio"] {
	vertical-align: text-bottom;
	line-height: 22px;
	margin: 12px 10px 0 0;
}

div#content fieldset label {
	display: block;
	margin: 0 11px 0 11px;
}

div#content table input {
	margin: 0;
}

div#content fieldset img, div#content fieldset a {
	margin: 0;
	padding: 0;
}

img#advert01 {
	position: absolute;
	top: 11px;
	left: 0;
}

img#advert02 {
	position: absolute;
	top: 11px;
	left: 242px;
}

img#advert03 {
	position: absolute;
	top: 11px;
	right: 1px;
}

/*	Product Images	*/

div#productimg {
	position: absolute;
	top: 55px;
	right: 0;
	border: 1px solid #C9C9C9;
	width: 362px;
	height: 352px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

#outer {height: 352px; overflow: hidden; position: relative; margin: auto auto;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */

*:first-child+html #outer[id] {
   position:relative
   } /* for explorer 7 only */

*:first-child+html #middle[id] {
   position: absolute;
   display:block;
   vertical-align:inherit;
   top: 50%;
} /* for explorer 7 only */

div#productimg img {
	margin: auto auto;
	text-align: center;
	max-width: 362px;
	vertical-align: middle;
	outline: 2px solid white;
}

div#content fieldset.large{
	margin-right: 230px;
}

div#content fieldset.larger{
	margin-right: 120px;
}

div#content fieldset.full{
	margin-right: 0px;
}

div#content fieldset div{
	padding-bottom: 55px;
}

/* Buttons */

#btnlogin, #btnnewaccount, #btnback, #btnforgotpassword, #btnupdate, #btncontinueshopping, #btncheckout, #btnaddtocart,
#btnsendmail, #btnsearch, #btncontinue {
	position: absolute;
	display: block;
	bottom: 0;
	padding: 0 !important;
	line-height: 8px;
	margin: 11px 10px !important;
}

#btnback, #btnnewaccount, #btnupdate, #btnsendmail {
	left: 0;
	bottom: 0;
}

#btncontinueshopping {
	left: 130px;
}

#btnforgotpassword, #btncheckout, #btnaddtocart, #btnsearch, #btncontinue {
	right: 0;
}

div#content div#newcustomer {
	width: 350px;
	float: left;
}

div#content div#retcustomer {
	width: 352px;
	float: right;
	border-left: 1px dashed #b2b4bf;
}

img.background {
	position: absolute;
	top: 44px;
	right: 0;
}

/* Product Page */

div#product {
	padding-right: 364px;
	min-height: 561px;
	height: auto !important;
	height: 561px;
}

div#product fieldset.addtocart {
	position: absolute;
	top: 418px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	width: 362px;
	padding-bottom: 11px;
	min-height: 66px; 
}

fieldset.addtocart select, fieldset.addtocart input[type="text"] {
	width: 50%;
}

#content fieldset.addtocart p.small {
	color: #707070;
	line-height: 10px;
	font-size: 0.8em;
	margin: 0 10px 4px 10px;
}

#content fieldset.addtocart .calculatorlink {
	position: absolute;
	top: 0;
	right: 10px;
}

fieldset.addtocart #btnaddtocart {
	margin-bottom: 0 !important;
}

table.productListing {
	max-width: none;
	clear: both;
	margin: 0;
	border-bottom: 1px dashed #707070;
}

h3.price {
	font-size: 20px;
	margin: 0;
	padding: 11px 0 8px 0;
	background: none;
}

/* MODULES */
/* New Products Home */

.nameandprice {
	position: absolute;
	top: 154px;
	left: 0;
	width: 120px;
	min-height: 51px;
	height: auto !important;
	height: 51px;
	text-align: center;
	border-top: 1px solid #707070;
	font-size: 10px;
	line-height: 14px;
	padding-top: 3px;
}

div#newproductshome {
	float: right;
	width: 362px;
	margin-left: 19px;
	margin-right: -9px;
	margin-bottom: 11px;
}

ul#newproducts {
	padding: 11px 0;
}

ul#newproducts li {
	display: inline;
}

ul#newproducts li a {
	float: left;
	text-align: center;
	margin: 11px 0 0 0;
	width: 120px;
	height: 209px;
	vertical-align: middle;
	position: relative;
}

ul#newproducts li#newitem1 a, ul#newproducts li#newitem2 a, ul#newproducts li#newitem4 a, ul#newproducts li#newitem5 a {
	border-right: 1px solid #707070;
}

ul#newproducts li img {
	margin: 11px 0 11px 0;
}

/* All New Products */

ul#allnewproducts {
	padding: 11px 0;
	margin: 0 -10px;
}

ul#allnewproducts li {
	display: inline;
}

ul#allnewproducts li a {
	float: left;
	text-align: center;
	margin: 11px 0 0 0;
	width: 120px;
	height: 209px;
	vertical-align: middle;
	position: relative;
}

ul#allnewproducts li img {
	margin: 11px 0 11px 0;
}

ul#allnewproducts li#newitem1 a, ul#allnewproducts li#newitem2 a, ul#allnewproducts li#newitem3 a, ul#allnewproducts li#newitem4 a,
ul#allnewproducts li#newitem5 a, ul#allnewproducts li#newitem7 a, ul#allnewproducts li#newitem8 a, ul#allnewproducts li#newitem9 a,
ul#allnewproducts li#newitem10 a, ul#allnewproducts li#newitem11 a {
	border-right: 1px solid #707070;
}

ul#newproducts li a:hover, ul#allnewproducts li a:hover {
	text-decoration: none;
}

ul#newproducts li a:hover .nameandprice, ul#allnewproducts li a:hover .nameandprice {
	background-color: #FFFFDE;
}

/*Product Listings*/
.productListing td {
	padding: 0 6px;
}

.productListing-heading {
	background-color: #C9C9C9;
}

tr.productListing-odd td{
	vertical-align: middle;
}

tr.productListing-even td{
	vertical-align: middle;
	background-color: #F2F2F2;
}

.productListing td a {
	text-align: center;
	vertical-align: middle;
}

.productListing td a img {
	padding-top: 6px;
}

/* Product Listings Table */

td.productListing-delete {
	text-align: center;
}

td.productListing-total {
	text-align: right;
	padding-right: 22px;
}

/* Specials */
h3#specials {
}

/* Categories */

img#categoryimg {
	float: right;
	margin: 0 -9px -39px 10px;
	position: relative;
	top: -50px;
}

/* SUPPLIMENTARY CONTENT */

div#supplimentary h3 {
	max-width: none;
}

div#supplimentary {
	margin-left: -10px;
}

ul#whatsnewlist {
	width: 230px;
}

ul#whatsnewlist em, ul#newproducts em, ul#allnewproducts em {
	color: #AAA;
}

#whatsnewlist li a {
	display: block;
	position: relative;
	border: 1px dashed #C9C9C9; 
	text-align: center;
	width: 228px;
	height: 184px;
	background-color: #FFF;
	line-height: 184px;
	vertical-align: middle;
}

#whatsnewlist p {
	position: relative;
}

#whatsnewlist li a:hover {
	border: 1px solid #903B3B; 
	text-decoration: none;
}

ul#whatsnewlist li img {
	margin: 10px 9px 10px 9px;
}

/* Lining Calculator */

table.calc {
	margin: 5px;
}

table.calc img {
	vertical-align: bottom;
}

table.calc td, table.calc th {
	border: 5px solid white;
}

/* 	Account Pages */

#content fieldset.address {
	float: left;
	width: 231px;
	margin: 11px 0 11px 1px;
	clear: none;
}

/*  Checkout Progress */

ul.checkoutprogress {
	width: 100%;
	height: 33px;
	margin: 14px 0 0 -11px;
}

ul.checkoutprogress li {
	display: block;
	float: left;
	width: 100px;
	border-left: 1px solid white;
	height: 33px;
	padding: 6px 10px 0 10px;
	line-height: 1.2em;
	background: #E9E9E9 /*url(/images/design/processarrow.gif) right 50% no-repeat;*/
}

ul.checkoutprogress li.title {
	background: #012D54 url(/images/design/processarrow_title.gif) right 50% no-repeat;
	/*background-color: #012D54;
	background-image: none;*/
	color: #FFFFFF;
} 

ul.checkoutprogress li.current {
	background: #C9C9C9; /* url(/images/design/processarrow_current.gif) right 50% no-repeat; */
} 

ul.checkoutprogress li.last {
	background-image: none;
} 

span.orderEdit {
	font-size: 11px;
	font-family: Tohoma, Verdana, Sans-Serif;
}

ul#checkoutproductlist {
	margin-right: 231px;
}

ul#checkoutproductlist li {
	background-color: #F2F2F2;
}

ul#checkoutproductlist li span.tax {
	
}

/*	Footer	*/

div#footer {
	position: relative;
	background: url(/images/design/background.jpg) 0 0 repeat-x;
	font-size: 0.8em;
	padding: 11px 10px 0 10px;
	height: 99px;
	clear:both;
	text-align: right;
}

div#footer h5 {
	color: #FFFFFF;
	text-align: right;
}

div#footer p {
	color: #ccc;
	text-align: right;
}

div#footer a {
	color:#666666;
}

div#footer p {
	max-width: none;
	font-size: 0.8em;
	line-height: 13px;
}

div#footer blockquote {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 10px;
	top: 11px;
	width: 231px;
	height: 67px;
	
}

div#footer blockquote p {
	position: absolute;
	text-indent: -9999px;
	text-align: left;
}

a#productsbymanufacturer {
	position: absolute;
	right: 0px;
	top: 231px;
	text-align: center;
	border: 1px solid #C9C9C9;
	padding: 0;
	line-height: 0.5em;
	background-color: #FFFFFF;
}

a#productsbymanufacturer img {
	margin: 0;
	padding: 10px;
}

#calcform input{
	text-align:right;
}