@import url(menu.css);

*{
	font-size:100%;
}

body{
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
	font-family:arial,sans-serif;
}

img{
	border-width: 0px;
}

form{
	margin: 0em;
	padding: 0em;
}

table{
	border-collapse: collapse;
}

td{
	margin: 0em;
	padding: 0em;
	vertical-align: top;
}

a:link{
	color: #003cad;
}

a:visited{
	color:#663366;
}

a:hover{
	color:#f29c00 !important;
}

ul.dash{
	margin: 0.5em 0em;
	padding: 0em 0em 0em 2em;
}

ul.dash li{
	margin: 0.5em 0em;
	padding: 0em 0em 0em 20px;
	list-style-type: none;
	background: url('/ns/li.gif') no-repeat 0 0.6em;
}

ul.empty{
	padding:0;
	list-style-type:none;
	margin-left:0;
}

ul.empty li{
	margin-bottom:0.5em;
}

h1{
	font-size:200%;
	font-weight: normal;
	margin-top: 0em;
}

h2{
	font-size:140%;
	font-weight: normal;
	margin-bottom: 0em;
	margin-top:1.5em;
}

h3{
	font-size:120%;
}

p{
	margin-top: 0.3em;
}

sub, sup, small{
	font-size:79%;
}

big{
	font-size:120%;
}

hr{
	height:1px;
	background-color:#d17c10;
	border-width:0;
	border-bottom:1px solid #d17c10;
	margin:1.33em 0;
}

#divLogo{
	height: 119px;
	padding-left: 64px;
	margin-top:49px;
}

#divToolbar{
	position: absolute;
	right: 0%;
	top: 120px;
	//top: 80px;
	width: 35%;
}
#LangSwitcher
{
	width: 50px;
	position: absolute;
	font-size: 0.75em;
	right: 4em;
	top: 120px;
	//top: 80px;
	margin-top: 0.6em;
}

#divToolbar img{
	position: relative;
	left: -30px;
	z-index: 1000;
}

#divBnr01{
	height: 320px;
	border-bottom: 4px solid #ff9819;
	background: url('bnr01/bg-total.jpg') repeat-x;
	
}

#tdColumnLeft{
	width: 65%;
	padding-left: 107px;
	padding-right: 4em;
	padding-top: 3em;
}

#tdColumnRight{
	width: 35%;
	padding-right: 1em;
	padding-top: 4.8em;
}

#divGrit, #tdColumnLeft h1{
	position: relative;
	left: -43px;
	z-index: 1000;
}

#divGrit a{
	font-size: smaller;
}

#divGrit a:link, #divGrit a:visited{
	color: #808080;
}

.InputSearchEmpty{
	color: gray;
}

#tdColumnRight h3{
	font-weight: normal;
	margin-bottom: 0em;
	color: #e67a19;
}

#tdColumnRight h3, #tdColumnRight form{
	position: relative;
	left: -25px;
	z-index: 1000;
}

#tdColumnRight address{
	font-style: normal;
}

#tdColumnRight address.Phones{
	color: #555555;
}

#tdColumnRight address.Phones b{
	color: #444;
	font-size: 130%;
	font-weight: normal;
}

#divFooter{
	border-top: 3px solid #d8d8d8;
	padding-top: 1em;
	padding-bottom: 2em;
	margin-top: 3em;
	margin-left: -43px;
}

#divFooter hr{
	display: none;
}

#divFooter img{
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 0.5em;
}

#tableNavigation{
	margin-left: 64px;
	width: 1%;
}

#FourthLevelNav{
	margin:0;
	margin-top:-1em;
	position:relative;
	left:-43px;
	padding:0;
	list-style-type:none;
}

#FourthLevelNav li{
	float:left;
	padding:15px 0 0 0;
	margin-right:25px;
}

#FourthLevelNav li.selected{
	background:url(/i/ar-down.gif) top center no-repeat;
	color:#D17C10;
}

#FourthLevelNav li a:link{
	color:#868686;
}

#FourthLevelNav li.selected a:link{
	color:#D17C10;
}

.NewsArticleHref{
	margin-bottom: 1em;
}

.Date{
	color: #ff9819;
	font-size: smaller;
}

.article-footer{
	margin:1.33em 0;
	color:#d8d8d8;
}

.article-image{
	float:right;
	margin:0 0 20px 20px;
}

table.data{
	background:#f3f4f4;
	margin-bottom:1.33em;
	width:100%;
}

table.data td, table.data th, table.data caption{
	padding:5px 15px;
}

table.data td.first{
	width:40%;
}

table.data tr.subsection td.first{
	padding-left:50px;
}

table.data th{
	text-align:left;
	padding-top:20px;
}

table.data caption{
	font-size:160%;
	padding-bottom:0.6em;
	background:#f3f4f4;
	text-align:left;
}

div.product-image{
	text-align:center;
	margin:1.33em 0 1.33em 0;
}

div.clear{
	clear:both;
	font-size:0;
	height:1px;
}

div.file{
	float:right;
	padding:0 0 0.5em 30px;
}
div.file:after
{
content: '';
display: block;
clear: right;
}

div.file a:link{
	color:#868686;
}
.clear
{
clear: both;
}
.float_right
{
display: block;
clear: right;
float: right;
margin: 0 0 0.5em 1em;
}
.float_left
{
clear: left;
float: left;
margin: 0 1em 0.5em 0;
}