#body
{
	background-image: url(../images/bg.png);
	background-attachment: fixed;
}

#index_bg
{
	background-image: url(../images/bg.png);
	background-color: #e1ffe1;
	/*background-repeat: repeat-x;*/
}

#main_frame
{
	position: relative;
	border: 1px solid #000000;
	background-color: #caf3ae;
	height: 100%;
}

#main_border
{
	left: 110px;
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 10px solid #FFFFFF;
}

#news_scoller
{
	position: absolute;
	top: 227px;
	left: 5px;
	font:normal 12px Tahoma;
	font-weight: bold;
}

#logo
{
	height: 250px;
}

#logo img
{
	border: 0px;
}

/* ---- MENU ---- */

.menu
{	
}

.menu_container
{
	float: left;
	width: 180px;
	border-right: 0px solid #000000;
	border-top: 1px solid #000000;
}

.menu ul
{
	background-color: #037a00;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}

.menu li
{	
	border-left: 8px solid #51be18;
	border-bottom: 1px solid #FFFFFF;
	font:normal 14px Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}

.menu a
{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

.menu li:hover 
{
	border-left: 8px solid #7aef3d;
	background-color: #07b002;
}

.snapped_button
{
	padding: 0px 10px 3px 8px; /* top, right, bottom, left */ 
	position: absolute;
	background-color: #000000;
	color: #FFFFFF;
	border: 2px solid #036f00;
	border-top: 0px;
}

.snapped_button:hover
{
	background-color: #036f00;
	border: 2px solid #7aef3d;
	border-top: 0px;
}

.snapped_button a
{
	font: normal 12px Tahoma;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

/* ---- MAIN ---- */

#main
{
	overflow: auto;
	padding: 15px;
	padding-top: 0px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	min-height: 415px;
	background-color: #FFFFFF;
}

* html #main
{
	float: right;
}

.title, .title2
{
	margin-top: 15px;
	padding: 5px;
	font:normal 18px Verdana;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
	border-top: 1px dotted #000000;
	color: #000000;
	background-color: #dfdfdf;
}

.title2
{
	margin-bottom: 10px;
}

.title3
{
	font:normal 14px Verdana;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

.title_text
{
	padding: 10px;
	font: normal 12px Verdana;
	text-align: justify;
	background-color: #ebebeb;
}

.right-align
{
	text-align: right;
}

.subtitle1, .subtitle4
{
	font:normal 12px Verdana;
	padding-bottom: 5px;
	font-weight: bold;
	color: #5f5f5f;
	cursor: hand;
	cursor: pointer;
}

.subtitle2
{
	font:normal 14px Verdana;
	font-weight: bold;
	color: #5f5f5f;
}

.subtitle3
{
	font:normal 10px Verdana;
	color: #000000;
	text-align: center;
}

.subtitle4
{
	border-bottom: 1px dotted #000000;
	margin-bottom: 5px;
	color: #000000;
}

.floating_title
{
	position: absolute;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 1px;
	padding-left: 5px;
	font:normal 10px Verdana;
}

/* CONTENT BOX */

.content, .content_box, .pictures_scroller
{
	font: normal 12px Verdana;
	text-align: justify;
}

.content_box, .pictures_scroller
{
	border: 1px solid #b1b1b1;
	background-color: #ececec;
	background-image: url(../images/bg_logo.gif);
	background-position: -50px 30px;
	background-repeat: no-repeat;
	padding: 12px;
}

.content_box2
{
	font:normal 10px Verdana;
	text-align: justify;
}

.pictures_scroller img
{
	border: 1px solid #000000;
	width: 30px;
	height: 30px;
	
	/* alpha */
	opacity : 0.6;
    filter : alpha(opacity=60); 
}

.ul1
{
	margin: 0px;
}

*+html .ul1 /* hack for IE7 */
{
	margin-left: 30px;
}

* html .ul1 /* hack for IE6 */
{
	margin-left: 30px;
}

.ul1 li
{
	list-style-type: square;
}
