html,body
{
margin: 0px;
padding: 0px;
text-align:center;
/*background-color:#FAFAFA;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
}

div#container
{
background-color:#FFFFFF;
position: relative;
margin:0 auto;
width: 980px;
text-align:left;
	cursor: default;	
}
/*
--------------------------------------------------------------------------------------
	Basic element positioning
--------------------------------------------------------------------------------------
*/

#header {
	position: relative;
	height: 250px;
	width: 100%;
	left: auto;
	top: 0px;
	right: auto;
	clear:both;

	background-repeat: no-repeat;
	background-position: center;
}
#flash {
	position: absolute;
	top: 0;
	right: 0;
	z-index:1000;
}
div#language {
	position: absolute;
	right: 100px;
	top: 233px;
	text-align: left;
	width: 200px;
	color: #FFFFFF;
	z-index: 1001;
}
#footer {
	background-image: url(images/footerlogo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 35px;
	text-align: left;
	font-size: 9px;
}
#header #bar {
	position: absolute;
	width: 100%;
	bottom: 0px;
	background-color:#999999;
	text-indent: 240px;
}

#left {
	position:absolute;
	float: left;
	height: 300px;
	width: 260px;
	left: 0px;
	top: 0px;
	clear:both;
	padding-top: 27px;	
}

#right {
	position: absolute;
	height: 100%;
	width: 195px;
	right: 0px;
	top: 0px;
	text-align:right;
}

#language a
{
color: #FFFFFF;
text-decoration: none;
}
#language a.active
{
color:#333333;
}
#language a:hover
{
font-weight:bold;

}
#bodytext
{
	margin-top: 0px;
	min-height: 400px;
	height: 400px;
}
html > body #bodytext
{
	height: auto;
}

/*
--------------------------------------------------------------------------------------
	Left bar
--------------------------------------------------------------------------------------
*/

#left #sidemenu {
	text-align: right;
	margin-right: 50px;
	position: absolute;
	top: 300px;
	right: 0px;
	width: 210px;
}

#sidemenu h1
{
	font-size:12px;
	color: #666666;
	margin: 0px;
	border-bottom: solid 1px #BBB;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-weight: normal;
}

#sidemenu ul
{
	margin: 0px;
	padding: 0px;
}

#sidemenu li
{
	margin: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 0px;
	list-style-type: none;
	border-bottom: solid 1px #BBBBBB;
	color:#888888;
}

#topmenu td, #topmenu th
{
	cursor: hand;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

#topmenu td
{
color: #FFFFFF;
}
#topmenu th
{
color: #666666;
}

#topmenu .init
{
background-image:url(images/topmenu_back.jpg)
}

#topmenu .off
{
background-image:url(images/topmenu_back.jpg)
}

#topmenu .on
{
background-image:url(images/topmenu_back.gif)
}
/*
--------------------------------------------------------------------------------------
	Right menu
--------------------------------------------------------------------------------------
*/
#right2
{
	margin-top: 250px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#right3
{
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #BBBBBB;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BBBBBB;
	width: 184px;
	text-align: justify;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
}
#right ul
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 35px;
	color: #F69218;
}
/*
--------------------------------------------------------------------------------------
	Bread crumb
--------------------------------------------------------------------------------------
*/
#header #bar {
	color: #FFFFFF;
	padding: 5px 0px;
}

/*
--------------------------------------------------------------------------------------
	Body index
--------------------------------------------------------------------------------------
*/
#body h1 {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
/*	text-indent: 25px; */
	font-size: 12px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #F69218;
}

#body h2 {
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #F69218
	text-decoration:none;
	font-style: italic;
}

#body li
{
	list-style-image: url(images/bullet2.gif);
	list-style-type: circle;
	padding-bottom: 2px;
}

hr
{
	color: #F69218;
	background-color: #F69218;
	height: 1px;
}
/*
--------------------------------------------------------------------------------------
	Link layouts
--------------------------------------------------------------------------------------
*/

#sidemenu a
{
	text-decoration:none;
	color: 	#888888;
}

#sidemenu a:hover
{
	color: #333333;
}

#right a
{
	text-decoration:none;
	color: #666666;
}
#right a:hover
{
	text-decoration:none;
}

#body a
{
	color: #666666;
	text-decoration: none;
	border-bottom: #f69218 solid 1px;
}

#body a:hover
{
	text-decoration: none;
	border-bottom: none;
}

.imglink 
{
	text-decoration: none;
	border-bottom: none !important;
}

#footer a
{
	color: #666666;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover
{
	text-decoration: none;
	border-bottom: #f69218 solid 1px;
}

/*
-------------------
Contact Form
-------------------
*/
form {
  margin: 0;
  padding: 0;
}
form div {
  clear: left;
  display: block;
  width: 354px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form div label {
  display: block;
  float: left;
  width: 80px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form p
{
	margin: 2px;
	padding: 0px;
}

input {
	border:1px solid #999999;
	background-color: #EEEEEE;
	width: 130px;
    padding: 0px 0px;
	margin: 2px 0px;
 }  
input#image {
	border: none;
	width: auto;
	cursor: hand;
 }  

.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	padding: 0px;
	height: 30px;
	width: 125px;
	margin: 0px;
	border: 1px solid #999999;
}

textarea {
	height: 100px;
	width: 390px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	overflow: auto;
}

/*
-------------------
References table
-------------------
*/

table.ref th
{
	font-weight: normal;
	color: #F69218;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F69218;
	text-align: center;
	margin: 0px;
	margin-top: 25px;
/*	padding-left: 14px;*/
	font-size: 12px;
}

table.ref th.readmore
{
text-align: right;
padding: 5px;
}

table.ref td.text
{
	
	text-align: justify;	
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 23px;
	font-weight: normal;
	color: #666666;
	width: 400px;
	vertical-align:top;
}

table.ref td.logo img
{
	border: none;
}

.leftimage
{
float: left;
margin: 0px 8px 0px 0px;
}

.intronews
{
vertical-align:bottom;
}

/*
=================================================
Modules
=================================================
*/
.itemheader
{
	height: 17px;
	background-image:url(../images/itemheader.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 5px;
	margin-bottom: 8px;
}
.itemheader .itemheader_content
{
	color: #f0930f;
	font-weight: bold;
}
.module
{
width: 490px;
}
.module .col
{
width: 260px;
clear: none;
float: left;
}
.module .rightcol img
{
	margin-bottom: 5px;
}
.module .rightcol
{
	width: 220px;
	float: right;
}
