/****************************************************************/
/*   Design:   Multiflex-5.4                                    */
/*   Type:     Design with sidebar                              */
/*   File:     Grid Toolbox                                     */
/*   Option:   Design with sidebar                              */
/*--------------------------------------------------------------*/
/*   Design:   www.1234.info                                    */
/*   Date:     March 13, 2008                                   */
/*--------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.          */
/*             Please keep footer credits with the words        */
/*             "Design by 1234.info". Thank you!                */
/****************************************************************/

/******************/
/* GLOBAL LAYOUT  */
/******************/

 body {
	font-size:62.5%; 
	background-color:rgb(255,255,255); 
	font-family:arial,sans-serif;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.container {
	width:978px; 
	padding-top:10px; 
	padding-bottom:20px; 
	margin:0 auto; 
	font-size:1.0em;
}
.header {
	width:978px; 
	min-height:120px /*Non-IE6*/; 
	height:auto !important /*Non-IE6*/; 
	height:120px /*IE6*/; 
	Height: 120px*/; 
	font-size:1.0em;
	}
.main-navigation {
	white-space:nowrap /*IE hack*/; 
	float:left; 
	width:978px;
	height:40px; 
	background: url(../img/nav/main_menu_bg.gif) center no-repeat;
	font-family:tahoma,arial,sans-serif; 
	font-size:130% !important /*Non-IE6*/; 
	font-size:120% /*IE6*/;
        margin-bottom:10px;
	} /*Color navigation bar normal mode*/

.main {
	clear:both; 
	width:978px; 
	font-size:1.0em;
}
.sub-navigation {
	white-space:nowrap /*IE hack*/; 
	float:left; 
	width:190px; 
	font-family:tahoma,arial,sans-serif; 
	font-size:130% !important /*Non-IE6*/; 
	font-size:120% /*IE6*/;
	} /*Color navigation bar normal mode*/
.content {
	display:inline; /*Fix IE floating margin bug*/; 
	float:left; 
	width:527px; 
	padding-left:40px;
	font-size:1.0em; overflow:visible !important /*Non-IE6*/; overflow:hidden /*IE6*/;
	}
.subcontent {
	display:inline /*Fix IE floating margin bug*/; 
	float:right; 
	margin-top:40px;
	width:190px; 
	font-size:1.0em; 
	overflow:visible !important /*Non-IE6*/; 
	overflow:hidden /*IE6*/;
}
.footer {
	clear:both; 
	width:958px; 
	padding:0.5em 0 0.5em 0; 
	font-size:1.1em !important /*Non-IE6*/; 
	font-size:1.0em /*IE6*/; 
	overflow:visible !important /*Non-IE6*/; 
	overflow:hidden /*IE6*/;
        margin-top:20px;
	background: url(../img/nav/main_menu_bg.gif) top no-repeat;
        text-align:center;
        color:white;
}

/****************/
/*  HEADER      */
/****************/

/* SEARCH FORM */
.header-bottom .searchform {float:right; width:430px;}
.header-bottom .searchform form fieldset {float:right; border:none; padding-top:5px; padding-right:10px;}
.header-bottom .searchform input.field {width:15.0em; height:1.2em; padding:1px !important /*Non-IE6*/; padding:2px /*IE6*/; border:solid 1px rgb(200,200,200); background-color:rgb(255,255,255); font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;}
.header-bottom .searchform input.button {width:4.5em; height:1.6em; background-color:rgb(240,240,240); border:solid 1px rgb(150,150,150); text-align:center; color:rgb(100,100,100); font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;}
.header-bottom .searchform input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background-color:rgb(220,220,220); color:rgb(80,80,80);}

/********************/
/*  NAVIGATION      */
/********************/

/* MAIN MENU */
.main-navigation ul {
	list-style-type:none;
	margin-left: 10px
}
.main-navigation ul li {
	float:left; 
    	display: inline;
	z-index:auto !important /*Non-IE6*/; 
	z-index:1000 /*IE6*/; 
	line-height: 1.2em
    	font-size: 1.0em;
}
.main-navigation ul li a{
	float:none !important /*Non-IE6*/; 
	float:left /*IE-6*/; 
	display:block; 
	height:25px;
	color: #FFF; 
	text-decoration:none; 
	font-weight:bold; 
   	padding: 0.5em 1.3em 0.5em 1.3em;
}

.main-navigation ul li a:hover{
	text-decoration:underline;
}

.main-navigation ul li ul {
	position:absolute; 
	left:-999em;
}



.main-navigation ul li#current {
	text-decoration:underline;
	color: #FFF;
    	background: url(../img/nav/main_menu_act.gif);
}

/* SUB MENU */
.sub-navigation{
  margin-top:12px;
}

.sub-navigation .sub_nav_title{
	height:25px;
	line-height:25px;
    	font-size: 1.0em;
    	color:white;
    	font-weight:bold;
    	background:rgb(255,139,39);
    	padding: 0.0em 1.0em 0.0em 1.0em;
    	margin-bottom:0.2em;
}

.sub-navigation ul {
	list-style-type:none;
	margin-bottom:20px;
}
.sub-navigation ul li {
    	font-size: 1.0em;
    	background:rgb(244,244,244);
    	margin:0.2em 0 0.2em 0;
}
.sub-navigation ul li a, .sub-navigation ul li a:visited{
	display:block; 
	height:25px;
	line-height:25px;
	color:black;
	text-decoration:none; 
	font-weight:normal; 
   	padding: 0.0em 1.0em 0.0em 1.0em;
}

.sub-navigation ul li a:hover{
	color:rgb(255,139,39);
	text-decoration:underline;
}

.sub-navigation ul li ul {
	position:absolute; 
	left:-999em;
}

.sub-navigation ul li#sub_current a{
	color:rgb(255,139,39);
	text-decoration:underline;
}

/************/
/*  CONTENT */
/************/


/***************/
/* SUBCONTENT  */
/***************/


/************/
/*  FOOTER  */
/************/

/******************/
/*  CLEAR FLOATS  */
/******************/
.container:after, .header:after, .header-top:after, .header-bottom:after, .main-navigation:after, .main:after, .content:after, .content div:after, .subcontent:after, .subcontent div:after, .footer:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.content-1col-nobox:after, .content-2col-nobox-leftcolumn:after, .content-2col-nobox-rightcolumn:after, .content-1col-box:after, .content-2col-box-leftcolumn:after, .content-2col-box-rightcolumn:after, .content-2col-box:after, .subcontent-box:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.corner-content-1col-top:after, .corner-content-1col-bottom:after, .corner-content-2col-top:after, .corner-content-2col-bottom:after, .corner-subcontent-top:after, .corner-subcontent-bottom:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
 p:after {content:"."; display:block; height:0; /*clear:both Do not use here to avoid paragraphs clearing next to images;*/  visibility:hidden;}
 
/**************/
/*  PRINTING  */
/**************/
/* To avoid that some layouts may break during printing */
/* we remove one vertical border-line for the columns  */                 
@media print {.content-2col-nobox-rightcolumn {display:inline; float:right; width:337px; border-left:none; background-color:rgb(255,255,255);}}

/******************************************/
/*  YOUR OWN USER STYLES                  */
/*  If you want to add your own styles,   */
/*  then add them here below in order to  */
/*  avoid a mixup with default styles.    */
/******************************************/
