@font-face {
    font-family: "Futuran";
    src: url(Futuran.ttf) format("truetype");
}

* 
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: "Futuran";
	font-size: 12px;
}

table
{
	font-size: 12px;
	font: verdana;
}

hr
{
	width: 100%;
	height: 1px;
	background:#8E8F8E;
	border: none;
	clear: both;
}

a img
{
	border: none;
}

.clear
{
	clear: both;
}

#clear
{
	clear: both;
}

#wrapper
{
	margin: 0 auto ;
	width: 1024px;
	background: url(../images/bg.jpg) no-repeat center top fixed;
}

#header
{
	background: url(../images/header-bg.png) repeat-x;
}

#logo
{
	float: left;
	width: 365px;
	margin-top: 57px;
	margin-left: 63px;
}

#menu
{
	width: 587px;
	margin-top: 68px;
	height: 43px;
	float: right;
	font: normal 14px verdana;
	display: block;
}

#menu ul
{
	float: left;
}

#menu ul li
{
	float: left;
	display: block;
}

#menu ul li a
{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 14px 17px 14px 16px;
}

#menu ul li:hover>a
{
	background: #58B235;
}

#menu ul li:hover>ul
{
	visibility: visible;
}

#menu ul ul
{
	position: absolute;
	visibility: hidden;
	padding-top: 1px;
	width: 200px;
	z-index: 999;
	background: #fff;
}

#menu ul ul li
{
	display: block;
	float: none;
	border-bottom: solid 1px #fff;
	width: 200px;
	font-size: 12px;
}

#menu ul ul li a
{
	position: relative;
	padding: 5px 10px;
	color: #fff;
	background: #58B235;
}

#flash
{
	padding: 10px 20px;
	width: 984px;
	height: 206px;
}

#flash img
{
	border: solid 1px #91A0DB;
}

#content
{
	padding: 10px;
}

#left
{
	width: 630px;
	float: left;
}

#title
{
	color: #26327F;
	font-size: 27px;
	padding-bottom: 10px; 
	border-bottom: solid 2px #8E8F8E;
}

#sub-title
{
	color: #26327F;
	font-size: 20px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#text
{
	text-align: justify;
	line-height: 1.5em;
}

#text p
{
	font-size: 12px;
	padding: 10px 10px 0px 5px;
	line-height: 1.6em;
	font-family: verdana;
}

#text p.testiLinks
{
	float: right;
	padding-bottom: 5px;
}

#text a
{
	color: #26327F;
}

#text ul.sitemap, #text ul.sitemap ul
{
	list-style-type: none;
	padding: 0 25px;
	font-size: 14px;
}

#text ul.sitemap li
{
	padding: 5px 0;
}

#text ul.sitemap a
{
	text-decoration: none;
	color: #26327F;
}

#text ul.sitemap a:hover
{
	text-decoration: underline;
	color: #58B235;
}

#text ul.list
{
	list-style-type: square;
	margin: 0 25px;
	font-family: verdana;
}

#text ul.list li
{
	padding: 3px 0;
}

#right
{
	float: right;
	width: 350px;
}

#right td
{
	padding: 10px;
	font: normal 12px verdana;
}

#right input.text
{
	width: 200px;
}

#right textarea.text
{
	width: 200px;
}

#right .submit
{
	margin: 10px 5px;
	background: url(../images/submit_button.png);
	width: 67px;
	height: 22px;
	border: none;
}

#right .reset
{
	margin: 10px 5px;
	background: url(../images/reset_button.png);
	width: 67px;
	height: 22px;
	border: none;
}

#footer
{
	margin-top: 10px;
	padding: 0 0 0 7px;
	height: 104px;
	color: #fff;
	background: url(../images/footer-bg.jpg) repeat-x;
	font-size: 11px;
}

#footer a
{
	text-decoration: none;
	color: #fff;
	padding: 0 7px;
}

#footer a:hover
{
	text-decoration: underline;
}

#footerleft
{
	float: left;
	width: 650px;
}

#footerleft ul
{
	float: left;
	list-style-type: none;
	width: 150px;
	margin-top: 7px;
}

#footerleft ul li
{
	padding: 2px 0;
}

#footerright
{
	float: right;
	width: 305px;
	text-align: left;
	padding: 10px 10px 10px 0;
	background: url(../images/crystals.png) top right no-repeat;
	font-size: 13px;
}

#footerright p
{
	font-size: 16px;
	float: left;
}

#footerright img
{
	float: left;
	padding: 0 5px;
}