* {
	margin:0px;
	padding:0px;
}

html {
	width:100%;
	height: 100%;

	background-color:#f5f8e2;

	background-image:url(images/background.gif);
	background-repeat:repeat-x;
}


body {
	width:100%;
	height: 100%;
	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
/*	color:#666666; */
	color:#111111;
	font-weight:normal;
	
}

a {
	/*color:#a3a3a3;*/
	color:#666666;
	text-decotarion:underline;
}


img {
	border:none;
}


#container {
	width:100%;
	height:100%;

	min-width:1045px;
	width:auto !important;
	width:1045px;
}


.content {
	width:956px;
	min-height:100%;
	
	position:relative;
	margin:0 auto;
	text-align:center;
}

.header {
	margin-top:33px;
	width:100%;
	height:100px;
	
	text-align:left;
}

.header .logo {
	display:inline-block;
	width:350px;
	height:100px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
}

#gradient_header {
	margin-top:20px;
	background-image:url(images/header.gif);
	width:956px;
	height:47px;
}

#gradient_footer {
	background-image:url(images/footer.gif);
	width:956px;
	height:56px;
}

#middle {
	width:956px;
	clear:both;
	background-image:url(images/content.gif);
	background-repeat:repeat-y;
	text-align:left;
}



/* LEFT MENU */
#middle .left_menu {
	margin-left:26px;
	
	width:180px;
	float:left;
	padding-top:0px;

}

.left_menu .left_menu_content li {
	list-style:none;
}

.level1 {
	line-height:26px;
	padding-left:20px;
	
	background-image: url(images/heart.png);
	background-repeat: no-repeat;
	background-position:left;
}
.level1 a {
	width:140px;
/*	color: #a6ae75;*/
	color:#566230;
	font-size:12px;
	text-decoration:none;
}
.level1 a:hover {
/*	color: #a6ae75;*/
	color:#343b1d;
	font-size:12px;
	text-decoration:none;
}

.level1 a.active {
/*	color: #a6ae75;*/
	color:#343b1d;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.level2 {
	line-height:20px;
	padding-left:30px;
}

.level2 a {	
/*	margin-left:30px; */
/*	color: #a6ae75; */
	color:#566230;
	font-size:12px;
	text-decoration:none;
}
.level2 a:hover {
/*	color: #a6ae75;*/
	color:#343b1d;
	font-size:12px;
	text-decoration:none;
}

.level2 a.active {
	font-weight:bold;
/*	color: #a6ae75;*/
	color:#343b1d;
	font-size:12px;
	text-decoration:none;
}
	
/***********/
#middle .middle_content {
	float:left;
	margin-left:20px;
	
	text-align:justify;
	line-height:18px;
}

.middle_content #page_headline {
	display:none;
}

#middle #main, #middle #main1 {
	min-height:20px;
	height:auto !important;
	height:20px;

}

#middle .main_bottom, #middle .main1_bottom {
	margin-bottom:10px;
}


#middle #main {
	width:500px;
	float:left;
}

/* main with no margin */
#middle #main1 {
	width:700px;
	float:left;
}

#main .content_block h3, #main1 .content_block h3 {
	clear:both;
	
	font-family:arial;
	font-weight:bold;
	font-size:24px;
/*	color:#a3a3a3; */
	color:#666666;
	
	margin-top:15px;
	margin-bottom:12px;
}

#middle #margin {
	
	text-align:left;
	
	float:left;
	width:200px;
	
	padding:15px;
	padding-top:0px;
	
}

#margin .content_block {
	
}

#margin .content_block h3 {
	font-size:18px;
	font-family:arial;
	font-weight:bold;
/*	color:#a3a3a3; */
	color:#666666;
	clear:both;
	
	margin-bottom:12px;
	margin-top: 15px;
}
/* FORMS CUSTOMIZATION 

.form_validation {
}

.form_input, .form_area {
	width:200px;
	height:12x;
	padding:4px;
	margin-bottom:5px;
	font-family:arial;
	font-size:12px;
	border:1px solid #5b726f;
}

.form_select {
	width:212px;
	height:12x;
	padding:4px;
	margin-bottom:5px;
	font-family:arial;
	font-size:12px;
	border:1px solid #5b726f;
}

.form_button[class] {
	background-image:url(images/button.png);
	background-repeat:no-repeat;
	background-position:-14px 0px;
	
	border:none;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	
	height:26px;
	width:70px;
	cursor:pointer;
	
	text-align:left;
	padding-left:4px;
	
}

.newsletter_submit, .brochure_submit {
	height:30px;
}

.brochure_button, .newsletter_button {
	float:right;
	margin-right:20px;

}
*/
.footer {

	clear:both;
	width:956px;
	height:93px;
	position: relative;
	background-image:url(images/glass.png);
	background-repeat:no-repeat;
}



/* Module News 

.all_news_block_content {
}

.all_news_block_content .one_news_block {
	width:280px;
	float:left;
	margin-bottom:20px;
}

.all_news_block_content .all_news_spacer {
	float:left;
	width:40px;
	height:40px;
}

.one_news_block .news_title_time {
	width:270px;
	height:22px;
	
	background-image:url(images/news_top.png);
	background-repeat:repeat-x;
	background-position:0px 0px;
	
	padding:5px;
	margin-bottom:8px;
}

.news_title_time .news_time {
	width:60px;
	font-weight:bold;
	float:left;
}

.news_title_time .news_title {
	float:left;
}

.one_news_block .news_body {
	clear:both;
}

.news_body .news_picture {
	width:90px;
	float:left;
}

.news_picture img {
	width:80px;
}

.news_body .news_text {
	width:190px;
	text-align:justify;
	float:left;
}

.news_text .news_link {
	margin-top:8px;
	float:right;
}

.news_text .news_link a {
	text-decoration:none;
	
	background-image:url(images/button.png);
	background-repeat:no-repeat;
	background-position:-6px -1px;
	
	padding:4px;
	padding-right:20px;
	
	border:none;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	
	cursor:pointer;
	
	text-align:left;
	
}

.all_news_block_content .all_news_under {
	clear:both;
}
*/

