body {
margin: 0px;
padding: 0px;
font-family: Trebuchet MS, sans-serif;
background-color: #E6C7A4;
font-size: 12px;
color: black;
}


a:link {
text-decoration: none;
color: #64231C;
}
a:visited {
text-decoration: none;
color: #64231C;
}
a:hover {
text-decoration: none;
color: #B76F4F;
}
a:active {
text-decoration: none;
}

#enquire-small {
	position: relative;
	left: 50px;
	top: 10px;
}


#container{
width: 100%;
height: 100%;
margin: auto;
}

#top_background_repeat{
width: 100%;
height: 589px;
background:url(../images/top-bkg-rpt.gif) repeat-x;
}

#inner_container{
margin: auto;
width: 900px;
height: auto;
margin-top: -589px;
}

#header{
width: 100%;
height: 108px;
}

#header_graphics{
width: 905px;
height: 106px;
margin-top: 10px;

}

#body_wrapper{
width: 830px;
background-color: white;
border: solid #B76F4F 2px;
margin-top: 80px;
padding: 35px;
}

#navigation{
position: absolute;
width: 900px;
height: 60px;
}

#navigation ul{
display: inline;
list-style-type: none;
}

#navigation a{
position: absolute;
text-indent: -9999px;
text-decoration: none;
}

#button0{
background: url(../images/navigation/button0.png) no-repeat;
width: 152px; 
height: 21px; 
left: 0px; 
top: 24px;
text-decoration: none;
}

#button1{
background: url(../images/navigation/button1.png) no-repeat;
width: 152px; 
height: 21px; 
left: 86px; 
top: 24px;
text-decoration: none;
}

#button2{
background: url(../images/navigation/button2.png) no-repeat;
width: 106px; 
height: 21px; 
left: 273px; 
top: 24px;
text-decoration: none;
}

#button3{
background: url(../images/navigation/button3.png) no-repeat;
width: 73px; 
height: 21px; 
left: 315px; 
top: 24px;
}

#button4{
background: url(../images/navigation/button4.png) no-repeat;
width: 235px; 
height: 21px; 
left: 412px; 
top: 24px;
}

#button5{
background: url(../images/navigation/button5.png) no-repeat;
width: 85px; 
height: 21px; 
left: 679px; 
top: 24px;
}

#button6{
background: url(../images/navigation/button6.png) no-repeat;
width: 106px; 
height: 21px; 
left: 796px; 
top: 24px;
}


#content_left{
float: left;
width: 440px;
height: 510px;
border: solid #E6C7A4 1px;
background-color: #F5F1F2;
}

#content_left p{
font-size: 11px;
margin: 0px;
}

#content_right{
float: right;
width: 350px;
height: 500px;
}

#cont_right_box1{
width: 100%;
height: 240px;
border: solid #BEA86E 1px;
background-color: #F5F2E9;
}

#cont_right_box1a{
width: 100%;
height: 170px;
border: solid #B76F4F 1px;
background-color: #F4E9E5;
margin-top: 28px;
}

#cont_right_box2{
width: 100%;
height: 275px;
border: solid #8A8C8E 1px;
background-color: #EDEEEA;
margin-top: 28px;
}

#cont_right_box3{
width: 100%;
height: 150px;
border: solid #7A7050 1px;
background-color: white;
margin-top: 28px;
}

#product_wrapper{
width: 100%;
height: 440px;
border: solid #7B4C5D 1px;
background-color: #F1E9E9;
}


#footer{
clear: both;
height: 80px;
width: 800px;
}


.form_style{
width: 300px; 
height: auto;
padding: 5px; 
border: solid #E6C7A4 1px; 
}

.error{
font-size: 11px;
color: red;
font-weight: bold;
}


