* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background:url(images/main_bg.jpg) repeat-x top;
}
h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 * {
	color: rgb(134, 134, 134);
	font-weight: normal;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	clear: left;
}
.blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6,
.news h1, .news h2, .news h3, .news h4, .news h5, .news h6 {
	clear: none;
}
h1 {
	font-size: 20px; 
	margin: 10px 0;
}
h2, h2 * {
	color: #B5161A;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
.news h2 *, .seminars h2, .seminars h2 *, .blog h2, .blog h2 * {
	color: rgb(134, 134, 134);
	font-size: 14px;
}
h3, h3 * {
	color: #B5161A;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0;
}
a {
	color: #B5161A;
}
p {
	margin: 10px 0;
	font-size: 11px;
	line-height: 19px;
	color: #555555;
}
li {
	font-size: 11px;
	margin-left: 25px; 
	line-height: 19px;
	color: #555555;
}
ul li {
	list-style-image: url(images/dot.jpg);
}
td {
	line-height: 19px;
	color: #555555;
}
th {
	background: Red url(images/top_nav_mid.jpg) repeat-x bottom;
	color: White;
}
blockquote{
	background: transparent url(images/quote_left.png) left top no-repeat;
	min-height: 23px;
	font-style: italic;
	margin-left: 20px;
	margin-right: 20px;
	clear: left;
	padding: 0;
}
blockquote p {
	padding: 0 35px;
	margin: 0;
	background: transparent url(images/quote_right.png) right bottom no-repeat;
	min-height: 22px;
}
input, textarea, select {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 1px;
}
.button, a.button {
	border: 1px solid #cc0000;
	background: url(images/button_bg.jpg) repeat-x bottom; 
	height: 15px;
	color: White !important;
	font-weight: bold !important;
	padding: 1px 10px;
	margin: 2px 0;
	text-decoration: none !important;
	font-size: 10px;
}
input.button {
	height: 19px;
}
.button_big, a.button_big {
	border: 1px solid #cc0000;
	background: url(images/button_big_bg.gif) no-repeat right; 
	height: 20px;
	color: White !important;
	font-weight: bold !important;
	padding: 2px 20px 2px 5px;
	margin: 2px 0;
	text-decoration: none !important;
	font-size: 11px;
}
.note, .msg {
	border: 1px solid #B5161A;
	padding: 10px 10px 10px 45px;
	background: White url(images/warning.gif) no-repeat top left;
	color: #555555;
	font-weight: bold;
}
#container {
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: White;
}
#header  {
	font-size: 11px;
}
#logo { width: 142px; height: 48px; float:left; margin: 12px 0 20px 19px; }
#top_tag{ width: 325px; height: 40px; float:left; font-size:20px; color:#4C4C4C; margin: 33px 0px 5px 55px; }
#top_language{ float:right; width:205px; color:#656565; padding:38px 10px 0px 0px; text-align: right;}
#top_language a, #top_language a:link, #top_language a:visited, #top_language a:active {
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
}
#top_language a:hover {
	text-decoration: underline;
}
#main_nav {
	clear: both;
	background: url(images/top_nav_mid.jpg) repeat-x top; 
	height: 22px;
}
#main_nav ul {
	width: 600px;
}
#main_nav li {
	list-style: none;
	margin: 0;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 100px;
	background: url(images/top_nav_bg.jpg) no-repeat;
}
#main_nav a, #main_nav a:link, #main_nav a:active, #main_nav a:visited {
	color: White;
	text-decoration: none;
	height:22px; line-height:22px;
}
#main_nav a:hover {
	text-decoration: underline;
}
#search_box {
	/*position: relative;
	top: -21px;
	padding: 1px;
	left: 635px;*/
	float: right;
	padding-top: 2px;
}
#search_box * {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#search_field {
	background:url(images/search_bg.gif) no-repeat;
	border: none;
	width: 91px;
	height: 18px;
	font-size: 10px;
	padding: 2px 5px ;
}
#search_button {
	font-size: 10px;
	height: 18px;
	margin-right: 35px;
}
#content {
	background: url(images/mid_bg.png) repeat-x top;
	min-height: 350px;
	font-size: 11px;	
}
a img {
	border: none;
}
.img_left {
	float: left;
	margin: 10px 10px 10px 0;
}
.img_right {
	float: right;
	margin: 10px 0 10px 10px;
}
.img_right_no_border {
	float: right;
	margin: 10px 0 10px 10px;
}
.img_left img, #content .img_right img {
	border: 1px solid Gray;
}
.with_submenu {
	clear: left;
	width: 560px;
	float: left;
	padding: 10px 20px;
}
.newsletter {
	padding: 0;
}
.all_content {
	clear: both;
	width: 760px;
	padding: 10px 20px;
}
.cookie_bg {
	background: url(images/cookies.gif) no-repeat bottom right;
	min-height: 226px;
	padding-right: 180px;
	width: 400px;
}
.fan_dancer_bg {
	background: url(images/fan_dancer.gif) no-repeat bottom right;
	min-height: 226px;
	padding-right: 210px;
	width: 370px;
}
.hand_shake_bg {
	background: url(images/hand_shake.gif) no-repeat top right;
	min-height: 360px;
	padding-right: 210px;
	width: 370px;
}
.cef_world_bg {
	background: url(images/hand_shake.gif) no-repeat bottom right;
	min-height: 350px;
	padding-bottom: 100px;
}
.lamp_bg {
	background: url(images/lamp.gif) no-repeat top right;
	min-height: 300px;
	padding-right: 200px;
	width: 380px;
}
.plane_bg {
	background: url(images/exporter_bg.jpg) no-repeat bottom right;
	min-height: 300px;
	padding-right: 230px;
	padding-bottom: 75px;
	width: 350px;
}
.taxi_city_bg {
	background: url(images/cefworld_bg.jpg) no-repeat bottom;
	min-height: 300px;
	padding-bottom: 100px;
}
.login_bg {
	background: url(images/login_bg.jpg) no-repeat top right;
	min-height: 400px;
}
#homepage_text {
	width: 500px;
	float: left;
	padding: 30px;
}
#homepage_login {
	float: right;
	width: 200px;
	padding: 23px 0 0 0;
	margin: 10px 30px 0 0;
	background: url(images/login_mini_mouse.gif) no-repeat;
	background-position: 125px 113px;
}
#homepage_login h3 {
	text-transform: uppercase;
	color: White;
}
#homepage_login a {
	color: White;
}
#homepage_login input[type=text], #homepage_login input[type=password] {
	background: url(images/login_box_field_bg.gif) no-repeat top left;
	width: 160px;
	height: 21px;
	border: none;
	padding: 3px 10px;
	margin: 0 0 5px 0;
}
#homepage_login .button {
	display: block;
	float: left;
	clear: both;
	background: url(images/button_round_bg.gif) no-repeat top left;
	width: 86px;
	height: 20px;
	overflow: hidden;
	border: none;
	padding: 3px 10px;
	margin: 0 0 5px 0;
	font-size: 12px;
	color: Black;
}
#homepage_login .forgot {
	clear: left;
	float: left;
}
#homepage_content {
	background: #566069 url(images/homepage_bg.gif) repeat-x top;
	width: 800px;
	min-height: 50px;
	overflow: hidden;
}
#homepage_content h1 {
	color: White;
	margin: 0;
}
#homepage_content p {
	color: White;
	font-size: 12px;
}
#hp_box_exporter, #hp_box_importer, #hp_box_importer_cn, #hp_box_exporter_cn {
	height: 120px;
	overflow: hidden;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
#hp_box_importer {
	width: 358px;
	padding: 30px 0 0 40px ;
	background: url(images/importer_box_bg.gif) repeat-x top left;
}
#hp_box_exporter {
	width: 387px;
	padding: 30px 0 0 15px;
	background: url(images/exporter_box_bg.gif) repeat-x top left;
}
.hp_box a {
	text-transform: uppercase;
}
.hp_box .box_i_am_importer_exporter {
	width: 115px;
	float: left;
	text-transform: uppercase;
	padding: 0;
}
.hp_box .box_wishes {
	float: left;
	margin-bottom: 5px;
}
.hp_box .box_i_am {
	font-size: 12px;
	float: left;
}
.hp_box .box_importer {
	font-size: 16px;
	clear: left;
	float: left;
}
.hp_box ul {
	list-style: square;
}
.hp_box li {
	margin: 0 0 0 20px;
	list-style-type: disc;
	list-style-image: none;
	color: Black;
}
.hp_box .box_click_for_solution {
	display: block;
	clear: both;
	width: 300px;
}

.homepage_column {
	width: 220px;
	float: left;
	padding: 10px 20px;
	overflow: hidden;
}
.homepage_column h3 {
	color: Black;
	font-size: 16px;
	text-transform: uppercase;
	height: 35px;
}
.homepage_column p{
	clear: left;
	padding-bottom: 10px;
}
.hp_news {
	padding: 10px 20px 10px 30px;
	background: transparent url(images/homepage_column_separator.gif) no-repeat right top;
}
.hp_blogs {
	background: url(images/homepage_column_separator.gif) no-repeat right top;
}
.hp_blogs p, .hp_news p, .hp_exchange p {
	background: #d9d5d4 url(images/homepage_blog_header.gif) no-repeat top left;
	padding: 13px 8px 8px 8px;
	overflow: hidden;
}
.hp_exchange b {
	color: #B5161A;
}
.hp_exchange h3.local_time {
	margin: 30px 0 0 0;
	height: auto;
}

#submenu {
	width: 200px;
	float: right;
	color: #555555;
}
#submenu h3.head {
	color: White;
	background: url(images/blog-head.jpg) no-repeat top;
	padding: 3px 12px;
	margin-bottom: 0;
}
#submenu ul {
	margin-bottom: 20px;
}
#submenu ul ul {
	margin-bottom: 0;
}
#submenu li {
	text-transform: lowercase; font-weight:bold; 
	list-style: none;
	list-style-image: none;
	margin: 0;
}
#submenu li a {
	display: block;
	text-decoration: none;
	color: White;
	font-weight: bold;
	width: 188px;
	height: 20px;
	padding:0px 0px 0px 12px;
	line-height:22px;
	border-top: 1px solid #ffffff; 
	border-bottom: 1px solid #ffffff; 
	background:url(images/right-nav2-grey.jpg) repeat-x;
}
#submenu li li a {
	padding: 0 0 0 30px;
	width: 170px;
}
#submenu li.active a, #submenu li a:hover {background:url(images/right-nav2.gif) repeat-x;}
#submenu input {
	font-size: 11px;
}
.submenu_block {
	border-bottom: 1px solid LightGrey;
	padding-bottom: 10px;
	margin: 10px;
}
#footer {
	clear: both;
	margin-top: 10px;
}
#cities {
	background: Gray url(images/footerbg.gif) repeat-x top;
	height: 100px;
	padding: 0;
}
#cities p {
	display: block;
	float: left;
	width: 180px;
	margin: 50px 0 0 0px;
	padding: 0 0 0 20px;
	font-size: 9px;
	line-height: 13px;
}
#cities b {
	color: #B5161A;
}
#footer_nav {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 9px;
	line-height: 16px;
}

.text_main_box_l { background: url(images/rs_left.gif) repeat-y left;}
.text_main_box_r { background: url(images/rs_right.gif) repeat-y right; }
.text_main_box_t { background: White url(images/rs_top.gif) repeat-x top; }
.text_main_box_b { background: url(images/rs_bottom.gif) repeat-x bottom; }
.text_main_box1 { background: url(images/rs_topright.gif) no-repeat right top; }
.text_main_box2 { background: url(images/rs_topleft.gif) no-repeat left top; }
.text_main_box3 { background: url(images/rs_bottomright.gif) no-repeat right bottom; }
.text_main_box4 { background: url(images/rs_bottomleft.gif) no-repeat left bottom; }
.text_main_box_padding {
	padding: 2px 15px 2px 10px;
}

.tablehead td, .tablehead th, .tableoddtr td, .tableeventr td {padding:3px; vertical-align: top;}
.tablehead {background: White url(images/top_nav_mid.jpg) repeat-x bottom; color:#ffffff;}
.tableoddtr {background:#F6F6F7;}
.tableeventr {background:#F2F1F1;}

.sitemap li {
	font-weight: bold;
}
.sitemap li li {
	font-weight: normal;
	margin-top: 0;
}
.sitemap li li a {
	color: DarkGray;
}

table.poll td {
	padding: 0;
	margin: 0;
}
table.poll td p {
	padding: 0;
	margin: 0;
}