@charset "utf-8";
/* CSS Document */

/*- Core Styles -*/

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

#site {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background: #ffffff url(../files/images/common/background.gif) top repeat;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

/*- Header Styles -*/

#header {
	height: 148px;
	width: 900px;
	margin: auto;
	
	border-top: 1px #e8e9e9 solid;
	background: #f8f9eb url(../files/images/common/shadow.gif) top left repeat-y;
}
#header #header_logo_clever {
	height: 128px;
	width: 104px;
	float: left;
	margin: 10px 0px 10px 10px;
	
	background: url(../files/images/common/header_logo_clever.gif) top left no-repeat;
	cursor: pointer;
}
#header #header_logo_name {
	height: 128px;
	width: 424px;
	float: left;
	margin: 10px 0px 10px 10px;
	
	background: url(../files/images/common/header_logo_name.gif) top left no-repeat;
	cursor: pointer;
}
#header #header_contacts {
	height: 128px;
	float: right;
	
	padding: 10px 13px 10px 0px;
	text-align: right;
	font-family: 'Garamond';
	font-size: 18px;
	font-weight: bolder;
	color: #1b4b24;
}
#header #header_shadow_right {
	height: 148px;
	width: 3px;
	position: relative;
	right: -897px;
	margin-bottom: -148px;
		
	background: url(../files/images/common/header_shadow_right.gif) top left repeat-y;
}
#header #header_shadow_corner {
	height: 4px;
	width: 3px;
			
	background: url(../files/images/common/header_shadow_corner.gif) top left no-repeat;
}


/*- Menu Styles -*/

#menu {
	height: 41px;
	width: 900px;
	margin: auto;
	position: relative;
	
	overflow:hidden;
	font-size: 0px;
	line-height: 0px;	
}
#menu_buttons {
	height: 40px;
	float: left;
	position: relative;
}
#menu_buttons div.menu_button {
	height: 37px;
	float: left;
	
	border-bottom: 1px #e8e9e9 solid;
}
#menu_buttons div.menu_button_selected {
	height: 37px;
	float: left;
	
	border-bottom: 1px #ffffff solid;
}
#menu_buttons div.menu_button div.menu_button_left {
	height: 37px;
	width: 12px;
	float: left;
	
	background: url(../files/images/common/menu_button_left.gif) top left no-repeat;
}
#menu_buttons div.menu_button div.menu_button_right {
	height: 37px;
	width: 15px;
	float: left;
	
	background: url(../files/images/common/menu_button_right.gif) top left no-repeat;
}
#menu_buttons div.menu_button div.menu_button_text {
	height: 37px;
	float: left;
	
	background: url(../files/images/common/menu_button_back.gif) top left repeat-x;
	font-family: 'Garamond';
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
	color: #7d9a21;
}
#menu_buttons div.menu_button_selected div.menu_button_left {
	height: 37px;
	width: 12px;
	float: left;
	
	background: url(../files/images/common/menu_button_left.gif) top right no-repeat;
}
#menu_buttons div.menu_button_selected div.menu_button_right {
	height: 37px;
	width: 15px;
	float: left;
	
	background: url(../files/images/common/menu_button_right.gif) top right no-repeat;
}
#menu_buttons div.menu_button_selected div.menu_button_text {
	height: 37px;
	float: left;
	
	background: url(../files/images/common/menu_button_back_selected.gif) top left repeat-x;
	font-family: 'Garamond';
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
	color: #7d9a21;
}
#menu_blank {
	height: 40px;
	width: 9999px;
	float: left;
	position: relative;
	margin-right: -9999px;
	
	border-bottom: 1px #e8e9e9 solid;
	background: url(../files/images/common/menu_blank.gif) top right repeat-x; 
}
#menu_shadow_right {
	height: 40px;
	width: 3px;
	position: relative;
	right: -897px;
	z-index: 20;
	margin-bottom: -40px;
		
	background: url(../files/images/common/menu_shadow_right.gif) top left no-repeat;
}
#menu_shadow_top {
	height: 3px;
	width: 9999px;
	margin-right: -9999px;
		
	background: url(../files/images/common/menu_shadow_top.gif) top left repeat-x;
}
#menu_shadow_top #menu_shadow_corner {
	height: 3px;
	width: 4px;
			
	background: url(../files/images/common/menu_shadow_corner.gif) top left no-repeat;
}

/*- Content Styles -*/

#content {
	width: 900px;
	margin:auto;
	
	overflow: hidden;
}
#content #main_back {
	height: 9999px;
	width: 716px;
	float: left;
	margin-bottom: -9999px;
	margin-right: -716px;
	
	background: url(../files/images/common/main_back.gif) top left repeat-y;
}
#content #main {
	width: 716px;
	float:left;
	
	padding: 10px 0px 10px 0px;
}

/*- Right Styles -*/

#content #right {
	width: 184px;
	float: left;
}
#content #right #right_top {
	height: 4px;
	width: 184px;
	
	background: url(../files/images/common/right_top.gif) top right no-repeat;
	font-size: 0px;
	line-height: 0px;
}
#content #right div.right_space {
	height: 27px;
	width: 184px;
	
	background: url(../files/images/common/right_back.gif) top right repeat-y;
}
#content #right #right_news_top {
	height: 11px;
	width: 184px;
	
	background: url(../files/images/common/right_news_top.gif) top right no-repeat;
	font-size: 0px;
	line-height: 0px;
}
#content #right #right_news_bottom {
	height: 11px;
	width: 184px;
	
	background: url(../files/images/common/right_news_bottom.gif) top right no-repeat;
	font-size: 0px;
	line-height: 0px;
}
#content #right #right_quotes_top {
	height: 11px;
	width: 184px;
	
	background: url(../files/images/common/right_news_top.gif) top right no-repeat;
	font-size: 0px;
	line-height: 0px;
}
#content #right #right_quotes_bottom {
	height: 11px;
	width: 184px;
	
	background: url(../files/images/common/right_news_bottom.gif) top right no-repeat;
	font-size: 0px;
	line-height: 0px;
}
#content #right #right_back {
	height: 9999px;
	width: 184px;
	margin-bottom: -9999px;
	
	background: url(../files/images/common/right_back.gif) top right repeat-y;
}
#content #right #right_news {
	width: 184px;
	
	padding: 10px 0px 10px 0px;
	background: url(../files/images/common/right_news_back.gif) top right repeat-y;
}
#content #right #right_quotes {
	width: 184px;
	
	padding: 10px 0px 10px 0px;
	background: url(../files/images/common/right_news_back.gif) top right repeat-y;
}

/*- Footer Styles -*/

#footer {
	width: 900px;
	margin: auto;
	
}
#footer #footer_top {
	height: 3px;
	width: 900px;
	
	background: url(../files/images/common/footer_top.gif) top left no-repeat;
	font-size: 0px;
	line-height: 0px;	
}
#footer #footer_bottom {
	height: 1px; width: 900px;
	
	background: url(../files/images/common/footer_bottom.gif) top left no-repeat;
	font-size: 0px;
	line-height: 0px;
}
#footer #footer_baners {
	height: 31px;
	width: 900px;
	margin: 10px 0px 10px 0px;
	
	text-align: right;
}
#footer #footer_content {
	height: 33px;
	width: 880px;
	
	padding: 7px 10px 10px 10px;
	background: url(../files/images/common/footer_back.gif) top left repeat-y;
	font-family: 'Garamond';
	font-size: 14px;
	font-weight: bold;
	color: #1b4b24;
}
#footer #footer_content a {
	text-decoration: none;
	color: #1b4b24;
}
#footer #footer_content a:hover {
	text-decoration: none;
	color: #7d9a21;
}
