@charset "utf-8";
/* CSS Document */
body
{
	margin:0px;
	padding:0px;
	background:url(../images/main-pattern.jpg) repeat-x;
	background-attachment:fixed;
}
.top-header
{
	background:url(../images/header-img.jpg) no-repeat;
	width:886px;
	height:101px;
}
.footer-bg
{
	background:url(../images/footer.jpg) repeat-x;
	height:137px;
	
}
.text-heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
	text-align:left;
	font-weight:bold;
}
.text-heading a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
}
.text-heading a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #06C;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
}
.main-text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#333;
	line-height:20px;
}
.main-text a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#333;
	text-decoration: underline;
}
.menu-bg-1
{
	background:url(../images/menu-top.jpg) no-repeat;
	width:241px;
	height:72px;
}
.menu-bg-2
{
	background:url(../images/menu-center.jpg) no-repeat;
	width:241px;
	height:61px;
}
.menu-bg-3
{
	background:url(../images/menu-bottom.jpg) no-repeat;
	width:241px;
	height:74px;
}
.topmenu-text
{
		font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#ffffff;
}
.topmenu-text a
{
		font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
}
.topmenu-text a:hover
{
		font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#ffffff;
	text-decoration: underline;
}