body {
	background: #323232;
}

a {color: #ffcc00; }
a:focus, a:hover {color:#fff;}

p, li, h1, h2, h3, em, label {
	color: #666;
	text-shadow: 0px 2px 3px #222;
	font-size: 15px;
}

h5 a{
	text-decoration:none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

hr {
	background:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin: 6em 0;
	border-top: 1px solid #222;
	border-bottom: 1px solid #444;
}


.button{
	border: 1px solid #151515;
	border-right: 1px solid #353535;
	border-bottom: 1px solid #353535;
	background:#222;
	font-size: 16px;
	margin:10px 0 20px 0;
}

.button a{
	color:#ffcc00;
	font-weight: bold;
	text-decoration:none;
	padding:20px 20px 20px 40px;	
	display: block;
}

.zip {
	background-image: url(/public/imgs/icons/package.png);
	background-repeat:no-repeat;
	background-position: 15px 50%;
}

.web {
	background-image: url(/public/imgs/icons/page_white_text.png);
	background-repeat:no-repeat;
	background-position: 15px 50%;
}
.header {
	padding: 40px 0;
}

img.logo {
	padding: 100px 0 40px 0;
}

img.code {
	border: 1px solid #d7d7d7;
	padding: 2px;
}
h2{
	font-weight: normal;
	font-size: 42px;
	color: #fff;
	font-style:italic;
	line-height: 48px;
	padding: 0;
	margin: 16px 0;
}


h3{
	font-size: 30px;
	color: #ffcc00;
	font-style:italic;
	padding: 0;
	margin: 15px 0;
}

h4{
	font-size: 20px;
	color: #fff;
	font-style:italic;
	padding: 0;
	margin: 10px 0;
}

h5{
	font-size: 16px;
	color: #fff;
	font-style:italic;
	padding: 0;
	margin: 10px 0;
}

/* --------------------------------------------------------------
	FOOTER AREA
-------------------------------------------------------------- */
.footer {
	padding: 40px 0 60px 0;
	text-align: center;
	color: #666;
}
.footer a {
	
}
