html {

}

body {
	margin: 0px;
	background-color: #f2f7fc;
	color: #2D6795;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 775px;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-y;
	position: relative;
}

/****************************************************/

#container_left {
	width: 215px;
	float: left;
}

#container_left img {
	display: block;
}

#container_left a {
	color: #ffffff;
	text-decoration: none;
}

#container_left h1 {
	color: #1a334d;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0px;
	padding-bottom: 0px;
}

#container_left h2 {	
	color: #2D6795;	
	font-size: 12px;
	font-weight: bold;
}

/****************************************************/

#container_top_menu {
	width: 205px;
	height: 16px;
	padding: 5px;
	background-image: url(images/menu_top_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
}
 
#container_top_menu a {color: #d9e8f3;}

/****************************************************/

#container_logo {
	padding-top: 50px;
	padding-bottom: 5px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}

#container_logo a {
	color: #2D6795;
	text-decoration: none;
}

/****************************************************/

#container_main_menu {
	display: block;
}

#container_main_menu ul {
	width: 215px;
	height: 240px;
	padding: 0px; 
	margin: 0px; 
	list-style-type: none;	
}

#container_main_menu ul li {
	float: left; 
	padding: 0px; 
	margin: 0px; 
	list-style-type: none
}

#container_main_menu a 					{display: block; float:none; border: none;}
#container_main_menu span 				{display: none}

#container_sub_menu {
	margin-top: -25px;
	margin-left: 20px;
}

#container_news {
	width: 215px;
	padding-top: 40px;
	text-align: left;
}

#news {
	width: 185px;
	margin-left: 17px;
	padding: 3px;
	background-image: url(images/menu_h.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	font-size: 10px;
}
#news p {
	padding: 0px;
	margin: 0px;
}
#news .date {font-size: 9px; margin-top: 10px;}
#news .title {color: #ff703f;}
#news .content { margin-bottom: 10px;}

/****************************************************/

#container_right {
	width: 551px;
	float: right;
}

/****************************************************/

#container_search {
	height: 40px;
	padding-top: 10px;
	padding-right: 10px;
	float: right;
}

#langs {
	float:left;
}

#langs img {
	vertical-align: middle;
	border: none;
}

#search {
	vertical-align: middle;
	margin-left: 177px;
}

#search form {
	display: inline;
}

#search input {
	width: 146px;
	border: solid 1px #ffffff;
	margin-top: 3px;
	padding-top:2px;
}

/****************************************************/

#container_header {
	text-align: right;
}

/****************************************************/

#container_main {
	text-align: left;
	padding-left: 15px;
}

#container_main h1 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	padding-bottom: 20px;
}

#container_main h4 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	padding-bottom: 20px;
}

#container_main a {
	color: #e83600;
	text-decoration: none;
}

/****************************************************/

table.offer_table {
	width: 552px;
	float: right;
	padding: 0px;
	background-image: url(images/bg_table.gif);
	background-repeat: no-repeat;
}

tr.header {
	height: 38px;
}

table.offer_table td {
	padding: 2px;
}

table.offer_table td h3 {	
	color: #2D6795;	
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}

table.offer_table a {
	color: #e83600;
}

tr.header td {
	color: #d9e8f3;
	padding: 0px
}

tr.header select {
	font-size: 10px;
	background-color: #336699;
	color: #d9e8f3;
}

/****************************************************/

#container_footer {
	width: 763px;
	height: 14px;
	padding: 3px 5px;
	background-color: #82add6;
	text-align: right;
	color: #1a334d;
	border: 1px solid #1a334d;
}

#container_footer a {color: #1a334d}

/****************************************************/

div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

/****************************************************/
#content {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#content a {
	color: #e83600;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content input, #content textarea {
	font-size: 11px;
}
#content img {
	border: 1px solid #aaaaaa; 
	padding: 3px;
	margin: 3px;
}

ul li {
	list-style-type: disc
}