@charset "utf-8";
/* CSS Document */

*{
	font:bold 13px "Arial", "Helvetica", "Verdana";
}

/*remove the tap from the list*/
ul, ul li{
margin: 0px;
padding: 0px;
}

img{
	border: 0px;
}

body{
	margin:0;
	padding:0;
	background-color:#f8c07d;
	background:url(../images/background.gif) repeat-x #f8c07d;
}

#background{
	background-color:#f8c07d;
	background:url(../images/background2.png) repeat;
}

#container-box{
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	width: 952px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#container{
	width: 950px;
	border: solid #bbbbbb 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

#header{
	width: 950px;
	height: 25px;
	margin-bottom: 5px;
	background: url(../images/header.gif) no-repeat;
}

#banner{
	width: 950px;
	height: 155px;
	margin-bottom: 10px;
}

#top_menu{
	width: 950px;
	height: 40px;
	background: url(../images/menu-background.gif) no-repeat;
}

#top_menu ul{

	list-style:none;
	width: 950px;
	padding-top: 10px;
	text-align: center;
}

#top_menu ul li{
	padding-left: 5px;
	padding-right: 6px;
	display:inline;
	border: solid 0px #fef993;
	border-right-width: 1px;
}

#top_menu ul li a{
	font-size: 14px;
	*font-size: 13px;
	color: #fef993;
	text-decoration:none;
}

#top_menu ul li a:hover{
	color: #ffffff;
	text-decoration:underline;
}

#top_menu ul #tail{
	border-right-width: 0px;	
}

#content_box{
	width:948px;
	padding-bottom: 40px;
	background:url(../images/content_background.gif) repeat-y;
	margin-left: 2px;
}


#left_menu{
	float:left;
	margin-left: 32px;
	margin-right: 15px;
	width: 187px;
	height: 120%;
	background: url(../images/left_menu_background.gif) repeat-x;
}

#left_menu ul{
	padding: 10px;
	list-style:none;
}

#left_menu ul li{
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid #ffffff 0px;
	border-bottom-width: 2px;
}

#left_menu ul #bottom{
	border-bottom-width: 0px;	
}

#left_menu ul li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}

#left_menu ul li a:hover{
	color: #FFCC33;
}

#content{
	padding-top: 20px;	
}

#content h1{
	color: #A90000;
	font-size: 16px;
	border: 0px solid #F58500;
	border-bottom-width: 2px;
	margin-left: 234px;
}

#content .enquiry{
	/*text-align:center;*/
	font-size: 14px;	
	padding-left: 10px;
}

#left_content{
	float: left;
	width: 520px;	
}

#right_content{
	float:right;
	width: 180px;
	padding-top: 20px;
		
}

#right_content img{
	margin-bottom: 10px;	
}

#footer{
	background: url(../images/footer.png) no-repeat;
	width: 950px;
	height: 105px;
	text-align: right;
	vertical-align:bottom;
}

#footer #copyright{
	padding-top: 80px;
	padding-right: 50px;
	color: #ffffff;
	font-size: 10px;
}