/* стандартні елементи */

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
body {
	background: #FFF url(img/bg.gif) repeat-x;
	color: #000;
	font: normal 72.5% "Verdana";
	padding-top: 40px;
}
p,code,ul {
	font-size: 1.4em;
	padding-bottom: 1.2em;
}
li {
	list-style: round;
}
h1 {
	font-size: 1.4em;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #057405;	
	color: #444;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre#;
}
blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 0.9em Verdana,sans-serif;
	margin-bottom: 12px;
	padding: 12px;
}
h1,h2,h3,h4 {
	font: normal 1.2em "Trebuchet MS",sans-serif;
	color: #057405;
}
/* === */
.clearer {
	clear: both;
}

/* хідер */
.headermain 
{
	font-size: 1.2em;
}
.header {
	background: url(img/stripes.gif) no-repeat;
	border-bottom: 1px solid #EEE;
	height: 160px;
	margin-bottom: 24px;
}
.header h1 {
	color: #222;
	font: normal 4em sans-serif;
	margin-top: -10px;
	margin-left: -320px;
	text-align: center;
}
.header h2 {
	border-top: 1px solid #EEE;
	color: #666;
	text-align: right;
}
.header h2 span {
	background: #222;
	color: #EEE;
	padding: 0 6px;
}
.header h2 span span {
	background: #fff;
	color: #EEE;
	padding: 0 6px;
}
/* lліва сторона - головний контент */
.left {
	margin: 0 32% 20px 5%;
}
.content .descr {
	color: #06F;
	font-size: 1.5em;
	margin-bottom: 6px;
}
.content li {
	font-size: 1.2em;
	list-style: url(img/li1.gif);
	margin-left: 28px;
}
.content .int li{
	font-size: 1em;
	list-style: url(img/li1.gif);
	margin-left: 35px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.content h1 {
	font-size: 2.4em;
	margin-bottom: 7px;
	padding-bottom: 3px;
	padding-left: 20px;
	
	background: url(img/h1bg.jpg) no-repeat;

}
.content a,.footer a {
	color: #057405;
	text-decoration: none;
}
.content a:hover,.footer a:hover {
	color: #444;
	border-bottom: 1px solid #057405;
}

/* навігація */
.nav,.right {
	margin-bottom: 20px;
	position: absolute;
	top: 40px;
}	


.nav {
	right: 23%;
	text-align: center;
	width: 20%;
}
.nav .logo {
	background: url(img/logo.gif) no-repeat center top;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	height: 159px;	
}

.nav h1 {
	color: #F60;
	margin: 12px 0;
}
.nav li {
	border-bottom: 1px solid #EEE;
}
.nav li a {
	color: #888;
	display: block;
	font: normal 1.4em serif;
	padding: 8px 0;
}
.nav li a:hover {
	background: #FAFAFA;
	color: #F06;
}

/* субнавігація */
.right {
	background: #222;
	right: 5%;
	width: 250px;
}
.right2 {
	background: #222;
	right: ;
	width: 100%;
}

.subnav {
	padding: 12px 12px 0;
}
.subnav h1 {
	color: #057405;
	font-size: 1.4em;
	FONT-WEIGHT: BOLD;
	height: 20px;
	margin-left: 8px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
}
.subnav li a {	
	color: #aaa;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #fff;
}

/* кутики */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(img/round.gif);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}

/* футер */
.footer {
	color: #666;
	border-top: 1px solid #EEE;
	font: normal 1em Verdana,sans-serif;
	margin: 0 42% 0 3%;
	padding: 8px 6px;
}