/* AventasDesign.com */
* {
	margin: 0;
	padding: 0;
}
html, body, iframe, img {
	border: none;
}
html {
	font-size: 100.01%;
}
body {
	font: 62.5%/1.4 Arial, sans-serif;
	line-height: 1.4em;
	color: #695e4a;
	background: #e9ede8 url(i/body_bg.jpg) repeat-x;
}
a, .link {
	color: #695e4a;
	background: url(i/dots_x.png) repeat-x 0 100%;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
a:hover, .link:hover {
	background: none;
	text-decoration: underline;
}
address {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	padding-bottom: 1em;
	font-size: 1.3em;
}
h2 {
	padding-bottom: 8px;
	font-size: 1.25em;
}
h3 {
	font-size: 1.1em;
}
h4, h5, h6 {
	font-size: 1em;
}

/* layout */
#header, #content, #banners {
	position: relative;
	width: 928px; 
	margin: 0px auto; 
	padding: 0px 0px 0px 0px;
}

#page_top {
	position: relative;
	width: 938px;
	height: 100%;
	background: url(i/page_top.jpg) no-repeat 4px 9px;
	margin: 0 auto;
	padding-top: 1px;
}

#container {
	background: url(i/full_bg.png) top center repeat-y;
	height: 100%;
	width:936px; 
}

#container2 {
	background: transparent url(i/full_bg.png) top center repeat-y;
	height: 100%;
	width:934px; 
	margin-left: 1px;
}

#content {
	position: relative;
	width:928px; 
}

#banners {
	margin-top: -2px;
	margin-left: 4px;
	margin-right: 0px;
	width:926px; 
	background: url(i/under_bg.jpg) repeat-x;
	height: 165px;
}

/* parts */
#header {
	margin-top: 18px;
	height: 436px;
}

#header h1 {
	position: absolute;
	left: 51px;
	top: 41px;
	font-size: 1em;
}

#header h1 img {
	display: block;
	width: 176px;
	height: 71px;
}

#header span {
	position: absolute;
	left: 253px;
	top: 35px;
	font-size: 15px;
	color: #b0b0b0;
	font-weight: bold;
	height: 43px;
	border-left: 1px solid #e2e2e2;
	padding-left: 15px;
	padding-top: 25px;
}

.menu {
	position: relative;
	float: left;
	width: 928px;
	margin-top: 118px;
	margin-left: 4px;
	height: 38px;
	background: url(i/menu_bg.jpg) repeat;
}

.menu ul {
	list-style:none; 
	position:relative; 
	float: right;
	z-index:100; 
	left: 12px;
	margin-right: 30px;
}

.menu li {
	text-decoration: none;
	float: left;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	padding-top: 11px;
	padding-left: 9px;
	padding-right: 9px;
}

.menu a, .menu a:active, 
.menu a:visited, .menu a:hover {
	text-decoration: none;
	padding:10px;
}

.menu .current a {
	position:relative; 
	top:11px; 
	padding-bottom: 13px;
	height:42px; 
	background: url(i/menu_over.jpg) repeat;
	color:white; 
}

.menu a:hover {
	color:#9bad07; 
}

.menu li.current a:hover{
	color: white;
}

.menu li.current {
	position:relative; 
	color: white;
	background: url(i/menu_l.jpg) no-repeat top left;
	padding-left: 5px;
	margin-top: -1px;
	height: 40px;
}

.menu .int {
	position: relative;
	float: left;
	background: url(i/menu_r.jpg) no-repeat top right;
	width: 100%;
	padding-right: 3px;
	margin-top: -11px;
	height: 40px;
}

.holder {
	position: relative;
	float: left;
	background: url(i/center.jpg) no-repeat;
	height: 278px;
	width: 928px;
	margin-right: 0px;
	margin-left: 4px;
}

.banner1 {
	position: relative;
	float: left;
	height: 144px;
	width: 301px;
	background: url(i/banner1_bg.jpg) no-repeat;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 1px;
}

.banner1:hover {
	cursor: pointer;
	background: url(i/banner1_bg_o.jpg) no-repeat;
}

.banner2:hover {
	cursor: pointer;
	background: url(i/banner2_bg_o.jpg) no-repeat;
}

.banner2 {
	position: relative;
	float: left;
	height: 144px;
	width: 301px;
	background: url(i/banner2_bg.jpg) no-repeat;
	margin-top: 15px;
}

#bottom{
	position: relative;
	width: 938px;
	height: 90px;
	background: url(i/footer_bot.jpg) no-repeat -1px 0px;
	margin: 0 auto;
}

#bottom_menu {
	position: relative;
	float: left;
	margin-top: 35px;
	margin-bottom: 43px;
	margin-left: 20px;
}

#bottom_menu p {
	position: relative;
	text-align: right;
	margin-left: 645px;
	margin-top: -16px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #898989;
}

#bottom_menu li {
	display: inline;
	border-right: 1px solid #393939;
	padding-right: 12px;
	padding-left: 11px;
	height: 11px;
}

#bottom_menu li.last {
	border-right: none;
}

#bottom_menu li a{
	color: #393939;
	font-size: 12px;
	font-family: arial, sans-serif;
}


/*banners*/
.banner1 img, .banner2 img {
	float: right;
	margin-right: 8px;
	margin-top: -30px;
}

.banner1 h3, .banner2 h3 {
	font-size: 17px;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	color: black;
	margin-top: 22px;
	margin-left: 24px;
	text-decoration: none;
}

.banner1 h4, .banner2 h4 {
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	color: #707070;
	margin-top: 7px;
	margin-left: 24px;
	text-decoration: none;
}

.banner1 p, .banner2 p {
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	color: black;
	margin-top: 18px;
	margin-left: 24px;
	text-decoration: none;
}

.banner1 a, .banner2 a {
	color: #4e883b;
	text-decoration: none;
	font-weight: bold;

}

.banner1 a:hover, .banner2 a:hover {
	text-decoration: none;
}

/* intro part */
#intro .hero {
	position: relative;
	float: left;
	margin-top: -5px;
	margin-left: 0px;
}

#intro .title {
	position: absolute;
	top: 20px;
	left: 430px;
	text-align: right;
	font-size: 30px;
	color: white;
	line-height: 37px;
}

#intro .features { 
	position: absolute;
	top: 100px;
	left: 386px;
	color: white;
	line-height: 22px;
	text-align: right;
	font-size: 15px;
	font-family: Arial, sans-serif;
}

.more_data {
	width: 177px;
	height: 26px;
	background: url(i/buttons.png) no-repeat;
	position: relative;
	float:left;
	margin-left: 47px;
	margin-top: 230px;
	text-indent: -2000em;
}

.more_data:hover {
	background: url(i/buttons.png) no-repeat;
	background-position: 0px -26px;
}

/*  SlideShow Rotator*/
#slideshow {
	position: absolute;
	left: 638px;
	top: 12px;
	width: 289px;
	height: 249px;
	background: url(i/slide_bg.jpg) no-repeat;
}

#slideshow img {
	position: relative;
	float: left;
	margin-top: 20px;
	margin-left: 23px;
}

#slideshow h2 {
	position: relative;
	float: left;
	font-size: 17px;
	color: #94a706;
	font-family: Arial, sans-serif;
	width: 200px;
	letter-spacing: -1px;
	line-height: 20px;
	margin-left: 32px;
	margin-top: 8px;
}

#slideshow p {
	position: relative;
	float: left;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, sans-serif;
	width: 227px;
	margin-left: 23px;
	margin-top: 6px;
}

#slideshow #slide1 .bullet1, 
#slideshow #slide2 .bullet2,
#slideshow #slide3 .bullet3, 
#slideshow #slide4 .bullet4 {
	position: relative;
	float: left;
	background: url(i/bullet.png) no-repeat;
	width: 17px;
	height: 11px;
	border: none;
}

#slideshow #slide1 .bullet1 {
	margin: 21px 0 0 16px;
}

#slideshow #slide2 .bullet2 {
	margin: 37px 0 0 16px;
}

#slideshow #slide3 .bullet3 {
	margin: 53px 0 0 16px;
}

#slideshow #slide4 .bullet4 {
margin: 69px 0 0 16px;
}

#slideshow li {
	background: url(i/bullet1.png) no-repeat;
	width: 17px;
	height: 11px;
	padding-top: 4px;
	margin-left: -3px;
	margin-top: 0px;
	cursor: pointer;
}

#slideshow li:hover, #slideshow li.active {
	background: url(i/bullet.png) no-repeat;
}
#slide {
	position: absolute;
	left: 638px;
	top: 12px;
	width: 289px;
	height: 249px;
	background: url(i/slide_bg.jpg) no-repeat;
}

#screen{
	position:relative;
	height:270px;
	width:260px;
	margin-top:-11px;
	margin-left: -0px;
	
}
	#screen .next, #screen .prev{
		position:absolute;
		top:200px;
	}
	#screen .prev{
		left:10px;
	}
	#screen .next{
		right:10px;
	}
	#navigation{
		width:20px;
		text-align:center;
		margin-left:266px;

	}
		#navigation ul{
		
			display: block;
		}
			#navigation li{
				top: 175px;
				position: relative;
				display: block;
				height: 11px;
				width: 17px;
				padding-top: 5px;
				background: url(i/bullet1.png) no-repeat;
			}
				#navigation a{
					display: block;
					height: 11px;
					width: 17px;
					color:#933;
					font-weight:bolder;
					text-decoration:none;
					margin-top: -5px;
				}

			#navigation a:hover, #navigation .active {
				background: url(i/bullet.png) no-repeat;
			}
	
#sections{
	overflow:hidden;
	background-color:white;
	width:230px;
	height:210px;
	clear:left;
	margin-left:20px;
	margin-top: -53px;
	

		
}
	
	#sections ul{
		width:3660px;
		height:3660px;
	}
	
		#sections li{
			float:left;
			padding:11px 30px;

		}
			#sections li.fallenw2{
				margin-top:369px;
			}
			
			#sections p{
				width:250px;
				margin:0px 0;
				margin-left: -20px;
			}
			

			#sections h2{
				color:#993333;
				margin: 20px 0pt;
			}
			#sections a{
				color:#aaba0a;
				text-decoration:none;
			}
				#sections a:hover{
				color:black;
				text-decoration:underline;
			}



					#sections img {
					margin-top: 0px;
					margin-left: -23px;
				}

				#sections h2 {
					font-size: 17px;
					color: #94a706;
					font-family: Arial, sans-serif;
					width: 220px;
					letter-spacing: -1px;
					line-height: 20px;
					margin-left: -23px;
					margin-top: 8px;
					
				}

				#sections p {
					font-size: 11px;
					color: #000000;
					font-family: Tahoma, sans-serif;
					width: 224px;
					margin-left: -23px;
					margin-top: -18px;
				}


/* Service Menu */
.service_menu {
	position: absolute;
	left: 708px;
	top: 45px;
	width: 200px;
	height: 26px;
	background: url(i/serv_bg.jpg) no-repeat;
}

.service_menu ul{
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 6px;
}

.service_menu li{
	display: inline;
	padding: 0 6px;
}

.service_menu li a{
	font-size: 12px;
	color: black;
	font-family: Arial, sans-serif;
}

.lang_switch {
	position: absolute;
	left: 842px;
	top: 20px;
	width: 40px;
	height: 11px;
	background: url(i/flag.jpg) no-repeat top right;
}

.lang_switch a{
	position: relative;
	float: left;
	margin-top: 0px;
	margin-left: -2px;
	background: url(i/china.jpg) no-repeat 0 0;
	width: 21px;
	height: 13px;
}

.lang_switch a:hover{
	background-position: 0 -13px;
}

#overlay {
	border: medium none ;
	margin: 0pt;
	padding: 0pt;
	cursor: wait;
	width: 100%;
	height: 100%;
	top: 0pt;
	left: 0pt;
	background-color: #fff;
	opacity: 0.6;
	filter:alpha(opacity=60);
	position: absolute;
	z-index: 3000; 
	
}

#overlay_info {
	border: medium none ;
	margin: 0pt;
	padding: 15px;
	position: fixed;
	z-index: 1001;
	width: 30%;
	top: 40%;
	left: 35%;
	text-align: center;
	color: #fff;
	background-color: #70bad3;
	cursor: wait;
}

#overlay_image {
	border: medium none;
	margin: 0pt;
	padding: 15px;
	position: absolute;
	z-index: 1002;
	width: 800px;
	height: 600px;
	background-color: #fff; 
	margin-left: 35px;
	color: #fff;
	text-align: center;
	background: 400px 300px url(/content/loader.gif) no-repeat white;
}



#overlay_text {
	border: medium none;
	margin: 0pt;
	padding: 15px;
	position: fixed;
	top: 20%;
	z-index: 3002;
	width: 600px;
	height: 260px;
	background-color: #fff; 
	margin-left: 135px;
	border: #2c631d solid 10px;
}




.learn_more {
	width: 109px;
	height: 26px;
	background: url(i/buttons.png) no-repeat -289px 0px;;
	position: relative;
	float:left;
	margin-left: -5px;
	margin-top: 180px;
	text-indent: -2000em;
}

.learn_more:hover {
	background: url(i/buttons.png) no-repeat;
	background-position: -289px -26px;
}

#intro  .partners-hero {
margin-top: 39px; 
margin-left: 1px;
}

#intro .partner-low {
margin-left: 500px;
}

#intro .partner-low-title {
font-size: 32px;
}
