body {
	background: #fff url(../images/bg.gif) left top repeat-x;
	color: #000;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

* {
	font-family: Arial, 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

/* Font */
/*
@font-face {
	font-family: FoundrySterling;
	font-weight: 500;
	src: url('../fonts/FOSTDEMI.otf') format("opentype");
}
*/

/* Main */
#container {
	padding: 0 15px;
	width: 977px;
}

#header {
	padding: 34px 0 0 40px;
	position: absolute;
	width: 937px;
	z-index: 20;
}

#content {
	position: absolute;
	top: 190px;
	width: 977px;
	z-index: 30;
}

#sidebar {
	float: left;
	margin: 18px 0 0 25px;
	width: 185px;
}

#main {
	background: #fff;
	width: 687px;
}

td.fill_main {
	background: url(../images/bg_main.gif) left top no-repeat;
	width: 20px;
}

#marginal {
	background: #fff;
	padding: 0 8px 0 25px;
	width: 220px;
}

td.fill_marginal {
	background: url(../images/bg_marginal.gif) left top no-repeat;
	width: 17px;
}

/* Links */
a {
	color: #f04014;
	text-decoration: none;
}

a:focus, a:hover {
	color: #000;
}

a.more {
	background: url(../images/icons/icon_link.gif) left top no-repeat;
	color: #f04014;
	font-weight: bold;
	padding: 0 0 0 9px;
	text-decoration: none;
}

a.more:focus, a.more:hover {
	background-position: left -13px;
	color: #000;
}

a.backlink {
	background: url(../images/icons/icon_backlink.gif) left top no-repeat;
	color: #f04014;
	font-weight: bold;
	padding: 0 0 0 9px;
	text-decoration: none;
}

a.backlink:focus, a.backlink:hover {
	background-position: left -13px;
	color: #000;
}

/* Logo */
h1 a {
	background: url(../images/logo.png) left top no-repeat;
	border: none;
	float: left;
	height: 66px;
	text-decoration: none;
	width: 208px;
}

/* Form . Searchbox */
form input.sbox {
	background: #eaeaea;
	border: none;
	color: #808080;
	float: left;
	font-size: 11px;
	height: 15px;
	outline: none;
	padding: 3px 3px 1px 0;
	width: 80px;
}

form .search_left {
	background: url(../images/search_left.gif) left top no-repeat;
	float: left;
	height: 19px;
	margin-top: 0;
	width: 9px;
}

form#search {
	float: left;
	margin: 0 1px 0 0;
}

form#search button {
	background: url(../images/search_btn.gif) left top no-repeat;
	border: none;
	cursor: pointer;
	float: left;
	height: 19px;
	margin: 0;
	padding: 0;
	width: 18px;
}

/* Meta-Navigation */
ul#metanavi {
	float: right;
	list-style-type: none;
	padding: 12px 0 0 0;
	margin-right: -7px;
	text-align: right;
}

ul#metanavi li {
	background: url(../images/metanav_seperator.gif) left center no-repeat;
	float: left;
	line-height: 100%;
	padding: 0 7px 0 7px;
}

ul#metanavi li.first {
	background: none;
	padding-left: 0;
}

ul#metanavi li a {
	color: #666;
	display: block;
	font-size: 10px;
	margin: 4px 0 0 0;
	padding: 0 0 4px 0;
	text-decoration: none;
}

ul#metanavi li a:focus, ul#metanavi li a:hover, ul#metanavi li a.active {
	color: #f04014;
}

ul#metanavi li a.current {
	color: #f04014;
}

/* Media Header */
#mediaHead {
	background-position: center top;
	background-repeat: no-repeat;
	height: 400px;
	width: 977px;
	z-index: 10;
}

/* Main Navigation */
ul#navigation {
	background: url(../images/dots.gif) left bottom repeat-x;
	float: left;
	list-style-type: none;
	margin: 0 0 15px 25px;
	padding: 0 0 18px 0;
	width: 660px;
}

ul#navigation li {
	float: left;
	padding: 0;
}

ul#navigation li a {
	border-left: 1px solid #e7e7e7;
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: bold;
	outline: none;
	padding: 9px 30px 0 5px;
	text-decoration: none;
	text-transform: uppercase;
}

ul#navigation li a:focus, ul#navigation li a:hover {
	border-left: 1px solid #f04014;
	color: #f04014;
}

ul#navigation li a.current {
	border-left: 1px solid #f04014;
	color: #f04014;
}

ul#navigation li a span {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	margin-right: -1px;
}

ul#navigation li a:focus span, ul#navigation li a:hover span {
	color: #f04014;
}

ul#navigation li a.current span {
	color: #f04014;
}

/* Marginal Navigation */
ul#marginalNavigation {
	background: url(../images/dots.gif) left bottom repeat-x;
	float: left;
	list-style-type: none;
	margin: 0 0 18px 0;
	padding: 0 0 18px 0;
	width: 220px;
}

ul#marginalNavigation li {
	float: left;
	padding: 0;
}

ul#marginalNavigation li a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: bold;
	outline: none;
	padding: 9px 30px 0 0;
	text-decoration: none;
	text-transform: uppercase;
}

ul#marginalNavigation li a:focus, ul#marginalNavigation li a:hover {
	color: #f04014;
}

ul#marginalNavigation li a.current {
	color: #f04014;
}

ul#marginalNavigation li a span {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	margin-right: -1px;
}

ul#marginalNavigation li a:focus span, ul#marginalNavigation li a:hover span {
	color: #f04014;
}

ul#marginalNavigation li a.current span {
	color: #f04014;
}

/* Sub Navigation */
ul#subnavigation {
	list-style-type: none;
	padding: 0 25px 0 0;
	width: 185px;
}

ul#subnavigation li {
	padding: 0 0 14px 0;
}

ul#subnavigation li a {
	color: #333;
	font-size: 14px;
	outline: none;
	text-decoration: none;
}

ul#subnavigation li a:focus, ul#subnavigation li a:hover {
	color: #f04014;
}

ul#subnavigation li a.current {
	color: #f04014;
}

/* Article */
#main table.article, div.article {
	float: right;
	margin: 14px 0 15px 0;
	padding: 0;
	width: 452px;
}

#main table.article h2, div.article h2 {
	color: #333;
	font-family: FoundrySterling, Arial, 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 18px;
	padding-bottom: 14px;
}

#main table.article p {
	padding: 0;
}

#main table.article ul {
	margin: 0 15px 20px 15px;
}

#main table.article ul li {
	line-height: 150%;
}

#main table.article ul li ul {
	list-style-type: none;
	margin: 0;
}

/* Article . Links */
#main table.article span.extLink {
	background: url(../images/icons/icon_extLink.gif) 2px top no-repeat;
	padding: 0 0 0 18px;
}

#main table.article span.extLink a {
	color: #f04014;
	text-decoration: none;
}

#main table.article span.extLink a:focus, #main table.article span.extLink a:hover {
	color: #000;
	text-decoration: none;
}

#main table.article span.contactPhone {
	background: url(../images/icons/icon_phone.gif) 2px top no-repeat;
	padding: 0 0 0 18px;
}

#main table.article span.contactFax {
	background: url(../images/icons/icon_fax.gif) left 1px no-repeat;
	padding: 0 0 0 18px;
}

#main table.article span.contactMail {
	background: url(../images/icons/icon_mail.gif) left 2px no-repeat;
	padding: 0 0 0 18px;
}

#main table.article span.contactMail a {
	color: #000;
	text-decoration: none;
}

#main table.article span.contactMail a:focus, #main table.article span.contactMail a:hover {
	color: #f04014;
	text-decoration: underline;
}

#main table.article span.download, #main table.teaser_home span.download {
	background: url(../images/icons/icon_download.gif) 2px top no-repeat;
	padding: 0 0 0 18px;
}

#main table.article a.galleryLinkImg {
	outline: none;
}

#main table.article a.galleryLinkImg span.galleryLink {
	background: url(../images/icons/icon_gallery.gif) left 10px no-repeat;
	color: #f04014;
	display: block;
	padding: 9px 0 0 18px;
}

#main table.article a.galleryLinkImg span.galleryLink:hover {
	color: #000;
}

/* Article . Table: Two columns */
#main table.article table.twocol td {
	padding-right: 6px;
	width: 220px;
}

/* Article . Table: Data table */
#main table.article table.data td.tabData {
	border-collapse: collapse;
}

#main table.article table.data td.tabData {
	background: #e1e1e1;
	padding: 4px 8px 10px 8px;
}

#main table.article table.data td.tabHead {
	background: #c4c4c4;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	padding: 4px 8px 3px 8px;
}

/* Article . Table: Data table Products */
#main .article table.data td.tabData {
	border-collapse: collapse;
}

#main .article td.tabData {
	background: #e1e1e1;
	padding: 4px 8px 10px 8px;
}
#main .article td.tabDataBorder {
	background: #e1e1e1;
	padding: 4px 8px 10px 8px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

#main .article td.tabHead {
	background: #c4c4c4;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	padding: 4px 8px 3px 8px;
}

#main .article td.tabHeadBorder {
	background: #c4c4c4;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	padding: 4px 8px 3px 8px;
}

#main .article td.tabData a.download, #main .article td.tabDataBorder a.download {
	background: url(../images/icons/icon_download.gif) 2px top no-repeat;
	padding: 0 0 0 18px;
}

/* Article . Home */
#main table.teaser_home {
	width: 685px;
	margin: 17px 0 18px 0;
}

#main table.teaser_home td.teaser_img {
	width: 185px;
}

#main table.teaser_home td.teaser_txt {
	width: 450px;
}

#main table.teaser_home td.teaser_txt h2 {
	color: #333;
	font-size: 16px;
}

#main  table.teaser_home span.download a {
	font-weight: bold;
	text-decoration: none;
}

#main  table.teaser_home span.download a:focus, #main  table.teaser_home span.download a:hover {
	background-position: left -13px;
	color: #000;
}


/* Article . Person */
#main table.article table.person td.person_img {
	padding: 0 0 20px 0;
}

#main table.article table.person td.person_detail {
	padding: 0 0 35px 25px;
	vertical-align: bottom;
}

#main table.article table.person td.person_detail strong.name {
	display: block;
	font-size: 16px;
	line-height: 120%;
	padding: 0;
}

/* Article . Product */
#main table.article table.product {
	margin: 4px 0 0 0;
}

#main table.article table.product td.product_img {
	padding: 0 0 20px 0;
}

#main table.article table.product td.product_txt {
	padding: 0 0 0 25px;
}

/* Article . News list */
#main table.article div.teaser_news {
	padding: 0 0 33px 0;
	width: 452px;
}

/* Article . Contact */
#main table.article div.contactData {
	float: left;
	padding: 0 0 30px 0;
	width: 452px;
}

#main table.article div.contactData img {
	float: left;
	height: 90px;
	margin-right: 25px;
	width: 210px;
}

#main table.article div.contactData p {
	float: left;
	width: 217px;
}

#main table.article div.contactData p strong a {
	color: #000;
}

/* Sitemap */
#main table.article ul.sitemap_left {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 13px 0 0;
	width: 213px;
}

#main table.article ul.sitemap_right {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 13px;
	width: 213px;
}

#main table.article ul.sitemap_left li, #main table.article ul.sitemap_right li {
	font-weight: bold;
	margin: 0;
	padding: 0 0 22px 0;
}

#main table.article ul.sitemap_left li ul, #main table.article ul.sitemap_right li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
}

#main table.article ul.sitemap_left li ul li, #main table.article ul.sitemap_right li ul li {
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 0px;
}

#main table.article ul.sitemap_left a:focus,
#main table.article ul.sitemap_left a:hover,
#main table.article ul.sitemap_right a:focus,
#main table.article ul.sitemap_right a:hover {
	color: #000;
	text-decoration: none;
}

/* Marginal . Teaser */
#marginal table.marginal_teaser {
	margin: 13px 0 17px 0;
}

#marginal table.marginal_teaser h3 {
	padding-bottom: 5px;
}

#marginal table.marginal_teaser img {
	margin-bottom: 4px;
}

/* Marginal . Contacts */
#marginal_contacts td {
	width: 220px;
}

#marginal_contacts span.contactPhone {
	background: url(../images/icons/icon_phone.gif) 2px 1px no-repeat;
	display: block;
	padding: 0 0 0 18px;
}

#marginal_contacts span.contactFax {
	background: url(../images/icons/icon_fax.gif) left 3px no-repeat;
	display: block;
	padding: 0 0 0 18px;
}

#marginal_contacts span.contactAddress {
	background: url(../images/icons/icon_address.gif) left 3px no-repeat;
	display: block;
	padding: 0 0 0 18px;
}

#marginal_contacts span.contactAddress a {
	color: #000;
	text-decoration: none;
}

#marginal_contacts span.contactAddress a:focus, #marginal_contacts span.contactAddress a:hover {
	color: #f04014;
	text-decoration: underline;
}

#marginal_contacts span.contactMail {
	background: url(../images/icons/icon_mail.gif) left 3px no-repeat;
	display: block;
	padding: 0 0 0 18px;
}

#marginal_contacts span.contactMail a {
	color: #000;
	text-decoration: none;
}

#marginal_contacts span.contactMail a:focus, #marginal_contacts span.contactMail a:hover {
	color: #f04014;
	text-decoration: underline;
}

/* Marginal . Service centers */
form#serviceCenters {
	margin: 0;
}

select#fe_centers {
	width: 220px;
}

#serviceCentersData {
	padding-bottom: 1px;
}

#serviceCentersData p.title {
	background: #c4c4c4;
	color: #fff;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 2px 10px 0 10px;
}

#serviceCentersData p.data {
	border: 1px solid #c4c4c4;
	margin: 0;
	padding: 7px 10px;
}

#serviceCentersData span.contactPhone {
	background: url(../images/icons/icon_phone.gif) 2px 1px no-repeat;
	display: block;
	padding: 0 0 0 18px;
}

/* Footer */
ul#footerNav {
	background: url(../images/footer.gif) left top no-repeat;
	color: #666;
	float: left;
	list-style-type: none;
	padding: 49px 0 25px 20px;
	text-align: right;
	width: 957px;
}

ul#footerNav li {
	background: url(../images/metanav_seperator.gif) left top no-repeat;
	float: left;
	line-height: 100%;
	padding: 0 7px 0 7px;
}

ul#footerNav li.first {
	background: none;
}

ul#footerNav li a {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}

ul#footerNav li a:focus, ul#footerNav li a:hover {
	color: #000;
}

/* Form . Default */
form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend{
	display:none;
}

/* Table . Default */
table {
	border: none;
	margin: 0;
	padding: 0;
}

tr {
	margin: 0;
	padding: 0;
}

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

/* Misc */
a img {
	border: none;
}

.clearfix {
	clear: both;
	font-size: 0;
	height: 0.1em;
	line-height: 0;
	overflow: hidden;
}

.hidden {
	visibility: hidden;
}

.hiddenAbsolute {
	display: none;
}

hr {
	display: none;
}

img {
	border: none;
	display: block;
}

p {
	line-height: 150%;
}
