* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #5c6b75 url(../images/bg.jpg) left top repeat-x;
	font: normal 13px/20px Trebuchet MS, Verdana, sans-serif;
	/*color: #979797;*/
	color:#666666;
}
#print {
	display: none;
}

/* container */

.container {
	width: 750px;
	margin: 0 auto;
	padding-bottom: 1px;
}
.inner {
	float: left;
	overflow: hidden;
}
.clearing {
	clear: both;
	height: 0;
	line-height: 0;
}
.leftcolumn, .rightcolumn {
	float: left;
	width: 79px;
	background: white;
	margin-bottom: -5000px;
	padding-bottom: 5000px;
}

/* leftcolumn */

.leftcolumn {
	background: white url(../images/bgleft.jpg) 29px -80px repeat-y;
}
.leftcolumntop {
	width: 79px;
	height: 66px;
	background: url(../images/lefttop.jpg) left top no-repeat;
}

/* rightcolumn */

.rightcolumn {
	width: 671px;
	background: white url(../images/bgright.jpg) left top repeat-y;
}

/* top */

.top {
	clear: both;
	background: url(../images/bgtop.jpg) left top repeat-x;
	margin: 0 0 0 1px;
	padding: 0 0 6px;
}
#logo {
	display: block;
	float: left;
	width: 264px;
	height: 50px;
	margin: 40px 24px 0 8px;
}
html>body #logo {
	margin: 40px 24px 0 8px;
}
.lefttop, .righttop {
	width: 155px;
	float: left;
	padding: 0 0 4px 8px;
	line-height: 15px;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	font-size: 11px;
	margin: 30px 0 0;
}
.righttop {
	width: 180px;
	border: 0;
	line-height: 18px;
	padding: 0 0 0 8px;
	font-size: 15px;
}
.righttop strong, .righttop a {
	color: black;
	padding: 3px 0 7px;
}
.righttop a {
	padding: 0;
}

/* nav */

#nav1, #nav2, #nav3, #nav4, #nav5, #nav6 {
	display: block;
	float: left;
	width: 88px;
	height: 42px;
	background: url(../images/nav1.jpg) left top no-repeat;
	text-indent: -5000px;
}
#nav2 {
	width: 106px;
	background: url(../images/nav2.jpg) left top no-repeat;
}
#nav3 {
	width: 133px;
	background: url(../images/nav3.jpg) left top no-repeat;
}
#nav4 {
	width: 137px;
	background: url(../images/nav4.jpg) left top no-repeat;
}
#nav5 {
	width: 73px;
	background: url(../images/nav5.jpg) left top no-repeat;
}
#nav6 {
	width: 134px;
	background: url(../images/nav6.jpg) left top no-repeat;
}
#nav1:hover, #nav2:hover, #nav3:hover, #nav4:hover, #nav5:hover, #nav6:hover {
	background-position: left bottom;
}

/* content */

#flash {
	margin: 0 0 0 20px;
}

.content h1 {
	font-size: 20px;
	margin: 10px 20px;
	font-weight: normal;
}

.content h2 {
	font-size: 15px;
	margin: 20px  20px 0px 20px;
	font-weight: bold;
}

.content p {
	margin: 10px 20px;
}
.content ul {
	margin: 20px 20px 20px 30px;
	list-style: none;
}
.content li {
	padding: 0 18px;
	background: url(../images/list.jpg) left 6px no-repeat;
}
.content a {
	color: #0493c8;
}
.content a:hover {
	color: #046d94;
}

.alignright {
	text-align: right;
}
.mainusp {
	margin-left: 20px;
}

#usp {
	display: block;
	float: right;
	width: 296px;
	height: 64px;
	margin: 5px 11px 10px 0;
	background: url(../images/usp.jpg) left top no-repeat;
}
html>body #usp {
	margin: 5px 22px 10px 0;
}
#usp:hover {
	background-position: left bottom;
}

/* form */

.form {
	font-family: Tahoma, Verdana, sans-serif;
	color: #535353;
	font-size: 10px;
	margin: 0 10px 0 20px;
	clear: both;
}
html>body .form {
	margin: 0 20px;
}
#form1 {
	float: right;
	width: 301px;
	background: url(../images/form1bg.jpg) left 5px repeat-y;
}
#form1 fieldset {
	padding: 0 0 13px;
	background: url(../images/form1bottom.jpg) left bottom no-repeat;
}
#form1 h2 {
	text-indent: -5000px;
	font-size: 20px;
	padding: 20px 0 0;
	background: url(../images/form1.jpg) left top no-repeat;
}
.form p {
	margin: 0 15px 0 34px;
	clear: both;
}
.form span {
	float: left;
}
.form label {
	display: block;
	position: relative;
	top: 2px;
}
.form input, .form textarea {
	border: 1px solid #7c7c7c;
	font-size: 12px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 228px;
}
.form textarea {
	height: 100px;
}
#form1text2, #form1text3 {
	width: 106px;
}
.formspan {
	margin: 0 0 0 10px;
}
#submit1 {
	float: right;
	display: block;
	width: 66px;
	height: 19px;
	border: 0;
	margin: 7px 0 0;
	cursor: pointer;
	background: url(../images/submit1.jpg) left top no-repeat;
}
*:lang(en) #submit1 {
	margin: 4px 0 0;
}
#submit1:hover {
	background-position: left bottom;
}

/* footer */

.sitemap {
	text-align: center;
	padding: 10px 0 5px;
	clear: both;
	font-family: Tahoma, Verdana, sans-serif;
}
*:lang(en) .sitemap {
	padding: 30px 0 5px;
}
.sitemap a {
	color: #b4b4b4;
	padding: 0 18px;
	font-size: 10px;
	text-transform: uppercase;
}
.sitemap a:hover {
	color: black;
}
.footer {
	background: #dde7ed;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: center;
	font-size: 10px;
	color: #6a6a6a;
	padding: 10px 0;
	margin: 0 0 0 1px;
	line-height: 15px;
}
.footer a {
	color: #6a6a6a;
}
.footer a:hover {
	color: black;
}

/*---------Contact page form---------------------------*/
.contactpageform {
	padding: 0 10px 0 0px;
	width: 295px;
	background-color: #F0F4F7;
	border-top: 1px solid #040404;
	border-bottom: 1px solid #0394BE;
	margin-right: 20px;
	float:right;
	text-align: left;
}

.contactpageform fieldset {
	border: 0;
	margin-left: 20px;
}

.contactpageform label {
	float: left;
	width: 50px;
	text-align: right;
	padding: 0 10px 2px;
	display: block;
	font-size: 0.9em;
}

.contactpageform input {
	border: 1px solid #898a84;
	margin: 0;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
}
.contactpageform #input_comment {
	border: 1px solid #898a84;
	width: 160px;
	height: 80px;
	margin: 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
#input_address {
	border: 1px solid #898a84;
	width: 160px;
	height: 50px;
	margin: 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.contactpageform .submit {
	border: 1px solid black;
	color: white;
	width: 60px;
	font-weight: bold;
	background: #01BEFE;
	padding: 2px 4px;
	margin-left: 70px;
}
.contactpageform .reset {
	margin: 0 0 0 40px;
	border: 1px solid black;
	color: white;
	width: 55px;
	font-weight: bold;
	padding: 2px 4px;
	background: #0092BF;
}

.contactpageform p.error {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration:underline;
	margin: -10px 0 0 50px;
	color: #01BEFE;
}
/*------------------------*/
.contacttable {
margin-left: 20px;
}

.rightimg-wrap
{
	width:252px;
	height:105px;
	background:url(../images/gra-bg.jpg) no-repeat;
	padding-top:8px;
}

.rightimg-txt
{
	font:bold 11px Verdana, Geneva, sans-serif;
	color:#353736;
	text-align:center;
	line-height:20px;
	width:200px;
	float:right;
}

.rightimg-txt a
{
	color:#353736;
	text-decoration:none;
	font-size:11px;
}

.obligation-txt
{
	font:bold 11px Verdana, Geneva, sans-serif;
	color:#353736;
	text-align:center;
	text-transform:uppercase;
	width:200px;
	float:right;
}

.yellow-button
{
	margin:3px auto;
	width:165px;
	float:right;
}

.rightimginner-wrap
{
	width:188px;
	height:112px;
	background:url(../images/gra-bg1.jpg) no-repeat;
	padding-top:8px;
}

.rightimginner-txt
{
	font:normal 9px Verdana, Geneva, sans-serif;
	color:#353736;
	text-align:center;
	line-height:20px;
	width:150px;
	float:right;
}

.rightimginner-txt a
{
	color:#353736;
	text-decoration:none;
	font-size:9px;
}

.obligationinner-txt
{
	font:normal 9px Verdana, Geneva, sans-serif;
	color:#353736;
	text-align:center;
	text-transform:uppercase;
	width:150px;
	float:right;
}

.yellow-button1
{
	margin:3px 15px;
	width:132px;
	float:right;
}



