body
{
	text-align: center;
	margin: 0;
	padding: 0;
	background: #FFFFFF url('/img/bg.gif') left top;
	font: 13px Arial, Tahoma, Helvetica, sans-serif;
	*font-size: small;
	*font: x-small;
	color: #424240;
}

body *
{
	line-height: 1.22em;
}

h1
{
	font-size: 165%;
	margin: 0 0 0.5em 0;
}

h2
{
	background-color: #DFE2E8;
	font-size: 140%;
	font-weight: normal;
	padding: 0 20px;
	margin: 1em 0;
}

h3#slogan
{
	font-size: 85%;
	margin: 0;
	padding: 5px 0;
	color: #fff;
}
table#seo
{
	border-top: 1px solid #616E86;
	border-right: 1px solid #616E86;
}
table#seo td
{
	padding: 5px;
	border: 1px solid #616E86;
	border-top: 0;
	border-right: 0;
}
a img
{
	border: none;
}
p
{
	padding-left: 20px;
}
p#back
{
	margin-right: 0;
	padding-right: 0;
	text-align: right;
}
p.info
{
	font-style: italic;
	text-align: right;
	margin: 0;
	padding: 0;
}
pre
{
	margin: 0 0 15px 0;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}
a
{
	color: #3E4C66;
}
div#page
{	
	margin: auto;
	padding: 2px;
	text-align: left;
	width: 57.69em;
	*width: 56.3em;
}

div#header
{
	background: #7A869C url('/img/header-bg.gif') repeat-x bottom;
	padding: 15px 0 10px 25px;
}

a.top
{
	font-size: 165%;
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
}

div#top-menu
{
	padding: 0 0 0 25px;
	height: 40px;
	border-top: 2px solid #616E86;
	border-bottom: 1px solid #7A869C;
	background-color: #fff;
}
ul li
{
	margin: 7px 0;
}
ul#menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu li
{
	float: left;
	margin: 0 25px 0 0;
	font-size: 100%;
	line-height: 32px;
}
ul#menu li a
{
	text-decoration: none;
	font-weight: bold;
}
ul#menu li a:hover
{
	text-decoration: underline;
}
ul#menu li.active
{
	background-color: #616E86;
	padding: 0 10px;
}
ul#menu li.active a
{
	color: #fff;
}
ul#contacts, #contacts2
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#contacts, #contacts2 li
{
	margin: 10px 0;
}
div#sidebar
{
	float: left;
	width: 14.38em;
	*width: 14.01em;
	padding-bottom: 1em;
}
div#content
{
	float: right;
	width: 42.308em;
	*width: 41.29em;
}
div#content-inner
{
	background-color: #EDEDED;
	font-size: 115%;
	padding: 1em 1em 20px 1em;
	border-bottom: 1px solid #fff;
}
div#box, #box2
{
	margin-top: 12px;
	border: 1px solid #D5D9E1;
}
div#box-caption, #box-caption2
{
	background-color: #D5D9E1;
	font-weight: bold;
	padding: 5px 0 5px 10px;
}
div#box-content, #box-content2
{
	padding: 5px 0 5px 10px;
	background-color: #fff;
}
div#copy
{
	color: #EEE;
	float: left;
	background: #7B879D url('/img/copy-bg.gif') repeat-x left bottom;
	width: 15.38em;
	*width: 15.01em;
}
div#copy a
{
	color: #EEE;
}
div#copy-left
{
	background: url('/img/copy-left.gif') no-repeat left bottom;
}

div#copy-right
{
	font-size: 85%;
	background: url('/img/copy-right.gif') no-repeat right bottom;
	text-align: center;
	padding: 1.5em;
}
div#footer
{
	position: relative;
}
div#bottom-menu
{
	float: right;
	width: 42.308em;
	*width: 41.3em;
	background: #DADADA url('/img/bottom-menu-bg.gif') repeat-x left bottom;
}
div#bottom-menu-right-bottom
{
	background: url('/img/bottom-menu-right-bottom.gif') no-repeat right bottom;
}

div#bottom-menu-right-top
{
	font-size: 85%;
	padding: 1.5em;
}
div.notification
{
	background: #fff;
	border: 2px solid #990000;	
	margin: 0 0 20px 0;
}
div.code
{
	background-color: #DFDFDF;
	margin-left: 20px;
	font-size: 0.8em;
	padding: 2px 0;
}
p.code
{
	margin: 5px 0;
	padding-left: 7px;
	color: #000;
}
/**
* The hack below is necessary to correctly display
* blocks with floats inside. For more information
* visit this link:
* http://www.positioniseverything.net/easyclearing.html 
*/
.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */
/** END OF HACK **/
