









/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
.div_wrapper{
	width: 930px;
	margin: 0 auto;
	/*border: 1px dashed #666666;*/
}
.div_header{
	height:100px;
	position:relative;
	
}
.div_main{
	width: 730px;
	float:right;
}
.div_left{
	width: 188px;
	float: left;
	margin-right:10px;
}
.webart_logo{
	width: 188px;
	text-align:center;
	clear:left;
}
.div_footer{
	clear:both;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */



/* --- MAIN --------------------------------------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */



/* --- MAIN --------------------------------------------------------------------------------------------------------------------------------------------- */
.div_main_left{
	float: left;
	min-height:250px;
	margin-right:10px;
}
.div_main_right{
	width: 215px;
	float: right;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */



/* --- FOOTER ------------------------------------------------------------------------------------------------------------------------------------------- */
.div_footer_L1{
	border-bottom:solid 3px #0d204d; 
	padding-bottom:5px;
	padding-top:25px;
	padding-left:10px;
}
.div_footer_L2{
	margin-top:5px;
	padding-left:10px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */















/* --- MAIN NAV BAR-------------------------------------------------------------------------------------------------------------------------------------- */
.divMainNavBar{
	position:relative;
	top:52px;
	border-bottom: solid 5px #0d204d;
	float:right;
	width:730px;
}
.ul_mainNavBar{
	margin: 0; 
	padding:0; 
	list-style:none; 
	width:730px;
}
/*
#id_mainNavBar li{
	float:left;
	height:20px;
	background-color:#047bb8;
	margin-left:2px;
	padding-top:6px;
	padding-left:5px;
	padding-right:22px;
	background-image:url(../imgs/bg_imgs/arrows/a1.gif);
	background-repeat:no-repeat;
	background-position:right 8px;
}
*/

.mainNavBarOff{
	float:left;
	height:20px;
	background-color:#047bb8;
	margin-left:2px;
	padding-top:6px;
	padding-left:5px;
	padding-right:22px;
	background-image:url(../imgs/bg_imgs/arrows/a1.gif);
	background-repeat:no-repeat;
	background-position:right 8px;
}
.mainNavBarOn{
	float:left;
	height:20px;
	color:#FFFFFF;
	background-color:#0D204D;
	margin-left:2px;
	padding-top:6px;
	padding-left:5px;
	padding-right:22px;
	background-image:url(../imgs/bg_imgs/arrows/a11.gif);
	background-repeat:no-repeat;
	background-position:right 8px;
	/*font-weight:bold;*/
}


#id_mainNavBar li > ul {
	position:absolute;
	top:26px;
	left:0px;
	list-style:none;
	display:none;
	background-color:#047bb8;
}
#id_mainNavBar li:hover > ul{
	display:block;
	/*background-color:#990000;*/
}

#id_mainNavBar li:hover{
	/*display:block;*/
	background-color:#0d204d;
	
	/* MAIN MENU HOOVER */
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* --- SECONDARY NAV BAR -------------------------------------------------------------------------------------------------------------------------------- */
.div_secondaryNavBar{
	float:left;
	width:188px;
	background-image:url(../imgs/bg_imgs/grads/g1.gif);
	background-position: right;
	background-repeat:repeat-y;
	padding-top:5px;
	padding-bottom:5px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */



/* --- SECONDARY NAV BAR -------------------------------------------------------------------------------------------------------------------------------- */
.div_thirdNavBar{
	float:left;
	width:170px;
	background-image:url(../imgs/bg_imgs/grads/g1.gif);
	background-position: right;
	background-repeat:repeat-y;
	background-color:#047bb8;
	padding-top:10px;
	padding-left:8px;
	padding-right:10px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */



/* --- BRANDING ----------------------------------------------------------------------------------------------------------------------------------------- */
.div_branding{
	float:left;
	width:170px;
	background-image:url(../imgs/bg_imgs/grads/g1.gif);
	background-position: right;
	background-repeat:repeat-y;
	background-color:#047bb8;
	padding-top:20px;
	padding-left:8px;
	padding-right:10px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */


