﻿body.page {
	background: url(img/body_bg.jpg) repeat-x left top;
}
body.not-front {
	background: url(img/not_front_body_bg.jpg) repeat-x left top;
}

#page {
	
}

/*---------------------
 		header
 ---------------------*/
#header {
	width: 1014px;
	margin: 30px auto 8px;
	height: 117px;
	margin-bottom: 5px;
	position: relative;
	z-index: 9999;
	background: url(img/header_bg.png) no-repeat left top;
}
.not-front #header {
	height: 322px;
	margin-bottom: 0;
}
.no-sidebars #header {
	height: 117px;
}
.not-front #header #block-dybanners-0 img {
	bottom: 0;
	display: block;
	position: absolute;
	left: 5px;
}

#logo img {
	margin: 35px 0 0 28px;
}

#block-nodeblock-217 {
	position: absolute;
	top: 34px;
	right: 222px;
}

#block-search-0 {
	position: absolute;
	top: 30px;
	right: 80px;
}
#block-search-0 #edit-search-block-form-1-wrapper {
	float: left;
	margin: 0 7px 0 0;
}
#block-search-0 #edit-search-block-form-1-wrapper input {
	height: 20px;
	border: 1px solid #c0c0c0;
}

#block-search-0 .form-submit {
	display: block;
	width: 28px;
	height: 23px;
	float: left;
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
	color: #0066CC;
	font-size: 1px;
	background: url(img/magnifier.gif) no-repeat left 0px;
}

#block-lang_dropdown-0 {
	position: absolute;
	top: 30px;
	right: 20px;
}

#block-lang_dropdown-0 #edit-lang-dropdown-select_title {
	width: 47px;
	height: 23px;
	border: 0;
	padding: 0;
	cursor: pointer;
	background: url(img/select_language.png) no-repeat left top;
}

#block-lang_dropdown-0 #edit-lang-dropdown-select_title span.ddTitleText {
	display: block;
	padding: 2px 0 0 4px;
}

#block-lang_dropdown-0 #edit-lang-dropdown-select_arrow {
	visibility: hidden;
	display: none;
}

#block-nice_menus-1 {
	position: absolute;
	top: 80px;
	right: 0;
}

#block-nice_menus-1 #nice-menu-1 {
	width: auto;
	border: 0;
}

#block-nice_menus-1 li {
	float: left;
	width: auto;
	border: 0;
	background: none;
}

#block-nice_menus-1 li a {
	display: block;
	padding: 0;
	float: left;
	color: #4d4f53;
	padding-right: 10px;
	margin-right: 15px;
	background: url(img/menu_icon.png) no-repeat right bottom;
}
#block-nice_menus-1 li li {
	float: none;
}
#block-nice_menus-1 li li a {
	display: block;
	color: #4e4f53;
	float: none;
	height: 23px;
	line-height: 23px;
	text-indent: 7px;
	padding: 0;
	margin: 0 0 1px;
	background: url(img/nice_menu_bg.png) repeat;
}
#block-nice_menus-1 li li a:hover {
	color: #007aca;
	background: #fff;
	margin-bottom: 0;
	border-bottom: 2px solid #0079c8;
}
.i18n-en #block-nice_menus-1 li li a {
	font-size: 11px;
}
ul.nice-menu-right ul ul {
	left: 181px;
}

/*---------------------
 		main
 ---------------------*/
#main-wrapper {
	margin: 0 auto;
	width: 1004px;
}

/*---------------------
 		content
 ---------------------*/
.not-front #content {
	width: 720px;
	padding: 0 0 20px;
	float: right;
}
.no-sidebars #content {
	width: auto;
	float: none;
}


/*---------------------
	first-sidebar
 ---------------------*/
.region-sidebar-first {
	width: 243px;
	float: left;
}

#block-menu_block-1 {
	
	margin: 0 0 50px;
	padding: 0 0 20px;
}

#block-menu_block-1 .menu_block_left_title {
	padding: 7px 0 30px;
	margin-top: -48px;
	font-size: 16px;
	color: #4d4f53;
	background: url(img/side_title_bg.png) no-repeat left top;
	text-align: center;
	position: relative;
    letter-spacing: 2px;
	z-index: 21;
	display: none;
}
#block-menu_block-1 .menu_block_wrapper {
	margin: 20px 0 0;
}

#block-menu_block-1 ul {
	width: 200px;
	margin: 0 auto;
}
#block-menu_block-1 ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#block-menu_block-1 ul li ul {
	display: none;
}
#block-menu_block-1 ul li.active-trail ul {
	display: block;
}
#block-menu_block-1 ul li li {
	border: 0;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
#block-menu_block-1 ul li a {
	padding: 5px 0 7px 15px;
	
	display: block;
	
	line-height: 1.2;
	font-size: 13px;
	font-weight: bold;
}
#block-menu_block-1 ul li.expanded a {
	background: url('img/bluearrowright.gif') no-repeat left 8px;
}
#block-menu_block-1 ul li.expanded li a ,
#block-menu_block-1 ul li li a {
	font-weight: normal;
	background: none;
	padding-left: 30px;
	text-transform: none;
}

#block-menu_block-1 ul li a.active {
	color: #fff;
	padding-left: 20px;
	border-radius: 3px;
	background: #017AC9;
}
#block-menu_block-1 ul li.expanded a.active {
	background: #017AC9 url('img/whitearrowdown.gif') no-repeat 3px 9px;
}
#block-menu_block-1 ul li a:hover {
	color: #adafaf;
}

/*---------------------
	second-sidebar
 ---------------------*/
.region-sidebar-second {
	width: 211px;
	float: right;
} 

/*---------------------
 		footer
 ---------------------*/
#footer {
	width: 954px;
	padding: 5px 25px;
	margin: 0 auto 55px;
	background: #007ac9;
}

#footer #footer-message {
	color: #fff;
	font-size: 11px;
	float: right;
}

#block-dy_powered_link-0 {
	color: #000000;
    float: right;
    font-family: arial;
    font-size: 11px;
    margin: 10px -25px -35px 0;
    width: 178px;
	font-family: Arial, Helvetica, sans-serif;
}
#block-dy_powered_link-0 a {
	color: #4D4F53;
}
#block-dy_powered_link-0 .davyin_label {
	font-weight: bold;
	float: right;
	font-size: 12px;
}
#block-dy_powered_link-0 .davyin_powered_link div.davyin_msg {
	float: left;
}

#footer .region-footer ul {
	width: auto;
	border: 0;
}

#footer .region-footer li {
	float: left;
	background: none;
	border: 0;
	width: auto;
}

#footer .region-footer li a {
	padding: 0 10px;
	color: #fff;
	border-right: 1px solid #fff;
}

#footer .region-footer li.last a {
	border: 0;
}
