body {
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	background-image: url('/img/body_back.gif');
	background-color: #f6fcff;
	background-repeat: repeat-x;
	font-family: verdana,tahoma,arial;
	font-size: 12px;
	color: #4e4e4e;
}

#wrap {
	width: 985px;
	display: block;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#page {
	width: 968px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 9px;
	padding-bottom: 9px;
	position: relative;
}

#header_area {
	display: block;
	width: 968px;
	height: 159px;
	text-align:right;
}

#header_logo {
	width: 310px;
	height: 159px;
	display: block;
	float:left;
}

#header {
	float: left;
	display: block;
	width: 658px;
	height: 159px;
	background-image: url('/img/header.png');
}

.vertical_spacer {
	height: 2px;
	display: block;
	width: 1px;
	clear: both;
}

#topmenu_area {
	width: 968px;
	height: 39px;
	background-image: url('/img/topmenu_back.png');
}

#left_column {
	display: block;
	width: 293px;
	float:left;
}

#content_area {
	width: 675px;
	display: block;
	float:left;
	background-repeat: no-repeat;
	background-position: top;
}

#langselect {
	display: block;
	margin-top:5px;
	height: 15px;
}

.topmenu_container {
	float:left;
	height: 39px;
	cursor: pointer;
}

.topmenu_item {
	cursor: pointer;
	line-height:3.2em;
	height: 39px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	width: auto;
	color: #ffffff;
	text-decoration: none;
	padding-left:2px;
	padding-right:12px;
}

A.topmenu_item:hover {
	text-decoration:none;
	background-color:transparent;
	height: 40px;
}
.sub_container {
	position:absolute;
	display:block;
	background-color: #383838;
	display:none;
	visibility:hidden;
	clear:both;
	margin:0px;
	width: 260px;
	border: 1px solid #fafafa;
}

.submenu_item {
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 4px;
	width: 252px;
	background-image: url('/img/subitem_back.gif');
	background-repeat: repeat-x;
	background-color: #D3E6F7;
}
A.submenu_item:hover {
	text-decoration: none;
	background-color: #E7EFF6;
	background-image: url('/img/subitem_back_hover.gif');
	background-repeat: repeat-x;
}
.menuline {
	background-color: #ffffff;
	width: 260px;
	height: 1px;
	clear: both;
}

#main_header {
	margin-top:20px;
	font-family: tahoma;
	font-size: 25px;
	color: #000000;
	width: 675px;
	display: block;
}

.hdr {
	margin-right: 10px;
	border-bottom: 1px solid #B5B5B5;
	line-height:1.5;
}

#content {
	width: 650px;
	margin-top:20px;
	margin-bottom:30px;
	line-height:1.5;
	color: #000000;
	font-size:11px;
	text-align:justify;
}

a {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: none;
}

.footer{
	width: 968px;
	height: 39px;
	font-size: 11px;
	text-align:center;
	background-image: url('/img/footer.png');
	line-height: 1.5em;
	color: #ffffff;
}

.footer a {
	color: #ffffff;
}

.article_title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
.article_title a {
	text-decoration: none;
}

.article_title a:hover {
	text-decoration: underline;
}

.readmore a {
	font-weight: bold;
	color: #F37310;
	text-decoration: none;
}

.readmore a:hover {
	text-decoration: underline;
}

.error {
	color: #FF0000;
}


.orderform_text {
	border:1px solid #B5B5B5;
	color:#1C4164;
	font-family:verdana;
	font-size:11px;
	padding:2px;
}

#tradebanner {
	width: 468px;
	height: 60px;
	position: absolute;
	bottom: 60px;
	left: 380px;
}
