@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background-color: #010c32;
}
a:focus, a:active {
	outline: 0;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	float: none;
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}
#page {
	background: url(../images/page_bg.jpg) repeat-x;
	width: 100%;
	height: 600px;
}
#container {
	width: 980px;
	height: 600px;
	margin: auto;
}

#header {
	height: 100px;
	position: relative;
}
	#logo {
		background: url(../images/logo.png) left bottom no-repeat;
		height: 72px;
		width: 220px;
		position: absolute;
		bottom: 0px;
		left: 20px;
	}
		#logo a {
			text-indent: -9999px;
			display: block;
			width: 100%;
			height: 100%;
		}
	#header .menu {
		position: absolute;
		right: 20px;
		bottom: 35px;
	}
	.menu {
		list-style: none;
		list-style-image: none;
		list-style-position: outside;
	}
		.menu li {
			float: left;
			height: 12px;
			line-height: 12px;
			border-left: 1px solid #b2b4bd;
			color: #b2b4bd;
			padding: 0px 5px;
		}
		.menu li a {
			color: #b2b4bd;
			text-decoration: none;
			line-height: 12px;
		}
		.menu li a:hover {
			color: #fff;
		}
		.menu li.first {
			border-left: 0px;
		}
		.menu li .home {
			display: block;
			position: absolute;
			height: 30px;
			text-indent: -9999px;
			background: url(../images/home_icon.png) no-repeat;
			width: 15px;
			left: 0px;
			margin-left: -10px;
			opacity: 0.6;
		}
		.menu li .home:hover {
			opacity: 1;
		}
#content {
	height: 400px;
	background: url(../images/content_bg.jpg) no-repeat;
	position: relative;
	color: #2f53d3;
}
	#countryMenu {
		position: absolute;
		left: 30px;
		top: 35%;
		height: 121px;
		width: 500px;
	}
	.langLeftBg {
		background: url(../images/languageMenu_bg.png) left no-repeat;
		width: 50px;
		float: left;
		height: 121px;
		opacity: 0.5;
	}
	#countryMenu .bg {
		background: url(../images/languageMenu2_bg.png) repeat-y;
		height: 121px;
		width: 450px;
		position: absolute;
		left: 50px;
	}
	.langContent {
		position: absolute;
		left: 50px;
		width: 450px;
	}
		.langContent h2 {
			position: relative;
			line-height: 16px;
			font-size: 12px;
			color: #4468e8;
			margin-top: 10px;
		}
			
			.langContent h2 span {
				position: relative;
				z-index: 10;
				background: url(../images/sagetutaH2.png) 20px center no-repeat;
				padding-left: 35px;
			}
			.langContent .h2bg {
				background: url(../images/languageMenuH2_bg.png) repeat-y;
				position: absolute;
				width: 450px;
				height: 16px;
				opacity: 0.2;
				padding-left: 0px;
			}
		.langContent ul {
			padding-left: 30px;
			list-style: none;
			list-style-image: none;
			list-style-position: outside;
			margin-top: 15px;
		}
			.langContent ul li {
				position: relative;
				height: 18px;
				line-height: 18px;
				margin-bottom: 5px;
			}
			.langContent ul li img {
				position: absolute;
				display: block;
				left: 5px;
				top: 0px;
			}
			.langContent ul li a {
				display: block;
				height: 16px;
				line-height: 16px;
				font-size: 12px;
				margin-top: 1px;
				color: #000;
				text-decoration: none;
				padding-left: 35px;
				width: 120px;
			}
			.langContent ul li a:hover {
				background-color: #f1cc63;
			}
	.section_page {
		background: url(../images/h1bg.png) no-repeat;
		width: 140px;
		height: 31px;
		padding-right: 20px;
		text-align: right;
		margin-top: 30px;
		margin-bottom: 30px;
	}
		.section_page span {
			background: url(../images/arrow_blue.gif) center left no-repeat;
			padding-left: 13px;
			font-size: 12px;
			font-weight: bold;
			color: #fff;
			line-height: 31px;
		}
	.about_p {
		padding-left: 80px;
		padding-right: 80px;
		margin-bottom: 20px;
		color: #2f53d3;
	}
	.visit_card {
		width: 203px;
		height: 73px;
		margin: 0 auto;
		padding-top: 40px;
		padding-right: 10px;
		background: url(../images/visit_card.gif) no-repeat;
	}
	.visit_card p {
		color: #fff;
	}
	#contactForm {
		width: 600px;
		margin: 0 auto;
		height: auto;
	}
		#contactForm .floatLeft, #contactForm .floatRight {
			width: 300px;
		}
			#contactForm .floatLeft p, #contactForm .floatRight p {
				height: 16px;
				line-height: 16px;
			}
			#contactForm p {
				display: block;
				font-weight: bold;
				margin-bottom: 15px;
			}
				#contactForm p label {
					display: block;
					float: left;
					width: 110px;
					padding-right: 10px;
					text-align: right;
				}
				#contactForm p input {
					display: block;
					float: left;
					height: 15px;
					font-size: 11px;
					font-weight: normal;
					line-height: 15px;
					border: 1px solid #6486ff;
					background: url(../images/input_bg.gif) repeat-x;
					width: 178px;
				}
				#contactForm p input.errFld {
					
					border: 1px solid #FF0000;
					
				}
				#contactForm p select {
					margin-left: 120px;
				}
				#contactForm p textarea {
					display: block;
					float: left;
					width: 468px;
					height: 100px;
					border: 1px solid #6486ff;
					background: #fff url(../images/textarea_bg.gif) repeat-x;
					padding: 5px;
				}
				#contactForm p textarea.errFld {
					
					border: 1px solid  #FF0000;
					
				}
				#contactForm .submitBTs input {
					display: inline;
					float: none;
					width: auto;
					padding: 0px 6px 0px 6px;
					height: 20px;
					line-height: 20px;
					background-color: #fff;
					border-bottom: 1px solid #999;
					border-right: 1px solid #999;
					cursor: pointer;
				}
				
#footer {
	height: 100px;
	position: relative;
}
	#footer .menu {
		position: absolute;
		left: 80px;
		top: 15px;
	}
		#footer .menu a:hover {
			text-decoration: underline;
		}
	#footer .floatRight {
		color: #fff;
		padding-top: 10px;
	}
	

