@charset "utf-8";
/* 
	This template was made by DXC381.
	For more templates from DXC381 go to http://themeforest.net/user/dxc381?ref=dxc381
*/

/*
	colors:
		dark green: 353b2b
		light green: 6fa51c
		drab green: 777f6a
		light blue: 00009c
		grey outlines: d0d1ce
		light grey: e5e6e4
*/

body {
	background-color:#FFFFFF;
	margin:2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #d0d1ce;
	text-align: center;
	margin-top: 0px;
} 

a {
	color:#6fa51c;
	text-decoration:underline;
}

a:hover {
	color:#547F15;
	text-decoration:underline;
}

#center{
	width:900px;
	margin:0 auto;
	margin-top:0px;
	border: 0px solid #d0d1ce;
}

#center_index{
	width:900px;
	margin:0 auto;
	margin-top:50px;
	border: 0px solid #d0d1ce;
	height: 400px;
}

.clear{ 
	clear:both; 
}

img{
	border:none;
	margin-top: 0px;
}

#img_left{
	margin-right:10px;
}

#img_right{
	margin-left:10px;
}

/*header*/

#header {
	height:80px;
	width:100%;
	background-color:#FFFFFF;
}

#header_content{
	position:relative;
	width:900px;
	height:80px;
	margin:0 auto;
}

#header_title{
	float:left;
	margin-top:40px;
	margin-left:10px;
}

#logo{
	float:left;
	margin-top:25px;
}

#flag{
	float:right;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-top: 35px;
}

#header h1{
	font-size:12px;
	color:#00009c;
	margin:0; 
	padding:0;
	font-weight:normal;
}

/*menu*/

#menu{
	width:900px;
	height: 29px;
}

#menu_bottom{
	height:5px;
	background-color:#8F8F8F;
	margin-bottom:0px;
}

/*content*/

#banner{
	float:left;
	width:640px;
	height: 300px;
	border: 0px solid #d0d1ce;
}

#banner2{
	float:left;
	width:640px;
	height: 450px;
	border: 0px solid #d0d1ce;
}

#banner3{
	float:left;
	width:640px;
	height: 350px;
	border: 0px solid #d0d1ce;
}

#product_gallery{
	float:left;
	width:900px;
	height: 600px;
	border: 0px solid #d0d1ce;
}

#content{
	float:left;
	width:640px;
	text-align:justify;
}

#content_plant_top{
	float:left;
	width:595px;
	height: 200px;
	border: 0px solid #d0d1ce;
}

#content_why_top{
	float:left;
	width:541px;
	height: 550px;
	border: 0px solid #d0d1ce;
}

#content_market_top{
	float:left;
	width:570px;
	height: 240px;
	border: 0px solid #d0d1ce;
}

#content_plant{
	float:left;
	width:400px;
	height: 200px;
	border: 0px solid #d0d1ce;
}

#sidebar_market{
	float:right;
	width:320px;
	height: 240px;
	border: 0px solid #d0d1ce;
}

#content_plant_mid{
	float:left;
	width:195px;
	height: 200px;
	border: 0px solid #d0d1ce;
}

#content_market{
	float:left;
	width:180px;
	height: 200px;
	border: 0px solid #d0d1ce;
	position: relative;
}

#content2{
	float:left;
	width:640px;
	text-align:left;
	height: 200px;
}

#content_rfq{
	width:900px;
	border: 0px solid #d0d1ce;
	height: 1000px;
}

#content h1{
	font-size:24px;
	color:#3A3A3A;
	margin:0;
	padding:0;
	font-weight:normal;
}

#content h2{
	font-size:12px;
	color:#353b2b;
	margin:1; 
	padding:1;
	font-weight:normal;
}
#content h3{
	color:#777f6a;
	font-weight:bold;
	text-decoration:none;
}

#content hr{
	height:2px;
	color:#8F8F8F;
	background-color: #8F8F8F;
	border:0;
}

#left_column{
	float:left;
	width:640px;
}

#right_column{
	float:right;
	width:290px;
}
/*sidebar*/

#sidebar{
	float:right;
	width:255px;
	position: relative;
	height: 650px;
	border: 0px solid #d0d1ce;
	background-color: #DFDFDF;
}

#sidebar_plant{
	float:right;
	width:300px;
	position: relative;
	height: 200px;
	background-color: #FFFFFF;
}

#sidebar_why{
	float:right;
	width:354px;
	position: relative;
	height: 550px;
	background-color: #FFFFFF;
}

.sidebox{
	background-color:#DFDFDF;
	margin-bottom:3px;
	border:0px solid #d0d1ce;
	padding:5px;
	color:#000000;
}

.sidebox hr{
	height:2px;
	border:0;
	color: #000000;
	background-color: #FFFFFF;
}

.sidebox h5{
	font-size:14px;
	color:#00009c;
	margin:0; 
	padding:0;
}

.sidebox .subtitles{
	color:#777f6a;
	font-weight:bold;
}

.sidebox .subtitles a{
	color:#777f6a;
	font-weight:bold;
	text-decoration:none;
}

.sidebox .subtitles a:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

.sidebox a {
	color:#00009c;
	text-decoration:underline;
}

.sidebox a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/*footer*/

#footer{
	margin-bottom:20px;
}

#footer hr{
	height:1px;
	color:#00009c;
	background-color: #00009c;
	border:0;
}

#footer_menu{
	float:left;
}

#copyright{
	float:right;
}

#vat{
	float:right;
}

