a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-color: #f0f3ec;
	color: #474747;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

form {
	border: 0;
	display: inline;
	margin: 0;
	padding: 0;
}

h1 {
	color: #474747;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-transform: none;
}

h2 {
	color: #474747;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

h3 {
	color: #000;
	font-size: 14px;
	display:block;
	margin:0px 0px 15px 0px;
	padding:0px;
}

h4 {
	color: #f00;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

h5 {
	color: #000;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

h6 {
	color: #f00;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

hr {
	color: #000000;
	background:#000000;
	height: 1px;
}

img {
	border: 0;
	display: inline;
}

input.imgsec {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
	text-transform: uppercase;
	width: 104px;
}

input.input {
	color: #000;
	font-size: 10px;
	width: 164px;
}

input.nowidth {
	color: #000;
	font-size: 10px;
}

input.radio {
}

input.zip {
	color: #000;
	font-size: 10px;
	width: 80px;
}

select.nowidth {
	color: #000;
	font-size: 10px;
}

select.select {
	color: #000;
	font-size: 10px;
	width: 172px;
}

textarea {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 140px;
}

.endrow {
	clear: both;
}

.space { float:left; width:30px; }
.space_center { float:left; width:40px;}


#container {
	margin: 0 auto;
	width: 945px;
	float:left;
}

/* ***************************** */
/*           header             */
/* *************************** */

#header {
	height:100px;
}

.logo {
	float:left;
	width:230px;
	height:100px;
	text-align:center;
}
	
.h_text {
	float:left;
	margin-top:42px;
}
	
.lang_menu {
	float:left;
	margin-top:35px;
	margin-left:255px;
}

/* ***************************** */
/*          sub header          */
/* *************************** */

#sub_header {
	height:250px;
}
	
.menu {
	float:left;
	width:230px;
	height:250px;
	background-image:url(../images/menu_bg_line.gif);
	background-repeat:no-repeat;

}
	
.sub_image {
	width:645px;
	height:250px;
	float:left;
}

/* ***************************** */
/*            content           */
/* *************************** */

#content {
	margin: 30px 0px 30px auto;
}

#content a:link, #content a:visited, #content a:active {
	color: #3f464c;
	font-size: 11px;
	text-decoration: underline;
}

#content a:hover {
	color: #3f464c;
	font-size: 11px;
	text-decoration: underline;
}


.left_block {
	float:left;
	width:230px;
}

.left_title {
	margin-bottom:20px;
}

.left_logo {
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
}

.right_block {
	float:left;
	width:645px;
}

.right_title {
	margin-bottom:20px;
}

/* news */

.news_date {
	color:#a4a4a4;
	}

.news_text {
	color:#3f464c;
}

.news_text a:link, .news_text a:visited, .news_text a:active {
	color: #3f464c;
	font-size: 11px;
	text-decoration: underline;
	font-weight:bold;
}

.news_text a:hover {
	color: #3f464c;
	font-size: 11px;
	text-decoration: underline;
	font-weight:bold;
}








/* ***************************** */
/*           footer             */
/* *************************** */

#footer {
	color:#fff;
	font:Tahoma;
	font-size:11px;
	text-decoration: none;
	margin: 0 auto;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
}
.fleft_block{
	width:260px;
	height:52px;
	float:left;
	background-color:#276ca7;
}

.fright_block{
	width:645px;
	height:52px;
	float:left;
	background-image:url(../images/f_image2.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.copyright_text {
	margin-left:30px;
	margin-top:15px;
}

.design_text {
	margin-right:10px;
	margin-top:20px;
	float:right;
}

/* ***************************** */
/*             menu             */
/* *************************** */

ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 230px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;

	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 230px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #6e6e6e;
	padding: 8px;
	border: 0px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #fff; background: #276ca7; } /* Hover Styles */
		
li ul li a { padding: 8px 15px; color: #fff; background: #276ca7;} /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */