/* Start of CMSMS style sheet 'frontpage' */
/* CSS Document */

/* Created by Com Point, (c) 2008. af@com-point.com.au */

/* PNG fix */

img, div { behavior: url(iepngfix.htc) }

/* Page CSS */

html, body {
		background: #ee3060 url(../img/bg_red.jpg) repeat-x;
                height: 150%;
		margin: 0;
		padding: 0;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8px;
		line-height: 12px;
		color: #000000;
		}

a:link {
	font-size: small;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a:visited {
	font-size: small;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a:hover {
	font-size: small;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}

a img { border: none; }		

img { 
	border: none;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
	width: auto;
	}

p {
	margin: 0;
	padding: 0;
	}

/* Frontpage Styles */

.frontpage_left {
	margin: 0;
	padding: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	float: left;
	clear: none;
	background: #ffffff url(../img/bg_white.jpg) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	position: relative;
	}

.frontpage_right {
	margin: 0;
	padding: 0;
	width: 49%;
	height: 100%;
	overflow: hidden;
	float: left;
	clear: none;
	background: #ee3060 url(../img/bg_red.jpg) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	position: relative;
	}
	
.frontpage_left p, .frontpage_right p {
		clear: both;
		float: none;
		margin: 30px 0 0 0;
		}
		
.frontpage_left div.Requirements {
		margin-top: 20px;
		top: 410px;
		width: 100%;
		text-align: center;
		left: 0;
		}
		
.frontpage_left div.About {
		margin-top: 20px;
		width: 100%;
		text-align: center;
		left: 0;
		}
		
.frontpage_left div.Menu {
		margin-top: 20px;
		width: 100%;
		text-align: center;
		left: 0;
		}
		
.frontpage_left div.Copyright {
		margin-top: 40px;
		bottom: 100px;
		width: 100%;
		text-align: center;
		left: 0;
		}
		
.frontpage_left div.Logo {
		width: 100%;
		text-align: center;
		left: 0;
		}
		
.frontpage_right div.Requirements {
		margin-top: 20px;
		width: 100%;
		text-align: center;
		left: 0;
		}
		
.frontpage_right div.About {
		margin-top: 34px;
		width: 100%;
		text-align: center;
		left: 0;
		}
		
.frontpage_right div.Menu {
		margin-top: 20px;
		width: 100%;
		text-align: center;
		left: 0;
		}
		
.frontpage_right div.Copyright {
		margin-top: 40px;
		bottom: 100px;
		width: 100%;
		text-align: center;
		left: 0;
		}
		
.frontpage_right div.Logo {
		width: 100%;
		text-align: center;
		left: 0;
		}		
		
.fplogo {
		margin: 198px 0 0 0;
		width: 236px;
		height: 102px;
		float: none;
		clear: both;
		}

.textimg { margin: 18px 0 0 0; }
.button { margin: 25px 0 0 0; }
.getflash {
	background: url(../img/img_flash_1.jpg) no-repeat;
	height: 21px;
	width: 84px;
	margin: 10px auto;
	}
	a:hover .getflash  {	background: url(../img/img_flash_2.jpg) no-repeat; }
.frontfooter { margin: 72px 0 0 0;	}
		
/* The Studio Styles */
/* End of 'frontpage' */

