body {
	background-color: #FAFEFF;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-position: top center; 
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1B1B1B;
}

img {
	border:none;
}

a {
	outline-style: none;
}

td {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 13px;
}

hr {
	margin-bottom: 2px;
	border: none;
	color: #535353;
	background-color: #535353;
	width: 907px;
	height: 1px;
}


.header {
	width: 910px;
	height: 86px; 
}

.menu-logo {
 	padding-bottom: 12px;
	width: 200px;
}
.menu-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 140px;
	padding: 0px;
}

.menu-item a {
	margin: 0px;
	display: block;
	width: 100%;
	height: 86px;
	padding: 0px; 
	background: transparent url("../images/menu_item.png") no-repeat;
	background-position: top right;
	color: #111111;
	text-decoration: none;
	outline-style: none;
	border: none;
}


.menu-item a div {
	position:relative;
	top: 58px;
	left: 17px;
}

.menu-item a:hover {
	background-image: url("../images/menu_item_over.png");
} 

.menu-item a:active {
	background-image: url("../images/menu_item_selected.png");
}


.show-box {
	margin-top: 68px;
	margin-bottom: 42px;
}


.catalogBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 120px;
}

.download-link {
	width: 91px;
	height: 31px;
	text-align: center;
}

.download-link a {
	display: block;
	line-height: 31px;
	background: transparent url("../images/button.png") no-repeat;
	color: white;
	font-weight: bold;
	outline-style: none;
	text-decoration: none;
}


.download-link a:hover, .download-link a:active {
	background-image: url("../images/button_over.png");
} 


.inside-link a:link, .inside-link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	color: #987033;
	text-decoration: none;
}

.inside-link a:hover, .inside-link a:active {
	text-decoration: underline;
} 




.text-box {
	font-family: Arial, Helvetica, sans-serif;
	color: #1B1B1B;
	font-size: 12px;
	line-height: 26px;
}

.headline-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B1B1B;
	margin-top: 24px;
	line-height: 24px;
}

.headline a:link, .headline a:visited {
	background-image: url("../images/dot_red.png");
	background-repeat: no-repeat;
	color: #1B1B1B;
	vertical-align: baseline;
	padding-left: 32px;
	text-decoration: none;
}

.headline a:hover, .headline a:active {
	text-decoration: underline;
}

.page-indexer a:link, .page-indexer a:visited {
	color: #1B1B1B;
	text-decoration: none;
}

.page-indexer a:hover, .page-indexer a:active {
	text-decoration: underline;
}
 
 
.footer {
 	margin-top: 12px;
 	text-align: center;
}

