/****************************************************************/
/*   Design:   Multiflex-4.2 / Layout-3-left                    */
/*   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!                                */
/*-------------------------------------------------------------------------------*/

.main {
	clear:both;
	width:954px;
	padding-bottom:30px;
	border-left:solid 3px rgb(175,175,175);
	border-right:solid 3px rgb(175,175,175);
	background:transparent url(../img/bg_main.gif) top left repeat-y;
}
.main-navigation {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:185px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background:rgb(242,242,242);
}
.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*/;
}
.header-breadcrumbs .searchform input.field {
	width:10.0em;
	padding:0.2em 0 0.2em 0;
	border:1px solid rgb(200,200,200);
	font-family:verdana,arial,sans-serif; font-size:120%;
}
/* MAIN NAVIGATION */
.main-navigation .round-border {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	margin:0 0 0 176px;
	background:url(../img/bg_corner_topright.gif) no-repeat;
}
