body {
	background-image: url(../img/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #ffffff;
	height: 100%;
}
div.pageWrapper {
	width: 900px;
	border: 1px solid #999999;
	margin: 20px auto;
	overflow: hidden;
}
div#menu {
	height: 775px;
	background-image: url(../img/menu.jpg);
}
div.menuWrapper {
	margin-top: 140px;
	width: 269px;
	border: none;
	float: left;
}
div.menuButton {
	width: 269px;
	height: 36px;
	background-image: url(../img/menu_button.png);
	text-align: right;
	margin-top: 20px;
}
.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	position: relative;
	top: 10px;
	left: -10px;
}
.menuItem:hover {
	color: #cccccc;
}
div.loginBox {
	margin: 200px auto;
	width: 220px;
	height: 70px;
	border: 1px solid #666666;
	padding: 20px;
	text-align: center;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}
.pinField {
	width: 100px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 10px;
}
input.enterButton {
	background-image: url(../img/enter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 45px;
	height: 45px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.contactBox {
	width: 170px;
	color: #ffffff;
	margin-top: 660px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 10px;
}
div#content {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
div.titlebar {
	width: 100%;
	height: 30px;
	background-color: #0066cc;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/bg_title.gif);
	background-repeat: repeat-x;
}
div.title {
	font-weight: bold;
	position: relative;
	float: left;
	left: 5px;
	top: 5px;
}
div.back {
	position: relative;
	top: 6px;
	left: -10px;
	float: right;
}
a#back {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
div.header_image {
	width: 100%;
	height: 400px;
	background-color: #666;
}
div.content {
	width: 100%;
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
}
div#left_panel {
	width: 55%;
	float: left;
	background-color: #ffffff;

}
div#right_panel {
	width: 45%;
	float: left;
	background-color: #004da3;
	color: #ffffff;
}
.text {
	font-size: 12px;
	margin: 10px 10px 10px 10px;
	text-align: justify;
}
.text1 {
	font-size: 14px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 400;
	margin: 10px 10px 10px 10px;
}
.samples {
	margin: 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.sample {
	border: 1px solid #999999;
	width: 60px;
	height: 60px;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}
.spacer {
	background-color: #999999;
	width: 100%;
	height: 1px;
}
.description_b {
	color: #000000;
	font-size: 7pt;
}
.color_box {
	width: 370px;
	border: 1px solid #003f86;
	margin: 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #bbbbbb;
	padding: 10px 10px 10px 10px;
}
#colours {
	height: 110px;
}
#glazing {
	height: 120px;
}
.colors {
	margin: 0px auto;
}
.color_description {
	color: #ffffff;
	font-size: 7pt;
}
.color_item {
	width: 60px;
	height: 60px;
	background-color: #ffffff;
	color: #000000;
	font-size: 7pt;
}
.door_description {
	color: #000000;
	font-size: 7pt;
	text-align: center;
}
.door_item {
	width: 60px;
	height: 100px;
	border: 0px solid #999999;
	background-color: #ffffff;
	color: #000000;
	font-size: 7pt;
}
.hl {
	color: #0099ff;
}
.h2 {
	margin-left: 10px;
}
h2 {
	margin-left: 10px;
	font-size: 18px;
	color: #5e988e;
}
h3 {
	margin-left: 10px;
	font-size: 16px;
	color: #5e988e;
}
.footer {
	text-align: center;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer img {
	margin-left: 20px;
	margin-right: 20px;
}
.vgreen {
	color: #5e988e;
	font-style: normal;
}
ol {
	font-size: 12px;
}
.border {
	border: 1px solid #666666;
	width: 40px;
	height: 40px;
	vertical-align: middle;
}