html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: white;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
p, ul, li {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333333;
	line-height: 1.1em;
	font-size:1em;
}
img {
	border:0px;
}
/* styling */
a {
	font-family: arial, verdana, helvetica, sans-serif;
	text-decoration:none;
}
a:active {
	color: #000000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
.red {
	color:#FF0000;
}
.black {
	color: #000;
}
.orange {
	color: #a88c30;
}
/* h1s etc */
h1 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.5em;
	margin: 40px 0px 15px 0px;
	color: #000;
}
h2 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.2em;
	padding: 5px;
	color: #fff;
}
h3 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.3em;
	margin: 10px 0px;
	color: #000;
}
h4 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.3em;
	margin: 10px 0px;
	color: #000;
}
#content h2 a, #content h4 a {
	color: #a88c30;
}
.fp_box {
	background-image:url(../images/fp_box.jpg);
	background-repeat:no-repeat;
	width: 929px;
	height: 220px;
	margin: 5px auto;
}
.fp_box img {
	padding: 10px;
}

/*floats/clear*/
.left {
	float: left;
	padding: 5px;
}
.left_bullet {
	margin-top: 20px;
	float:left;
	margin-right: 20px;
}
.right {
	float: right;
}
.right img {
	margin-right: 10px;
}
.right_image {
	float: right;
	margin-top: 30px;
	border: 1px solid #000;
}
.clear {
	clear:both;
}
.rightimage {
	float:right;
	margin: 10px;
}
/* site */
#wrapper {
	margin:auto;
	text-align:left;
	position: relative;
	background-image:url(../images/wrapper.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #faf6e4;
}
#header {
	width: 964px;
	height: 104px;
	margin: 0px auto;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}
#content {
	width: 940px;
	height: auto;
	margin:auto;
}
#content h3 {
	border-top: 1px solid #a88c30;
	padding: 5px 0px;
}
#content table h3 {
	margin:0px;
}
#content p {
	color: #000000;
	margin: 0px;
}
.previoudnextproduct {
	float:right;
	width: 180px;
}

.bespokebutton {
	float: right;
	margin: 5px;
	
}

.range {
	background-image:url(../images/range_blank.jpg);
	background-repeat:no-repeat;
	width: 300px;
	height: 201px;
	float:left;
	margin: 5px;
}
.range img {
	padding: 1px;
}
#contentfooter {
	height: 103px;
	margin: 20px auto 0px auto;
	clear:both;
	position: inherit;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}
#contentfooter img {
	float:right;
	margin: 30px 200px 0px 0px;
}
#contentfooter a {
	color: #000000;
	text-decoration:none;
}
#contentfooter a:hover {
	color: #8d919b;
	text-decoration:none;
}
/*menu*/
#menu {
	clear: both;
	font-size: 1.3em;
	text-decoration: none;
	margin-left: 0px;
	position: relative;
	top:36px;
	left:220px;
	width: 700px;
}
#menu a, #menu a:link, #menu a:visited {
	color: #ffffff;
	text-decoration: none;
	margin-left: 10px;
	height: 32px;
}
#menu a:hover {
	color: #9c9c9c;
	text-decoration: none;
}
a.button {
	text-decoration: none;
	padding-left: 15px;
	padding-top: 6px;
	float: left;
	width: 87px;
	height: 32px;
}
a.button2 {
	text-decoration: none;
	padding-left: 15px;
	padding-top: 6px;
	float: left;
	width: 153px;
	height: 32px;
}
.button_active {
	padding-left: 15px;
	padding-top: 6px;
	float: left;
	background: url(../images/home_active.png);
	background-repeat:no-repeat;
	width: 87px;
	height: 32px;
}
.button_active2 {
	padding-left: 15px;
	padding-top: 6px;
	float: left;
	background: url(../images/gate_active.png);
	background-repeat:no-repeat;
	width: 153px;
	height: 32px;
}
.howtoorder {
	width: 700px;
	margin: 20px auto;
}
.howtoorder p {
	font-size: 1.2em;
}

