@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	margin:0px auto;
	height:100%;
	padding:0px;
	background:url(../images/back.jpg) #ffffff center 0px repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:13px;
	text-align:justify;
}
#main-body {
	float:left;
	width:990px;
	margin:0px;
	padding:0px;
}
#wrapper {
	width:990px;
	margin:auto;
	padding:0px;
}
header {
	float:left;
	margin:30px 0 0px 0px;
	padding:0px;
	width:100%;
}
.menu, .menu ul, .menu li, .menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
/* Menu */
.menu {
	float:left;
	margin-top:33px;
	width: 980px;
	margin-left:5px;
	background:url(../images/nav.jpg) repeat-x;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.menu li {
	position: relative;
	list-style: none;
	float: left;
	margin:5px 0 4px 6px;
	display: block;
}
/* Links */
.menu li img {
	margin-top:-58px;
}
.menu li a {
	display: block;
	padding: 12px 26px;
	margin: 1px 0;
	text-decoration: none;
	border-left: 1px solid #683823;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #f3f3f3;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.menu li:first-child a {
	border-left: none;
}
.menu li:last-child a {
	border-right: none;
}
.menu li:hover > a {
	color: #411805;
	background:url(../images/nav-hover.jpg) repeat-x;
	border-radius:8px;
}
/* Sub Menu */


.menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 42px;
	left: 0;
	width: 160px;
	background: #683924;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	z-index: 1;
}
.menu li:hover > ul {
	opacity: 1;
}
.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}
.menu ul li a {
	width:138px !important;
}
.menu li:hover > ul li {
	height: 30px;
	overflow: visible;
	padding: 0;
}
.menu li:hover > ul li ul li {
	overflow:hidden;
	padding: 0;
}
.menu ul li a {
	width: 140px;
	padding: 4px 0 4px 10px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #353539;
}
.menu ul li:last-child a {
	border: none;
}
.menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.slider {
	width:980px;
	margin:-8px 0 0 5px;
	background:url(../images/sbg.jpg) no-repeat;
	height:490px;
	float:left;
}
.content {
	float:left;
	margin:0px 0 0 5px;
	padding:0px;
	width:980px;
}
.home {
	float:left;
	margin:30px 0 0 0px;
	padding:0px;
	background:url(../images/cbg.jpg) repeat-y;
}
.home h2 {
	float:left;
	margin:15px !important;
	padding:0px;
	width:97%  !important;
	text-align:center;
	color:#FFFFFF !important;
	font-size:22px;
	border-bottom:1px solid #73412c;
}
.home p {
	float:left;
	margin:0px 0 25px 15px !important;
	padding:0px;
	width:97% !important;
	text-align:center;
	color:#FFFFFF !important;
	font-size:13px;
}
.content h2 {
	float:left;
	margin:25px 0 0 0px;
	padding:0px;
	width:100%;
	color:#3f1705;
	font-size:22px;
	border-bottom:1px solid #73412c;
}
.content p {
	float:left;
	margin:15px 0 0 0px;
	padding:0px;
	width:100%;
	color:#333333;
	font-size:13px;
}
.home p a {
	padding:5px 10px 5px 10px;
	margin:0px;
	background:url(../images/nav-hover.jpg) repeat-x;
	border-radius:10px;
	text-decoration:none;
	color:#411805;
}
.product {
	float:left;
	margin:0px;
	padding:0px;
	width:300px;
}
.product ul {
	margin:10px 0 0 0px !important;
	float:left;
	text-align:left;
}
#footer {
	float:left;
	width:100%;
	margin:15px 0 0 0px;
	padding:0px;
	background:#000;
	clear:both;
}
.footer-text {
	float:left;
	margin:8px 0 0 0px;
	padding:0px;
	background:none;
}
.footer-text p {
	float:left;
	margin:0px 80px 0px 25px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	background:none;
	line-height:50px;
}
.footer-text a img {
	float: right;
	margin:0px 0 0 10px;
	padding:0px;
	border:none;
	background:none;
}
.footer-text a {
	border:none;
	background:none;
	margin-bottom:0px;
}
#contact {
	width:900px;
	float:left;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 20px;
}
#contact a {
	color:#CCCCCC;
}
#contact h4 {
	height: auto;
	width:900px;
	border:none !important;
	text-decoration:underline;
	float:left;
	margin:10px 0px 0px 0px;
	background: none;
	padding:0px 0px 0px 0px;
	text-align:left;
	color:#643522;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#contact font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #67575F;
	width:690px;
	float:left;
	margin:10px 0px 0px 2px;
}
#contact font a {
	color: #67575F;
	text-decoration:none;
}
#contact b {
	font-size:13px;
	color:#5c4f3c;
	font-weight:bold;
	float:left;
	width:160px;
	margin:10px 0px 0px 0px;
}
.enquiry_form {
	width:990px;
	float: left;
	margin:25px 0px 30px 0px !important;
	padding:0px 0px 0px 0px;
}
.enquiry_form div {
	width:400px;
	float: left;
	height:auto;
	color:#FFFFFF;
	font-size:14px;
	margin-top:3px;
	font-weight: normal;
	margin-left:50px !important;
	position:relative;
	display:block;
	margin-bottom:5px;
	text-shadow:none;
	font-weight:bold;
	margin-left:15px
}
.txt_area1 {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	font-weight: normal;
	height:23px;
	width:272px;
	float:right;
	margin:0px;
}
.txt_box1 {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	font-weight: normal;
	height:60px;
	width:272px;
	float:right;
	margin:0px;
}
.select1 {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	font-weight: normal;
	height:25px;
	width:278px;
	float:right;
	margin:0px !important;
}
.button {
	height:25px;
	width:80px;
	border:none;
	cursor:pointer;
	color:#FFFFFF !important;
	font-family: Arial!important;
	border:1px solid #FFFFFF;
	font-weight:bold;
	box-shadow: 0px 3px 0px #262f34 !important;
	-moz-box-shadow: 0px 3px 0px #262f34 !important;
	-webkit-box-shadow: 0px 3px 0px #262f34 !important;
	float:right !important;
	margin-top:0px !important;
	margin-right:15px !important;
	background:#411806 !important;
}
.button:hover {
	background:#723f2a !important;
}
