/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a { 
	margin: 0; 
	padding: 0; 
	border: 0; 
}

a{
	color:#412e1c;
	text-decoration:underline;
}

a:hover{
	color:#F34601;
	text-decoration:none;
}

p{
	margin-bottom:5px;
}

h1{
	font-size:18px;
	margin-bottom:10px;
	text-decoration:underline;
}

.clr{
	clear:both;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.gif);
	color:#412e1c;
	font-family:Tahoma, "Times New Roman", Times, serif;
	font-size:13px;
}

#container{
	width:752px;
	margin:0 auto;
	margin-top:10px;
}

#header{
	height:101px;
	background-image:url(../images/banner.jpg);
}

.logo{
	margin: 17px 0 0 20px;
	float:left;
}

.menu{
	width:334px;
	height:46px;
	float:right;
	margin-right:4px;
	margin-top:55px;
	display:inline;
}

#content{
	background-image:url(../images/body-bg.gif);
	background-repeat:repeat-y;
	padding: 15px 10px 0 10px;
}

.box1{
	width:114px;
	height:92px;
	background-image:url(../images/box1.jpg);
	padding: 120px 87px 15px 13px;
	float:left;
}

	.box1 p{
		font-size:10px;
		color:#FFFFFF;
		font-family:Tahoma, Verdana, Helvetica, sans-serif
	}

.box2{
	width:241px;
	height:159px;
	background-image:url(../images/box2.jpg);
	padding:40px 13px 13px 13px;
	margin-left:5px;
	float:left;
	text-align:justify;
}

	.box2 p{
		font-size:13px;
		color:#6e6154;
		font-family:Tahoma, Verdana, Helvetica, sans-serif
	}


.box3{
	width:237px;
	height:234px;
	background-image:url(../images/box3.jpg);
	margin-left:5px;
	float:left;
}

.middlecol{
	clear:both;
	margin-bottom:8px;
}

.middleleft{
	float:left;
	width:365px;
}

.middleright{
	float:right;
	width:355px;
	text-align:justify;
}

.specialofferbox{
	clear:both;
	height:127px;
	width:712px;
	margin:0 auto;
	background-image:url(../images/specialofferbox.jpg);
}

.contactbox{
	width:225px;
	float:right;
	margin-top:20px;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
}

.enquirybox{
	width:725px;
	background-color:#D7D7D7;
	padding:3px;
	margin:0 auto;
	margin-top:8px;
}

.enquirybox2{
	background-color:#F3F3F3;
	border: 1px solid #8F8F8F;
	padding:10px;
}

.textarea2{
	width:300px;
}

.map{
	float:left;
}

.address{
	float:left;
	margin-left:20px;
}

.productbox{
	float:left;
	width:350px;
	margin-bottom:10px;
}

	.productbox h1{
		font-size:14px;
		text-decoration:none;
		width:100%;
	}
	
	.productbox img{
		float:left;
		border: 1px solid #412E1C;
		margin-right:5px;
	}
	
	.productbox p{
		font-size:12px;
	}

hr{
	clear:both;
}

#footer{
	height:25px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	clear:both;
}