/* CSS Document */

body{
	font:12px Arial;
	margin:0 0 0 0;
}

#wrapper{
	width:100%;
	margin:0 auto;
}
.container{
	width:820px;
	margin:0 auto;
}
.container1{
	width:1000px;margin:0 auto;
}
.headerimg{
	background:url(images/header.jpg) top left no-repeat;
	border:none;
	height:340px;
}
.headerimg #nav{
	font:14px Arial, Helvetica, sans-serif;
	float:right;
	list-style:none;
	font-weight:bold;
	color:#fff;
	text-align:right;
	margin:0; padding:15px; width:200px;
	}


	.headerimg #nav ul li{
		margin:0; padding:0; float:left; width:180px;
		}
		.headerimg #nav li a{
			display:block; text-decoration:none; text-align: right;
			margin:0; padding:10px 0 0 0; color:#fff;
			line-height:20px;
			}
		.headerimg #nav li a:hover{ color:#d7cf00;}
#header{
	height:155px;
	background-color:#FFFFFF;
}
#header img
{
	float:left;
	width:374px;
	height:125px;

}
#headeright{
	float:right;
	margin:90px 0 0 0;
}
#headerlink{
	font:14px Arial;
	color:#000000;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 0 17px;

}
#headerlink:hover{
	text-decoration:underline;
	color:#8f1812;	
}
#headerlink1{
	font:14px Arial;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	color:#8f1812;
	padding:0 0 0 17px;
}
#headerlink1:hover{
	text-decoration:underline;
	color:#8f1812;	
}
#combo{
background:url(images/combo_bg.jpg) top center no-repeat;
height:23px;
width:150px;
margin:10px 0 0 66px;
padding:0 0 0 10px;
text-align:left;
}

#contentimg{
	background-image:url(images/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:340px;
	background-color:#000000;
	margin:0 auto;
	position:relative;
	clear:both;
}
#content{
	font:12px Arial;
	text-align:left;
	color:#000000;
	width:860px;/*editremove*/
	margin:15px 0 0 0;
}
#contentleft{
	font:14px Arial;
	color:#000000;
	float:left;
	width:550px;
	text-align:justify;
	line-height:20px;
	margin:10px 0 0 0;
}

.para{
	font:14px Arial;
	line-height:20px;
	text-align:left;
	color:#000000;
	width:100%;
	text-decoration:none;
	margin:10px 0 0 10px;
	padding:0 5px 0 5px; 
}
.parabold{color: #8f1812; font-weight:bold;}
.uname{
	font:14px Arial;
	color:#fff;
	text-align:left;
	font-weight:bold;
	float:left;
	padding:0 0 0 10px;
	display:block;
}
.textbox{
	font:12px Arial;
	color:#000;
	background-color:#FDFBFB;
	border:1px solid #BCBCBC;
	text-align:left;
	height:16px;
	width:150px;
	margin:0 10px 2px 0;
	padding:2px 4px 2px 4px;
	float:right;
}
#contentlogin{
	display:block;
	background:url(images/login_bg.jpg) top left no-repeat;
	height:163px;
	width:260px;
	font:12px Arial;
	color:#000000;
	float:right;
	margin:15px 0 0 0;
}
.customertext{
	font:16px Arial;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding:20px 0 0 0;
}
#content1{
	width:195px;
	margin:5px 0 0px 0;
	font-size:12px;
	line-height:20px;
	float:left;
	font-weight:normal;
	border:0px #000 solid;
}
#content2{
	width:150px;
	margin:1px 0 1px 0;
	font-size:11px;
	line-height:20px;
	float:left;
	font-weight:normal;
}
#contentheader1{
	font-weight:bold;
	color:#8f1812;
}
#contentlink{
	color:#8f1812;
}
#contentlink:hover{
	text-decoration:none;
}
.footer{
	font:14px Arial;
	width:820px;
	margin:0 auto;
	clear:both;
	font-weight:normal;
	text-align:center;
	margin:0 0 15px 0;
}
.footer ul{
	list-style:none; float:left;margin:0; padding:0; width:300px; display:block;
}
.footer ul li{float:left; font-weight:bold; margin:0; padding:0 15px 0 0;}
.footer ul li a{
	float:left;margin:0; padding:5px 4px;
	color:#a2a2a2; text-decoration:none;
}
.footer ul li a:hover{text-decoration:underline; color:#8f1812;}

.footer p{
	font:11px Arial;
	display:block;
	float:right;
	margin:0;
	padding:5px 4px;

	text-align:center;color:a2a2a2;
}
/*=======================language=====================*/
.language_dropdown_wrapper {
   margin:4px 0 2px 0px;
   color:#FFFFFF;
   
}

.language_dropdown {
    display: inline;
   /* background: #000000 url('/needed/sort_down.gif') no-repeat 95% 75%;
    border: 1px solid #999999;*/
    text-align: left;
    cursor: pointer;
}

.language_dropdown a {
    color: #555555;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.language_dropdown a:hover {
    text-decoration: underline;
	color:#555555;
}

.language_dropdown .current {
    display: inline;
    position: relative;
    z-index: 10;

}

.language_dropdown .sub {
    width: 100%;
    display: none;
    position: absolute;
    top: 16px;
    left: -1px;
    z-index: 10;
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    border: 1px solid #999999;
    border-top: none;
}

.language_dropdown .sub:hover  {
    display: block;
}

.language_dropdown .sub a {
    padding: 0px;
    margin: 0px;
    text-align:left;
    display: block;
	color:#555555;
}

.language_dropdown .sub a:hover {
    background-color: #ddd;
}
