/* GENERAL STYLES */
/* -- General -- */
head{display:none;}

body {
	background-image: url(/images/FIBackground.png);
	background-repeat: no-repeat;
	background-color: #7013FE;
	font-size: 62.5%; /* about 10px */
	/* Reset margins*/
	margin: 0;
	padding: 0;
	height:100%;
	text-align: center;
	overflow-x:hidden;
	overflow-y:auto;
}

#PageBlock{
background: url(/images/TopFadeBG.png) top no-repeat;
	
	border: 0;
	text-align: left;
	height: 100%;
	margin-top: 130px;
	margin-left: 270px;
	margin-right: 20px;
}

#ContentBlock{
/*	background: url(/images/lightenedBG.png) repeat;
	height: 100%;	
text-align: left;
	border: 0;
	margin-top: 130px;
	margin-left: 270px;
	margin-right: 20px;*/
}


#PageBlock:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* -- Col Elements -- */

#MainColumn{
	float: left;
	width: 65%;
}

#MainColumn:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#SecondColumn{
	float: right;
	width: 35%;	
}

#SecondColumn:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* -- Horz Elements -- */

#MainNavigationBlock{
	float: left;
	width: 100%;
}

#PageHeaderBlock{
	float: left;
	width: 100%;
}

#Footer{
	float: left;
	width: 100%;
	background: url(/images/BottomFadeBG.png) bottom no-repeat;
	padding-top: 2em;
	padding-bottom: 1em;
}

#Logo{
	position: absolute;
	left: 100px;
	top: 2px;
}

/* -- Top Navigation -- */
ul.MainNav {
	float: left;
	width: 100%;
	list-style: none;
	padding: 1em;	
}

ul.MainNav>li{
	float: left;
	display: inline-block;
	padding-right: 2em;
}


/* -- Text Styles -- */
.textarea {
	padding-left: 1em;
	padding-right: 1em;
} 

/* -- umbraco editor -- */
#holderBody {background: #E5F1FF;}
#holder {border: 1px solid #CCC; padding: 10px;}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
