/* --- GENERIC HTML TAGS --- */
html, body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333333; 
}
input, button, textarea, select, td, th {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333333; 
}

html {height:100%;overflow-y:scroll;}
body {height:auto;}


/* --- CUSTOM CLASSES --*/
.header_bar_item {
	float: left;
	height: 15px;
	padding: 5px 15px 0px 15px;
	margin-right: 1px;
	background-color_: #969696;
color:#333;
background:URL(/images/design/1/1.gif) no-repeat 0px 5px !important;

}
.home {border-left:0px;}

.header_bar_item a {
color:#333 !important;
}

.menu_lvl1_item {
	float: left;
	padding: 5px 20px 0px 20px;
	height: 19px;
}

.item_right {
	height: 40px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
}

.item_right_image {
	float: left;
	width: 80px;
	padding: 0px 0px 0px 5px;
	height: 50px;
}

.item_right_text {
	height: 50px;
}


/* --- CUSTOM LAYOUT IDENTIFIERS --- */
#main_container {
	margin: 0px auto;
	width: 860px;
	margin-top: 30px;
	text-align: center;
	background-image: URL('/images/design/1/main_border_bg.gif');
	background-repeat: repeat-y;
	background-position: 0px 0px;

}

#header {
	text-align: left;
	width: 556px;
	padding: 53px 0px 0px 306px;
	height: 21px;
	background-image: URL('/images/design/1/header_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
position:relative;
}
#logo {
display:block;
position:absolute;
top:10px;
left:10px;
width:180px;
height:50px;
border:0px red solid;
cursor:pointer;
}

#header_bar {
	width: 515px;	
position:absolute;
top:44px;
left:300px;


}


#menu_top {
	text-align: left;
	width: 848px;
	height: 24px;
	background-color: #164781;
	margin: 0px 6px 0px 6px;

	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#main_image {
	text-align: left;
	margin: 0px 6px 0px 6px;
	height: 65px;
	background-color: #d5d9df;

	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#columns {
	text-align: left;
	margin: 0px 6px 0px 6px;
min-height:450px;
}
* html #columns {
	
height:450px;
}

#left {
	text-align: left;
	float: left;
	width: 150px;
	padding: 30px 0px 30px 15px;
}
.bg_center {
background:URL('/images/design/1/main_center.gif') 0px 0px;
}
#center {
	text-align: left;
	float: left;
	width: 376px;
	padding: 30px 20px 15px 10px;

}


#center2 {
	text-align: left;
	padding: 30px 20px 15px 15px;
float:right;
width:615px;
}

#right {
	text-align: left;
	width: 250px;
	margin-left: 598px;
	padding: 30px 0px 30px 0px;

}

#footer {
	text-align: center;
	width: 848px;
	padding: 5px 6px 0px 6px;
	height: 20px;
	background-image: URL('/images/design/1/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#one2meet {
	text-align: right;
	width: 860px;
	background-color: #FFFFFF;
}

/* --- HACKS --- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: block; 
}

#simplebox iframe {overflow:hidden;}



/* LEFT MENU begin */
.leftMenu a {	
	text-decoration:none;	
	color:#000;
	font-size:11px;
	margin-bottom:7px;
background:URL(/images/items.gif) no-repeat 0px 4px;
	padding-left:15px;
}

/* Level 1 */

.leftMenu .a_1 {font-weight:bold;}

.leftMenu .li_2_active .a_2, .leftMenu .li_3_active .a_3, 
.li_4_active .a_4 {	
	background:URL(/images/items_f.gif) no-repeat 0px 4px;
}

/* Level 2 */
.leftMenu ul ul {	
	margin:0px 0px 0px 15px;
}

/* do not touch */
.leftMenu ul {
	list-style:none;		
}
.leftMenu ul, .leftMenu li {
	margin:0px;
	padding:0px;
}
.leftMenu a {	
	display:block;
}
* html body .leftMenu li {	
	display:inline;
}
/* do not touch */


/* LEFT MENU end */