@charset "utf-8";
/* CSS Document */

html{height:100%; display:block;}

body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	background-image:url(../img/body_blue.jpg);
	background-repeat:repeat-x;
}

dl {
  position: relative;
  width: 350px;
}
dt {
  clear: both;
  float:left;
  width: 200px;
  padding: 4px 0 2px 0;
  text-align: left;
}
dd {
  float: left;

  margin: 0 0 8px 0;
  padding-left: 6px;
}

#main{
	z-index:8;
	position:absolute;
	margin-left:250px;
	margin-top:130px;
	width:700px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#515151;
	line-height:22px;
}
/*
	TOP MENU
*/

#top_menu{
	width:100%;
	height:120px;
	position:absolute;
	left:0px;
	z-index:4;
}


.flash{
	z-index:3;
	left:0px;
	top:100px;
	position:absolute;
}
#global_main{
	width:980px;
	margin:0 auto;
}
#menus_container{
	z-index:5;
	position:absolute;
	top:0px;
	margin-top:120px;
}
#menus_container:after{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#515151;
}
.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#08a800;
}


.left_input{
	width:5px;
	height:28px;
	float:left;
	background-image:url(../img/bg-input_left.gif);
}
.right_input{
	width:5px;
	height:28px;
	float:left;
	background-image:url(../img/bg-input_right.gif);
}

.left_area{
	width:5px;
	height:131px;
	float:left;
	background-image:url(../img/bg-textarea-left.gif);
}
.right_area{
	width:5px;
	height:131px;
	float:left;
	background-image:url(../img/bg-textarea_right.gif);
}


/*
	LEFT MENU
*/

#left_menu{
	position:absolute;
	margin-top:-15px;
	width:202px;
	margin-left:25px;
	font-family:Georgia, 'Times New Roman', Times, serif;
}
#left_menu a{text-decoration:none; color:#333333;}
#left_menu_categories_title{
	height:50px;
	
	background-image:url(../img/left_menu_tit_bg.gif);
	background-repeat:no-repeat;
	
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	
	line-height:50px;
	text-align:center;
}
#left_menu_categories{
	font-weight:bold;
	background-color:#FFFFFF;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-size:14px;
	*margin-top:-3px;
}
.left_menu_bottom{position:absolute; margin-left:-1px; border:0px;}
#left_menu_categories a{display:block; width:180px; padding:4px 10px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;}
#left_menu_categories a:hover{
	background-color:#e6e6e6;
	background-image:url(../img/left_menu_sel1.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#left_menu_app{
	width:202px;
	line-height:25px;
	margin-top:15px;
	margin-left:25px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:14px;
}
#left_menu_app a{
	color:#737373;
	text-decoration:none;
	font-weight:bold;
}
#left_menu_app_title{
	display:block;
	padding:5px 0;
	margin-bottom:5px;
	border-bottom:1px solid #dcdcdc;
	
	font-weight:bold;
	font-size:18px;
	text-indent:10px;
}

#left_menu_extras{
	padding-left:5px;
	/*border-top:1px solid #CCCCCC;*/
	margin-top:15px;
	margin-left:30px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	line-height:25px;
}
#left_menu_extras img{
	float:left;
	display:block;
	height:16px;
	width:16px;
}
#left_menu_extras a{color:#0066CC; float:left;  text-decoration:none; display:block; height:16px; line-height:16px; padding-left:5px; width:170px;}
#left_menu_extras a:hover{text-decoration:underline;}





#modal_bg{
	position:fixed;
	_position:absolute;
	
	overflow:hidden;

	width:100%;
	height:100%;

	left:0px;

	background-color: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;

	z-index:5000;
	display:none;
}

#contact_box{
	position:fixed;
	_position:absolute;
	
	left:50%;
	top:50%;
	
	background-image:url(../img/contact_modal.png);
	background-repeat:no-repeat;

	width:384px;
	max-width:384px;
	height:350px;
	max-height:350px;
	
	margin-left:-200px;
	margin-top:-200px;
	
	overflow:inherit;
	
	z-index:5001;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
	display:none;
}
.close_modal_btn{color:#000000; text-decoration:none; font-size:12px; cursor:pointer;}
.close_modal_btn:hover{text-decoration:underline;}
#bottom{
	clear:both;
	float:left;
	*float:none;
	
	width:100%;
	
	padding-bottom:20px;
	padding-top:20px;	
	
	text-align:right;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000;
	
	border-top:#333 1px solid;
	
	margin-top:20px;
	line-height:18px;
}
#bottom a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	display:block;
	float:right;
	margin-right:23px;
	font-weight:normal;
}
#bottom a:hover{
	color:#090;
}
.back_btn{text-decoration:none; font-weight:bold; color:#000000; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px;}
.back_btn:hover{text-decoration:underline;}
