/* Start of CMSMS style sheet 'default' */
body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
.bodyDU {
	width: 960px;
	height: auto;
	margin: 0 auto;
	z-index:1;
	position:relative;
}
#background {
	background: url('../images/checkered_bg.png') repeat-x #f9f9f9;
	z-index:1;
	position:relative;
}
.clear {
	clear: both;
}
.news_content h3 {
	color: #119bc0;
	font-family: Tahoma;
line-height: 30px;
    margin: 0;
}
img {
	border: 0px;
}

/* Anchors */
#navigation {
	position:relative;
	z-index:3;
	margin:-2px 0 0 0;


}
#navigation {
border-radius:0 0 10px 10px; -moz-border-radius:0 0 10px 10p; -khtml-border-radius:0 0 10px 10p; -webkit-border-radius:0 0 10px 10p; -o-border-radius:0 0 10px 10p;
overflow: hidden;
}


#navigation a {
	text-decoration: none;
}
#navigation ul li a:hover, li a#menuactive{
	background-image: url('../images/navigation_active_button.png');
	background-repeat: no-repeat;
	width: 158px;
	height: 28px;

}
#mini_navigation ul li a {
	color: #7a7a7a;
	text-decoration: none;
}
#mini_navigation ul li a:hover, #mini_navigation ul li.mini_navigation_active a {
	color: #0094bb;
	
}
#sidebar_panel a {
	color: #666666;
}	
#footer_navigation a {
	color: #333333;
	text-decoration: none;
}
#poll_results_link a {
	color: #666666;
	text-decoration: none;
}
#footer_navigation ul li a:hover {
	text-decoration: underline;
}

/* Header */
#header {
	width: 100%;
	height: 72px;
	background:url('../images/top_bg.png') repeat-x;
	position:relative;
	z-index:2;
}
#logo {
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	width: 38px;
	height: 41px;
	float: left;
	margin: 15px 15px 0 19px;
}
#slogan {
	color: #464747;
	font-family: Tahoma;
	font-size: 16px;
	margin: 23px 0 0 0;
	float: left;
}
#slogan i {
	color: #0094bb;
	font-style: normal;
}
#search {
	float: right;
	margin: 18px 0 0 0;
}
#search_input {
	background-image: url('../images/search_input.png');
	background-color: transparent;
	background-repeat: no-repeat;
	width: 115px;
	height: 35px;
	color: #999999;
	font-family: Tahoma;
	font-size: 11px;
	padding: 0 12px 0 12px;
	margin: 1px 0 0 0;
	float: right;
	border: 0px;
}
#search_button {
	background-image: url('../images/search_button.png');
	background-color: transparent;
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
	border: 0px;
	padding: 0px;
	margin: 1px 0 0 3px;
	float: right;
cursor:pointer;
}

/* Navigation */
#navigation_left_button {
	background-image: url('../images/navigation_left_button.png');
	background-repeat: no-repeat;
}
.navigation_button {
	background-image: url('../images/navigation_button.png');
	background-repeat: no-repeat;
}
#navigation_right_button {
	background-image: url('../images/navigation_right_button.png');
	background-repeat: no-repeat;
}
#navigation ul {
	padding: 0px;
	margin: 0px;
}
#navigation ul li {
	display: inline;
}
#navigation_left_button, .navigation_button, #navigation_right_button {
	width: 158px;
	height: 28px;
	float: left;
	margin: 0 2px 0 0;
	color: white;
	font-family: Tahoma;
	font-size: 13px;
	text-shadow: 1px 1px #038bb2;
	text-align: center;
	padding: 11px 0 0 0;
}

/* Left sidebar */
#left_sidebar {
	width: 183px;
	height: 300px;
	margin: 24px 12px 0 0;
}
#mini_navigation {
	margin: 0 0 24px 0;
	font-family: Tahoma;
	font-size: 15px;
}
#mini_navigation ul {
	padding: 0px;
	margin: 0px;	
}
#left_sidebar ul
{
list-style:none;
padding:0;
}
#left_sidebar ul li
{
text-align:center;
}
#mini_navigation ul li {
	background: url('../images/mini_navigation_bg.png') repeat-x bottom #fff;
	border-left: 1px solid #e7e7e7; 
	border-right: 1px solid #e7e7e7;
	display: block;
	line-height:18px;
	
}
#mini_navigation ul li a {
	display:block;
	padding:14px 0 14px 16px;
}
#mini_navigation ul li:first-child {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}
.mini_navigation_button_text {
	margin: 0 0 0 16px;
}
#first_mini_navigation_text, #second_mini_navigation_text {
	margin: 13px 0 0 16px;
	display: inline-block;
}
#third_mini_navigation_text {
	margin: 2px 0 0 16px;
	display: inline-block;
}
.sidebar_panel {
	background-image: url('../images/sidebar_panel_bg.png');
	background-repeat: repeat-y;
	width: 184px;
	height: auto;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
	color: #666666;
	font-family: Tahoma;
	font-size: 12px;
}
.sidebar_panel_title {
	color: #119bc0;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 0 13px;
}
.grey_dots {
	background-image: url('../images/grey_dots.png');
	background-repeat: repeat-x;
	height: 10px;
	margin: 10px 0 0 8px;
}
#sidebar_grey_dots {
	width: 90px;
}
.sidebar_panel_title, .grey_dots {
	float: left;
}
.grey_line {
	background-color: #e8e8e8;
	width: 100%;
	height: 1px;
	margin: 7px 0 0 0;
}
.sidebar_panel_bottom {
	background-image: url('../images/sidebar_panel_bottom.png');
	background-repeat: no-repeat;
	width: 184px;	
	height: 8px;
}
#poll_question {
	width: 154px;
	height: auto;
	margin: 5px auto 0 auto;
	font-size: 12px;
	font-weight: bold;
}
#pollcontent_1 {
	width: 154px;
	height: auto;
	margin: 15px auto 0 auto;
	padding: 0 0 15px 0;
}

#pollcontent_1 input[type="submit"]{
	background-image: url('../images/blue_button.png');
	background-color: transparent;
	background-repeat: no-repeat;
	width: 123px;
	height: 28px;
	border: 0px;
	margin: 10px 0 0 17px;
	color: #eef9fb;
	font-family: Tahoma;
	font-size: 13px;
	text-shadow: 1px 1px #027d9d;
	padding: 0 0 3px 0;
}
#poll_results_link {
	text-align: center;
	padding: 0 0 10px 0;
	margin: -5px 0 0 0;
}
#poll_form_radio {
	margin: 0 0 10px 0;
}

/* Content */
#content {
	width: 562px;
min-height: 850px;
	margin: 24px 12px 0 0;
}
.news_block {
	background-image: url('../images/news_block_bg.png');
	background-repeat: repeat-y;
	width: 562px;
	height: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 24px 0;
}
#path {
	color: #666666;
	font-family: Tahoma;
	font-size: 12px;
	padding: 13px 0 5px 20px;
}
#path a {
	color: #666666;
	text-decoration:none;
	}
	#path a:hover
	{
	text-decoration:underline;
	}
#path i {
	color: #333333;
	font-style: normal;
}
.news_title
{
background: url(../assets/images/grey_dots.png) repeat-x scroll center center transparent; height: 28px; margin: 0px 10px -7px 1px;
}
.news_title h1 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #119BC0;
    float: left;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    margin: 4px 0 0;
    padding: 0 10px 0 23px;
}

#news_grey_dots {
	width: 400px;
}
.news_content {
	margin: 0 10px 0 20px;
	padding: 0 0 20px 0;
	color: #666666;
	font-family: Tahoma;
min-height: 1105px;
	font-size: 13px;
}
.news_block_bottom {
	background-image: url('../images/news_block_bottom.png');
	background-repeat: no-repeat;
	width: 562px;
	height: 8px;
}
.news_content img{
	padding: 3px;
	display: inline-block;
}
img.alignright {
	float: right; 
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left; 
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

/* Right sidebar */
#right_sidebar {
	width: 183px;
	height: 300px;
	 margin-top: 12px;
}
#right_sidebar ul {
	padding: 0px;
	margin: 0px;
	list-style:none;
}
#right_sidebar ul li {
padding: 10px;
    text-align: center;
}


#left_sidebar, #content, #right_sidebar {
	float: left;
}

/* Footer */
#footer {
	background-color: #fff;
	background-repeat: no-repeat;
	width: 100%;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	color: #333333;
	font-family: Tahoma;
	font-size: 14px;
}
#footer_navigation, #contacts, #partners {
	margin: 22px 0 0 0;
}
.footer_part_title {
	color: #02a0ce;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.dashed_line {
	color: #c6c6c6;
	font-family: Tahoma;
	font-size: 16px;
	margin: -7px 0 0 0;
}
#footer_navigation ul {
	list-style-image: url('../images/blue_arrow.png');
	padding: 0 0 0 15px;
	margin: -5px 0 0 2px;
}
#footer_navigation ul li {
	padding: 10px 0 0 0;
}
#footer_navigation, #contacts, #partners {
	float: left;
}
#footer_navigation {
	width:155px;
}
#contacts {
	width:447px;
	margin-left:-15px;
	margin-right:-15px;
}
#partners {
	width:250px;
}
.vertical_grey_line {
	background: url('../images/vertical_grey_line.png') no-repeat center top;
	width: 69px;
	height: 178px;
	margin: 35px 0 0 0;
	float: left;
	
}
#google_map {
	background-image: url('../images/google_map.png');
	background-repeat: no-repeat;
	width: 222px;
	height: 111px;
	float:right!important;
	border: 3px solid #c7c7c7;
	margin: -11px 0 0 0;
}
#contacts_info, #google_map {
	float: left;
}
#contacts_info {
	width:210px;
}
#partners_logos {
	width: 250px;
	padding:0 0 15px 0;
}
#partners_logos img
{

}
#partners_logos a {
	display:block;
	float:left;
	text-align:center;
	width:125px;
	height:49px;
}
#partners_logos a span {
	display: table-cell;
	height:49px;
	width:125px;
	vertical-align:middle;
}

#copyright, #solution {
	color: #333333;
	font-family: Tahoma;
	font-size: 13px;
	padding: 10px 0 10px 0;
}
#copyright {
	float: left;
}
#solution {
	float: right;
}
h4 {margin:0;}
h4 a {text-decoration:none; color:#119BC0}
.news_content a {color:#119BC0}
#more a {text-decoration:none; color:#666666}
.calltoaction {
width: 502px;
background: #0051A3;
color: #ffffff;
padding: 0 15px;
}
.calltoaction textarea, .calltoaction input[type=text] {

width: 100%;
}
.calltoaction textarea {
height: 150px;
margin-bottom: 15px;
}
.calltoaction fieldset {
padding:0;
margin:0;
border: none;
}
.calltoaction input {
margin-bottom: 8px;
}
.calltoaction .submit input {
width: auto;
}
.calltoaction legend {
font-size: 18px;
margin-bottom: 15px;
}
.calltoaction label { display: block; }
/* End of 'default' */

