/******************************* GLOBAL STYLES *******************************/
html {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: Georgia, Times, Helvetica, _serif;
	font-size: 11pt;
	color: #333;
	height: 100%;
}
img {
	border: 0;
	behavior: url(/js/iepngfix.htc);
}
a {
	text-decoration: none;
	color: #933;
}
a:hover {
	text-decoration: underline;
	color: #c33;
}
h1 {
	font-size: 15pt;
	color: #000;
}
h2 {
	margin: 0px;
	font-size: 15pt;
	color: #333;
}
h3 {
	font-size: 11pt;
	color: #bc0c1f;
}
p, li {
	line-height: 133%;
}
ul {
	list-style-image: url(/img/plus.png);
}
.red {
	color: #f00;
}
.grey {
	color: #7f7f7f;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.auto {
	width: auto !important;
	height: auto;
}
hr {
	clear: both;
	height: 1px;
	border: none;
	background: #7f7f7f;
}
* html hr {
	border: solid 1px #000000;
}
form {
    padding: 0px;
}
.t_1 {
	background: #dadada;
}
.t_2 {
	background: #e5e5e5;
}
th {
	text-align: center;
	font-size: 8pt;
	color: #7f7f7f;
	padding: 5px;
	line-height: 125%;
}
.t_title {
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	color: #333333;
	background: #f0c4c4;
	padding: 8px;
	margin-top: 20px;
}
td.note {
	font-size: 8pt;
	border: solid 1px #f0c4c4;
	padding: 5px 20px 5px 20px;
}
/******************************** MAIN STYLES ********************************/
	/*** TEMPLATE START ***/
#all {
	background: url(/img/back.png) repeat-x bottom center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
#upper-row {
	width: 980px;
	min-height: 704px;
	background: url(/img/leftPattern.png) no-repeat 0px 415px;
}
#header {
	background: url(/img/header.png) no-repeat top center;
	height: 260px;
	width: 980px;
}
#logotype {
	display: block;
	position: relative;
	width: 580px;
	height: 90px;
	top: 150px;
	left: 160px;
}
#top-advert {
	height: 60px;
}
#top-advert a, #top-advert object {
	padding: 0px 5px 0px 5px;
}
#left-advert {
	margin-top: 150px;
}
#left-column {
	float: left;
	width: 300px;
	padding-top: 55px;
	text-align: left;
}
#main-download, #main-questions {
	display: block;
	width: 150px;
	height: 70px;
	padding: 5px 0px 0px 65px;
	font-weight: bold;
}
#main-download {
	margin-top: 50px;
	background: url(/img/download.png) no-repeat left top;
}
#main-questions {
	margin-top: 10px;
	background: url(/img/questions.png) no-repeat left top;
}
#main-download:hover, #main-questions:hover {
	text-decoration: none;
	opacity: 0.8;
}
#right-column {
	text-align: left;
	padding-left: 300px;
}
#footer {
	height: 156px;
	width: 980px;
	background: url(/img/footer.png) no-repeat bottom center;
	color: #757575;
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
	border-top: solid 1px #ffffff;
}
#counter {
	margin-top: 50px;
	padding-left: 20px;
	float: right;
}
#copyright {
	margin-top: 50px;
	float: right;
	padding: 0px;
}
#address {
	margin-top: 50px;
	padding-left: 40px;
	width: 260px;
	height: 45px;
	background: url(/img/bear.png) no-repeat 0px 1px;
}
#address a {
	color: #454545;
}
	/*** TEMPLATE END ***/

	/*** MENU START ***/
.main-menu {
	font-size: 15pt;
	font-weight: bold;
	color: #bc0c1f;
}
.sub-menu {
	font-size: 11pt;
	font-weight: bold;
	color: #7f7f7f;
}
.sub-menu:hover {
	text-decoration: none;
	color: #333;
}
.sub-menu.active {
	color: #333333;
}
.main-menu:hover {
	text-decoration: none;
	color: #bc0c1f;
}
#main-menu {
	width: 980px;
	height: 60px;
	padding-top: 10px;
	background: url(/img/greyDot.png) repeat-x 0px 59px;
}
#main-menu td {
	white-space: pre;
}
#part0 {
	padding-right: 28px;
}
#part5 {
	padding-left: 28px;
}
#part1, #part2, #part3, #part4 {
	padding-left: 28px;
	padding-right: 28px;
}
#main-menu:hover .active {
	background: none !important;
}
#main-menu a {
	padding-bottom: 8px;
}
#main-menu a:hover, #main-menu .active {
	background: url(/img/triUp.png) no-repeat center bottom;
}
#main-menu .active:hover {
	background: url(/img/triUp.png) no-repeat center bottom !important;
}
#main-menu #part0:hover, #main-menu #part0.active {
	background: url(/img/triUp.png) no-repeat 36px bottom;
}
#main-menu #part0.active:hover {
	background: url(/img/triUp.png) no-repeat 36px bottom !important;
}
#main-menu #part5:hover, #main-menu #part5.active {
	background: url(/img/triUp.png) no-repeat 66px bottom;
}
#main-menu #part5.active:hover {
	background: url(/img/triUp.png) no-repeat 66px bottom !important;
}
#sub-menu {
	width: 980px;
	height: 54px;
}
#sub-menu a {
	padding: 0px 10px 0px 10px;
	line-height: 175%;
	white-space: nowrap;
}
#left-menu:hover .active {
	background: url(/img/greyDot.png) repeat-y 15px 0px !important;
}
#left-menu a {
	display: block;
}
#left-menu .main-menu {
	padding-top: 15px;
}
#left-menu .sub-menu {
	padding: 10px 0px 0px 30px;
	background: url(/img/greyDot.png) repeat-y 15px 0px;
}
#left-menu .sub-menu:hover {
	padding: 10px 0px 0px 30px;
	background: url(/img/triRight.png) no-repeat 15px -18px;
}
#left-menu .active {
	background: url(/img/triRight.png) no-repeat 15px -18px;
}
#left-menu .active:hover {
	background: url(/img/triRight.png) no-repeat 15px -18px !important;
}
	/*** MENU END ***/

	/*** PAGING START ***/
.paging {
	height: 20px;
	padding: 20px 0px 20px 0px;
}
.paging span, .paging a {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 0px 5px 5px 0px;
	text-align: center;
	font-weight: bold;
	font-family: Times;
}
.paging span {
	background: url(/img/pagingActive.png) repeat-x center top;
	border: solid 1px #b3b3b3;
}
.paging span.label {
	width: 100px;
	text-align: left;
	background: none;
	border: none;
	color: #bc0c1f;
}
.paging a {
	color: #bc0c1f;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #b77373;
	border-top: solid 1px #e7e3e3;
	border-bottom: solid 1px #924242;
	background: url(/img/pagingOut.png) repeat-x center bottom;
}
.paging a:hover {
	text-decoration: none;
	color: #efefef;
	background: #bc0c1f;
}
	/*** PAGING END ***/

	/*** FORMS START ***/
.field {
	border-bottom: dotted 2px #7f7f7f;
	padding: 10px 0px 10px 0px;
}
.field .text, .field textarea, .field select {
	width: 425px;
	border: solid 1px #999999;
	background: #efefef;
}
.field label {
	display: block;
	float: left;
	width: 200px;
	padding-right: 20px;
}
.field .button {
	width: 200px;
	color: #bc0c1f;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #b77373;
	border-top: solid 1px #e7e3e3;
	border-bottom: solid 1px #924242;
	background: url(/img/pagingOut.png) repeat-x center bottom;
	font-weight: bold;
	cursor: pointer;
}
.field .button:hover {
	color: #efefef;
	background: #bc0c1f;
}
.field textarea {
	height: 200px;
}
textarea {
	overflow: hidden;
}
.high {
	height: 60px;
}
.radio {
	width: auto !important;
	font-size: 9pt;
}
	/*** FORMS END ***/

	/*** NEWS START ***/
.news-date {
	display: table-row;
	float: left;
	font-weight: normal;
	width: 175px;
	height: 100%;
}
.news-title, news-back {
	display: table-row;
}
.news-back {
	text-align: right;
}
.news-link {
	display: block;
	text-align: right;
	padding-bottom: 10px;
	margin-top: -10px;
}
* html .news-link {
	margin-top: 0px;
}
	/*** NEWS END ***/

	/*** FAQ START ***/
.answer {
	display: none;
	padding-top: 0px;
}
.faq ul {
	line-height: 150%;
}
#faq-area {
	width: 100%;
}
	/*** FAQ END ***/

	/*** CERT START ***/
.cer_img {
	text-align: center;
	width: 60px;
}
.cer_period {
	width: 160px;
}
	/*** CERT END ***/

	/*** CONTENT START ***/
.people {
	float: right;
	padding-left: 40px;
}
.mark {
	color: #999;
	font-size: 8pt;
	text-indent: 0px !important;
}
.date-row {
	text-align: center;
	font-weight: bold;
}
.lic {
    width: 215px;
    float: left;
    margin: 0px 10px 10px 0px;
    text-align: center;
}
.lic div {
    padding: 0px 15px 0px 15px;
}
.staff {
	height: 243px;
	margin-bottom: 20px;
	font-size: 14pt;
	line-height: 150%;
}
.staff img {
	float: left;
	padding-right: 20px;
}
.staff .mark {
	font-size: 12pt;
	color: #666;
}
.no-indent {
	text-indent: 0px !important;
}
#right-column h2 {
	padding: 40px 0px 60px 0px;
	text-indent: 60px;
	background: url(/img/titlePattern.png) no-repeat 0px 10px;
}
* html #right-column h2 {
	padding: 70px 0px 0px 0px;
	background: none;
}
#right-column h2:first-child {
	padding-top: 70px;
}
#right-column img.people + h2 {
	padding-top: 70px;
}
#right-column p {
	text-indent: 35px;
	text-align: justify;
}
#right-column h2 + p, #right-column h2 + div, #right-column h2 + h3, #right-column h2 + ul {
	margin-top: -40px;
}
#alert {
	display: block;
	padding: 10px 10px 10px 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #990000;
    background: #ffeeee url(/img/alert.png) no-repeat 15px center;
    border: solid 1px #990000;
}
.attention, .information {
	display: block;
	padding: 10px 20px 10px 80px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-style: oblique;
	font-size: 90%;
	border: solid 1px #dadada;
	text-indent: 0px !important;
}
.attention {
	background: #efefef url(/img/attention.png) no-repeat 15px center;
}
.information {
	background: #efefef url(/img/information.png) no-repeat 15px center;
}
	/*** CONTENT END ***/
