body {
	background-color:#000000;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin:0;
}

div#wrapper {
	width: 784px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top:0px;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	color: #d29f17;
}

h2 
{
    font-size: 125%;
	font-weight: bold;
	color: #ffffff;
}

h3 
{
    font-size: 100%;
	font-weight: bold;
	color: #ffffff;
}

.orange 
{
    font-weight:bold;
    color: #d29f17;
}

div#bannerLeft {
	float: left;
	width: 560px;
}

div#bannerRight {
	float: left;
}

div#footerLeft {
	float: left;
	width: 486px;
	background: #d29f17;
}

div#footerRight {
	float: left;
	background: #d29f17;
}

div#mainContent {
	background: url(../images/back.jpg) top left no-repeat;
	width: 784px;
	clear: both;
}

div#contentLeft {
	float: left;
	width: 535px;
	padding-right: 25px;
	overflow:hidden;
}

div#contentRight {
	float: left;
}

div#languageSelector {
	background: url(../images/languageBack.gif) top left no-repeat;
	width: 192px;
	height: 116px;
	padding-left: 8px;
}

div#brakingNews {
	width: 174px;
	border: 1px solid #5f5653;
	background: url(../images/newsBack.gif) top left no-repeat;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 95%;
}

div#searchBox {
	width: 167px;
	border: 1px solid #5f5653;
	background: url(../images/searchback.gif) top left no-repeat;
	padding-left: 15px;
	padding-right: 8px;
	font-size: 95%;
}

.flag {
	width: 21px;
	height: 13px;
	border:  1px solid #5f5653;
	display: block;
	float: left;
	margin: 1px;
}

.flag:hover {
	border:  1px solid #ffffff;
}

.fc:after { 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
} 
.fc {
	display: inline-table; 
} 

/* Hides from IE Mac \*/ 
* html .fc { height: 1%; } 
.fc { display:block; } 
/* End Hack */	

ul#menu li {
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style:none;
	top: 0px;
	line-height:0px;
	font-size:1px;
	float:left;
}
ul#menu li, ul#menu a {
	height: 21px;
	display: block;
	margin: 0px;
	padding: 0px;
}
ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	color:#d29f17;
}

ul#menu li#home { width: 66px; }
ul#menu a#home { width: 66px; }
ul#menu li#application { width: 160px; }
ul#menu a#application { width: 160px; }
ul#menu li#product { width: 176px; }
ul#menu a#product { width: 176px; }
ul#menu li#news { width: 44px; }
ul#menu a#news { width: 44px; }
ul#menu li#about { width: 49px; }
ul#menu a#about { width: 49px; }
ul#menu li#contact { width: 65px; }
ul#menu a#contact { width: 65px; }

#home			{left: 0px; }
#application	{left: 66px; }
#product		{left: 226px; }
#news			{left: 402px; }
#about			{left: 446px; }
#contact		{left: 495px; }

div.row { 
	overflow:hidden; 
	zoom:1;
	width:570px;
}

div.row span.label {
  float: left;
  width: 120px;
  padding:2px;
  text-align: left;
  font-weight:bold;
}
  
div.row span.content {
  border:0px;
  float: right;
  width: 440px;
  padding:2px;
  text-align: left;
}

div.row2 { 
	overflow:hidden; 
	zoom:1;
	width:200px;
}

div.row2 span.label {
  float: left;
  width: 100px;
  padding:2px;
  text-align: left;
  font-weight:bold;
}
  
div.row2 span.content {
  border:0px;
  float: right;
  width: 80px;
  padding:2px;
  text-align: left;
}

.btn 
{
    background: #ffffff;
    border: 1px solid #5f5653;
    color: #000000;
    font-size:85%;
    text-align:left;
}

a:link {color: #ffffff; text-decoration: underline; font-weight:bold;}
a:visited {color: #ffffff; text-decoration: underline; font-weight:bold;}
a:hover {color: #ffffff; text-decoration: none; font-weight:bold;}
a:active {color: #ffffff; text-decoration: underline; font-weight:bold;}

a.gold:link {color: #d29f17; text-decoration: none; font-weight:bold;}
a.gold:visited {color: #d29f17; text-decoration: none; font-weight:bold;}
a.gold:hover {color: #d29f17; text-decoration: none; font-weight:bold;}
a.gold:active {color: #d29f17; text-decoration: none; font-weight:bold;}