@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: 'OFL Sorts Mill Goudy TT', Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	line-height: 24px;
	background-color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0CF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0CF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #0CF;
}
img { border: none; } 
/*Supersize Plugin Styles*/
	#supersize img, #supersize a {
	height:100%;
	width:100%;
	display:none;
	
}
#supersize .activeslide, #supersize .activeslide img {
	display:inline;
}
/*main*/
#wrapper {
	z-index:1;
	width:980px;
	text-align:left;
	left: 50%;
	margin-left:-500px;
	position:absolute;
	z-index:1;
	padding: 0px;
	top: 50px;
}


/* =Grid >> Global
--------------------------------------------------------------------------------*/
.g1, .g2 {
	display: inline;
	float: left;
	
	
}
.g2{
	margin-left: 60px;	
}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.g1{width:620px;}
.g2{width:300px;}

.textWrapper{
	background-color: transparent;
	background-image: url(../images/bgText.png);
	background-repeat: repeat;
	background-position: 0 0;
	padding: 40px;
}
.mainText{
	font-size: 20px;
	line-height: 30px;
	
}
.subText{
	font-size: 16px;
	line-height: 24px
	font-style: italic;
	color: #CCC;
}
.sidetWrapper{
	background-color: transparent;
	background-image: url(../images/bgText.png);
	background-repeat: repeat;
	background-position: 0 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 10px;
	margin-bottom:6px;
}
.social{
	padding: 6px;
	display: inline;
}
.downloadcd{
	padding: 6px;
	display: block;
	min-height: 105px;
}
.downloadcd a{
	color: #FFF;
	text-decoration: none;	
}
.downloadcd a:hover{
	color: #FFF;
	text-decoration: underline;	
}
.formInp{
	background-color: #FFF;
	margin-bottom: 10px;
	height: 25px;
	width: 270px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
.formText{
	background-color: #FFF;
	height: 150px;
	width: 270px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
