html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #d4d4d4;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #383838;
}
p {
	padding: 5px 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
}
a {
	color: #0097ea;
	text-decoration: underlne;
}
a:hover {
	color: #0097ea;
	text-decoration: none;
}
.clearer {
	overflow:hidden;
	margin:0 0 -1px 0;
	height:1px;
	clear:both;
}
h1 {
	font-size: 30px;
	color: #0097ea;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 30px;
}
h2 {
	font-size: 24px;
	color: #0097ea;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 24px;
}
h3 {
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 18px;
}
/* cool stuff */
.cdiv1 {
	width:900px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;

}
.cdiv2 {
	width:920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
.cont1 {
	line-height: 20px;
	padding: 20px;
	padding-top: 15px;
	background-image: url(../images/cont1_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 100px;
}
.hOptLang1, .hOptLang2 {
	background-image: url(../images/h_opt_bg.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}
.hOptReg1, .hOptReg2 {
	background-image: url(../images/h_opt_bg2.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}
.hOptLang1 a {
	color: #818181;
	text-decoration: none;
	display: inline-block;
	background-image: url(../images/flag_est.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-right: 10px;
	padding-left: 26px;
}
.hOptLang2 a {
	color: #818181;
	text-decoration: none;
	display: inline-block;
	background-image: url(../images/flag_rus.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	padding-right: 5px;
	padding-left: 31px;
}
.hOptReg1 a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding-right: 10px;
	padding-left: 5px;
}
.hOptReg2 a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding-right: 5px;
	padding-left: 10px;
}
.hOptReg1 a:hover, .hOptReg2 a:hover {
	color: #FFF;
	text-decoration: underline;
}
.hOptLang1 a:hover, .hOptLang2 a:hover {
	color: #818181;
	text-decoration: underline;
}
.hOptStat {
	font-size: 10px;
	color: #a9a9a9;
	padding-right: 15px;
}

.mainMenu1 {
	background-image: url(../images/menu_bg_1.gif);
	background-repeat: repeat-x;
	color: #FFF;
}
.mainMenu1 a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	background-image: url(../images/menu_sep_1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 22px;
	padding-left: 20px;
	padding-top: 14px;
	padding-bottom: 15px;
}
.mainMenu1 a:hover {
	color: #FFF;
	text-decoration: underline;
}
.mainMenu1b {
	background-image: url(../images/menu_bg_2.gif);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
}
.mainMenu1b a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 14px;
	padding-bottom: 15px;
}
.mainMenu1b a:hover {
	color: #FFF;
	text-decoration: underline;
}

.tabs {
	background-image: url(../images/tab_bg.gif);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	padding-left: 18px;
}
.tabs a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	background-image: url(../images/tab_deactive_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 2px;
}
.tabs a b {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 11px;
	padding-bottom: 5px;
	background-image: url(../images/tab_deactive_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.tabs a:hover {
}
.tabs a:hover b {
	color: #FFF;
	text-decoration: underline;
}
.tabs .on {
	color: #0098ea;
	text-decoration: none;
	display: inline-block;
	background-image: url(../images/tab_active_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 2px;
}
.tabs .on b {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 11px;
	padding-bottom: 5px;
	background-image: url(../images/tab_active_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.tabs .on:hover {
}
.tabs .on:hover b {
	color: #0098ea;
	text-decoration: underline;
}
.tabsBox {
	background-color: #efefef;
	padding: 30px 20px;
	padding-bottom: 10px;
}
.tabsBox a {
	color: #4d4d4d;
	background-image: url(../images/bullet_1.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	display: block;
	text-decoration: none;
	margin-bottom: 2px;
}
.tabsBox a:hover {
	color: #20a4eb;
	text-decoration: none;
}
.tabsBox i {
	color: #20a4eb;
	font-style: normal;
}
.footer1 {
	font-size: 11px;
	padding: 10px;
}
.footer2 {
	font-size: 10px;
}
.footer1 a {
	color: #383838;
	text-decoration: underline;
}
.footer1 a:hover {
	color: #383838;
	text-decoration: none;
}



.field1 {
	color: #333;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #bdbdbd;
	border-right-color: #e8e8e8;
	border-bottom-color: #e8e8e8;
	border-left-color: #bdbdbd;
	font-size: 11px;
	width: 110px;
}
.field2 {
	color: #333;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #bdbdbd;
	border-right-color: #e8e8e8;
	border-bottom-color: #e8e8e8;
	border-left-color: #bdbdbd;
	font-size: 11px;
	width: 220px;
}
.button1, .button1:hover, .button, .button:hover {
	color: #FFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #5cb400;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #96ce5a;
	border-right-color: #4a9100;
	border-bottom-color: #4a9100;
	border-left-color: #96ce5a;
	font-size: 11px;
	text-decoration: none;
}

.button, .button1, .field1, .field2 {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.makeround {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.rowA {
	padding: 5px 10px;
	line-height: 16px;
	background-color: #efefef;
}
.rowB {
	padding: 5px 10px;
	line-height: 16px;
	background-color: #FFFFFF;
}
.rowH, .rowH2 {
	padding: 5px 10px;
	line-height: 16px;
	background-color: #e1e1e1;
}
.rowH a {
	color: #333333;
	text-decoration: underline;
}
.rowH2 a {
	color: #333333;
	text-decoration: none;
}
