/* {{{ eraser */
html, body, ul, li, p, address, form, table, td, th, h1, h2, h3, h4, h5, h6, dl, dd, dt, blockquote {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #fff;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #454545;
}
a img {	border: 0; }
a { text-decoration: underline; }
a:hover { text-decoration: none; }
ul, li { list-style: none; }
/* }}} eraser */

/* {{{ common styles */
.img-text .text {
	display: table;
	$height: 1%;
}

.c { text-align: center; }
.r { text-align: right; }
.bc { margin: 0 auto; }
.fl { float: left; }
.fr { float: right; }
html>body .float-fix, html>body #content { overflow: hidden; }
* html .float-fix, * html #content { height: 1%; }
/* }}} common styles */

#outer-container {
	background: #fff url(../images/bg_main.png) repeat-x bottom;
}
#container {
	margin: 36px auto 0;
	width: 874px;
}

/* {{{ header */
#header {
	position: relative;
	height: 500px;
}
#header-inner {
	position: relative;
	height: 100%;
	background: url(../images/bg_header.jpg) no-repeat 347px 115px;
	right: -44px;
	width: 100%;
	padding-left: 44px;
	margin-left: -44px;
}
#logo {
	position: absolute;
	top: 0;
	left: 4px;
}

/* {{{ main menu */
#main-menu {
	position: absolute;
	left: -6px;
	top: 200px;
}
#main-menu li {
	background: url(../images/dotted.gif) repeat-x top;
	padding: 2px 6px;
}
#main-menu li:first-child {
	background: none;
}
* html #main-menu li {
	background: expression(this == this.parentNode.childNodes[0] ? "none" : "url(images/dotted.gif) repeat-x top");
}
#main-menu a {
	color: #484644;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#main-menu a:hover {
	color: #e4a823;
}
#main-menu b {
}
/* }}} main menu */

/* {{{ service menu */
#service-menu {
	position: absolute;
	right: 44px;
	top: 0;
}
#service-menu li {
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 10px;
}
#service-menu a, #service-menu b {
	float: left;
	width: 30px;
	height: 30px;
	display: block;
	line-height: 1000px;
	overflow: hidden;
	background: url(../images/service_icons.png) no-repeat;
}
#menu-home a { background-position: 0px 0px; }
#menu-home b, #menu-home a:hover { background-position: 0px -30px; }
#menu-contacts a { background-position: -30px 0px; }
#menu-contacts b, #menu-contacts a:hover { background-position: -30px -30px; }
#menu-search a { background-position: -60px 0px; }
#menu-search b, #menu-search a:hover { background-position: -60px -30px; }
/* }}} service menu */

#help-docs {
	position: absolute;
	width: 188px;
	height: 27px;
	background: url(../images/bg_docs.gif) no-repeat;
	left: 135px;
	top: 403px;
	padding: 48px 0 0 16px;
}
#help-docs a {
	color: #36c;
}

#phone {
	position: absolute;
	width: 184px;
	height: 53px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/phone.gif) no-repeat;
	left: 590px;
	top: 67px;
}

#more-info {
	position: absolute;
	top: 345px;
	left: 383px;
	height: 44px;
	width: 208px;
	background: url(../images/bg_info.png) no-repeat;
}
#more-info a {
	color: white;
	display: block;
	height: 100%;
	line-height: 44px;
	text-align: center;
}
#more-info-popup {
	position: absolute;
	width: 343px;
	height: 182px;
	background: url(../images/bg_popup.png) no-repeat;
	top: -242px;
	left: -215px;
	padding: 70px 25px 0px;
}
#more-info-popup p {
	text-indent: 10px;
	text-align: justify;
}
acronym {
	color: #633;
	border-bottom: 1px dotted #633;
}
/* }}} header */

/* {{{ content */

#content {
	
}
#main-col {
	float: left;
	width: 536px;
	padding-bottom: 50px;
}
#service-col {
	float: right;
	width: 303px;
	margin-top: 58px;
	padding-bottom: 50px;
}
#main-col p {
	text-indent: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
#service-col a {
	color: #633;
}

/* {{{ news */
#news {
}
#news dt {
	font-size: 11px;
	color: #626262;
	margin-left: 30px;
	margin-bottom: 5px;
}
#news dd {
	padding-left: 30px;
	background: url(../images/bul1.gif) no-repeat left 6px;
	margin-bottom: 20px;
}
/* }}} news */

#question {
	width: 78px;
	height: 56px;
	background: url(../images/bg_question.png) no-repeat;
	margin: 50px auto 0;
	padding: 27px 44px 0 93px;
	text-align: center;
}
blockquote {
	color: #633;
	font-style: italic;
	font-weight: bold;
	margin-top: 55px;
	text-align: right;
	font-size: 10px;
}

h1 {
	margin-bottom: 30px;
}
h1#hd-speech {
	height: 28px;
	background: url(../images/hd_speech.png) no-repeat left;
	margin-bottom: 30px;
	text-indent: -9999px;
}
h2#hd-news {
	height: 28px;
	background: url(../images/hd_news.png) no-repeat left;
	text-indent: -9999px;
	margin-bottom: 25px;
	margin-left: 30px;
}
/* }}} content */

/* {{{ footer */
#footer {
	position: relative;
}
#copy {
	position: absolute;
	right: 50px;
	top: 80px;
}
#contacts {
	width: 125px;
	height: 89px;
	background: url(../images/bg_contacts.png) no-repeat;
	color: black;
	padding: 25px 25px 0 180px;
	font-size: 11px;
}
#contacts a {
	color: #654139;
}
/* }}} footer */
