@import url('header.css');
@import url('lang.css');
@import url('searchbox.css');
@import url('toolbar.css');
@import url('menus.css');
@import url('content.css');
@import url('footer.css');

@import url('firstpage.css');
@import url('gallery.css');
@import url('newsletter.css');
/*
@import url('poll.css');
*/
@import url('documents.css');
@import url('forms.css');

/**
*	General page properties
*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: left;
	
	font-family: tahoma;
	font-size: 12px;
	color: #333;
	background: #f1efe2 url(images/body_bg.gif) top left repeat-y;
}
p {
margin: 0;
padding:0;
}
form {
	padding: 0;
	margin: 0;
}

a {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
a:hover { text-decoration: underline; }

#wrapper {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 780px;
	height: auto;
	min-height: 100%;
}
#print_header {
	padding: 20px 20px;
	width: 740px;
	border-bottom: 1px solid #999;
}

#toolsbody {
	position: absolute;
	top: 0px; 
	right: 0px;
	height: 25px;
	width: 300px;
	font-size: 9px;
	font-weight: normal;
	z-index: 99;
	background: transparent url(images/search_bg.gif) top left no-repeat;
}	
/**
 * Page cases
*/


#page {
	position: relative;
	display: block;
	margin: 0;
	padding: 20px 20px 40px 40px;
	text-align: left;
	background: white;
	min-height: 400px;
	height: auto;
	font-size: 12px;
	line-height: 1em;
}
#page h1 {
	margin:0;
	padding: 0 0 0 25px;
	color: #61C421;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(images/title_arrow.gif) top left no-repeat;
}




/**
 * Right column
 */

#rightblock {
	position: relative;
	float: left;
	display: block;
	width: 170px;
	margin: 0;
	padding: 0;
}


/**
 * Clearing div
 */

div.clear {
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	height: 0px;
}


/**
*	sitemap
*/

#sitemap ul {
	margin:0;
	padding:0;
	list-style: none;	
}
#sitemap li {
	height: 1%;
	background: white url(../images/sitemap_arrow.gif) 0px 2px no-repeat;
}
#sitemap li a {
	display: block;
	padding-left: 25px;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #336633;
/*	background: white url(../images/sitemap_arrow.gif) 0px 2px no-repeat; */
}

#sitemap li ul {
	padding-left: 45px;
}
#sitemap li li {
	background: none;
}
#sitemap li li a {
	font-size: 11px;
	color: black;
	background: none;
	padding-left: 0;
}

#sitemap li li a:hover {
	color: #336633;
}
#sitemap li li ul{
	padding-left: 20px;
}
#sitemap li li li a {
	font-weight: normal;
}
#sitemap li li li a:hover {
	color: #61C421;
}

/*** BANNERS ***/

#banners {
	position: absolute;
	width: 180px;
	height: 400px;
	top: 0;
	left: 790px;
}
#banners .banner {
	width: 180px;
	height: 150px;
	position: relative;
	margin-top: 10px;	
	border: solid 1px #c6c6c6;
}
