@CHARSET "UTF-8";

body {
	text-align: center;
	background-image: url("../img/background.png");
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
	background-color: #4fadc6;
}

a img {
	border:0px;
}

* {
	margin:0px;
	padding:0px;
}

#container {
	width:897px;
	margin: 0 auto;
	text-align:left;
	height:500px;
	padding-bottom:32px;
}

#left-column{
	width:232px;
	float:left;
	height:auto;
	padding-top:5px;
}
#left-column .logo {
	border-left: 5px solid #c9edf6;
	padding-left:1px;
	background-color: #fff;
}
#left-column ul {
	margin-top: 3px;
	list-style: none;
	background-image: url("../img/menu-border.png");
	background-repeat: repeat-y;
	padding-top:17px;
	padding-bottom: 13px;
	position: relative;
}
#left-column ul li {
	font-family:Arial;
	font-size:16px;
	color:#fff;
	text-transform: uppercase;
	line-height:20px;
	z-index: 1000;
	position: relative;
	left:-14px;
	padding-left:30px;
}
#left-column ul li a{
	color: #c9edf6;
	text-decoration: none;
}
#left-column ul li a:hover{
	color:#fff;
}
#left-column ul li.selected {
	background-image: url("../img/left-menu-bullet.png");
	background-repeat: no-repeat;
	background-position: 16px 7px;
}
#left-column ul li.selected a {
	color:#fff;
}

#left-column .news{
	margin-top: 3px;
	background-image: url("../img/menu-border.png");
	background-repeat: repeat-y;
	padding-left:16px;
	padding-top:12px;
	padding-bottom: 13px;
	height:auto;
}
#left-column .news .container{
	padding-top:4px;
	padding-left:12px;
	width:205px;
	background-image: url("../img/news-back.png");
	background-position: left top;
	background-repeat: no-repeat;
}
#left-column .news h2 {
	font-family: Arial;
	font-size:14px;
	color: #fff;
	text-transform: uppercase;
	font-weight:normal;
	line-height: 20px;
}
#left-column .news .container ul {
	list-style: none;
	background-image: none;
	background-color:#fff;
	width:178px;
	padding:0px;
	padding-top:4px;
}
#left-column .news .container ul li {
	color:#000;
	background-image:url("../img/news-bullet.png");
	background-repeat:no-repeat;
	background-position: 20px 7px;
	font-family: Arial;
	font-size:11px;
	text-transform: none;
	padding-left:20px;
	text-indent:10px;
	padding-bottom:10px;
}
#left-column .news .container ul li h3{
	font-style: italic;
	color:#676767;
	font-size:11px;
	font-weight: normal;
}
#left-column .news .container ul li p {
	font-style: normal;
	font-size:11px;
	line-height:13px;
	text-indent:0px;
}
#left-column .news .container ul li p a{
	color:#24829a;
	text-decoration:none;	
}
#left-column .news .container ul li p a:hover{
	text-decoration:underline;	
}


#header {
	float:left;
	width:541px;
	height:192px;
	.height:228px;
	background-image: url("../img/header.png");
	padding-top:36px;
}

#header h1 {
	font-family: Arial;
	font-size:30px;
	font-weight: normal;
	color:#fff;	
	text-indent: 30px;	
}
#header h2 {
	font-family: Arial;
	font-size:24px;
	font-weight: normal;
	color:#fff;		
	text-indent: 30px;
	line-height: 36px;
}


#right-column{
	padding-left:10px;
	width:111px;
	float:right;
	color: #fff;
	line-height:11px;
	padding-top:6px;
}
#right-column .right-menu {
	height:35px;
	overflow:hidden;
}
#right-column .right-menu a {
	text-decoration: none;
	color:#fff;
	font-size:11px;
	font-family:Arial;
}
#right-column .right-menu a.mail {
	background-image: url("../img/webmail-icon.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:22px;
	height:35px;
	width:50px;
	.width:45px;
	display:block;
	text-align:center;
	float:left;
	overflow:hidden;
}
#right-column .right-menu a.login {
	background-image: url("../img/clients-icon.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:22px;
	height:35px;
	width:50px;
	.width:49px;
	display:block;
	text-align:center;
	float:left;
}
#right-column .right-menu span {
	padding-top:22px;
	height:35px;
	width:11px;
	display:block;
	text-align:center;
	float:left;
	overflow:hidden;
	.width:7px;
}

#right-column .anrc {
	color:#fff;
	padding-top:40px;
	font-size:10px;
	font-weight:bold;
	font-family:Arial;
	text-align:center;
	line-height:22px;
}

#right-column .partners{
	margin-top: 3px;
	padding-top:12px;
	padding-bottom: 13px;
	height:auto;
}
#right-column .partners .container{
	padding-top:4px;
	padding-left:6px;
	width:109px;
	background-image: url("../img/partners-back.png");
	background-position: left top;
	background-repeat: no-repeat;
}
#right-column .partners h2 {
	font-family: Arial;
	font-size:14px;
	color: #fff;
	text-transform: uppercase;
	font-weight:normal;
	line-height: 20px;
}

#right-column .partners .container .logos{
	background-color:#fff;
	width:95px;
	text-align:center;
	padding-top:8px;
	margin-top:2px;
}

#right-column .partners .container .logos img {
	margin-bottom:22px;
}

#content{
	width:518px;
	min-height:600px;
	height:600px;
	.width:535px;
	float:left;
	background-color:#475d68;
	padding: 4px 10px 2px 10px;
	color:#fff;
	font-size:12px;
	font-family:Tahoma;
}
div[id] #content {
	height:auto;
}

#content .bread-crumbs {
	list-style: none;
	font-size:11px;
	font-family:Arial;
	display:block;
	background-color: #62757f;
	padding:2px 2px 2px 5px;
	height:14px;
	.height:10px;
	border-left: 3px solid #fff;
	margin-bottom:4px;
}
#content .bread-crumbs li {
	background-image: url("../img/bread-bullet.png");
	background-repeat:no-repeat;
	background-position:left center;
	float:left;
	text-indent: 8px;
	margin:0px 8px 0px 0px;;
	color: #fff;	
}
#content .bread-crumbs li a {
	color:#fff;
	text-decoration: none;
}
#content .bread-crumbs li a:hover{
	text-decoration:underline;
}


#content h1 {
	border-left:3px solid #fff;
	height:35px;
	line-height:35px;
	font-size:18px;
	font-weight: normal;
	text-indent: 9px;
	margin: 3px 0px 3px;
}

#content h2 {
	border-left:3px solid #c9edf6;
	height:22px;
	line-height:22px;
	font-size:14px;
	font-weight: normal;
	text-indent: 9px;
	color:#c9edf6;
	margin: 3px 0px 3px;
}

#content h3 {
	border-left:3px solid #8fc9d8;
	height:17px;
	line-height:17px;
	font-size:12px;
	font-weight: normal;
	text-indent: 9px;
	color:#8fc9d8;
	margin: 3px 0px 3px;
}

#content p {
	margin-top:16px;
	margin-bottom:16px;	
}

#content a {
	color:#fff;
}

#content ol {
	color: #c9edf6;
	list-style-position: inside;
}

#content ol li span{
	color: #fff;
}
#content ol li{
	margin: 6px 0px 6px;
}

#content ul {
	color: #8fc9d8;
	list-style-position: inside;
}

#content ul li span{
	color: #fff;
}

#content ul li{
	margin: 6px 0px 6px;
}

#content ul li span{
	color: #fff;
}

#content ul.list {
	color: #c9edf6;
	list-style: none;
}
#content #content ul.list li {
	border-left:3px solid #c9edf6;
	text-indent: 10px;
	.text-indent: -4px;
	margin: 3px 0px 3px;
}

#content q {
	background-color: #5a6e77;
	background-image: url("../img/quote-back.png");
	background-position: left top;
	background-repeat:no-repeat;
	font-style:italic;
	font-size: 11px;
	padding: 8px 4px 8px 36px;
	display:block;
	margin:16px 32px 16px 32px;
	quotes: none;
}

#content table {
	padding:0px;
}

#content table th {
	background-image: url("../img/th-back.png");
	background-repeat: repeat-x;
	height: 26px;
	padding-left: 12px;
	padding-right: 12px;
	text-align:center;
	font-family: Tahoma;
	font-size:12px;
	border:1px solid #4fadc6;
	color: #fff;	
}

#content table td {
	height: 32px;
	padding-left: 2px;
	padding-right: 2px;
	text-align:left;
	font-family: Tahoma;
	font-size:12px;
	color: #c9edf6;	
	text-align:center;	
	background-color:#fff;
	color:#000040;
}

#content table .selected {
	padding-left: 5px;
	padding-right: 5px;
	color:#fff;
	background-color: #c56405;
	text-align:left;
	font-weight:bold;
}

#content img {
	border:5px solid #657882; 
	margin-bottom:8px;
}

#content .left-photo {
	float:left;
	margin-right:16px;
}

#content .right-photo {
	float:right;
	margin-left:16px;
}

#footer {
	clear:both;
	padding: 4px 0px 4px 230px;
	color: #effbfe;
	font-size: 11px;
}

.clear{
	clear: both;
}

.map {
	border:1px solid #f0f0f0;
	width:518px;
	height: 400px;
}

.map * {
	border:0px !important;
	color:#000 !important;
	padding:0 !important;
	margin:0 !important;
}

dl#contact {
	padding:8px 0px 8px;
}
dl#contact dt {
	padding-bottom:4px;
}
dl#contact dd {
	padding-bottom:6px;
}
dl#contact dd select{
	width:250px;
}
dl#contact dd input{
	width:250px;
}
dl#contact dd textarea{
	width:518px;
	height:250px;
}
input.button {
	width:75px;
	height:25px;
	line-height:25px;
	border:0px;
	font-size:12px;
	text-align:center;
	background-image: url(../img/button.png);
	background-repeat: no-repeat;
	color:#E4E8E9;
	font-weight: bold;
}
.advantages {
	list-style: none;
	margin-top:8px;
}
.advantages li {
	clear:both;
	padding-bottom:10px;
}
.advantages li img {
	border:0px !important;
	float:left;
	margin-right:16px;
}
.advantages li h2 {
	margin-left:80px;
	display:inline;
	padding-left:8px;
}
.advantages li p {
	margin-top:0px !important;
	margin-bottom:0px !important;
	font-size:11px;
}
.advantage-icon{
	border:0px !important;
	float:left;
	margin-right:16px;
	margin-top:4px;
}
.advantage {
	margin-top:16px;
}
.advantage h1{
	display:inline;
	padding-left:8px;
}
.advantage p {
	margin-top:0px !important;
} 

.promo-adv {
	margin-top:16px;
	list-style:none;
	clear:both;
	height:110px;
}
.promo-adv li {
	float:left;
	display:block;
	text-align:center;
	width:125px;
	height:110px;
}
.promo-adv li img {
	border:0px !important;
}

.promo-subs {
	margin-top:16px;
	list-style:none;
	clear:both;
	height:100px;
	clear:both;
}
.promo-subs li {
	float:left;
	display:block;
	text-align:center;
	width:171px;
	height:100px;
}
.promo-subs li img {
	border:0px !important;
}

.date{
	font-style: italic;
	font-size:11px;
	color:#8fc9d8;
}