body,html{
	margin:0px;
	padding:0px;
	
	position:relative;
	font-family: "Trebuchet MS","Verdana";
	font-size:95%;
	height:100%;
	min-height:100%;	
}

body{
	background: black url(../../../images/application/images_fastfocus/stripes_b.jpg);
	font-size: 1em;	
	color:white;
	text-align:center;
}

/* TinyMCE specific rules */
body.mceContentBody {
   
   background: black;
   margin:8px;
   padding:8px;
   text-align:left;
}

#ornamentcontainer{
	width:100%;
	position:absolute;
	overflow:hidden;
	zoom:100%;
}

#ornament{
	top:135px;
	position:relative;
	left: 50%; 
	margin-left:-100%;
	z-index:201;
	zoom:100%;
}

#ornamentcontainer > #ornament {
	top:135px;
	position:relative;
	left: expression((document.all.ornamentcontainer.offsetWidth /2)+'px');; 
	z-index:201;
	zoom:100%;
    margin-left: expression((document.all.ornamentcontainer.offsetWidth * -1)+'px'); /* Fix for IE7 */
}

/* HEADER */

#header{
	position:relative;
	width:100%;
	z-index:299;
}

#header #top{
	background: url(../../../images/application/images_fastfocus/stripes_a.jpg);
	position:relative;
	height:75px;
	width:100%;
}

#header #bottom{
	background: url(../../../images/application/images_fastfocus/header_gradient.jpg);
	background-repeat: repeat-x;
	position:relative;
	height:68px;
	width:100%;
}

#header #logo{
	position:absolute;
	width:175px;
	height:203px;
	top:0px;
	left:50%;
	margin-left:-87px;
	z-index:400;
	zoom:100%;
}

/* MENU */

#menu{
	top:31px;
	position:relative;
	margin:0px auto;
	width:840px;

}

#menu .button{
	position:relative;
	width:143px;
	height:38px;
	margin:0px 10px;
	cursor: pointer;
}

#menu .button .label{
	top:8px;
	font-size:1.3em;
	color:black;
	position:absolute;
	text-align:center;
	width:100%;
	font-family:"Century Gothic","AppleGothic","Trebuchet MS","Verdana";
}

#menu a:link{
	text-decoration:none !important;
}

#menu a:visited{
	text-decoration:none !important;
}

#menu .button:hover .label{
	text-decoration:underline !important
}



/* MAINAREA */

#mainarea{
	position:relative;
	width:722px;
	margin:0px auto;
	z-index:250;
}

#mainarea .contentbar{
	position:relative;
	line-height:33px;
	font-size:1px;
}

#mainarea .contentbar .label{
	position:absolute;
	font-size:25px;
	top: 10px;
	left:15px;
} 

#mainarea .contentbar .expand{
	position:absolute;
	top:9px;
	right:10px;
}

#mainarea .spacer{
	position:relative;
	height:5px;
	line-height:5px;
	font-size:1px;
}

/* FOOTER */

#footer{
	position:relative;
	width:722px;
	margin:0px auto;
	background:black;
	height:50px;
	display:none;
	overflow:hidden;
	z-index:500;
}


/* FRAME WITH DYNAMIC GRADIENT */

.dframe{
	position:relative;
	width:100%;
}

.dframe .top{
	position:relative;
	width:100%;
}

.dframe .middle{
	position:relative;
	overflow:hidden;
	zoom:100%;
}

.dframe .content{
	position:relative;
	text-align:left;
	zoom:100%;
}


.dframe .background{
	position:absolute;
	/* in IE6, height must be 10000px */
	height:5000px;
}


.dframe .bottom{
	position:relative;
	width:100%;
}


/* NEWSITEMS */

.newsitem{
	color:black;
	position:relative;
	float:left;
	border:1px solid white;
	width:196px;
	height:196px;
	overflow:hidden;
	padding:10px;
	margin-right:16px;
	margin-bottom:10px;

}

.newsitem h2{
	margin:0px;
}

.newsitem p{
	margin-top:7px;
}

.newsitem a{
	color:#8d2222;

}

/* CAROUSEL */

#carousel{
	position:relative;
	text-align:center;
	margin:0px auto;
}


/* GENERAL */

.itemcontainer{
	width:100%;
	overflow:hidden;
	position:relative;
}


.pagenav{
	position:absolute;
	height:40px;
	right:90px;
	top:12px;
	width:100px;
}


a{
	/*color:#8d2222;*/
	color:#10EF53;
}

img{
	border:0px;
}

input{
	border:1px solid #222222;
}

.ibutton input{
	background:#EEE;
	font-weight:bold;
	font-size:1.2em;
	cursor: hand;
	cursor: pointer;
}

.clear{
	clear:both;
}

.floatleft{
	position:relative;
	float:left;
	display:block;
}

.floatright{
	position:relative;
	float:right;
	display:block;
}

hr{
	height:1px;
	width:100%;
}

p{
	line-height:1.6em;
}


.highlight{
	font-family:"Century Gothic","AppleGothic","Trebuchet MS","Verdana";
	font-weight: normal;
	font-size:1.5em;
	margin-top:0em;
	padding:0px;
}

h1{
	font-family:"Century Gothic","Apple Gothic","Trebuchet MS","Verdana";
	font-weight: bold;
	font-size:2.5em;
	margin-top:0px;
	padding:0px;
}

h2{
	font-family:"Century Gothic","AppleGothic","Trebuchet MS","Verdana";
	font-weight: bold;
	font-size:1.4em;
	margin-top:0em;
	padding:0px;
}

h3{
	font-weight: bold;
	font-size:1.2em;
	margin:0px;
	padding:0px;
}

.fieldlabel{
	float:left;
	position:relative;
	width:100px;
	font-weight:bold;
}

.fieldset{
	border-bottom:0px solid gray;
	padding:15px 0px;
}

ul{
	margin:0px;
	margin-top:15px;
	padding-left:15px;
}

li{
	line-height:1.3em;
}