/*CSS (Cascading Style Sheet) Copyright (c) Erik Stackelberg @ Stackelberg.ca*/

/*--------------General-----------------*/

BODY, html 
	{
	height: 100%;/*important!*/
	margin: 0 0 0 0; /*important!*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#4F5F4D;
	background-color:#FFFFFF;
	/*
	scrollbar-arrow-color: #FF7200;
	scrollbar-base-color: #555555;
	scrollbar-darkshadow-color: #555555;
	scrollbar-track-color: #3A3A3A;
	scrollbar-face-color: #555555;
	scrollbar-shadow-color: #555555;
	scrollbar-highlight-color: #555555;
	scrollbar-3d-light-color : #555555;*/
	}
	
	
/*--------------Links-----------------*/

a:link {
	color: #d8d1b8;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

a:visited {
	color: #d8d1b8;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

a:hover {
	color: #4F5F4D;
	text-decoration:none;
	background: url(../images/euro/linkunderline.gif) repeat-x 100% 100%; /*custom underline*/
}

.images {
border:3px solid #FFFFFF;}

a:hover img.images {border:3px solid #d8d1b8;}

/*--------------Text-----------------*/


.heading {
font-weight:bold;
}

h1 {
font-weight:bold;
color:#4F5F4D;
font-size:11px;
padding:0px;
margin-top:10px;
margin-bottom:0px;
}

#footer {
color:#d8d1b8
}

/*-----------Forms--------------*/

input, select, textarea {
display:none;
}

.bigdropdown {
display:none;
}

.submitbutton {
display:none;
}

.specialclass {
visibility:hidden;
width:3px;
}

/*-------------Universal Containers------------*/	

#footerstick
	{
float:left;
   	}
	
#wrapper {
float:left;
}

#globalcontainer {
float:left;

}

#masterfooter {/*place outside of footersticker and wrapper - must centre itself*/
display:none;
}
#masterfooter a:link {
	color:#CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

#masterfooter a:visited {
	color:#CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

#masterfooter a:hover {
	color:#999999;
	text-decoration: none;
	font-weight: bold;
}


#clear {
clear:both;
}
	
#header      
	{
display:none;
	}
#footer 
	{
display:none;
	}
#about_sectionhead      
	{
display:none;
	}
#about_content
	{ 
float:left;
	}
#about_form
	{ 
display:none;
	}
#portfolio_sectionhead      
	{
display:none;
	}
#portfolio_content
	{ 
float:left;
	}
#portfolio_sortcontrol
	{
display:none;
	}
#portfolio_categorycontrol
	{
display:none;
	}
#category_label {
display:none;
}

#links_sectionhead      
	{
display:none;
	}

#links_content
	{ 
float:left;
	}
#links_right
	{ 
float:left;
	}


/*-------------Print Stuff------------*/	

#print {
width:100%;
float:left;
text-align:center;
font:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}

