@charset "UTF-8";
/* CSS Document */

h1 {
	font-family:Gill Sans, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14pt;
	color:#5D8727;
	margin-bottom:-10px;
}

p {
	font-family:Gill Sans, Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:15pt;
}

a {
	color:#000;
	text-decoration:none;
}

body {
	margin:1em;
	padding:0;
}

#wrapper {
	text-align:center;
}


/** Loading Page **/
#loading {
	width:50%;
	margin-left:auto;
	margin-right:auto;
	padding-top:12em;
}

#loading img {
	border:0;
}


/** Header **/
#header {
	background:url(images/logo.png) left top no-repeat;
	width:775px;
	height:300px;
}

#header img{
	float:left;
	border:none;
}


/** Navigation **/
#nav {
	width:240px;
	height:505px;
	margin:-430px 0 0 95px;
	float:left;
	overflow:hidden;
}

#nav img {
	border:0;
}


/** Body **/
#body {
	width:600px;
	height:500px;
	margin:-100px 0 0 360px;
	text-align:left;
	padding:0;
}

#body p {
	line-height:15pt;
	margin-bottom:-5px;
}

#body ul {
	font-family:Gill Sans, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin-top:5px;
	margin-bottom:-10px;
}

#body li {
	margin:0 0 0 -28px;
	line-height:15pt;
}

ul.green {
	color:#5D8727;
	font-size:10pt;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:-10px;
}

#dark {
	color:#000;
	font-weight:normal;
}

#body img {
	border:0;
}

#contacts {
	width:420px;
}

#left {
	float:left;
	margin-top:20px;
}

#right {
	float:left;
	margin-top:20px;
	margin-bottom:15px;
	padding-left:80px;
}

#space {
	line-height:15px;
}

#bottom {
	float:left;
	width:420px;
	margin-top:5px;
}

#green {
	font:Gill Sans, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#5D8727;
}


/** Footer **/
#footer {
	border-top:2px solid #5D8727;
	margin:74px 0 0 105px;
	width:855px;
	padding:35px 0 0 0;
}

#footer p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:7pt;
	line-height:6pt;
}

#bull {
	font-size:8pt;
}