body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #F0F2F1;
	background-image: url(images/backg.png);
	background-repeat: repeat-x;
	background-position: top left;
}

img {
	border: 0;
}

h1 {
	position: absolute;
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
	top: 50px;
	left: 348px;
}

h1 a {
	color: gray;
	text-decoration: none;
	cursor: default;
}

h2 {
	text-transform: uppercase;
	color: #659900;
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h3 {
	color: #0C6F9C;
	font-size: 24px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: normal;
}

h4 {
	color: #6EA601;
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h5 {
	color: #6EA601;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	font-weight: normal;
}

div.wrapper {
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 950px;
}

div.left {
	float: left;
	width: 386px;
}

div.right {
	float: right;
	width: 520px;
}

div.clear {
	clear: both;
}

/* LEFT */

div.menu {
	margin-top: 110px;
	margin-left: 98px;
}

div.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 122px;
}

div.menu ul li {
	margin-bottom: 5px;
}

div.menu ul li:hover, div.menu ul li.active {
	background-image: url(images/hover.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.menu ul li a {
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	
}

div.contact {
	margin-top: 50px;
	margin-left: 98px;
	color: #ffffff;
}

div.contact span#tel {
	font-size: 25px;
}

div.contact span#mail {
	float: right;
	margin-right: 134px;
}

div.contact span#url {

}

div.news {
	margin-top: 50px;
	margin-left: 98px;
}

div.news h2 {
	color: #000;
}

div.news h2 a {
	color: #0C6F9C;
	text-decoration: none;
}

div.news h2 a:hover {
	text-decoration: underline;
}

div.news ul {
margin: 10px 0 0 15px;
padding: 0;
}

div.news ul li a {
text-decoration: none;
color: #309AC7;
}

div.news ul li a:hover {
text-decoration: underline;
}

div.new {
	margin-top: 5px;
	/*color: #4B7100;*/
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
	border-bottom-width: 1px;
	padding-bottom: 3px;
	width: 260px;
}

div.new span {
	color: #525252;
}

div.new a {
	color: #4B7100;
	text-decoration: none;
}

div.new a:hover {
	color: #7CB709;
	text-decoration: none;
}

div.copy {
	background-image: url(images/copy.png);
	background-repeat: repeat-x;
	background-position: top right;
	width: 386px;
	height: 41px;
	color: #ffffff;
	margin-top: 20px;
	padding-top: 8px;
}

div.copy span#copyright {
	margin-left: 98px;
}

div.copy span#copyright a {
	color: white;
	text-decoration: none;
}

div.copy span#copyright a:hover {
	text-decoration: underline;
}

div.copy span#created {
	float: right;
	margin-right: 11px;
}

div.copy span#created a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

/* RIGHT */

div.main {
	margin-top: 46px;
}

div.project {
	float: left;
	width: 190px;
}

div.pi {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 4px;
}

div.pi img {
border: 1px gray solid;
padding: 4px;
}

div.services {
	float: right;
	width: 290px;
}

div.links {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #5D6658;
	margin-top: 20px;
	padding-top: 10px;
}

div.links a {
	color: #414141;
}

div.links a:hover {
	text-decoration: none;
}

div.services ul {
	margin: 0;
	margin-top: 10px;
	margin-left: 25px;
	padding: 0;
	list-style-type: none;
	list-style-image: url(images/javka.png);
	text-transform: uppercase;
	color: #525252;
}

div.services ul li {
	width: 130px;
	float: left;
	margin-top: 8px;
}

/* CONTACT */

div.contacts {
	margin-left: 0px;
}

div.contacts > label {
	width: 100px;
	float: left;
}

div.contacts > input[name] {
	width: 350px;
	color: #000000;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #9EA09F;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-size: 11px;
}

div.contacts > input[type="submit"] {
	margin-left: 100px;
}

div.contacts > textarea {
	width: 350px;
	height: 200px;
	color: #000000;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #9EA09F;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-size: 11px;
}

/* blog */

div.main h4 a {
	color: #309AC7;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

div.main h4 a:hover {
	text-decoration: none;
}

div.main span {
	margin-top: 10px;
}

div.main a {
	color: #000000;
}

div.main a:hover {
	text-decoration: none;
}

