body {
	margin: 0;
	padding: 0;
	background-color: #748907;
	font-family: arial, sans-serif;
	font-size: 0.9em;
}
h1, h2, h3, h4, h5, h6 {
	color: #3f4749;
}
h2 {
}
h3 {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: normal;
	color: #3f4749;
}
p {
	margin-bottom: 12px;
	color: #000;
}
a:link, a:visited {
	color: #7b9306;
}
a:hover, a:active {
	color: #c93400;
}
img {
}
#box {
	min-width: 980px;
	background: url("images/bg.gif") repeat-x left top #e9f3f4;
}
.center {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
.left {
	float: left;
	width: 250px;
}
.right {
	float: right;
	width: 650px;
}
#header {
	margin-bottom: -3px;
	position: relative;
	background: url("images/menu/bg.gif") repeat-x left bottom;
}
#header .center {
	position: relative;
	width: 980px;
	padding-top: 29px;
}
#logo {
	margin: 0;
	padding: 0;
	width: 280px;
	height: 93px;
	margin-left: 10px;
	margin-bottom: 33px;
	background: url("images/logo.gif") no-repeat left top;
}
#logo a {
	display: block;
	width: 267px;
	height: 80px;
}
#logo span {
	display: none;
}
#karusel {
	position: absolute;
	right: 32px;
	top: 6px;
	width: 386px;
	width: 650px;
	height: 136px;
}
#karusel #prev {
	position: absolute;
	left: 0;
	display: block;
	width: 24px;
	height: 136px;
	background: url("images/karusel/left_arrow.gif") no-repeat left top;
}
#karusel #next {
	position: absolute;
	right: 0;
	display: block;
	width: 24px;
	height: 136px;
	background: url("images/karusel/right_arrow.gif") no-repeat left top;
}
#karusel-layer {
	position: absolute;
	left: 24px;
	overflow: hidden;
	width: 338px;
	width: 602px;
	height: 136px;
}
#karusel-layer div {
	position: absolute;
	bottom: -1px;
	width: 1690px;
	height: 136px;
}
#karusel img {
	float: left;
	margin: 0;
	border: none;
}
#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 59px;
	z-index: 3;
	position: relative;
}
#menu li {
	float: left;
	height: 59px;
	background: url("images/menu/devider.gif") no-repeat right center;
}
#menu li.active {
	background: url("images/menu/selected.gif") no-repeat left top;
}
#menu li.last {
	background: none;
}
#menu a {
	display: block;
	height: 59px;
	width: 196px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#menu a:hover {
	font-weight: bold;
	background: url("images/menu/selected.gif") no-repeat left top;
}
#container {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	background-color: #ecf5f6;
}
#container .center {
	width: 916px;
	padding: 0 17px 17px 17px;
	border: 1px solid #d4d5d5;
	border-width: 0 1px;
	background-color: #fff;
}
.tab {
	margin-bottom: 15px;
}
.tab_menu {
	float: left;
	width: 100%;
}
.tab_menu li {
	float: left;
	width: 179px;
	height: 52px;
	margin-right: 2px;
	overflow: hidden;
	background: url("images/tabs/header_off.gif") no-repeat left top;
}
.tab_menu li.on {
	background: url("images/tabs/header.gif") no-repeat left top;
}
.tab_menu li a {
	line-height: 60px;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #11404f;
}
.tab .content {
	clear: both;
	background: url("images/block/rb_corner.gif") no-repeat right bottom #edeff0;
}
.tab .inner {
	padding: 10px 20px;
	background: url("images/block/lb_corner.gif") no-repeat left bottom;
}
.tab .info {
	display: none;	
}
.tab .info.first {
	display: block;	
}
.block {
	margin-bottom: 15px;
	background: url("images/block/head.gif") repeat-x left top;
}
.block h2.blocktitle {
	height: 52px;
	margin-bottom: 0;
	padding-left: 20px;
	background: url("images/block/lt_corner.gif") no-repeat left top;
}
.block h2.blocktitle span {
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	line-height: 56px;
	overflow: hidden;
	background: url("images/block/rt_corner.gif") no-repeat right top;
}
.block h2.blocktitle em.shadow {
	position: absolute;
	top: -1px;
	left: -1px;
	font-style: normal;
	color: #3f4749;
}
.block .content {
	background: url("images/block/rb_corner.gif") no-repeat right bottom #edeff0;
}
.block .inner {
	padding: 10px 20px;
	background: url("images/block/lb_corner.gif") no-repeat left bottom;
}
.navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navigation li {
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cdcfcf;
}
.navigation .first {
	border-top-width: 0;
}
.navigation .last {
	border-bottom-width: 0;
}
.navigation a {
	color: #3f4749;
	text-decoration: none;
}

#footer {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 0px;
	oveflow: hidden;
	background: url("images/footer/bg.gif") repeat-x left top;
}
#footer .center {
	width: 950px;
}
#footer p, #footer a {
	color: #d0da9c;
}
#footer p {
	clear: both;
}
#footer .block {
	float: left;
	oveflow: hidden;
	margin-bottom: 18px;
	background: url("images/footer/content_bg.gif") repeat-x left top #93aa1a;
}
#footer .block .content {
	float: left;
	oveflow: hidden;
	width: 100%;
	background: url("images/footer/right_corner.gif") no-repeat right bottom;
}
#footer .block .inner {
	float: left;
	oveflow: hidden;
	margin-bottom: 0;
	padding: 10px 16px 10px 36px;
	background: url("images/footer/left_corner.gif") no-repeat left bottom;
}
#footer .block p, #footer .block ul {
	color: #000;
}
#three {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
}
#three li {
	float: left;
	width: 33.2%;
	height: 37px;
}
#three a {
	line-height: 18px;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
}
.links {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	clear: both;
	width: 900px;
}
.links li {
	float: left;
	width: 33%;
	margin-bottom: 9px;
}
.links a {
	padding-left: 28px;
	font-size: 13px;
	color: #000;
	background: url("images/arrow.gif") no-repeat left center;
}
#footer .links a {
	color: #000;
}
#footer #copyrights {
	float: left;
	clear: none;
}
#footer #made_by {
	float: right;
	clear: none;
}
#servicelinks {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#servicelinks li {
	float:left;
	margin: 0 0 0 20px;
}

