@font-face {
    font-family: 'HelveticaLTStdCondRegular';
    src: url('../fonts/helveticaltstd-cond-webfont.eot');
    src: url('../fonts/helveticaltstd-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaltstd-cond-webfont.woff') format('woff'),
         url('../fonts/helveticaltstd-cond-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100%;
	margin: 0;
}
body
{
	font-family: arial;
	background: #fff;
	color: #000000;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

img { border: 0 none;z-index:-1; }

h1, h2, h3, h4 {
	margin: 0;
}

#bg { 
	position:fixed !important;  
    position: absolute; /*ie6 and above*/
	top: 0; 
	left: 0; 
	display: none; 
}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

#verticalcenter {
	border: 0;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 100%;
}

#all {
	/*background: url(../images/background.png);*/
	/*height: 912px;*/
	margin: 0 auto;
}

#header {
	overflow: auto;
	/*width: 1300px;*/
	height: 125px;
	position: relative;
}

#search {
	width: 100%;
	text-align: right;
}

#logo {
	background: url(../images/logo.png);
	width: 255px;
	height: 58px;
	position: absolute;
	bottom: 20px;
	left: 0;
}

#news {
	width: 360px;
	position: absolute;
	right: 10px;
	bottom: 30px;
	font-family: arial;
	font-size: 14px;
	text-align: right;
}

#wrapper {
	margin: 0 auto;
	width: 962px;
}

#topmenu {
	background: url(../images/topmenu.png) repeat-x;
	height: 48px;
	/*border: 1px solid #0E418C;*/
	margin-bottom: 20px;
	position: relative;
	z-index: 1000;
}

#topmenu ul.menu {
	color: white;
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border-right: 1px solid #0E418C;
	position: relative;
}

#topmenu a {
	color: white;
	text-decoration: none;
}

#topmenu ul.menu li  a{
	display: block;
	padding: 17px 35px 16px 35px;
}

#topmenu ul.menu li {
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	/*border-top: 1px solid #0E418C;
	border-bottom: 1px solid #0E418C;*/
}

#topmenu ul.menu li.first {
	border-left: 1px solid #0E418C;
}

#topmenu ul.menu li  a:hover {
	color: #0E418C;
	background: #f1f1f1;
}

#topmenu ul.menu li.active {
	background: rgb(0,174,239);
	background: rgba(0,174,239,0.8);
}

#topmenu ul.menu li ul {
	display: none;
	background:rgb(0,0,0);
	background: rgba(0,0,0,0.7);
	padding: 0;
	margin: 0;
	list-style: none;
	width: 200px;
	padding-top: 10px;
	position: absolute;
	float: left;
	zoom:1;
}

#topmenu ul.menu li ul li {
	width: 200px;
	float: left;
	position: relative;
}

#topmenu ul.menu li ul li a:hover {
	background: rgb(0,174,239);
	background: rgba(0,174,239,0.8);
	color: white;
}

#topmenu ul.menu li ul li ul {
	display: none;
	background: rgb(0,174,239);
	background: rgba(0,174,239,0.8);
	padding: 0;
	margin: 0;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 1000;
	float: left;
	zoom:1;
}

#topmenu ul.menu li ul li a {
	padding: 10px;
}

#topmenu ul.menu li ul li ul li a:hover {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.7);
	color: white;
}

#content {
	background: url(../images/content_back.png) no-repeat;
	margin: 0 auto;
	height: 468px;
}

#leftcolumn {
	width: 103px;
	height: 458px;
	float: left;
	padding: 5px 0 5px 5px;
	position: relative;
}

#maincolumn {
	float: left;
}

.maincontent {
	background: url(../images/back_trans.png);
	padding: 4px;
	position: relative;
	overflow: hidden;
	height: 448px;
	width: 942px;
	margin: 6px;
	font-family: arial;
	/*font-weight: bold;*/
	font-size: 16px;
}

.maincontent.right-column {
	width: 748px;
}

.maincontent.left-column {
	width: 834px;
}

.maincontent.both-column {
	width: 640px;
}

#rightcolumn {
	width: 190px;
	height: 458px;
	float: left;
	padding: 5px 4px 5px 0;
}

#leftcolumn #vtabs, #leftcolumn ul.menu{
	list-style: none;
	padding: 0;
	margin: 0;
	color: white;
	overflow: visible;
	#position: relative;
	#top: -50%;
	vertical-align: middle;
}

#leftcolumn #vtabs li, #leftcolumn ul.menu li {
	background: none;
	position: relative;
	width: 109px;
}

#leftcolumn #vtabs li a, #leftcolumn ul.menu li a{
	display: block;
	padding: 10px 0px 10px 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#leftcolumn #vtabs li a.selected, #leftcolumn ul.menu li.current a{
	background-color: white;
	background: url(../images/back_trans.png);
}

#leftcolumn ul.menu {
	list-style: none;
}

#leftcolumn ul.menu li.first {
	width: 103px !important;
}

#leftcolumn ul.menu li.first a{
	padding: 10px !important;
	text-decoration: underline !important;
	text-align: center;
}

#leftcolumn ul.menu li.first.current a{
	background: none !important;
}

#leftcolumn ul.menu li a:hover{
	color: rgb(0,174,239);
}

#rightcolumn #htabs {
	list-style: none;
	padding: 0;
	margin: 0;
	color: white;
	height: 45px;
}

#rightcolumn #htabs li {
	float: left;
	width: 63px;
}

#rightcolumn #htabs li a{
	display: block;
	padding: 15px 10px 15px 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#rightcolumn #htabs li a.selected{
	background: white;
	color: #0E418C;
}

#rightcolumn .htab-content {
	background: white;
	height: 393px;
	padding: 10px;
	overflow: hidden;
	position: relative;
}

#rightcolumn .htab-content a {
	color: #0066cc;
	text-decoration: none;
	font-weight: bold;
}


#footer1 {
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
}

#footer1 ul {
	margin: 0 auto;
	padding: 5px 0 5px 0;
	float: left;
	position: relative;
	list-style: none;
	left: 50%;
}

#footer1 li {
	float: left;
	position:relative;
	right: 50%;
	padding-right: 50px;
	text-align: center;
}

#footer2 {
	margin-top: 10px;
	background: #0E418C;
	height: 100px;
	clear: both;
}

#footer2 a {
	color: white;
	text-decoration: none;
}

#footer2 .center {
	width:962px;
	margin: 0 auto;
	color: white;
}

#footer2 #logo_footer {
	padding: 20px 0 0 0;
	float: left;
}

#footer2_right {
	padding: 30px 0 0 10px;
	float:left;
}

#footer2 .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer2 .menu  li{
	float: left;
	padding-right: 5px;
}

#footer2_phones {
	float: right;
	width: 190px;
	height: 30px;
	display: inline;
	margin: 20px 10px 20px 20px;
	font-size: 14px;
	font-weight: bold;
}

#footer2_phones .nivo-caption {
	background: none;
	top: 0;
	left: 0;
}

#footer2_phones img {
	display: none !important;
	position: relative;
	display: inline;
	float: right;
	margin: 4px;
}

#footer2_phones span {
	float: right;
	display: block;
	text-align: right;
}

form .search label {
	display: none;
}

.modal-box {
	background: rgb(25,25,25);
	background: rgba(25,25,25,0.8);
	position: absolute;
	right: 5px;
	top: 5px;
	color: white;
	padding: 30px 20px 20px 20px;
}

.modal-close {
	background: url(../images/close.png);
	height: 18px;
	width: 18px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.modal-box h1 {
	font-size: 30px;
	text-transform: uppercase;
}

.maincontent .modal-box {
	height: 388px;
	width: 350px;
}

.maincontent .modal-box p {
	font-size: 18px;
}