body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


#contentwrapper {
	border:0px solid fuchsia;
	width: 780px;
	height: auto;
}
#content_holder {
	border: 0px solid #87f550;
	height: 480px;
	background-color: white;
	margin-top: 50px;
	position: relative;
	display: block;
	width: 780px;
}
#content_product {
	width: 760px;
	height: 318px;
	background-color: #ccc;	
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 10px;
	top: -36px;
	border: 0px solid white;
}
#main_title {
	
}


#local_link {
	background-color: #b99d7e;
	width: 200px;
	display: block;
	position: relative;
	left: 560px;
	top: -37px;
	height: 25px;
	text-align: center;
	color: white;
	font-weight: bold;
	padding-top: 4px;
	font-size: 1.1em;
}
#local_link :hover {
	color: black;
}

#prodimg {
	width: 405px;
	height: 283px;
	background-color: gray;
	display: inline;
	position: relative;
	top: -20px;
	left: -200px;
}
#prodtitle {
	
}
#rangetitle {
	font-size: 1.3em;
	color: #966;
	font-weight: bold;
	display: block;
	position: relative;
	left: 160px;
	border-style: solid;
	border-width: 0px;
	width: 270px;
}
 em {
	
	font-weight: normal;
	font-style: normal;
}
/* product icon menus */


#prodicon_holder {
	width: 95px;
	border: 0px solid maroon;
	display: inline;
	position: relative;
	float: right;
	height: 245px;
	left: -230px;
	bottom: 290px;
}
#prodicon1 {
	width: 92px;
	height: 66px;
	border: 1px solid white;
	margin-top: 0;
}
#prodicon2 {
	width: 92px;
	height: 66px;
	border: 1px solid white;
	margin-top: 20px;
}
#prodicon3 {
	width: 92px;
	height: 66px;
	border: 1px solid white;
	margin-top: 20px;
}
/* Popoup prod images */
#prodShow1 {
	
}

/* door samples */
#doorimg {
	float: left;
	margin-left: 10px;
	border: 1px solid gray;
	margin-top: 30px;
}
#doorcolour {
	color: black;
	float: left;
	font-size: .7em;
	margin-top: 10px;
	width: 500px;
	border-style: solid;
	border-width: 0px;
	margin-left: 10px;
}


/* Product copy */
#productdetails_holder {
	width: 780px;
	height: 140px;
	border: 0px solid maroon;
	top: 330px;
	display: block;
	position: relative;
}
#prodtitle {
	width: 465px;
	height: auto;
	border: 0px solid maroon;
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}
#prodcopy {
	border: 0px solid maroon;
	float: right;
	margin-right: 15px;
	font-size: .8em;
	color: gray;
	width: 450px;
	height: 80px;
}
em {
	color: gray;
}

/* Local Menu */
#localmenu {
	width: 200px;
	height: 340px;
	background-color: #966;
	display: block;
	position: relative;
	left: 560px;
	float: left;
	bottom: 36px;
	border-style: none;
}
#localmenu * {
	padding: 3px;
	font-variant: normal;
	border-style: none;
	letter-spacing: .1em;
}
#localmenu {
	border-style: none;
	font-size: .8em;
	line-height: .6em;
}
#localmenu ul {
	float: left;
	list-style-type: none;
}
#localmenu li a:hover {
	color: black;
}


