/* basic styles */

body
{
	margin: 20px 40px 30px 40px;

	color: #484848;
	background-color: #ffffff;

	font-size: 11px;
	font-family: tahoma, verdana, arial, serif;
}

a:link,a:active,a:visited
{
	font-size: 11px;
	font-family: tahoma, verdana, arial, serif;
	color: #0095d9;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
a.white:link,a.white:active,a.white:visited,a.white:hover
{
	color:#ffffff;
}
/*--------------*/




/* blocks & divs */

div.parent
{
	position: relative;
}
div.child
{
	position: absolute;
}
div.fl
{
	float: left;
}
div.fr
{
	float: right;
}
div.header
{
	width:100%;
	height:218px;
	background: url('../i/header/bg.gif') repeat-x;
}
div.footer
{
	width:100%;
	height:45px;
	background:url('../i/footer/bg.gif') repeat-x;
}
div.submenu
{
	left: -1000px;
	top: -1000px;
	width:505px;
	height: 27px;
	background-color: #E4D186;
	position: absolute;
}
div.submenu .parent {height:27px;}
div#submenu14 .parent,div#submenu24 .parent {height:52px;}
div.newsr
{
	background:url('../i/news/bg2.gif') repeat-x bottom;
}
div.newsrb
{
	background:url('../i/news/right.gif') no-repeat bottom right;
}
div.newsh
{
	width:176px;
	background:url('../i/news/bg1.gif') repeat-y;
}
div.newsh1
{
	background:url('../i/news/top.gif') no-repeat top left;
}
div.newsh2
{
	background:url('../i/news/bottom.gif') no-repeat bottom left;
}
div.newst
{
	padding-left:10px;
	padding-top:6px;
	padding-bottom:8px;
	color:#ffffff;
	font-weight:bold;
}
div.newsbody
{
	background:url('../i/news/bg3.gif') top repeat-x;
}
div.newsbl
{
	background:url('../i/news/bl.gif') repeat-y left;
}
div.newsbr
{
	background:url('../i/news/br.gif') repeat-y right;
}
div.newsbot
{
	height:25px;
	background:url('../i/news/bg4.gif') repeat-x;
}

.content
{
	padding-right: 20px;
}


/*---------------*/



/* images */

.margined_image
{
	margin-right:20px;
	margin-bottom:20px;
}
.bu
{
	margin-right:5px; vertical-align:middle;
}
.fs
{
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
}

/*--------*/



/* text */

.header1
{
	color:#0A3F92;
	font-weight:bold;
}
.header2
{
	font-size:20px;
	color:#0B3E93;
	font-weight:normal;
}

.white
{
	color:#ffffff;
}
.upper
{
	text-transform: uppercase;
}

p {text-align:justify; text-indent:20px}
.noindent p {text-indent:0 !important}
h1 {font-size:20px; font-weight:normal; color:#0B3E93;}
h2 {font-size:16px; font-weight:normal; color:#0B3E93;}
h3 {font-size:12px; font-weight:bold;}
/*--------*/



/* forms */

.input1
{
	color: #000000;
	font-family: verdana, tahoma, arial, serif;
	font-size: 11px;
	width: 250px;
}

/*--------*/


/* modules */
.error {border:1px solid #f30 !important}
.errors {color:#f30}
.field input,.field select  {border:1px solid #999; width:300px}
.field input.checkbox {width:auto; border:none; vertical-align:middle}
.field input.submit {width:auto; border:none}
.field textarea {border:1px solid #999; height:100px; overflow:auto; width:300px}
.ditto_page,.ditto_currentpage {padding:1px 4px}
.ditto_currentpage {background:#0095d9; color:#fff}

/* sitemap */
#sitemap ul {margin: 0 0 0 1px; padding: 0 0 0 3px; background-image: url(../i/sitemap1.gif); background-repeat: repeat-y;}
#sitemap ul li {margin: 5px 0 2px 0; padding: 0 0 0 14px; list-style: none; background-image: url(../i/sitemap2.gif); background-repeat: no-repeat;  background-position: -3px 0;}
#sitemap ul li.last {margin-bottom: 6px; background-image: url(../i/sitemap3.gif); background-repeat: no-repeat; background-position: -3px 9px;}

.phone {position:absolute; right:25px; top:-15px; font:14px "Times New Roman",Times,serif;}
.phone b {font:24px "Times New Roman",Times,serif; position:relative; top:5px}

a.item {background:url(../i/menu/sub/b.gif) no-repeat 0 6px; color:#000 !important; display:inline-block; font-weight:bold; line-height:1.4; padding:0 20px 0 10px; text-decoration:none !important;}
a.item:hover {color:#c00 !important;}