/* 
	
*/



/* Background -----------------------------------------------------*/

html
{
	height: 100%;
	width: 100%;
}

body
{
	height: 100%;
	width: 100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#666;
	background-color:#000;
	font-style: italic;
	font-weight: bold;
}




/* background ---------------------------------------------------------*/		




#centre
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 960px;
	height:100%;
}

#page
{
	width:960px;
	background-image:url(../images/page.png);
	background-repeat: repeat-y;
	float:left;
}

#pagecontents
{
	width:940px;
	margin-left:10px;
	float:left;
}


#text
{
	width:920px;
	margin-left:10px;
	margin-top:20px;
	float:left;
}


#textleft
{
	width:530px;
	float:left;

}
	

#footer
{
	width:940px;
	height:60px;
	text-align:center;
	color:#CCC;
	margin-left:10px;
	margin-top:30px;
	float:left;
}






/* HEADER---------------------------------------------------------*/

#header
{
	position:absolute;
	z-index:3;
	width:100%;
	height:45px;
	margin-top:0px;
	margin-left:0px;
	background-image:url(../images/header.jpg);
	background-repeat:repeat-x;
}

#headerspace
{

	width:100%;
	height:66px;
	margin-top:0px;
	margin-left:0px;

}




#fesaturesleft
{
	width:45px;
	margin-left:10px;
	margin-top:20px;
	float:left;
}

#fesaturesright
{
	width:825px;
	margin-left:20px;
	margin-top:20px;
	float:left;
}


#video
{
	width:445px;
	height:364px;
	margin-left:40px;
	float:left;
}

#download
{
	width:348px;
	height:240px;
	margin-left:80px;
	float:left;
}


#memberleft
{
	width:445px;
	margin-left:40px;
	float:left;
}

#memberright
{
	width:348px;
	margin-left:80px;
	float:left;
}


#buynowcss
{
	width:900px;
	margin-left:20px;
	border: 3px dashed #CCC;
	float:left;
}

#buynowleft
{
	width:420px;
	float:left;
}

#buynowright
{
	width:460px;
	margin-left:20px;
	margin-top:20px;
	float:left;
}








/* STYLES ------------------------------------------------*/

.stylesmall 
{
	font-size:14px;
}

.style2 
{
	font-size: 22px;
}
.stlye2line
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.stlye2large
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.stlye3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.stlye4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
.style5 
{
	font-size: 12px;
	color: #999;
	text-align: justify;
}
.stlyesuperbig
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}


/* UTILITY CLASSES ------------------------------------------------*/


#spacer
{
	width:900px;
	height:40px;
	float:left;
}


.hidden
{
	position: absolute;
	left: -9999px;
	height: 1px;
	width: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.clearer
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
}
