/* CSS Document */

/*Browser Reset*/
*{margin:0px; padding:0px; text-decoration:none; border:none;}

/*GLOBAL STYLE*/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2d2923;
	background:url(../images/bg-sprite.jpg) left -330px repeat-x;
}
ul{
	list-style:none;
	}
	p{color:#494946;}
#PageWrapper{
	margin:48px auto 0px auto;
	width:980px;
	background:url(../images/wrapperbg.png) repeat-x left top #fff;
}
/*END OF GLOBAL STYLE*/

/*HEADER SECTION*/
#PageHeader{
	float:left;
	width:100%;
}

h2{ font-size:18px; color:#494946; margin:10px 30px 0px 30px}

/*menu section*/
.MainMenu{
	clear:both;
	width:100%;
	height:54px;
}
.MainMenuLeft{
	background:url(../images/bg-sprite.jpg) no-repeat left -168px;
	width:8px;	
	float:left;
	height:54px;
	display:block;
}
.MainMenuRight{
	background:url(../images/bg-sprite.jpg) no-repeat left -222px;
	width:8px;	
	float:left;
	height:54px;
	display:block;
}
.MainMenu ul{
	float:left;
	width:964px;
	background:url(../images/bg-sprite.jpg) repeat-x left -276px;
	height:54px;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
}
.MainMenu ul li{
	float:left;
	width:132px;
	background:url(../images/sprite-menu.png) no-repeat right -54px;
}
.MainMenu ul li a{
	float:left;
	width:131px;
	height:35px;
	padding:19px 0px 0px 0px;
	display:block;
	text-align:center;
	color:#67470b;
}
.MainMenu ul li a:hover{
	background:url(../images/sprite-menu.png) repeat-x left top;
}
.MainMenu ul li .active{
	background:url(../images/sprite-menu.png) repeat-x left top;
}
/*end of menu section*/
.BannerWrap{
	float:left;
	width:950px;
	height:344px;
	background:url(../images/banner-bg.gif) repeat-x left top #fff8eb;
	border:1px solid #8a8a8a;
	margin:0px 14px;
}
.BannerLeft, .BannerRight{
	float:left;
	width:50%;
	position:relative;
	text-align:center;
	
}
.logoposition{ position:absolute; z-index:2; top:20px; left:40px;}
.transparentbg{ background:url(../images/transparent-bg.png) no-repeat; width:437px; height:205px; position:relative; z-index:0; margin:90px auto 0 auto}
.transparentbg img{ margin:1px 6px 7px 1px; position:absolute; z-index:-1; left:0px; top:0px}
.BannerWrap h4{color:#945b06; margin:10px 0px 0px 0px; font-size:13px;}
/*END OF HEADER SECTION*/

/*CONTENT SECTION*/
#PageContent{
	float:left;
	width:980px;
	background:#fff;
	padding:5px 0px;
}

#PageContent p{
	padding:10px 30px;
}
.map{ float:right; margin-right:30px}

/*END OF CONTENT SECTION*/

/*FOOTER SECTION*/
#PageFooter{
	clear:both;
	width:100%;
}
.FooterLeft{
	float:left;
	width:8px;
	height:56px;
	display:block;
	background:url(../images/bg-sprite.jpg) left top no-repeat;
}
.FooterMiddle{
	width:964px;
	float:left;	
	height:56px;
	display:block;
	background:url(../images/bg-sprite.jpg) left -112px repeat-x;
	text-align:center;
}
.FooterMiddle p{
	margin:20px 0px 0px 0px;
	font-weight:bold;
	font-size:11px;
	text-align:center
}
.FooterMiddle p span{
	padding: 0px 10px;
	color:#402f1e;
}
.FooterRight{
	float:left;
	width:8px;
	height:56px;
	display:block;
	background:url(../images/bg-sprite.jpg) left -56px no-repeat;
}
/*END OF FOOTER SECTION*/
