* {
	margin: 0;
	padding: 0;
	border: 0;
	}
a, a img, img, :focus {
	border: 0;
	outline: 0;
	}
html {
	height: 100%;
	}
body {
	height: auto !important;
	height: 100%;
	min-height:100%;
	position: relative;

	color: #898989;
	line-height: 1.4;
	font: 12px/1.4 Verdana, sans-serif;
	}

/* typographics */
a {
	color: #77b152;
	text-decoration: underline;
	}
	a:hover {
		color: #a5cb8d;
		text-decoration: none;
		}
a.inner {
	text-decoration: none;
	border-bottom: 1px dashed #77b152;
	}
	a.inner:hover {
		border-bottom-color: #a5cb8d;
		}

hr {
	height: 0;
	line-height: 0;
	border-top: 0;
	border-bottom: 1px solid #f3f3f4;
	margin: 0 15px 30px 10px;
	}
h1, h2, h3, h4, h5, h6, hr {
	clear: both;
	font-weight: normal;
	}
h1 {
	color: #e21220;
	font-size: 48px;
	line-height: 60px;
	height: 60px;
	margin: 0 0 15px 10px;
	border-bottom: 1px solid #f3f3f4;
	}
h2 {
	color: #e21220;
	font-size: 26px;
	margin: 30px 10px 10px 10px;
	}
h6 {
	font-weight: bold;
	font-size: 14px;
	margin: 10px 10px 0 10px;
	}
/* Uses for index page only */
h3 {
	color: #879090;
	font-size: 33px;
	line-height: 1.1;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: -.05em;
	margin: 20px 15px;
	}
/* Uses for 123 pages only */
h4 {
	background: #4d7f3a;
	font-size: 28px;
	line-height: 1;
	color: #fff;
	margin-bottom: 20px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	}
	h4 span {
		background: #2f4f1f;
		font-family: "Trebuchet MS", Helvetica, sans-serif;
		font-size: 35px;
		font-weight: bold;
		line-height: 40px;
		height: 40px;
		padding: 0 5px 0 10px;
		margin-right: 10px;
		}
h4.aslink {
	background: #fff url(/design/img/h4.png) repeat-x top left;
	margin-bottom: 5px;
	}
	h4.aslink span {
		background: none;
		color: #77b152;
		position: relative;
		bottom: 2px;
		}
	h4.aslink a {
		color: #898989;
		text-decoration: none;
		position: relative;
		bottom: 2px;
		}
	h4.aslink a:hover {
		color: #a5cb8d;
		}
		h4.aslink a.red {
			color: #e21220;
			}
		h4.aslink a.red:hover {
			color: #a5cb8d;
			}

big, .big {
	font-size: 14px;
	line-height: 1.4;
	}
small, .small {
	font-size: 11px;
	line-height: 1.4;
	}
p, fieldset {
	margin: 0 10px 15px 10px;
	}
ul {
	list-style-position: inside;
	}
li {
	padding-left: 10px;
	}
table {
	margin: 0 10px 45px 10px;
	}
	table td, table th {
		text-align: left;
		vertical-align: top;
		width: 25%;
		padding: 5px 0 5px 10px;
		}
	table th {
		font-weight: bold;
		font-size: 12px;
		border-bottom: 1px solid #f3f3f4;
		vertical-align: top;
		}
	table .last {
		border-left: 1px solid #f3f3f4;
		color: #bdbdbd;
		}
		table th.last {
			font-size: 28px;
			font-weight: normal;
			}


/* fomrs */
input, textarea, select {
	display: block;
	background: #eef0f0;
	border: 0;

	font: 12px/1.4 Verdana, sans-serif;
	color: #666;
	padding: 5px;
	margin: 0 0 5px 0;
	}
input, select {
	width: 195px;
	}
label {
	font-size: 11px;
	display: block;
	}
input.submit {
	font-weight: bold;
	color: #fff;
	background: #77b152;
	cursor: pointer;	
	margin-top: 15px;
	width: auto;
	}
fieldset {
	background: #FFFFCC;
	padding: 0;
	}



/*
	Classes
*/
.clear {
	background: none; 
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}
.mb0 { margin-bottom: 0; }
.mb1 { margin-bottom: 15px; }
.mb2 { margin-bottom: 30px; }
.mb3 { margin-bottom: 45px; }
.mb4 { margin-bottom: 60px; }
.mt0 { margin-top: 0; }
.mt1 { margin-top: 15px; }
.mt2 { margin-top: 30px; }
.mt3 { margin-top: 45px; }
.mt4 { margin-top: 60px; }



/*
	Page
*/
#wrapper {
	width: 990px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 110px;
	}
#page {
	margin: 0 0 50px 0;
	padding: 0;
	}
.with-sidebar {
	width: 754px;
	float: left;
	}

#sidebar {
	font-size: 11px;
	float: right;
	width: 235px;
	border-left: 1px solid #f3f3f4;
	margin: 15px 0 30px 0;
	}
	#sidebar p, #sidebar fieldset {
		margin: 15px;
		}
	#sidebar h2 {
		padding: 0;
		margin: 10px 15px;
		line-height: 1;
		}
	#sidebar h3 {
		padding: 0;
		font-size: 28px;
		font-weight: bold;
		line-height: 1;
		}
	#sidebar hr {
		margin: 0;
		}
	#sidebar textarea {
		height: 210px;
		width: 195px;
		}
		#sidebar input.submit {
			width: auto;
			float: right;
			}
	#sidebar p.first, #sidebar h2.first {
		margin: 0;
		padding: 0 15px;
		line-height: 45px;
		height: 45px;
		border-bottom: 1px solid #f3f3f4;
		}


/*
	Header Styles
*/
#header {
	border-top: 6px solid #77b152;
	border-bottom: 2px solid #ebeceb;
	color: #77b152;
	position: relative;
	margin-bottom: 30px;
	}
	#header a, #header span {
		margin-left: 15px;
		}
	#header img {
		margin: 25px 0 0 20px;
		}
	#header-menu {
		padding: 7px 0;
		text-align: right;
		}
	#header-langs {
		font-weight: bold;
		font-size: 11px;
		position: absolute;
		top: 6px;
		right: 0;
		}
		#header-langs a, #header-langs a:visited {
			color: #fff;
			text-decoration: none;
			padding: 2px 6px 4px 6px;
			margin: 0;
			}
		#header-langs a.eng { background: #2f4f1f; }
		#header-langs a.rus { background: #4d7f3a; }
		#header-langs a.ukr { background: #77b152; }
		#header-langs a:hover {
			color: #fff;
			background: #993;
			}




/*
	Footer styles
*/
#footer {
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	color: #879090;
	border-top: 1px solid #ebeceb;
	padding: 10px 0;
	width: 990px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -495px;
	}
	#footer a, #footer a:visited {
		color: #879090;
		margin: 0 2px;
		}
	#footer a:hover {
		color: #adb4b4;
		}
	#footer img {
		float: right;
		margin: 30px 0 10px 0;
		}
	#footer span {
		float: left;
		margin: 30px 0 10px 0;
		}




/*
	Data
*/

/* index.php */
#teaser {
	height: 320px;
	color: #fff;
	margin: 30px 0;
	}
	#teaser div {
		float: left;
		width: 247px;
		height: 320px;
		position: relative;
		overflow: hidden;
		}
	#teaser h3 {
		color: #fff;
		font-size: 36px;
		line-height: 0.9;
		padding: 10px 15px;
		margin: 0;
		height: 70px;
		}
	#teaser p {
		margin: 10px 15px;
		font-size: 11px;
		line-height: 1.2;
		}
	#teaser a, #teaser a:visited, #teaser a:hover {
		color: #fff;
		text-decoration: none;
		display: block;
		font-size: 20px;
		line-height: 30px;
		height: 30px;
		text-align: right;
		padding: 0 5% 5px 5%;
		width: 90%;
		position: absolute;
		bottom: 0;
		left: 0;
		}
		#teaser a:hover {
			background: #333;
			}
		#teaser a img {
			vertical-align: baseline;
			margin-left: 7px;
			}
		
	.teaser-1 { background: #2f4f1f; }
	.teaser-2 { background: #4d7f3a; }
	.teaser-3 { background: #77b152; }
	.teaser-4 { background: #b70e2b; }
	.teaser-1 h3 { background: #1a3503; }
	.teaser-2 h3 { background: #3b7134; }
	.teaser-3 h3 { background: #56a32a; }
	.teaser-1 a { border-top: 1px solid #4a663b; }
	.teaser-2 a { border-top: 1px solid #649053; }
	.teaser-3 a { border-top: 1px solid #89bb68; }
	#teaser #a4 {
		border-top: 0;
		font-size: 36px;
		line-height: 1;
		text-align: center;
		position: static;
		margin: 100px 0 40px 0;
		height: auto;
		}
		#teaser #a4:hover {
			background: none;
			color: #ff9;
			}
		#teaser #a4 img {
			margin-bottom: 3px;
			}
	#teaser .teaser-4 p {
		margin-left: 25px;
		line-height: 1.5;
		}

/* clients.php */
.client {
	border-left: 1px solid #f3f3f4;
	margin: 30px 0 60px 0;
	}

/* packs.php */
.pricebox {
	background: #f2f3f2;
	padding: 10px;
	float: left;
	margin-right: 10px;
	width: 210px;
	height: 180px;
	position: relative;
	margin-bottom: 20px;
	}
	.pricebox p {
		margin: 20px 0 0 0;
		}
	.pricebox .price {
		position: relative;
		right: -5px;
		}
	.pricebox a {
		position: absolute;
		bottom: 10px;
		left: 10px;
		}
.price {
	float: right;
	width: 70px;
	height: 35px;
	padding-top: 10px;
	background-color: #77b152;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	}
	.price sup {
		font-size: 10px;
		vertical-align: top;
		}
	.price1 { background-image: url(/design/img/price.green1.png); }
	.price2 { background-image: url(/design/img/price.green2.png); }
	.price3 { background-image: url(/design/img/price.green3.png); }
	.price4 {
		background-image: url(/design/img/price.red.png);
		float: none;
		display: inline-block;
		margin-left: 10px;
		}
