@charset "utf-8";
* { outline:none; }
body,
.main,
.clr,
.header,
.content,
.prefooter,
.footer,
form,
ol,
ol li,
ul { margin:0; padding:0; }
ol,
ul,
li { list-style:none; }
body { width:100%;background: #e6e6e6;}
body,input,textarea {font:normal 12px/1.8em "Liberation sans", Arial, Helvetica, sans-serif; color:#a1a0a0; }
img { border:none; max-width: 100%; height: auto; }


#wrapper{
	width:1000px;
	height: auto;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#header{
	width:100%;
	height: 119px;
	background: url('../images/header.png') no-repeat;
}

#logoarea{
	width:30%;
	height: 80px;
	float: left;
	margin: 30px 0 0 100px;
	text-align: center;
}

#language{
	width: 55%;
	float: right;
	margin: 5px;
	text-align: right;
	float: left;
}
#sliderarea{
	width: 100%;
	height: 353px;
	background: url('../images/slider.png') no-repeat;
	float: left;
}

#menuarea{
	width: 100%;
	height: 83px;
	background: url('../images/menuarea.png') no-repeat;
	float: left;
	padding-left: 60px;
}

.menus{
	padding: 10px;
	color: #ffffff;
	text-align: center;
	height:20px;
	min-width: 130px;
	font-size: 16px;
	float: left;	
}

.menus a{
	color: #ffffff;
	text-decoration: none;
}

.menus a:hover{
	color: #ffffff;
	text-decoration: none;
}

.menus-line{
	background: #d1d1d1;
	float: left;
	height:40px;
	width:1px;
}

#contentarea{
	width: 98%;
	min-height: 500px;
	background: #ffffff url('../images/contentareabg.png') repeat-x;
	float: left;
        padding:10px;
}

#footerarea{
	width: 100%;
	height:94px;
	background: url('../images/footerbg.png');
	float: left;
}

#copyright{
	width:80%;
	height: auto;
	margin-top: 50px;
	float: left;
	text-align: center;
	color: #ffffff;
}

#tradeindia{
	width:20%;
	height:auto;
	margin-top: 40px;
	float: left;
	text-align: center;
}