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

body {
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a{outline:none;}
#container {
	clear: both;
	width: 986px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 986px;
	height: 180px;
	clear: both;
}
.black  {
	background-color: #000;
	clear: both;
	height: 14px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#header .h-left {
	background-image: url(../images/header_left.png);
	height: 166px;
	width: 8px;
	float: left;
}
#header .h-mid {
	width: 970px;
	height: 166px;
	float: left;
	background-image: url(../images/header_main_bg.png);
	background-repeat: no-repeat;
}
#header .h-mid .bc-home {
	height: 108px;
	width: 638px;
	padding-top: 8px;
	float: left;
}
#header .h-mid .bc-home a {
	height: 108px;
	width: 638px;
	display: block;
}
#header .h-mid .h-info-right {
	float: right;
	width: 290px;
	height: 114px;
	padding: 5px;
	text-align: right;
}
#header .h-mid .h-info-right p {
	color: #333;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#header .h-mid .h-info-right p b {
	color: #02316e;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 45px;
}
#header .h-mid .h-info-right p .buttonse {
	background-image: url(../images/search-button.png);
	height: 21px;
	width: 59px;
	display: block;
	float: left;
	margin-top:3px;
}
#header .h-mid .h-info-right p a {
	font-size: 10px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
#header .h-mid .h-info-right p select {
	height: 22px;
	width: 120px;
}
#header .h-mid .h-info-right p .search {
	float: left;
	margin-right: 5px;
	display: block;
}
#header .h-mid .menu {
	width: 970px;
	clear: both;
	height: 37px;
}
#header .h-mid .menu .m-right {
	float: right;
	width: 280px;
	text-align: right;
	padding-right: 10px;
	padding-top:10px
}
#header .h-mid .menu .m-left {
	float: left;
	width: 645px;
	padding-left: 20px;
	padding-top:10px;
}
#header .h-mid .menu .m-left a {margin-right:20px;text-decoration:none;font-size:14px;color:#333333;}
#header .h-mid .menu .m-left a:hover {color:#07537a;}
#header .h-mid .menu .m-right a {margin-left:20px;text-decoration:none;font-size:14px;color:#333333;}
#header .h-mid .menu .m-right a:hover {color:#07537a;}
#header .h-right {
	background-image: url(../images/header_right.png);
	float: left;
	height: 166px;
	width: 8px;
}
#breadcrumb {
	width: 956px;
	clear: both;
	background-image: url(../images/central.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-top:5px;
	color:#333333;
	font-size:12px;
	padding-left:14px;
}
#breadcrumb a{color:#333333;font-size:12px;text-decoration:none;}
#breadcrumb a:hover{color:#07537a;}
#site-content {
	width: 970px;
	clear: both;
	background-image: url(../images/central.png);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 500px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 96px;
	width: 970px;
	clear:both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer-main.png);
}
#footer .copyright {
	height: 96px;
	width: 660px;
	padding-left: 10px;
	float: left;
}
#footer .copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 75px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer .paydetails {
	float: left;
	height: 96px;
	width: 290px;
	padding-right: 10px;
	background-image: url(../images/payment.gif);
	background-repeat: no-repeat;
	background-position: 75px 30px;
}