/* COMMON */
*{
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}
.cb{clear:both;}

html, body {
	width:100%;
	height:100%;
	background-color: #bcdcef;
	overflow: auto;
	font: 12px Arial, sans-serif;
}
* html #contentWrapper {
	height: 100%;
}
#contentWrapper{
	position: relative;
	min-height: 100%;
	background: url("/img/contentShadow.png") repeat-y top center transparent;
	min-width: 1000px;
}
.fontMP, .fontG{font-family: Arial;}

.fontMP p {
	top: -17px;
}

/* HEADER */
#header{
	background: url("/img/headerBg2.jpg") no-repeat top center transparent;
}
#headerContent{
	width: 1000px;
	margin: 0 auto;
	height: 366px;
	position: relative;
}
#headerLeft, #headerLeft.ru{
	float: left;
	height: 64px;
	width: 591px;
	background: url("/img/header3ru.png") no-repeat left top	transparent;
	margin-top: 25px;
	margin-left: 27px;
}
#headerLeft.az{
	background: url("/img/header3az.png") no-repeat left top	transparent;
	width: 360px;
	height: 75px;
	margin-top: 22px;
}
#headerLeft.en{
	background: url("/img/header3en.png") no-repeat left top	transparent;
	width: 663px;
	height: 46px;
	margin-top: 35px;
}
#headerSubCaption{
	position: absolute;
	left:50%;
}
#headerSubCaption.az{
	background: url("/img/headerSubCaption_AZ.png") no-repeat left top	transparent;
	width: 190px;
	height: 19px;
	margin-left: -95px;
	bottom: 5px;
}
#headerSubCaption.en{
	background: url("/img/headerSubCaption_EN.png") no-repeat left top	transparent;
	width: 98px;
	height: 23px;
	margin-left: -49px;
	bottom: 2px;
}
#headerSubCaption.ru{
	background: url("/img/headerSubCaption_RU.png") no-repeat left top	transparent;
	width: 133px;
	height: 22px;
	margin-left: -66px;
	bottom: 2px;
}
#headerRight{
	margin-top: 61px;
	margin-right: 42px;
	float: right;
}
#searchForm{
	height: 29px;
	width: 222px;
	background: url("/img/searchFormBg.png") no-repeat left top	transparent;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
#searchQuery{
	color: #ebebeb;
	font: 12px Arial;
	border: none;
	background: none;
	width: 179px;
	height: 20px;
	margin: 5px 0 0 7px;
	vertical-align: top;
}
#searchSubmit{
	width: 30px;
	height: 24px;
	background: url("/img/searchSubmit.png") no-repeat left top	transparent;
	cursor: pointer;
	margin-top: 3px;
}
#languageForm{
	position: relative;
	float: left;
}

#languageContainer{
	position: absolute;
	top:0;
	left: 0;
	width: 44px;
	height: 29px;
	background: url("/img/languageBg.png") no-repeat left top transparent;
	cursor: pointer;
	overflow: hidden;
}
#languageContainer.opened{
	height: 122px;
	background-position: -44px top;
}
#languageActive{
	width: 19px;
	height: 10px;
	border: 1px solid #2c6897;
	position: absolute;
	top: 9px;
	left: 6px;
	background-repeat: no-repeat;
	background-image: url("/img/languageActiveFlags.png");
	background-color: transparent;
}
#languageActive.az{background-position: left top}
#languageActive.ru{background-position: left -10px}
#languageActive.en{background-position: left -20px}

#languageList{
	position: absolute;
	width: 44px;
	height: 93px;
	left: 0;
	top:29px;
}
#languageList a{
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url("/img/languageListFlags.png");
	background-color: transparent;
	width: 44px;
	height: 31px;
	overflow: hidden;
	text-indent: 100px;
}
#languageList a.az{background-position: 6px 8px}
#languageList a.ru{background-position: 6px -20px}
#languageList a.en{background-position: 6px -48px}

/* BODY */
#contentOuter{
	min-width: 1000px;
	max-width: 1024px;
	margin: 0 auto;
}
#sidebar{
	float: left;
	width: 246px;
	margin-right: 19px;
}
#sidebar2{
	float: right;
	width: 246px;
	margin-left: 19px;
}
#mainMenu ul{
	list-style: none;
	color: #bcdcef;
}
#mainMenu li{
	width: 246px;
	background: url("/img/mainMenuBg.png") no-repeat left -30px transparent;
	/*height: 30px;*/
}
#mainMenu li ul{
	display: none;
}
#mainMenu > ul > li.active{
	background-position: left top;
}
#mainMenu li.active > a{
	font-weight: bold;
}
#mainMenu li.opened ul{
	display: block;
}
#mainMenu li a{
	color: #fff;
	width: 203px;
	padding-left: 43px;
	padding-top: 6px;
	height: 24px;
	display: block;
	font-size: 16px;
	text-decoration: none;
}
#mainMenu li ul li{
	width: 246px;
	background: url("/img/mainMenuBg.png") no-repeat left -60px transparent;
	height: 30px;
}

.sidebarContact{
	padding-top: 20px;
	font-size: 16px;
}
.sidebarContact > div{
	margin-bottom: 10px;
}
.sidebarContact a{
	color: #20487F;
}

#pictureBlock{
	padding-left: 10px;
}
#pictureBlock img{
	display: block;
	border: 1px solid #d5d5d5;
	width: 234px;
	margin-top: 10px;
}
#pictureBlock img:first-child{
	margin-top: 0;
}
#pictureBlock a{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #20487f;
	display: block;
}
#request{
	/*height: 80px;*/
	padding: 20px 0;
}
#request .requestButton{
	text-align: center;
	text-decoration: none;
	margin-left: 10px;
	display: block;
	width: 220px;
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
	height: 30px;
	background: url("/img/requestButton.png") no-repeat left top transparent;
}
.requestButton + .requestButton{
	margin-top: 10px;
}
#content{
	padding-top: 25px;
	float: left;
	/*width: 735px;*/
	width: 494px;
}
#content p{
	font: 12px/17px Arial;
	color: #555;
	margin-bottom: 18px;
}
#content img{
	float: left;
	border: 3px solid #cbcbcb;
	margin: 3px 20px 20px 0;
}
.separator{
	height: 7px;
	width: 100%;
	background: url("/img/contentSeparator.png") no-repeat top center transparent;
	margin-top: 24px;
}
.smallSeparator{
	height: 1px;
	width: 100%;
	background-color: #d5d5d5;
}

/* FOOTER */
#footer {
	position: relative;
	height: 103px;
	margin-top: -103px;
	background: url("/img/footerBg.jpg") no-repeat bottom center;
	color: #20487f;
}
#footerBuffer{height: 140px;}
#footerContent{
	width: 1000px;
	margin: 0 auto;
	height: 100%;
}
#footerLeft{
	padding-top: 36px;
	font-size: 14px;
	float: left;
}
#footerRight{
	padding-top: 33px;
	font-size: 15px;
	float: right;
	text-align: right;
}
#footerContent .footerBottom{
	padding-top: 7px;
}
#LIbanner{
	margin: 0 auto;
	width: 1000px;
}

/* MAIN PAGE */
.mainPageNews{
	margin-top: 19px;
}
.caption{
	color: #20487f;
	font-size: 30px;
	text-align: center;
}
.mainPageNewsList{
	margin-top: 19px;
	list-style: none;
}
.mainPageNewsList li{
	margin-top: 15px;
}
.mainPageNewsList li:first-child{
	margin-top: 0;
}
.mainPageNewsList li .imageWrapper, .newsRead .imageWrapper{
	width: 142px;
	height: 100px;
	margin-right: 20px;
	float: left;
}
.mainPageNewsList li .imageWrapper img, .newsRead .imageWrapper img{
	border: 1px solid #cbcbcb !important;
	float: none !important;
	margin: 2px 0 0 0 !important;
	width: 140px;
	height: 98px;
}
.mainPageNewsList li .textWrapper{
	float: left;
	/*width: 570px*/
	width: 332px;
}
.mainPageNewsList li .textWrapper .textDate, .newsRead .textWrapper .textDate{
	color: #555;
	font: bold 12px Arial;
}
.mainPageNewsList li .textWrapper .textCaption, .newsRead .textWrapper .textCaption{
	color: #1b6db5;
	font: bold 14px Arial;
	margin: 3px 0 9px;
}
.mainPageNewsList li .textWrapper .textCaption a:link, .mainPageNewsList li .textWrapper .textCaption a:visited{
	color: #1b6db5;
	text-decoration: none;
}
.mainPageNewsList li .textWrapper .textCaption a:hover, .mainPageNewsList li .textWrapper .textCaption a:active{
	color: #1b6db5;
}
.mainPageNewsList li .textWrapper .textBody, .newsRead .textWrapper .textBody{
	color: #555;
	font: 12px Arial;
}
.mainPageNewsList li .smallSeparator{
	margin-top: 14px;
}
.mainPageNews .allNews, .newsRead .allNews{
	margin-top: 16px;
	text-align: right;
}
.mainPageNews .allNews a, .newsRead .allNews a{
	color: #1b6db5;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid #1b6db5;
}

.paginator{
	font: 12px Arial;
	color: #777;
	margin-top: 17px;
}
.paginator span.current{
	font-weight: bold;
	color: #1b6db5;
}
.paginator a{
	color: #1b6db5;
	text-decoration: underline;
}
.paginator > * {
	margin: 0 7px;
}
.paginator .prev{
	margin: 0 18px 0 0;
}
.paginator .next{
	margin: 0 0 0 18px;
}

.requestForm{
	font: 12px Arial;
	color: #555;
}
.requestForm .formTable{
	/*margin-left: 100px;*/
}
.requestForm .formWarning{
	text-align: center;
	margin: 13px 0 26px;
}
.requestForm .mandatory{color: #20487f}
.requestForm .formTableText{
	width: 235px;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 20px;
	font: 12px Arial;
	color: #555;
}
.requestForm .formTableCaption{
	font: bold 12px Arial;
	padding-top: 20px;
	color: #555;
}
.requestForm .formTableField{
	padding-bottom: 8px;
	font: 12px Arial;
	color: #555;
}
.requestForm .formTableField table td{
	font: 12px Arial;
	color: #555;
}
.requestForm .formTableField input[type="text"]{
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	color: #999;
	padding: 3px 8px 2px;
	width: 258px;
}
.requestForm .formTableField input.error{
	border: 2px solid tomato;
}
.requestForm .formTableField input[type="text"] + input[type="text"]{
	margin-top: 10px;
}
.requestForm .formTableField input[type="checkbox"]{
	margin-left: 10px;
}
.requestForm .submitWrapper{
	text-align: right;
}
.requestForm .submitWrapper a{
	border-bottom: 1px solid #1b6db5;
	text-decoration: none;
	font-size: 14px;
	color: #1b6db5;
}
.requestForm .formTableField select{
	border: 1px solid #ccc;
	margin: 0 6px;
}
.requestForm .caption.little{
	font: bold 14px Arial;
	color: #1b6db5;
}

#player{
	padding: 8px 20px 10px;
	border-radius: 10px;
	background-color: #000;
	opacity: 0.4;
	position: fixed;
	right: 40px;
	top: 20px;
}
#player a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}
#player .volumeOut{
	display: inline-block;
	height: 15px;
	width: 50px;
	background-color: #555;
	position: relative;
	top:4px;
	margin-left: 10px;
	cursor: pointer;
}
#player .volume{
	display: inline-block;
	height: 100%;
	background-color: #fff;
}

audio {
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	transition:all 0.5s linear;
	-moz-box-shadow: 2px 2px 4px 0px #006773;
	-webkit-box-shadow:  2px 2px 4px 0px #006773;
	box-shadow: 2px 2px 4px 0px #006773;
	-moz-border-radius:7px 7px 7px 7px ;
	-webkit-border-radius:7px 7px 7px 7px ;
	border-radius:7px 7px 7px 7px ;
}
