@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	background: #c5b356;
}
a{ text-decoration: none; color: #b3a34e; font-weight:bold;}
a img{ border: none;}
.clear{ clear: both;}
/*================================================================================================== PLATFORM */
#platform{
	
}
/*================================================================================================== HEADER */
#header{
	padding: 60px 0 40px 0;
	background: white url(/images/bg_header.gif) center top repeat-x;
	text-align: center;
}
/*================================================================================================== CONTAINER */
#container{
	background: url(/images/bg_container.jpg);
	text-align: center;
}
.brands{
	background: url(/images/bg_brands.jpg);
	padding: 50px 0px 70px 0px;
	border-top: 1px solid #c5c3c1;
	border-bottom: 1px solid #cccbc6;
}
	.brands .wrapper{
		width: 705px;
		margin: 0px auto;
	}
	.brands a span{
		position: absolute;
		width: 200px;
		color: #666;
		top: 110px;
		left: 0px;
		font: normal normal 9px Verdana, Geneva, sans-serif;
		text-transform: uppercase;
		display: none;
	}
	.brands a:hover span{ display: block;}
	.brands a:hover{ background-position: center bottom;}
	.blizz, .carmelo, .grand{
		display: block;
		position: relative;
		float: left;
		width: 201px;
		height: 95px;
		background: url(/images/logo_blizz.gif) center top no-repeat;
	}
	.carmelo{
		background: url(/images/logo_carmelo.gif) center top no-repeat;
		margin: 0px 50px;
	}
	.grand{
		background: url(/images/logo_grand.gif) center top no-repeat;
	}
.content{
	width: 700px;
	margin: 0px auto;
	padding: 40px 0px 60px 0;
	color: #7c7c7c;
	font: normal normal 11px Verdana, Geneva, sans-serif;
	line-height: 16px;
	text-shadow: 1px 1px 0px #f2f1f0;
}
/*================================================================================================== FOOTER */
#footer{
	text-align: center;
	color: #fff;
	padding: 40px 0px 90px 0px;
	font: normal normal 9px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	line-height: 14px;
}
	#footer a{ color: #fff;}
	#footer a:hover{ text-decoration: none; color: #776a24;}
/*================================================================================================== TYPOGRAPHY */
h1{
	margin: 0px;
	padding: 0px 0 10px 0;
	font: normal 700 30px 'Puritan', sans-serif;
	color: #b3a34e;
}