/*GENERAL*/
body,html{
	background:#fff;
	margin:0;
	padding:0;
	font-family:verdana,sans-serif;
	
}
p,form,input,h1{
	padding:0;
	margin:0;
}

h1{
	font-size:16px;
}

.blackText{
	color:#000;
}

.redText{
	color:#d92725;
}
.greyText{
	color:#4f4f4f;
}

.border0{
	border:0;
}
.borderTop0{
	border-top:0 !important;
}
.borderBottom0{
	border-bottom:0 !important;
}

.leftFloater{
	float:left;
}
.rightFloater{
	float:right;
}
.floatClearer{
	clear:both;
}

.bgRed{
	background:#b11f02;
}
.bgLight{
	background:#f7f7ea;
}

div.container{
	position:relative;
	width:876px;
}




/*TOP*/
div.top{
	position:relative;
}

div.topMenu{
	position:absolute;
	right:0px;
	top:12px;
	height:33px;
}
	
div.topMenu a,div.topMenu p{
	color:#fff;
	font:10px/33px verdana,sans-serif;
	text-decoration:none;
}
div.topMenu a:hover{
	text-decoration:underline;
}




/*HEADER*/
div.header{
	position:relative;
	background:url(images/headerimg.png) no-repeat;
	width:876px;
	height:171px;
	margin-bottom:6px;
}

div.langSelector{
	position:absolute;
	top:13px;
	left:12px;
}

div.searchBox, div.searchBoxEng{
	position:absolute;
	top:0px;
	left:78px;
	width:277px;
	height:44px;
}
div.searchBox{
	background:url(images/search_bg.png) no-repeat;
}
div.searchBoxEng{
	background:url(images/search_bg_eng.png) no-repeat;
}
		
		
div.searchWrapper{
	position:absolute;
	top:13px;
	right:23px;
}
input.searchInput{
	border:1px solid #e3e1e1;
	background:#fff;
	width:92px;
	padding:3px 3px;
	margin-right:10px;
	font-size:12px;
}




/*LEFT*/
div.leftArea{
	width:195px;
	padding-left:18px;
}

div.leftBox{
	margin-top:13px;
	float:left;
}

ul.boxListMain, ul.boxListCommon{
	margin:0;
	padding:0;
	width:195px;
}
ul.boxListMain li{
	list-style:none;
	float:left;
}
ul.boxListMain a{
	list-style:none;
	background:url(images/list_bg.gif) no-repeat;
	background-position:center left;
	padding:4px 0;
	padding-left:35px;
	font-size:11px;
	border-bottom:1px solid #9e2108;
	border-top:1px solid #b8432b;
	float:left;
	width:160px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

ul.boxListMain li a:hover{
	text-decoration:underline;
}
ul.boxListMain ul{
	padding:0;
	margin:0;
	display:block;
}

ul.boxListMain ul a{
	background:#3A3737;
	margin:0;
	font-weight:normal;
	border:none;
	border-top:1px solid #565656;
}

ul.boxListCommon li{
	list-style:none;
	padding-left:13px;
	font-size:11px;
}
ul.boxListCommon li a{
	color:#373737;
	text-decoration:underline;
	line-height:18px;
}
ul.boxListCommon li a:hover{
	color:#d92725;
}

div.leftBoxTop{
	width:195px;
	height:31px;
	background:url(images/left_commonbox_top.gif) no-repeat;
	position:relative;
}
div.leftBoxTop p{
	color:#373737;
	font-size:12px;
	font-weight:bold;
	padding-left:13px;
	line-height:31px;
}
img.leftBoxIcon{
	position:absolute;
	right:13px;
	top:11px;
}




/*MAIN*/
div.mainArea{
	margin-left:18px;
	padding-left:18px;
	background:url(images/main_sep_bg.gif) repeat-y;
	width:613px;
}

div.mainArea p{
	color:#4f4f4f;
	font-size:12px;
	line-height:16px;
}
div.mainArea a{
	color:#000;
	text-decoration:underline;
	font-size:12px;
}
div.mainArea a:hover{
	color:#d92725;
}




/*FOOTER*/
div.footer{
	position:relative;
	top:18px;
	width:100%;
	height:70px;
	background:url(images/footer.gif) no-repeat;
}

div.companyInfo{
	position:absolute;
	right:13px;
	top:13px;
	text-align:right;
}
div.companyInfo p{
	font-size:11px;
	color:#fff;
	line-height:14px;
}

p.bottomText{
	margin-top:30px;
	padding-bottom:18px;
	width:100%;
	text-align:center;
	color:#a5a5a5;
	font-size:11px;
}





