/*** Stepan Bolotnikov, Fraktal.ee ***/
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 12px;
	color: #292929;
	background: #e2e2e2 url('../images/body_bg.gif') repeat-x left top;
}
a {
	text-decoration: none;
	color: #0077aa;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	margin-bottom: 0;
}
h1 {
	font-size: 30px;
	text-transform: uppercase;
	color: #cbcbcb;
	font-weight: bold;
}
h2 {
}
h3 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
margin: 8px 0;
}
#wrap {
	width: 962px;
	margin: 0 auto;
	padding: 20px 0;
}
	#header {
		background: url('../images/header_bg_full.gif') no-repeat left top;
		width: 100%;
		overflow: auto;
	}
		#header #login {
			float: left;
			padding-left: 30px;
		}
			#header #login ul {
				margin: 0;
				padding: 0;
			}
				#header #login ul li {
					float: left;
					list-style-type: none;
					text-transform: uppercase;
					margin-right: 20px;
				}
					#header #login ul li a {
						color: white;
						display: block;
						padding: 19px 0 15px;
						outline: none;
					}
		#front #header #mainmenu {
			float: right;
			width: 540px;
		}
		#header #mainmenu {
			float: right;
			width: 640px;
		}
			#header #mainmenu ul {
				margin: 0;
				padding: 0;
			}
				#header #mainmenu ul li {
					list-style-type: none;
					float: left;
					margin-right: 25px;
				}
				#header #mainmenu ul li.active {
					background: url('../images/menu_active.gif') no-repeat center top;
				}
					#header #mainmenu ul li a{
						color: white;
						font-size: 15px;
						display: block;
						padding: 17px 0 15px;
						outline: none;
					}
	#front #mid {
		background: url('../images/front_mid_bg.jpg') no-repeat left top;
		height: 298px;
	}
	#mid {
		background: url('../images/mid_bg.jpg') no-repeat left top;
		width: 100%;
		overflow: auto;
		height: 118px;
	}
		#front #mid_left {
			padding: 110px 0 0 110px;
		}
		#mid_left {
			float: left;
			padding: 25px 30px 0;
		}
		#front #mid_right {
			width: 540px;
			color: #c1c1c1;
			padding-top: 100px;
		}
		#mid_right {
			float: right;
			width: 640px;
			padding-top: 45px;
		}
	#content {
		background: url('../images/content_loop.gif') repeat-y left top;
	}
	#content_inner {
		background: url('../images/content_top.gif') no-repeat left top;
	}
	#content_inner2 {
		background: url('../images/content_bottom.gif') no-repeat left bottom;
		overflow: auto;
		padding: 20px 30px;
		width: 902px;
	}
		#content_left {
			float: left;
		}
		#content_right {
			float: right;
			width: 610px;
		}
		#front #content_right {
			width: 445px;
                        float: left;
                        margin-left: 20px;
		}
/* checklist */
ul.checklist {
	margin: 0;
	padding: 0;
}
	.checklist li {
		list-style-type: none;
		background: url('../images/checklist_bullet.gif') no-repeat left top;
		padding-left: 20px;
		min-height: 17px;
	}
/* end checklist */
/* prices_table */
table.prices_table {
	border-collapse: collapse;
}
	table.prices_table th {
		background: url('../images/th_bg.gif') repeat-x left top;
		height: 32px;
		text-align: left;
		font-weight: bold;
		text-transform: uppercase;
	}
	.prices_table th.row_first {
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-bottomleft: 3px;
		-webkit-border-radius-topleft: 3px;
		-webkit-border-radius-bottomleft: 3px;
	}
	.prices_table th.row_last {
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		-webkit-border-radius-topright: 3px;
		-webkit-border-radius-bottomright: 3px;
	}
	.prices_table td {
		padding: 5px 10px;
	}
	.prices_table th {
		padding: 0 10px;
	}
	.prices_table td.row_first {
		padding: 5px 10px 5px 15px;
	}
	.prices_table th.row_first {
		padding: 0 10px 0 15px;
		background: url('../images/th_left.gif') no-repeat left top;
	}
	.prices_table td.row_last {
		padding: 5px 15px 5px 10px;
	}
	.prices_table th.row_last {
		padding: 0 15px 0 10px;
		background: url('../images/th_right.gif') no-repeat right top;
	}
	.prices_table td img {
		vertical-align: middle;
	}
/* end prices_table */
#footer {
	overflow: auto;
	width: 942px;
	padding: 10px;
}
	#footer_inner {


		float: left;
	}
	#fraktal {
		float: right;
	}
		#fraktal a {
			font-size: 7px;
			text-transform: uppercase;
		}
#submenu {
	width: 150px;
}
#submenu h2 {
	font-size: 30px;
	font-weight: bold;
	color: #979797;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#submenu ul {
	margin: 0;
	padding: 0;
}
	#submenu ul li.active {
		background: url('../images/submenu_bg.gif') no-repeat left top;
	}
	#submenu ul li {
		list-style-type: none;
		margin-bottom: 5px;
		padding-left: 4px;
		float: left;
	}
		#submenu ul li.active a {
			background: url('../images/submenu_bg.gif') no-repeat right top;
		}
		#submenu ul li a {
			display: block;
			padding: 6px 10px 5px 6px;
			font-size: 12px;
			text-decoration: none;
			color: #292929;
			font-weight: bold;
		}
.textbox {
	border: none;
	background: url('../images/textbox_small.gif') no-repeat left top;
	padding: 10px;
	width: 220px;
}
.textbox_big {
	background: url('../images/textbox_large.gif') no-repeat left top;
	width: 480px;
}
.textbox_small {
	width: 80px;
	background: url('../images/textbox_tiny.gif') no-repeat left top;
}
table.signuptable td {
	padding-right: 16px;
}
.signup_submit {
	border: none;
	background: url('../images/button_signup.gif') no-repeat left top;
	height: 42px;
	width: 137px;
	margin-top: 20px;
}
.payment_method a img {
	border-width: 5px;
	border-style: solid;
	border-color: transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.payment_method a.active img {
	border-color: #0077aa;
}
#content_news {
float: right;
width: 150px;
}
.newslist {
margin: 0;
padding-left: 20px;
}
.newslist li {
list-style-image: url('/images/news_bullet.gif');
margin-bottom: 5px;
}