.menu {
	width: 1024px;
	height: 33px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 12px;
}
.header {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 282px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.content {
	width: 724px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #000;
	padding-right: 150px;
	padding-left: 150px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 93px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	line-height: 25px;
	padding-top: 90px;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #C00;
}

.contact_us_form {
    width: 500px;
    margin: 10px auto;
    padding: 10px;
    border: 1px #840300 solid;
}

.contact_us_form .form {
    margin: 0 auto;
    width: 400px;   
}

.contact_us_form .form label{
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 15px;
    background: url(../images/bullet_nb.png) right center no-repeat;
}

.contact_us_form .form label.required{
    font-weight: bold;
}

.contact_us_form .form input[type=text],input[type=password],input[type=select]{
    width: 250px;
    border: 1px solid #9B95A6;
    background-color: white;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #333333;
    margin-left: 20px;
}

.contact_us_form .form textarea{
    width: 250px;
    border: 1px solid #9B95A6;
    background-color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    color: #333333;
    margin-left: 20px;
}

.contact_us_form .form .send_button{
    width: 80px;
    margin: 0 auto;
}

.br {
    clear: both;
    margin-bottom: 10px;
}

.recap_center{
    width: 318px;
    margin: 0 auto;
}

.product{
	width: 723px;
	height: 250px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.enquire{
    float: right;
    margin-top: -30px;
    margin-right: 10px;
    background: url('/images/request_quote.png') no-repeat;
    width:150px;
    height:30px;
}

.enquire a{
    width: 120px;
    height: 30px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 15px;
    position:relative;
    top: 8px;
}

.enquire a:hover{
    color: #467414;
}


.clear{
    clear: both;
}
