@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0px;
	background: #141414;
}
/*---------------------png fix---------------------*/
.shadowTop, .shadowBottom, .zoom{
	behavior: url(/css/iepngfix.htc);
}
/*---------------------------------------------------------platform*/
.platform{
	width: 99%;
}
/*---------------------------------------------------------header*/
.header{
	height: 123px;
	width: 100%;
	position: relative;
	display: block;
	padding-top: 87px;
	border-bottom: 1px solid #252525;
}
.header .wraper{
	width: 791px;
	padding-bottom: 45px;
}

.header .wraper span{
	color: #969696;
	font: 12px tahoma;
	float: right;
	letter-spacing: 2px;
}
	.brochureWrapper{
		width:770px;
		margin:0 auto;
		height:20px;
		top:130px;
		position:absolute;
		text-align:right;
	}
		.brochureWrapper .brochureLink{
			text-decoration:none;
			color:#ccc;
			font: bold normal 12px tahoma;
		}

/*---------------------------------------------------------container*/
.container{
	width: 791px;
	background: #2a2a2a url(/images/bg-container.gif) center bottom repeat-x;
	color: #a8a8a8;
	font: 12px "Trebuchet MS";
	margin:0;/*mario*/
	padding:0;/*mario*/
	/*height:469px !important;*/
	z-index:0;
	position:relative;
}

/*---------------------------------------------------------content*/
.content{
	border-right: 1px solid black;
	height:469px !important;/*mario*/
	margin:0;/*mario*/
	padding:0;/*mario*/
}
	.content .wraper{
		text-align: left;
		padding: 50px 30px 30px 30px;
	}
	.itemHolder{
		width: 290px;
		height: 469px;
		position: relative;
		display: block;
	}
		.zoom{
			width: 30px;
			height: 31px;
			background: url(/images/icon-zoom.png) left top no-repeat;
			position: absolute;
			right: 20px;
			bottom: 20px;
		}
	.details{
		width: 290px;
		height: 389px;
		float: right;
		text-align: left;
		padding: 50px 30px 30px 30px; 
		position: relative;
		display: block;
		z-index:1;
	}
	.downloadBar{
		height: 20px;
		position: absolute;
		z-index:15px;
		bottom: 20px;
		right: 13px;
	}
	a.pdfBtn{
		float: right;
		height: 18px;
		padding: 2px 30px 0 0;
		margin: 0px 10px 0 5px;
		background: url(/images/btn-pdf.gif) right center no-repeat;
		color: #8f8f8f;
		text-decoration: none;
		text-transform: uppercase;
		font: bold 10px "Trebuchet MS";
		display: block;
	}
	a.pdfBtn:hover{
		color: white;
	}
.sideBar{
	width: 150px;
	background: #303030;
}
.imgFrame {
	padding:2px;
	border:1px solid #616161;
}
.bottomSpacing {
	margin-bottom:10px;
}
a.link01{
	text-decoration:none;
	font-style:italic;
	border-bottom:1px dotted #a8a8a8;
	color:#a8a8a8;
}
a.link01:hover{
	border-bottom:1px dotted #fff;
	color:#fff;
}
/*---------------------------------------------------------category item bar*/
.categoryItems{
	height: 55px;
	width: 761px;
	border-top: 1px solid #2f2f2f;
	background: #4a4a4a url(/images/bg-categorybar.gif) center bottom repeat-x;
	color: white;
	font: 12px "Trebuchet MS";
	line-height: 1em;
	padding: 10px 0 0 30px;
	text-align: left;
}
.categoryItems span{
	float: left;
	margin-top: 17px;
}
.categoryItems img{
	border: 1px solid #898989;
	margin-left: 15px;
}
/*---------------------------------------------------------footer*/
.footer{
	color: #505050;
	height: 110px;
	width: 100%;
	padding-top: 40px;
	font: 10px "Trebuchet MS";
	text-transform: uppercase;
	border-top: 1px solid #252525;
	position: relative;
	display: block;
}
.footer a{ color: #505050; text-decoration: none; }
.footer a:hover{ color: white; text-decoration: none; }
/*---------------------------------------------------------text*/
h1{
	color: white;
	font: 26px "Trebuchet MS";
	margin: 0;
	line-height: 1em;
}
h2{
	color: white;
	font: normal 15px "Trebuchet MS";
	margin: 0;
	line-height: 1em;
}
/*---------------------------------------------------------shadow*/
.shadowTop, .shadowBottom{
	width: 810px;
	height: 7px;
	background: url(/images/shadowtop.png) left top no-repeat;
	position: absolute;
	z-index: 20;
	/*bottom: -8px;*/
	top: -470px;
	left: 50%;
	margin-left: -405px;
}
.shadowBottom{
	top: -8px;
	background: url(/images/shadowbottom.png) left top no-repeat;
}
/*---------------------------------------------------------form*/
.textField{
	width: 206px;
	background: #2c2d2c;
	border-top: 1px solid #141414;
	border-left: 1px solid #141414;
	border-right: 1px solid #474747;
	border-bottom: 1px solid #474747;
	margin: 5px;
	text-indent: 5px;
	color:#999999;
	font: 12px  "Trebuchet MS";
	height: 18px;
}
.btnSend{
	float: right;
	display: block;
	width: 56px;
	height: 28px;
	background: url(/images/btn-send.gif) center center no-repeat;
	border: none;
	margin: 10px 10px 0 0;
}
/*---------------------------------------------------------cells*/
.cells{
	margin: 20px;
}
.cells a{
	display: block;
	float: left;
	width: 133px;
	margin: 5px 5px 10px 6px;
	padding: 2px;
	text-decoration: none;
	color: #9b9b9b;
	border: 1px solid #4a4a4a;
	text-align: center;
}
.cells a:hover{
	background: #292929;
	color: white;
	border: 1px solid #646464;
}