/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
*{padding:0; margin:0;}
 body {font-size:62.5%; background-color:#FFFFFF; font-family:verdana,arial,sans-serif;} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {
	width:765px;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	font-size:1em;
	border: 1px solid #969696;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.main {
	clear:both;
	width:100%;
	padding-bottom:30px;
	background:transparent url(../images/bg_main_withoutnav.jpg) top left repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.main-navigation {
	display:inline /*Fix IE floating margin bug*/;
	float:right;
	width:180px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background:transparent url(../images/bg_main_withnav_reverse.jpg) top left repeat-y;
	margin-top: 25px;
}
.main-side {
	display:inline /*Fix IE floating margin bug*/;
	float:right;
	width:300px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background:transparent url(../images/bg_main_withnav_reverse.jpg) top left repeat-y;
	margin-top: 10px;
}
.main-content {
	display:inline; 
	float:left;
	width:565px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.footer {
	clear:both;
	width:100%;
	height:40px;
	padding:1.1em 0 0;
	font-size:1em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #e1e1e1;
	background-image: url(../images/bg_foot.jpg);
	background-repeat: no-repeat;
}

/* HEADER */
.header {width:100%; font-family:"trebuchet ms",arial,sans-serif;}
.header-middle {
	width:100%;
	height:170px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: #FFFFFF;
	position: relative;
	background-image: url(../images/simon_daly_header3.jpg);
	background-repeat: no-repeat;
}
.header-bottom {
	width:100%;
	height:30px;
	background-color: #0c4ca4;
}
#address-details{
	width: 150px;
	font-size: 14px;
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px dashed #000000;
}
#logo{
	width: 150px;
	font-size: 14px;
	position: absolute;
	left: 20px;
	top: 10px;
}
.german{
	border:1px ridge #FFFFFF;
	float:right;
	margin-right:20px;
	margin-top:10px;
}
.french{
	border:1px ridge #FFFFFF;
	float:right;
	margin-right:5px;
	margin-top:10px;
}
/*************/
/*  2. HEAD  */
/*************/

.nav2{	margin-left:10px;}
.nav2 ul { float:left; font-weight:bold;}	
.nav2 li {display:inline; list-style:none;}
.nav2 li a {
	display:block;
	float:left;
	padding:2px 10px 2px 10px;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 13px;
	line-height: 26px;
}
.nav2 li a:hover{ text-decoration:none; color:#0C4CA4; background-color:#f1f1f1;}


.header-link1  {
	position: absolute;
	left: 325px;
	bottom: 12px;
}
.header-link1 a {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
}
.header-link1 a:hover { text-decoration:underline; color:#EEE4ED;}

.header-link2 {
	position: absolute;
	left: 500px;
	bottom: 12px;
}
.header-link2 a {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
}
.header-link2 a:hover { text-decoration:underline; color:#EFE5EE;}

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */
.main-navigation .round-border-topleft {width:10px; height:10px; position:absolute; z-index:100; margin:0; background:url(../images/bg_corner_topleft.gif) no-repeat;}

/* MAIN CONTENT */
.column1-unit {width:100%;  margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {line-height:1.6em; text-align:center; color:#7d7d7d; font-weight:bold; font-size:100%;}
.footer p.credits {font-weight:normal;}
.footer a, .footer a:visited {text-decoration:underline; color:#7d7d7d;}
.footer a:hover {text-decoration:none; color:#000000;}


/******************/
/*  CLEAR FLOATS  */
/******************/
.clear-contentunit {clear:both; width:100%; height:0.2em; border:none; background-color:#d2d2d2; color:#d2d2d2;}

