@charset "utf-8";
/* CSS Document */
* { 
	margin:0px;
	padding:0px; 
}

body {
	font-family: Tahoma;
	font-size: 11px;
	color: #757575;
	background: #2a2a2a;
	line-height: 18px;
	margin:20px;
}
a:link {
	color: #2a2a2a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2a2a2a;
}
a:hover {
	text-decoration: underline;
	color: #2a2a2a;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #2a2a2a;
}
div#wrap {
	width:886px;
	margin: 0 auto;
}
div#top {
	width:886px;
	height:132px;
	background:url(images/top.jpg) #FFF no-repeat;
	border-bottom: 4px solid #8fc400;
}
div#content {
	width:615px;
	border-bottom: 4px solid #8fc400;
	background:#FFF;
	float:left;
	padding:10px 20px;
	text-align:justify;
	min-height:500px;
	font-family: Tahoma;
	color: #333;
}
	div#content ul {
		padding:0 35px;
	}
	div#what {
	width:50%;
	float:left;
	color: #333;
	}
div#menu {
	width:227px;
	margin-left: 4px;
	border-bottom: 4px solid #8fc400;
	background:#FFF;
	float:right;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
}
	div#menu ul {
		border-bottom: 4px solid #8fc400;
	}
		div#menu li {
			background:url(images/menu_bg.jpg);
			list-style-type:none;
			text-align:right;
			padding-right:40px;
			padding-top:3px;
			height:23px;
		}
	p.testimonials {
	padding:20px;
	line-height:normal;
	font-family: Tahoma;
	}
div#stopka {
	width:846px;
	height:36px;
	border-bottom: 4px solid #8fc400;
	background:#FFF;
	margin-top:4px;
	padding:17px 20px 0 20px;
}		
	p.menu_down {
		float:left; 
		width:50%;
	}
	p.copyright {
		float:right; 
		width:50%; 
		text-align:right;
	}
div#copyrights {
	width:846px;
	padding:17px 20px 0 20px;
	font-size:10px;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size:16px;
	font-style:italic;
	color:#8fc400;
	margin:10px 0;
}
p.txt {
	text-indent: 15px;
	font-family: Tahoma;
	color: #999;
}	
.img {
	border:0px;
}
.bold {
	font-weight:bold;
	color: #999;
}
.green {
	color:#8fc400;
}
.italic {
	font-style: italic;
}
#wrap #menu .testimonials strong samp {
	font-weight: bold;
}
#wrap #menu .testimonials {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
}
#wrap #menu .testimonials strong {
	font-family: Tahoma, Geneva, sans-serif;
}
#menu .testimonials strong {
	font-family: Tahoma, Geneva, sans-serif;
}
#wrap #content h1 {
	font-weight: bold;
}
#wrap #content #what p {
	font-weight: bold;
}
#wrap #content #what ul li {
	font-weight: normal;
}
#wrap #content .txt {
	color: #999;
}
