/*------------ Global/Default Styles -------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% verdana, arial, sans-serif;
	background: #a69e8d url('../images/layout/bg.jpg') fixed repeat-x;
	color: #464646;
	margin-bottom: 15px;
}

h1 {
	text-align: left;
	font-size: 100%;
}

h2 {
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	margin: 20px 0 15px 0;
	text-transform: uppercase;
}

h3 {
	text-align: left;
	font-size: 120%;
	font-weight: normal;
	margin-top: 35px;
	letter-spacing: -1px;
}

h4 {
	font-size: 120%;
	font-weight: normal;
	letter-spacing: -1px;
}

p, address {
	text-align: justify;
	margin: 20px 0;
	line-height: 150%;
	font-size: 70%;
}

ul, ol {
	text-align: left;
}

table {
	margin: 20px auto;
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 70%;
}

table th {
	background: #ecae65;
	border-right: 1px solid #ccc;
	color: #000;
	padding: 5px
}

table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #000;
	padding: 5px
}

object {
	float: right;
	margin: 0 10px;
}

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

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

a img {border: none}

label {font-size: 70%}

legend {
	font-size: 70%;
	font-weight: bold;
	color: #464646;
}

* html div {behavior: url('/js/pngfix.htc')} /*PNG Fix*/

button {
	padding: 2px 20px;
	width: auto;
	overflow: visible;
	font-size: 90%;
	font-weight: bold;
	border: 1px solid #6a6a6a;
	border-bottom: 1px solid #7c7c7c;
	background: url('../images/layout/button-bg.gif') repeat-x;
	cursor: pointer;
}

button:hover {background-image: url('../images/layout/button-bg-hover.gif')}


/*------------------- ID Styles --------------------*/

#top {
	width: 798px;
	background: url('../images/layout/top.png') top no-repeat;
	margin: 5px auto 15px auto;
	padding-top: 24px;
}

#bottom {
	width: 798px;
	height: 24px;
	background: url('../images/layout/bottom.png') 1px 0 no-repeat;
	margin: 0 auto;
}

#shadow {background: url('../images/layout/shadow.png') center repeat-y}
* html #shadow {width:796px}

#wrap {
	width: 760px;
	background: #fff;
	margin: auto;
	padding: 0 10px;
	overflow: hidden;
}


#header h1 a {
	background: url('../images/layout/chrome-stairparts.png') no-repeat;
	margin: 10px 0 20px 10px;
	width: 309px;
	height: 60px;
	float: left;
}

#header h1 span {display: none}

#header p {
	margin: 15px 0 20px 72px;
	width: 160px;
	float: left;
	text-align: center;
	font: bold 100% arial, verdana, sans-serif;
}

#header p span {font-size: 150%}

#header #basket {
	float: right;
	text-align: right;
	width: 200px;
	height: auto;
	min-height: 90px;
	background: url('../images/layout/basket-bg.gif') no-repeat;
}

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

#header #basket dt {
	margin: 10px 12px 4px 0;
	background: #fff url('../images/layout/shopping-basket.gif') right no-repeat;
	height: 16px;
}

#header #basket dt span {display: none}

#header #basket dd {
	margin-right: 8px;
	font-size: 70%;
	padding: 1px 4px;
}

#header #basket dd.viewtrolley {padding-top: 3px}

#header #basket dd.viewtrolley a {
	text-decoration: underline;
	color: #d0954f;
	font-weight: bold;
}

#header #basket dd.viewtrolley a:hover {
	text-decoration: none;
	color: #5b5344;
}

#header #basket dd.viewtrolley span {
	background: url('../images/layout/basket-icon.gif') no-repeat;
	padding-left: 17px;
}

#header #basket .number {
	color: #f86a19;
	font-weight: bold;
}


#nav {
	clear: both;
	float: left;
	font-size: 70%;
	background: url('../images/layout/nav-stripe.gif') repeat-x left bottom;
}

#nav ul {	list-style: none}
#nav li {display: inline}

#nav a {
	text-align: center;
	float: left;
	display: block;
	background: url('../images/layout/nav-left.gif') no-repeat left top;
	margin-right: 1px;
	padding-left: 10px;
	text-decoration: none;
}

#nav a span {
	float: left;
	display: block;
	background: url('../images/layout/nav-right.gif') no-repeat right top;
	font-weight: bold;
	color: #fff;
	padding: 10px 10px 10px 0;
	cursor: pointer;
}

#nav #highlighted a {
	background: url('../images/layout/nav-left-high.gif') no-repeat left top;
	margin-right: 0;
	padding-left: 10px;
}

#nav #highlighted a span {
	background: url('../images/layout/nav-right-high.gif') no-repeat right top;
	padding: 10px 9px 10px 0;
}

#nav a:hover, #nav #highlighted a:hover {background-position: 0 -90px}
#nav a:hover span, #nav #highlighted a:hover span {background-position: 100% -90px}


#breadcrumb {
	position: relative;
	clear: both;
	background: url('../images/layout/subheader-bg.gif') repeat-x;
	height: 100%;
	overflow: hidden;
	padding: 5px 5px 5px 10px;
	border-top: 1px solid #696354;
	border-bottom: 2px solid #d7d6cd;
}

#breadcrumb ol {
	display: block;
	padding-top: 6px;
 }
 
#breadcrumb span {
	float: left;
	font-size: 70%;
	font-weight: bold;
	padding-top: 6px;
 }

#breadcrumb li {
	white-space: nowrap;
	font-size: 70%;
	font-weight: bold;
	display: block;
	float: left;
	padding: 0 12px 5px 5px;
	background: url('../images/layout/arrow.gif') no-repeat right center;
}


#where {
	background: #c0bbaf;
	height: 100%;
	overflow: hidden;
	padding: 5px 5px 5px 10px;
}

#where ul {
	display: block;
	padding-top: 6px;
 }
 
#where span {
	float: left;
	font-size: 70%;
	font-weight: bold;
	padding-top: 6px;
 }

#where li {
	white-space: nowrap;
	font-size: 70%;
	font-weight: bold;
	display: block;
	float: left;
	padding: 0 12px 5px 10px;
	background: url('../images/layout/separator.gif') no-repeat right center;
}

#where li.last, #breadcrumb li.last {background: none}


#content {
	text-align: center;
	overflow: hidden;
	background: #fff;
	clear: both;
	margin: 0 10px;
}

#content h2 span {font-size: 140%}

#content ul, #content ol {
	margin: 0 30px 20px 50px;
	font-size: 70%;
}

#content a {
	text-decoration: underline;
	color: #d0954f;
}

#content a:hover {
	text-decoration: none;
	color: #5B5344;
}

#content #image {
	float: right;
	margin: 10px 0 0 20px;
}

#content #image2 {
	float: right;
	margin: -50px 0 0 0;
}


#contactBox, #basketSubmit {overflow: hidden}

#contactBox #qwerleft, #basketSubmit #qwerleft,
#contactBox #qwerright, #basketSubmit #qwerright {
	width: 49%;
	float: left;
}

#contactBox #qwerright, #basketSubmit #qwerright {float: right}

#contactBox fieldset, #basketSubmit fieldset {
	margin-bottom: 3%;
	border: 1px solid #ccc;
	padding: 10px;
}

#contactBox legend, #basketSubmit legend {
	margin-left: 5px;
	padding: 0 2px 10px 2px;
}

#contactBox div input, #basketSubmit div input,
#contactBox div select, #basketSubmit div select,
#contactBox textarea, #basketSubmit textarea {
	margin-bottom: 5px;
	width: 55%;
	border: 1px solid #a5acb2;
	padding: 2px;
}

#basketSubmit input#terms {
	float: left;
	margin-left: 5px;
}

#contactBox div select, #basketSubmit div select {
	margin-left: 14px;
	width: 35%;
	float: left;
}

#contactBox textarea, #basketSubmit textarea {width: 90%}

#contactBox div label, #basketSubmit div label {
	float: left;
	width: 35%;
	text-align: right;
	overflow: hidden;
}

#contactBox br, #basketSubmit br {clear: left}

#contactBox span, #basketSubmit span {
	color: #cf3f3f;
	font: bold 110% verdana, arial;
}

#contactBox button, #basketSubmit button {float: right}


#pro div {
	background: #fff;
	border: 1px solid #ccc;
	margin: 15px 0 5px 0;
	padding: 10px;
	overflow: hidden;
	clear: both;
	text-align: left;
}

* html #pro div {width: 718px}

#pro div.info, #pro div.productBox {
	border: none;
	margin: 0;
	padding: 0;
	clear: none;
}

* html #pro div.info {width: 590px}

#pro div h2 {
	font-size: 140%;
	float: left;
	margin: 0 0 20px 0;
	font-weight: normal;
	text-transform: none;
	letter-spacing: -1px;
}

#pro div h3 {
	font-size: 140%;
	float: left;
	margin: 0 0 20px 0;
}

#pro h2 a, #pro h3 a {text-decoration: none}

#pro p {
	clear: left;
	text-align: left;
	margin: 0 0 20px 0;
}

#pro p.ref {
	float: right;
	margin: 0;
	clear: none;
}

#pro img {
	float: left;
	margin-right: 20px;
}

#pro span {
	font-size: 110%;
	font-weight: bold;
}

#pro div.productBox {
	font-size: 80%;
	font-weight: bold;
	color: #8ccd0a;
}

#pro div.productBox img {margin: 5px 5px 0 0}
#pro button.removeBut {margin-left: 10px}


.buttons {
	clear: both;
}

.buttons div {
	margin: 0 auto 13px auto;
	width: 360px;
	height: 84px;
	color: #fff;
	position: relative;
	background-color: #ecae65;
}

#butChrome {background: url('../images/chrome-button.jpg') no-repeat;}
#butChrome2 {background: url('../images/chrome2-button.jpg') no-repeat;}
#butSpindles {background: url('../images/spindles-button.jpg') no-repeat; clear: both; width: 740px;}
#butNewelposts {background: url('../images/newelposts-button.jpg') no-repeat;}
#butNewelposts2 {background: url('../images/newelposts2-button.jpg') no-repeat;}
#butHandrails {background: url('../images/handrails-button.jpg') no-repeat; width: 740px;}
#butBaserails {background: url('../images/baserails-button.jpg') no-repeat; width: 740px;}

#butClarity {background: url('../images/clarity-button.jpg') no-repeat;}
#butClearView {background: url('../images/clearview-button.jpg') no-repeat;}
#butClarityAccessories {background: url('../images/glass-accessories-button.jpg') no-repeat;}
#butClearViewAccessories {background: url('../images/glass-accessories-button.jpg') no-repeat;}
#butClarityHandrails {background: url('../images/glass-handrails-button.jpg') no-repeat;}
#butClearViewHandrails {background: url('../images/glass-handrails-button.jpg') no-repeat;}
#butClarityBaserails {background: url('../images/glass-baserails-button.jpg') no-repeat;}
#butClearViewBaserails {background: url('../images/glass-baserails-button.jpg') no-repeat;}

.buttons div h3 {display: inline}

.buttons div h3 a {
	display: block;
	zwidth: 360px;
	height: 84px;
}
	
.buttons div h3 a span {display: none}

.buttons div p {
	position: absolute;
	font-size: 90%;
	margin: 0;
	left: 12px;
	bottom: 6px;
	zwidth: 160px;
	text-align: left;
}

	.buttons #butSpindles p,
	.buttons #butHandrails p,
	.buttons #butBaserails p	{
		left: 203px;
	}

zz.buttons div p.cWidth {width: auto}

#content .buttons div p a {
	text-decoration: none;
	color: #fff;
	display: block;
}

#content  .buttons div p a:hover {
	color: #5B5344;
}


#sections div {
	width: 356px;
	height: 462px;
	color: #fff;
	margin-bottom: 20px;
	float: left;
	border: 2px solid #9a692f;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	z-index: 1;
	behavior: url(/PIE.htc);
}

#sections div h3 {
	margin: 0;
}

#sections div h3 span {
	display: block;
	width: 336px;
	height: 449px;
	padding: 8px 10px;
	display: block;
}

#sections div h3 a {
	color: #fff;
	text-decoration: none;
}

#sections div#secChrome {
	background: #ecae65 url('../images/sections/origin.jpg') bottom no-repeat;
	border-color: #ecae65;
}

#sections div#secGlass {
	float: right;
	background: #ecae65 url('../images/sections/clarity.jpg') bottom no-repeat;
	border-color: #ecae65;
}

#sections div#secOrigin {
	background: #9a692f url('../images/sections/origin.jpg') bottom no-repeat;
}

#sections div#secEvolution {
	float: right;
	background: #9a692f url('../images/sections/evolution.jpg') bottom no-repeat;
}

#sections div#secClearView {
	float: right;
	background: #9a692f url('../images/sections/clearview.jpg') bottom no-repeat;
}

#sections div#secClarity {
	background: #9a692f url('../images/sections/clarity.jpg') bottom no-repeat;
}


#subwhere {margin-top: 20px}

#subwhere ul {
	margin: 10px 0;
	background: url('../images/layout/where-else.jpg') no-repeat;
	width: 740px;
	height: 27px;
	padding-top: 4px;
	text-align: center;
}

#subwhere li {
	display: inline;
	font-size: 150%;
	padding: 0 20px;
	letter-spacing: -1px;
	background: url('../images/layout/line.gif') right no-repeat;
}

#subwhere li.lastwhere {background: none}

#subwhere li a {color: #fff}


#footer {
	margin-top: 10px;
	padding: 10px 0;
	width: 100%;
	clear: both;
	background: #ecae65 url('../images/layout/footer-bg.gif') repeat-x;
}

#footer p, #footer ul {
	margin: 3px 0;
	font-size: 65%;
	text-align: center;
}

#footer ul li {
	display: inline;
	font-weight: bold;
}

#footer ul a {
	border-right: 1px solid #999;
	padding: 3px 5px 0 3px;
}

#footer ul li a.end {border: none}


/*------------------ Class Styles ------------------*/

.clear {clear: both}
.left {float: left}
.right {float: right}

.r {
	float: right;
	margin: 0 10px;
}

.l {
	float: left;
	margin: 5px 10px;
}

.stand {
	text-align: center;
	padding: 5px 20px;
	background: #ecae65;
	color: #fff;
	font-weight: bold
}

.bold {font-weight: bold}

p.center {text-align: center}
p.big {text-transform: uppercase}

.red {color: #cf3f3f}

.productList table {width: 100%}

.totalProductHeader,
.deliveryPriceHeader,
.vatCostHeader,
.totalHeader {text-align: right}

.newyear {margin-top: 10px}

.advertise {
	background: url('../images/staircasefitters.gif') no-repeat;
	width: 320px;
	height: 71px;
	display: block;
	clear: both;
	margin: auto;
}

.advertise span {display: none}
