/*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: #c4bfa8;
	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*/
}

.fullviewimages {
	margin-left:117px;
	left:117px;
	}

.archivemov {
	margin-left:117px;
}

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


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:20px;
margin-bottom:4px;
}

#footer {
color:#d8d1b8
}

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

input, select, textarea {
background-color:#c4bfa8;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
border:1px solid #c4bfa8;
line-height:12px;
}

.bigdropdown {
font-size:26px;
font-weight:bold;
letter-spacing:-3px;
}

.submitbutton {
background-color:#4F5F4D;
border:2px solid #4F5F4D;
font-size:11px;
font-weight:bold;
}

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

.contacttable {

}

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

#footerstick
	{
	position: relative;/*important!*/
	min-height:100%;/*important!*/
	background-color: #FFFFFF;
	z-index:100;
   	}
	
#wrapper {
width:auto;
height:100%;/*important! - must put this in to make sure wrapper stretches to 100% of the footersticker which has a min height of 100% (window 
	height).  Otherwise footer won't stick.  Also, I don't think you can incorporate wrapper centering to the footerstick; it screws it up. Thus the wrapper is necessary for horizontal centering.*/
position:relative;
margin-left:0px;
margin-top:0px;
background-color:#FFFFFF;
}

#globalcontainer { /*necessary mainly for bottom padding - can't use wrapper for this - and also collects everything nicely so that it will expand the				
	footer as a single div.*/
	position:relative; /*Set to relative to expand page - this becomes the main div responsible for pushing around the footer. You CANNOT use the 
	wrapper as the global container because its height must be set to 100%.  Or use floats and a clear.*/
	top:0px;
	left:0px;
	width:auto;
	height:auto;
	padding-bottom:0px;	/*important!* - to prevent footer from coming up over content when shrinking window. Make sure you set only padding 
	BOTTOM, not padding everywhere.  Set padding height to height of footer for flush finish.*/
	background-color: #FFFFFF;/*have bg same as wrapper bg - wrapper bg only takes care of bg where there is no 	
	content, must have this bg for where there is content.*/

}

#clear {
clear:both;
}
	
#header      
	{
	position:relative; 
	margin-top: 0px;
	margin-left: 0px;
	width: 630px;
	height: 432px;
	}
#footer 
	{
	clear:both;
	position:relative; 
	background-image:url(../images/euro/footerimage.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
    width: 250px;
	height: 40px;
	margin-left:0;
	padding-left:345px;
	padding-top:200px;
	}
#about_sectionhead      
	{
	position:relative; 
	background-image:url(../images/euro/sectionhead_aboutcontact.gif);
	margin-left: 0px;
	width: 780px;
	height: 160px;
	}
#about_content
	{ 
	position:relative; 
	margin-left:125px;
	margin-top:0px;
	width:260px;
	height:auto;
	overflow:hidden;
	padding-bottom:20px;
	padding-right:350px;
	background-image:url(../images/euro/aboutfocal.jpg);
	background-repeat:repeat-y;
	background-position:top right;
	}
#portfolio_sectionhead      
	{
	position:relative; 
	background-image:url(../images/euro/sectionhead_portfolio.gif);
	margin-left: 0px;
	width: 780px;
	height: 160px;
	}
#portfolio_content
	{ 
	position:relative; 
	margin-left:117px;
	width:670px;
	height:auto;
	overflow:hidden;
	padding-bottom:20px;
	}
#portfolio_details_content
	{ 
	position:relative; 
	margin-left:117px;
	width:auto;
	height:auto;
	overflow:hidden;
	padding-bottom:20px;
	}
#portfolio_sortcontrol
	{
	position:absolute;
	margin-left:500px;
	margin-top:117px;
	width:200px;
	height:38px;
	left: -1px;
	}
#portfolio_categorycontrol
	{
	position:absolute;
	margin-left:500px;
	margin-top:87px;
	width:200px;
	height:43px;
	top: -16px;
	left: 0px;
	}
#category_label {
position:relative;
margin-top:-43px;
margin-left:3px;
background-color:#FFFFFF;
width:145px;
height:40px;
}

#links_sectionhead      
	{
	background-image:url(../images/euro/sectionhead_links.gif);
	position:relative; 
	margin-top: 0px;
	margin-left: 0px;
	width: 780px;
	height: 160px;
		clear:both;
	}

#links_content
	{ 
	position:relative; 
	margin-left:125px;
	margin-top:0px;
	width:260px;
	height:auto;
	overflow:hidden;
	padding-bottom:20px;
	}
#links_right
	{ 
	position:relative;
	margin-left:410px;
	margin-top:0px;
	width:340px;
	height:650px;
	overflow:hidden;
	padding-bottom:20px;
	background-image:url(../images/euro/linksfocal.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}

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

#print {
display:none;
}


/*---------Style Menu-------------*/

#masterfooter {/*place outside of footersticker and wrapper - must centre itself*/
	position:relative; 
	width: 100%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
/*	margin-top:-79px; /*to move footer back up a bit (since it will be below 100% window length).  Set padding height to height of footer for flush 
	finish.*/
	margin-top:-0px;
	text-align:center;
	z-index:900;
	color:#CCCCCC;
	font-size:11px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}
#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:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#stylemenu {
	width: 145px;
	height: 28px;
	border:0;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	margin-top:-28px;
	overflow:hidden;
}

#stylecontent {
	width: 125px;
	height: 21px;
	border:0;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
	padding-left:15px;
	padding-right:5px;
	padding-top:2px;
	margin-top:0px;
	overflow:hidden;
	background-color:#999999;
}
#stylelinks {
	width: 145px;
	height: 100px;
	border:0;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
	padding-left:0px;
	padding-right:0px;
	padding-top:2px;
	margin-top:0px;
	overflow:hidden;
	background-color:#ebebeb;
}










/*---------OLD Style Menu OLD-------------

#masterfooter {/*place outside of footersticker and wrapper - must centre itself
	position:relative; 
	width: 100%;
	height: 38px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-45px;
	text-align:center;
	z-index:900;
	color:#CCCCCC;
	font-size:11px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}
#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:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#stylemenu {
	width: 138px;
	height: 59px;
	border:0;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
	padding-left:1px;
	padding-right:3px;
	padding-top:2px;
	margin-top:-68px;
	overflow:hidden;
}

#stylemenu_top {
	width: 138px;
	height: 35px;
}

#stylemenu_content {
	width: 137px;
	height: auto;
	border:0;
	margin-left:auto;
	margin-right:auto;
	padding-left:2px;
	padding-right:2px;
	position:relative;
	text-align:left;
	margin-top:-5px;
	overflow:hidden;
	background-color:#999999;
}


#copyright {
position:relative;
z-index:50;
margin-top:0px;
margin-left:auto;
margin-right:auto;
}

*/