/*
<style>
/* */

body
	{
	background: url(images/background-body.jpg);
	font-family: Arial;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	}

td, th
	{
	font-family: Arial;
	font-size: 12px;
	}

/* * * * * * * * * * *
 * Containers
 * divs one inside the other - centers page
 * * * * * * * * * * */
#containerIE
	{
	background: url(images/background-page.jpg) repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#container
	{

	text-align: left;
	width: 893px;
	margin: 0px auto;
	padding: 0px;
	}

/* * * * * * * * * * *
 * Logo + Menu
 * * * * * * * * * * */
#logo
	{
	background: url(images/background-logo.jpg);
	width: 839px;
	height: 271px;
	}
#logo .rootLink
	{
	display: block;
	margin-left: 800px;
	margin-top: 7px;
	width: 25px;
	height: 25px;

	text-decoration: none;
	}
#logo .rootLink img
	{
	border: 0px;
	}
#logo #logoPlace
	{
	margin-left: 3px;
	margin-top: 2px;
	}
#menu
	{
	margin-left: 10px;
	/*margin-top: 192px;*/
	margin-top: 10px;
	}

#menu .menuItem
	{
	background: url(images/background-topmenu.gif) no-repeat center center ;
	width: 98px;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	}
#menu .menuActive
	{
	background: url(images/background-topmenu-active.gif) no-repeat center center ;
	}
#menu .menuItem a
	{
	font-weight: bold;
	color: #245026;
	text-decoration: none;
	}

#menu .menuItem a:hover
	{
	color: #000000;
	}

/* * * * * * * *
 * Content
 * * * * * * * */
#content
	{
	background: url(images/background-content.jpg) repeat-y;
	width: 826px;
	padding-top: 10px;
	}
#content .pageBlock
	{
	width: 492px;
	margin-left: 17px;
	margin-right: 17px;
	float: left;
	display: inline;
	}
#content .pageBlockWide
	{
	width: 789px;
	margin-left: 17px;
	}
#content .pageSide
	{
	width: 267px;
	margin-left: 17px;
	float: left;
	display: inline;
	color: #435564;
	}
#content .pageTitle
	{
	background: url(images/background-title.jpg) repeat-x;
	padding-left: 10px;
	margin: 0px;
	color: #DEEFFC;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	}
#content .pageText
	{
	margin: 10px;
	}
#content .pageSide a
	{
	color: #435564;
	font-weight: bold;
	text-decoration: none;
	}
#content .pageSide a:hover
	{
	text-decoration: underline
	}
#content .pageSide .sideMenu a
	{
	background: url(images/icon-arrow.gif) no-repeat  6px 8px ;
	display: block;
	padding-left: 20px;
	height: 22px;
	line-height: 22px;
	color: #435564;
	text-decoration: none;
	}
#content .pageSide .sideMenu .dots
	{
	font-size: 1px;
	height: 1px;
	background: url(images/icon-dots.gif) repeat-x;
	}
#content .pageText .galleryItem
	{
	float: left;
	display: inline;
	margin: 5px;
	}
#content .pageText .galleryItem img
	{
	border: 1px solid #DAE7F4;
	}

#content .contactForm
	{
	width: 430px;
	}
#content .contactForm td
	{
	color: #568FBE;
	text-align: right;
	}
#content .contactForm input, #content .contactForm select
	{
	background: #F4FAFE;
	border: 1px solid #C8E0F4;
	width: 250px;
	}

#content .contactForm .searchButton
	{
	background: url(images/background-submit.gif);
	width: 98px;
	height: 27px;
	border: 0px;

	margin-top: 20px;
	}

#content .pageText b, #content .pageText strong
	{
	color: #3784BC;
	}
/* * * * * * * *
 * Bottom
 * * * * * * * */
#bottom
	{
	background: url(images/background-bottom.gif) no-repeat;
	width: 826px;
	color: #FFFEFE;
	}
#bottom a
	{
	color: #FFFEFE;
	text-decoration: none;
	}
#bottom a:hover
	{
	color: #D8D8D8;
	}
#bottom .webra
	{
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	display: inline;
	}
#bottom .bottomMenu
	{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	display: inline;
	}
	
#bottom .bottomBanners
	{
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	display: inline;
	width: 800px;
	}

#bottom .bottomBanners img{
	border: none;
}

/* * * * * * * *
 * General
 * * * * * * * */
 form
 	{
 	margin: 0px;
 	}
.topper
	{
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	}
.clearer
	{
	clear: both;
	}
.hidden
	{
	display: none;
	}
.alignRight
	{
	float: right;
	display: inline;
	}
.alignRight a
	{
	color: #697783;
	text-decoration: none;
	font-weight: bold;
	}
