/****************************************************************/
/*   Design:   Multiflex-4.2 / Layout-4                         */
/*   File:     Global layout structure                          */
/*--------------------------------------------------------------*/
/*   Design:   www.1234.info                                    */
/*   Date:     January 20, 2008                                 */
/*--------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.          */
/*             Please keep footer credits with the words        */
/*             "Design by 1234.info". Thank you!                */
/****************************************************************/

/*-------------------------------------------------------------------------------*/
/* If you are interested in adopting the new header in Multiflex-4 for your      */
/* existing website using Multiflex-3, here are the instructions how to do it:   */
/*                                                                               */
/* A. CSS Code                                                                   */
/*    1. Replace your current Multiflex-3 CSS setup file with this file.         */
/*                                                                               */
/* B. HTML Code                                                                  */
/*    1. Open the Multiflex-4 HTML file corresponding to your Multiflex-3 file.  */
/*    2. Copy the indicated HTML lines as instructed in the code.                */
/*    3. Paste the copied HTML lines into your Multiflex-3 file.                 */
/*                                                                               */
/* C. IMAGE files                                                                */
/*    1. Copy the the following five files from the Multiflex-4 image directory  */
/*       to your current image directory for Multiflex-3:                        */
/*       - "bg_head_corner_topleft_25px.gif"                                     */ 
/*       - "bg_head_corner_topright_25px.gif"                                    */
/*       - "flag_greatbritain.png"                                               */
/*       - "flag_germany.png"                                                    */
/*       - "flag_sweden.png"                                                     */
/*                                                                               */
/* D. Your new header is now ready for operation!                                */
/*-------------------------------------------------------------------------------*/

/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
*{padding:0; margin:0;}
 body {font-size:62.5%; background-color:rgb(255,255,255); font-family:verdana,arial,sans-serif;} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {width:960px; margin:0px auto; margin-top:10px; margin-bottom:10px; font-size:1.0em;}
.main {
	clear:both;
	width:954px;
	padding-bottom:30px;
	border-left:solid 3px rgb(102,204,51);
	border-right:solid 3px rgb(102,204,51);
	background:transparent url(../img/bg_main.gif) top left repeat-y;
}
.main-navigation {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:200px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background:rgb(217,247,198);
}
.main-content {display:inline; /*Fix IE floating margin bug*/; float:left; width:500px; margin:0 0 0 30px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.main-subcontent {display:inline /*Fix IE floating margin bug*/; float:right; width:185px; margin:0 15px 0 0; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.footer {
	clear:both;
	width:954px;
	padding:1.0em 0 1.0em 0;
	font-size:1em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: rgb(51,102,0);
	border: 3px solid rgb(102,204,51);
}

/* HEADER */
.header {width:960px;}
.header-top {
	width:954px;
	height:90px;
	border-top:solid 3px rgb(102,204,51);
	border-left:solid 3px rgb(102,204,51);
	border-right:solid 3px rgb(102,204,51);
	margin-top:10px;
	background:rgb(217,247,198);
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
.header-bottom {
	width:954px;
	border-bottom:solid 3px rgb(102,204,51);
	border-left:solid 3px rgb(102,204,51);
	border-right:solid 3px rgb(102,204,51);
	border-top:solid 1px rgb(102,204,51);
}
.space {
	height: 15px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: rgb(102,204,51);
	border-left-color: rgb(102,204,51);
}

.header .round-border-topleft {width:25px; height:25px; position:absolute; z-index:100; background:url(../img/bg_head_corner_topleft_25px.gif) no-repeat; margin-top:-3px; margin-left:-3px;}
.header .round-border-topright {width:25px; height:25px; position:absolute; z-index:100; background:url(../img/bg_head_corner_topright_25px.gif) no-repeat; margin-top:-3px; margin-left:932px;}

/*************/
/*  2. HEAD  */
/*************/
.sitelogo {
	width:45px;
	height:80px;
	position:absolute;
	z-index:1;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 20px;
	background-image: url(../img/logo.gif);
}
.sitefilling {
	width:500px;
	position:absolute;
	z-index:2;
	margin-left:435px;
	background-image: url(../images/header.jpg);
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	height: 80px;
}

.sitename {width:300px; height:45px; position:absolute; z-index:1; margin:23px 0 0 75px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.sitename h1 {
	font-weight:normal;
	font-size:240%;
	color: rgb(51,102,0);
}
.sitename h2 {
	margin:-2px 0 0 0;
	color:rgb(51,102,0);
	font-weight:normal;
	font-size:120%;
}

/*Drop-down menu*/
.nav2 {
	white-space:nowrap /*IE hack*/;
	float:left;
	width:954px;
	background:rgb(51,102,0);
	color:rgb(204,255,153);
	font-size:130%;
} /*Color navigation bar normal mode*/
.nav2 ul {list-style-type:none;}
.nav2 ul li {
	float:left;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/;
	border-right:solid 1px rgb(102,204,51);
}
.nav2 ul li a {
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;
	display:block;
	height:2.1em;
	line-height:2.1em;
	padding:0 16px 0 16px;
	text-decoration:none;
	font-weight:normal;
	color: rgb(204,255,153);
}
.nav2 ul li ul {display:none; border:none;}

/*Non-IE6 hovering*/
.nav2 ul li:hover {position:relative;} /*Sylvain IE hack*/
.nav2 ul li:hover a {
	background-color:rgb(204,255,153);
	text-decoration:none;
	color: rgb(51,102,0);
} /*Color main cells hovering mode*/
.nav2 ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:2.0em; margin-top:0.1em; left:0;}
.nav2 ul li:hover ul li a {
	white-space:normal;
	display:block;
	width:10em;
	height:auto;
	line-height:1.3em;
	margin-left:-1px;
	padding:4px 16px 4px 16px;
	border-left:solid 1px rgb(102,204,51);
	border-bottom: solid 1px rgb(102,204,51);
	background-color:rgb(204,255,153);
	font-weight:normal;
	color:rgb(51,102,0);
} /*Color subcells normal mode*/
.nav2 ul li:hover ul li a:hover {
	background-color:rgb(217,239,185);
	text-decoration:none;
	color: rgb(51,102,0);
} /*Color subcells hovering mode*/
.nav2 ul li a:hover {
	position:relative /*Sylvain IE hack*/;
	z-index:1000 /*Sylvain IE hack*/;
	background-color:rgb(204,255,153);
	text-decoration:none;
	color: rgb(51,102,0);
} /*Color main cells hovering mode*/
.nav2 ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:2.1em; t\op:2.0em; left:0; marg\in-top:0.1em;}
.nav2 ul li a:hover ul li a {
	white-space:normal;
	display:block;
	w\idth:10em;
	height:1px;
	line-height:1.3em;
	padding:4px 16px 4px 16px;
	border-left:solid 1px rgb(102,204,51);
	border-bottom: solid 1px rgb(102,204,51);
	background-color:rgb(204,255,153);
	font-weight:normal;
	color:rgb(51,102,0);
} /*Color subcells normal mode*/
.nav2 ul li a:hover ul li a:hover {
	text-decoration:none;
} /*Color subcells hovering mode*/

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */
.main-navigation .round-border-topright {width:10px; height:10px; position:absolute; z-index:100; margin:0 0 0 190px; background:url(../img/bg_corner_topright.gif) no-repeat;}

/* MAIN CONTENT */
.column1-unit {width:490px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

/* MAIN SUBCONTENT */
.subcontent-unit-border {
	width:183px;
	margin:0 0 2.0em 0;
	padding:0 0 5px 0;
	border:solid 1px rgb(102,204,51);
	background:rgb(204,255,153);
}
.subcontent-unit-border-green {
	width:183px;
	margin:0 0 2.5em 0;
	padding:0 0 10px 0;
	border:solid 1px rgb(102,204,51);
	background-color:rgb(217,239,185);
}
.subcontent-unit-border-blue  {
	width:183px;
	margin:0 0 2.5em 0;
	padding:0 0 10px 0;
	border:solid 1px rgb(0,102,204);
	background-color:rgb(185,219,239);
}
.subcontent-unit-border-orange {
	width:183px;
	margin:0 0 2.5em 0px;
	padding:0 0 10px 0;
	border:1px solid rgb(255,102,0);
	background-color:rgb(248,224,150);
}

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/

.subcontent-unit-border-red {
	width:183px;
	margin:0 0 2.5em 0px;
	padding:0 0 10px 0;
	border:solid 1px rgb(234,49,49);
	background-color:rgb(238,162,162);
}
.subcontent-unit-border-purple {
	width:183px;
	margin:0 0 2.5em 0px;
	padding:0 0 10px 0;
	border:solid 1px rgb(121,21,234);
	background-color:rgb(223,185,239);
}
.subcontent-unit-border-yellow {
	width:183px;
	margin:0 0 2.5em 0px;
	padding:0 0 10px 0;
	border:solid 1px rgb(231,234,21);
	background-color:rgb(249,246,158);
}


.round-border-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topleft.gif) no-repeat; margin-top:-1px; margin-left:-1px;}
.round-border-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topright.gif) no-repeat; margin-top:-1px; margin-left:174px;}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {
	line-height:1.3em;
	text-align:center;
	color:rgb(234,242,222);
	font-weight:bold;
	font-size:110%;
}
.footer a {
	text-decoration:underline;
	color:rgb(234,242,222);
}

/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-bottom:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after, .main-content div:after, .main-subcontent:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-border-blue:after, .subcontent-unit-border-green:after, .subcontent-unit-border-orange:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
 p:after {content:"."; display:block; height:0; /*clear:both*/; visibility:hidden;}
.footer:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear-contentunit {
	clear:both;
	width:490px;
	height:0.1em;
	border:none;
	background:rgb(0,102,204);
	color:rgb(0,102,204);
}

