@charset "utf-8";
/* CSS Document */

body
{
	background:#000 ;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#bc9345;
	text-align:justify;
}
.maintable
{
	width:978px;
	margin:0 auto;
}
.logobg
{
	background:url(../images/logo_bg.jpg) no-repeat;
	width:809px;
	height:121px;
}
.menu
{
	background:url(../images/menu_bg.jpg) repeat-x;
	padding-top:5px;
}
.menu a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#caac2c;
	text-transform:uppercase;
	text-decoration:none;
	padding-left:8px;
	padding-right:8px;	
	font-weight:bold;
}
.menu a:hover
{
	color:#fce887;
}
.submenu
{
	text-align:center;
	padding-bottom:16px;

}
.submenu a
{
	text-decoration:none;
	color:#caac2c;
	padding-left:8px;
	padding-right:8px;	
}
.submenu a:hover
{
	text-decoration:none;
	color:#FFF;
}
.welcomebg
{
	background:url(../images/welcome_head_bg.jpg) center no-repeat;
	height:59px;
	text-align:center;
	font-size:18px;
	color:#feb403;
}
.whitetext
{
	font-size:18px;
	color:#fff;
}
.bodybg
{
	background:url(../images/bg_grad.jpg) repeat-y center;
}
.colmn1
{
	width:202px;
}
.colmn2
{
	width:34px;	
}
.colmn3
{
	width:714px;	
}
.footershadow
{
	background:url(../images/footershadow.jpg) no-repeat;
	height:19px;
}
.footerwhite
{
	text-align:center;
	color:#FFF;
}
.cornrightmid
{
	background:url(../images/corn_right_middle.gif) repeat-y;
}
.cornleftmid
{
	background:url(../images/corn_left_middle.gif) repeat-y;
}
.corntopmid
{
	background:url(../images/corn_top_middle.gif) repeat-x;
}
.cornbtmmid
{
	background:url(../images/corn_btm_middle.gif) repeat-x;
}
.cornbg
{
	background:#3b0208;
}
.dottedbox
{
	border:1px dashed #ca828a;
	padding:8px;
	color:#efbf62;
}
strong
{
	color:#efbf62;
}
.enq
{
	width:92px;
	border:1px solid #ab0014;
	background:#000;
	color:#FC3;
}
.button
{
	border:1px solid #C30;
	background:#6e000c;
	font-weight:bold;
	color:#efbf62;
}
.tableborder
{
padding: 2px 4px 2px 4px;
border: 1px solid #660000;
}
input, textarea, select
{
	border:1px solid #ab0014;
	background:#000;
	color:#FC3;
}