/*************************************************************/
/*   Design:   Multiflex-3 Update-6 / Layout-4               */
/*   File:     Global layout structure                       */
/*-----------------------------------------------------------*/
/*   Author:   Wolfgang                                      */
/*   Date:     December 18, 2006                             */
/*   Homepage: wwww.1-2-3-4.info                             */
/*-----------------------------------------------------------*/
/*   License:  Fully open source without restrictions.       */
/*             Please keep footer credits with a link to     */
/*             Wolfgang (www.1-2-3-4.info). Thank you!       */
/*************************************************************/

/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
*{padding:0; margin:0;}
 body {font-size:100%;  font-family:Lucida Grande, Helvetica, Arial,sans-serif; color:#706f6f;} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {width:910px; margin:0px auto; border:none; font-size:0.7em;}
.main {clear:both; width:910px; padding:0px 0 50px 0;}
.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:170px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.main-content {display:inline; /*Fix IE floating margin bug*/ float:left; width:490px; margin:0 40px 0 40px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.main-subcontent {display:inline /*Fix IE floating margin bug*/; float:right; width:170px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.col-2-content {width:700px;margin:0 0 0 40px; }
/* LINKS */
a {color:#0066cc; text-decoration:underline;}
a:hover {text-decoration:underline;}
a:visited {color:#0066cc;}

/* --- For alternative headers START PASTE here --- */

/* HEADER */
.header {width:910px;}
.header-middle {width:910px; height:34px; margin-top:40px; background:#FFFFFF; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.header-language {width:910px; height:12px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.header-language .flags {position:relative; left:780px;}
.header-bottom {width:910px; height:64px; min-height:64px; max-height:64px; padding:0px; background:url(../img/menu_bg.png) repeat-x; }

/********************/
/*  HEADER SECTION  */
/********************/
.navbartop {width:100%; height:2px; max-height:2px; line-height:2px; background-color:#7c8f95;}
.navbarbot {float:left; width:100%; height:1px; max-height:1px; line-height:1px; background-color:#e5e5e5;}

.nav1 {width:350px; position:absolute; z-index:3; margin:45px 0 0 550px;}
.nav1 ul {float:right; padding:0 15px 0 0; font-weight:bold;}	
.nav1 li {display:inline; list-style:none;}
.nav1 li a {display:block; float:left; padding:2px 5px 2px 5px; color:rgb(125,125,125) ; text-decoration:none; font-size:1.2em;}
.nav1 a:hover {text-decoration:none; color:rgb(50,50,50);}

/*Main horizontal menu*/
/*.nav2 {float:left;  width:760px; font-size:1.1em; font-weight:bold; padding:0 0 0 35px; }*/ /*Color navigation bar normal mode*/
.nav2 {float:left;  width:708px; font-size:1.1em; font-weight:bold; padding:0 0 0 32px; } /*Color navigation bar normal mode*/
.nav2 ul {list-style-type:none;}
.nav2 ul li {margin: 0 1px 0 0; float:left; position:relative; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; }
.nav2 ul li a, .nav2 ul li a:visited {float:left; display:block; background:url(../img/menu_link.png) repeat-x; padding:3px 12px 4px 12px ; text-decoration:none; color:#799193;}
/* .nav2 ul li a.topmenuitem231, .nav2 ul li a.topmenuitem231:visited { color: #c2342a; } */

.nav2 ul li ul {display:none; border:none;}
.nav2 ul li .left {background:#FFFFFF; width:1px;} /*Color main cells hovering mode*/
.nav2 ul li .right {background:#FFFFFF; width:1px;} /*Color main cells hovering mode*/

/*SELECTED*/

.nav2 ul .selected a, .nav2 ul .selected a:visited {background:url(../img/menu_selected.png) repeat-x; text-decoration:none; color:#ffffff;} /*Color main cells hovering mode*/

/* .nav2 ul .selected a.topmenuitem231, .nav2 ul .selected a.topmenuitem231:visited { color: #ffffff; background-image:  url(../img/menu_selected_red.png); } */

/*Non-IE6 hovering*/
.nav2 ul li.not:hover a { text-decoration:none; color:#0066cc;} /*Color main cells hovering mode*/

/*IE6 hovering*/
.nav2 ul li.not a:hover { text-decoration:none; color:#0066cc;} 

.quicklinks {float:left; height:22px;}

.quicklinksnew {float:left; height:20px; margin-top:1px;}
.quicklinksnew a {margin-right:5px;}

/*BREADCRUMB NAVIGATION*/
.header-breadcrumbs {clear:both; width:490px; margin:15px 230px 15px; color:#cccccc; font-size:0.8em;}
.rootline {margin:0px 10px 0px 0px;}
.rootline a, .rootline a:visited {color:#cccccc; text-decoration:underline;}
.rootline a:hover{color:#0066cc;}
 
/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN CONTENT */
.column1-unit {width:490px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

.column3-unit-left {float:left; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-middle {float:left; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left:40px;}
.column3-unit-right {float:right; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

/********************/
/*  FOOTER SECTION  */
/********************/
html, body, .positioning { min-height: 100%; /*Sets the min height to the height of the viewport.*/width: 100%;height: 100%; /*Effectively, this is min height for IE5+/Win, since IE wrongly expands an element to enclose its content. This mis-behavior screws up modern browsers*/}
html>body .positioning{ height: auto; /*this undoes the IE hack, hiding it from IE using the child selector*/ }
.positioning { position: relative; top:0px; min-height: 99.8%; height: 99.8%; }
.page-container {/*Modify value as needed for footer height.*/ height: auto;} 

.footerarea {position: relative; bottom:0px; left:0px; width:100%; padding:10px 0px 20px 0px; margin-top:6px; color:#adadad; border-top:solid 1px #cccccc; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.footerarea p {line-height:2em; text-align:left;}
.footerarea img {float:left;}
.footerarea .copyright {float:right;}
.footerarea .copyright img {float:none;}
.footer {border-top:solid 1px #cccccc; padding:4px 0 50px;}

/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header: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:after, .subcontent-unit-noborder: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;}
.subcontent-unit-noborder-blue:after, .subcontent-unit-noborder-green:after, .subcontent-unit-noborder-orange:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear-contentunit {clear:both; width:440px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}

/*by lelesys*/

div.topnetworklogo {
 width: 114px;
 padding-top: 34px;
 position: relative;
 left: 740px;
 top: -65px;
}