﻿

* {
	margin: 0;
	padding: 0;
}


body {
	margin: 0 auto;
	padding: 0 auto;
	font-family: Arial, Verdana, Sans-Serif;
	color: #a0a3ad;
	font-size: 12px;
	line-height: 18px;
	background-color: #000;
}


.bg {
	background-image: url(../images/bigBg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 98%;
	position: relative;
	min-height: 650px;
	height: auto !important;
	height: 650px;
}


p {
	font-family: Arial, Verdana, Sans-Serif;
	color: #a0a3ad;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 17px;
}

.small {
	font-family: Arial, Verdana, Sans-Serif;
	color: #a0a3ad;
	font-size: 10px;
	line-height: 14px;
	margin-top: 48px;
}

.contentText {
	color: #d1d4dd;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 17px;
}

h1 {
	display: none;
}

.hiddentext {
	display: none;
}


#rightHolder {
	position: absolute;
	left: 31%;
	top: 19%;
	padding: 0;
	float: left;
	width: 670px;
	min-height: 409px;
	height: auto !important;
	height: 409px;
}

.infobox {
	float: left;
	width: 160px;
	margin: 18px 28px 0 0;
	padding: 18px;
	background: url(../images/copygrad.png) repeat-x 0 0;
	min-height: 409px;
	height: auto !important;
	height: 409px;
}


*html .infobox {
	float: left;
	width: 160px;
	margin: 18px 28px 0 0;
	padding: 18px;
	background-color: #111931;
	background-image: none;
	min-height: 330px;
	height: auto !important;
	height: 330px;
}

.contentBox {
	float: left;
	width: 362px;
	margin: 18px 0 0 0;
	background: url(../images/contentBg.png) repeat-x;
	padding: 13px 20px 13px 20px;
	min-height: 419px;
	height: auto !important;
	height: 419px;
}


*html .contentBox {
	float: left;
	width: 362px;
	margin: 18px 0 0 0;
	background-color: #13224f;
	background-image: none;
	padding: 13px 20px 13px 20px;
	min-height: 340px;
	height: auto !important;
	height: 340px;
}


a:link, a:visited {
	text-decoration: none;
	color: #a0a3ad;
	border-bottom: 1px solid #a0a3ad;
}

a:active, a:hover {
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
