body {
	background: #EEEEEE;
}
#custom-doc {
	width:72.31em;
	*width:70.57em;
	min-width:940px;
	margin:auto;
	padding: 0px 20px;
	text-align:left;
	background: #FFFFFF;
	border-left: 1px solid #1D1B17;
	border-right: 1px solid #1D1B17;
}
h1 {
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}
h2 {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
a {
	color: #000000;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
p {
	font-size: 12px;
	line-height: 18px;
}
p.error {
	text-align: center;
}
.hidden {
	display: none;
}
img.title {
	margin-bottom: 10px;
}
img.rest {
	margin-bottom: 10px;
	margin-top: 4px;
}
img.captcha {
	margin-left: 155px;
}	
.form_field {
	width: 291px;
	height: 32px;
	background: url('../img/input_bg.gif');
}
	.form_field input.text {
		width: 280px;
		height: 20px;
		margin-top: 5px;
		margin-left: 5px;
		border: none;
		color: #999999;
	}
div.item {
	width: 610px;
	padding: 5px;
}
	div.item a {
		font-family: "Trebuchet MS", arial, helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
	}
	div.item a:hover {
		text-decoration: underline;
	}
	div.item p {
		font-size: 12px;
		line-height: 20px;
	}
	div.item .left {
		width: 60px;
	}
	div.item .right {
		width: 540px;
	}
	div.item .offices_center {
		width: 360px;
	}
	div.item .offices_right {
		width: 165px;
	}
	div.item .contest .narrow {
		width: 60px;
		text-align: center;
	}
		div.item .contest .narrow a {
			font-size: 12px;
			font-weight: bold;
			color: #000000;
		}
		div.item .contest .narrow p {
			text-align: center;
		}
	div.item .contest .wide {
		width: 450px;
	}
.different {
	background: #feebe1;
	/*background: #EEF3FF;*/
}
li {
	font-size: 12px;
	margin: 5px 0px;
}
strong {
	font-weight: bold;
	color: #eb4f00;
}
p strong {
	color: #000000;
}
form {
	width: 500px;
	margin: 0px auto;
}
form div {
	margin: 5px;
}
fieldset {
	border: none;
	border-top: 1px solid #EB4F00;
	margin: 10px 0px;
	padding-top: 10px;
}
	fieldset legend {
		font: bold 12px Verdana, Tahoma, sans-serif;
		color: #333333;
		padding-right: 4px;
	}
label {
	width: 150px;
	text-align: right;
	vertical-align: top;
	margin-right: 5px;
	display: -moz-inline-block;
	display: inline-block;
}
.error-message {
	font-size: 12px;
	color: #f4003d;
	margin-left: 155px;
	margin-bottom: 10px;
}
#comments {
	margin-top: 10px;
	line-height: 16px;
	color: #333333;
}
	.comment {
		 font-size: 12px;
		 padding: 5px 10px;
	}
		.comment p.user {
			font-weight: bold;
		}
.input input, .input textarea, .input select {
	padding: 2px 4px;
	border: 1px solid #EB4F00;
	background: #feebe1;
}
.input input:hover, .input textarea:hover, .input select:hover {
	background: #FFFFFF;
}
.input input:focus, .input textarea:focus, .input select:focus {
	background: #FFFFFF;
}
.text input, .password input {
	width: 250px;
	height: 16px;
}
.text input.search_call_to_action {
	font-size: 11px;
	font-style: italic;
	color: #666666;
}
.textarea textarea {
	width: 250px;
	height: 126px;
}
.select select, .time select, .date select {
	height: 22px;
	padding: 0px;
}
.file input {
	height: 22px;
	border: 1px solid #feebe1;
}
.checkbox {
	width: 328px;
	text-align: right;
}
	.checkbox input {
		margin-right: 5px;
		border: none;
	}
	.checkbox label {
		text-align: left;
	}
form div.submit {
	text-align: center;
}
.submit input {
	width: 100px;
	height: 25px;
	border: 1px solid #999999;
}
div.about {
	border-top: 1px solid #eb4f00;
	padding: 10px 0px;
	/*background: #EEF3FF;*/
}
	div.about p {
		font-size: 12px;
		margin-top: 2px;
		line-height: 21px;
		padding: 0px 10px;
	}
	div.about a {
		color: #EB4F00;
		text-decoration: underline;
	}
	div.about div.carousel {
		width: 608px;
		margin: 0px auto;
	}	
div.utils {
	height: 27px;
}
	div.utils span {
		font-size: 10px;
	}
div.carousel .container {
	width: 100%;
	margin: 0px auto;
	z-index: 0;
	position: relative;
	overflow: hidden;
}
div.carousel ul {
	width: 100000px;
	position: relative;
	top: 0;
	overflow: hidden;
}
div.carousel li {
	width: 152px;
	text-align: center;
	list-style: none;
	margin: 0px;
	position: relative;
	float: left;
}
div.carousel .caption {
	width: 141px;
	height: 30px;
	background: url('../img/carousel_transparent_bg.png');
	text-align: left;
	padding: 4px;
	position: absolute;
	top: 82px;
	left: 2.5px;
}
	div.carousel .caption a {
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: left;
		text-decoration: none;
	}
	div.carousel .caption a:hover {
		text-decoration: underline;
	}
div.carousel .previous_button {
	width: 12px;
	height: 22px;
	margin-right: 10px;
	background: url('../img/prev.gif') no-repeat;
	cursor: pointer;
}
div.carousel .previous_button_disabled {
	cursor: default;
}
div.carousel .next_button {
	width: 12px;
	height: 22px;
	margin: 0px;
	background: url('../img/next.gif') no-repeat;
	cursor: pointer;
}
div.carousel .next_button_disabled {
	cursor: default;
}
div.carousel .nav {
	text-align: center;
}
#more div.carousel ul li {
	width: 154px;
}
#more div.carousel ul li {
	width: 157px;
	text-align: left;
}
	#more div.carousel ul li .caption {
		left: 0px;
	}
div.video {
	margin-top: 25px;
}
div.banner {
	text-align: center;
	margin: 10px 0px;
}
div.left {
	text-align: left;
}
div.link {
	border: 1px solid #ECECEC;
	margin: 10px 0px;
	padding: 9px;
}
	div.link a {
		color: #000099;
		text-decoration: underline;
	}
#nav {
	width: 610px;
	font-size: 11px;
	background: #feebe1;
	margin: 10px 0px;
	padding: 5px;
}
	#nav .disabled {
		color: #ffe5d8;
	}
	#nav .current {
		font-weight: bold;
	}
	#nav .numbers {
		width: 68%;
		text-align: center;
	}
	#nav .next {
		width: 32%;
		text-align: right;
	}
#header {
	height: 248px;
	position: relative;
	z-index: 1000;
}
	#header .logo {
		position: absolute;
		left: 16px;
		top: 185px;
	}
	#header .en {
		position: absolute;
		left: 920px;
		top: 230px;
		z-index: 1001;
	}
	#menu {
		width: 940px;
		height: 25px;
		color: #FFFFFF;
		background: url('../img/menu_bg.jpg') repeat-x;
		position: absolute;
		top: 223px;
		left: 0px;
		overflow: visible;
		z-index: 10;
	}
			#menu ul {
				list-style: none;
				overflow: visible;
				z-index: 10;
			}
				#menu ul li {
					width: 129px;
					height: 21px;
					font: 13px arial, helvetica, sans-serif;
					font-weight: bold;
					text-align: center;
					margin: 0px;
					background: none;
					padding-top: 4px;
					position: relative;
					cursor: default;
					float: left;
					z-index: 10;
				}
				#menu ul a {
					color: #FFFFFF;
				}
				#menu ul a:hover {
					text-decoration: none;
				}
				#menu ul li:hover, #menu ul li.over {
					background: #000000 url('../img/menu_item_bg.gif'); /* pt IE */
					color: #FFFFFF;
				}
				#menu ul li:hover ul, #menu ul li.over ul {
					display: block;
				}
				#menu ul ul {
					width: 127px;
					background: #333333;
					list-style: none;
					margin: 0;
					padding: 0;
					border: 1px solid #000000;
					border-top: none;
					position: absolute;
					top: 25px;
					left: 0px;
					display: none;
					z-index: 10;
				}
					#menu ul ul li {
						width: 127px;
						margin-bottom: 5px;
						border: none;
						text-align: left;
						background: none;
						padding: 0px;
						position: relative;
						z-index: 10;
					}
						#menu ul ul li a {
							width: 121px;
							font: 11px arial, helvetica, sans-serif;
							padding: 5px 3px;
							color: #FFFFFF;
							display: block;
						}
						#menu ul ul li a:hover {
							background: #000000;
							text-decoration: none;
						}
#subheader {
	height: 90px;
	padding: 5px 0px;
}
	#subheader p {
		font-size: 11px;
		line-height: 15px;
	}
	#subheader .left {
		width: 56em;         /* non-IE */
		*width: 54.6001em;   /* IE */
	}
	#subheader .right {
		width: 15.7692em;    /* non-IE */
		*width: 15.3750em;   /* IE */
	}
		#subheader .right .left {
			width: 4.6153em;
			*width: 4.5em;
		}
			#subheader .right .left img {
				width: 60px;
				height: 60px;
			}
		#subheader .right .right {
			width: 10.7692em;
			*width: 10.5em;
		}
			#subheader .right .right h2 {
				font-size: 12px;
			}
#tourism {
	margin-bottom: 10px;
}
	#tourism .row {
		margin-bottom: 10px;
	}
		#tourism .row img {
			width: 60px;
			height: 60px;
		}
#ft {
	margin-top: 10px;
	height: 100px;
	background: #EEEEEE url('../img/footer_bg.gif') no-repeat top right;
}
	#ft a {
		text-decoration: none;
		color: #555555;
	}
	#ft a:hover {
		text-decoration: underline;
	}
	#ft .copy {
		font-size: 12px;
		color: #BBBBBB;
		padding: 8px 0px 0px 8px;
		line-height: 150%;
	}
	#ft .email {
		color: #555555;
	}
	#ft .menu li {
		margin-top: 8px;
		font-size: 10px;
	}
