a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	cursor: pointer;
}

@font-face {
 font-family: helveticaM-Heavy;
 src: url('HelveticaM-Heavy.otf');
}

@font-face {
 font-family: helveticaM-Light;
 src: url('HelveticaM-Light.otf');
}

body {
	margin: 0;
	padding: 0;
	font-family: helveticaM-Light, Helvetica, Arial;
	background-color: #dbdbdb;
	background-image: url('img/bg_top.png');
	background-repeat: repeat-x;
}

img {
	border: 0;
}

#page {
	width: 930px;
	margin: 0 auto;
	color: #fff;
}

#content {
	width: 830px;
	padding: 50px;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 60px;
	padding: 0;
	margin: 0;
	}

.logotype {
	font-family: helveticaM-Light;
	font-size: 20px;
	color: black;
	position: absolute;
	left: 0px;
	width: 200px;
	height: 37px;
	top: -5px;
}

.logo {
	position: absolute;
	z-index: 1;
	top: -25px;
	left: 285px;
	width: 100px;
	height: 115px;
}

.menu {
	position: absolute;
	left: 430px;
	width: 420px;
	height: 37px;
	top: -5px;

}

.menusep {
	position: absolute;
	top: 2px;
	left:5px;
	width: 1px;
	height: 19px;
	background-color: black;
}

.menuitem{
	text-align: center;
	width: 120px;
	font-family: helveticaM-Light;
	font-size: 20px;
	color: black;

	top: 0px;
	position: absolute;
	margin: 0;
	padding: 0;
}

.menuitem:hover {
	font-family: helveticaM-Heavy;
}


#box {
	position: relative;
	top: 0px;
	left: 0px;
	height: 270px;
	width: 830px;
}


#cattitle {
	font-family: helveticaM-Heavy;
	font-size: 143px;
	font-weight: bolder;
	color: #c9c9c9;
	text-align: center;
	position: absolute;
	left: -10px;
}

#pgtitle {
	font-family: helveticaM-Heavy;
	font-size: 74px;
	font-weight: 900;
	color: #000000;
	text-align: center;
	top: 160px;
	left: -3px;
	position: absolute;
}

#maintxt{
	font-size: 15px;
	color: #666;
	font-weight: 100;
	text-align: justify;
	line-height: 20px;
	padding-bottom: 40px;
}


.show-50 {
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
}

#footer {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #c9c9c9;
	height: 100px;
}

#itemsbox {
	width: 830px;
	height: 420px;
}

.itembox {
	float: left;
	width: 250px;
	height: 165px;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	padding-right: 40px;
}

.itemhover {
	width: 250px;
	height: 165px;
	background-image: url('img/itemcover.png');
}

.itemhover:hover {
	background-image: none;
}

.itemnumber {
	background-image: url('img/opacity_black.png');
	width: 70px;
	height: 50px;
}

.itemnumbertxt {
	position: relative;
	top: -2px;	
	font-family: helveticaM-Heavy;
	font-size: 36px;
	padding-top: 8px;
	text-align: center;
}

.itemdesc {
	position: relative;
	top: 20px;
	background-image: url('img/opacity_black.png');
	width: 250px;
	height: 70px;
}

.itemtitle {
	position: relative;
	top: 5px;
	left: 10px;	
	height: 20px;
	width: 230px;
	font-family: helveticaM-Heavy;
	font-size: 19px;
	text-align: left;
}

.itemlead {
	position: relative;
	top: 8px;
	left: 10px;	
	height: 40px;
	width: 230px;
	font-family: helveticaM-Light;
	font-size: 15px;
	text-align: left;
	line-height: 16px;
}

