/** Stepan Bolotnikov, www.Fraktal.ee **/
body {
	background: white url('../images/body_bg.gif') repeat-x left top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #293445;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
a img {
	border:medium none;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}
/* header */
#header {
	width: 100%;
	overflow: hidden;
}
#front #logo {
	padding-top: 50px;
	min-height: 41px;
}
#logo a {
	outline: none;
	color: #293445;
}
#logo a:hover {
	text-decoration: none;
}
#logo p {
margin: 0;
position: relative;
top: 5px;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
}
	#mainmenu ul li {
		list-style-type: none;
		float: left;
		margin: 13px 10px;
		padding: 0;
	}
		#mainmenu ul li a, #signin a {
			color: #97ccff;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 12px;
		}
		#mainmenu ul li.active a {
			color: white;
		}
		#mainmenu ul li img {
			margin-right: 10px;
		}
		#mainmenu a.features {
			background: url('../images/ico_features.gif') no-repeat left center;
			padding-left: 20px;
		}
		#mainmenu a.signup {
			background: url('../images/ico_signup.gif') no-repeat left center;
			padding-left: 20px;
		}
		#mainmenu a.blog {
			background: url('../images/ico_blog.gif') no-repeat left center;
			padding-left: 20px;
		}
		#mainmenu li.menulogo {
			margin: 5px 10px 5px 10px;
			float:right;
		}
#signin {
	float: right;
	margin: 13px;
}
/* end header /*
/* div#mid */

#mid {
	width: 100%;
	overflow: hidden;
	padding: 0 10px;
}
#front #mid {
	min-height: 364px;/*
	background: url('../images/cheetah.jpg') no-repeat right top;*/
	padding: 0 10px 20px 10px;
}
.checklist {
	font-size: 18px;
	padding: 0;
	margin-left: 0;
}
	.checklist li {
		background: url('../images/checklist_li.gif') no-repeat left center;
		padding-left: 25px;
		list-style-type: none;
	}

ul.emptyul {
	padding: 0;
	margin: 0;
	width: 100%
	overflow: hidden;
}
	li.or {
		float: left;
		list-style-type: none;
		padding: 13px 10px 0 10px;
	}
	li.join_now {
		list-style-type: none;
		float: left;
		background: url('../images/join_now.gif') left top;
		padding-left: 8px;
	}
		.join_now a {
			display: block;
			background: url('../images/join_now.gif') right top;
			font-size: 18px;
			color: white;
			font-weight: bold;
			padding: 8px 30px 12px;
			outline: none;
		}
		.join_now a:hover {
			text-decoration: none;
		}
	li.view_demo {
		list-style-type: none;
		float: left;
		background: url('../images/view_demo.gif') left top;
		padding-left: 8px;
	}
		.view_demo a {
			display: block;
			background: url('../images/view_demo.gif') right top;
			font-size: 18px;
			color: white;
			font-weight: bold;
			padding: 8px 30px 12px;
			outline: none;
		}
		.view_demo a:hover {
			text-decoration: none;
		}

/* end div#mid */
/* imagebar */

#imagebar  {
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
}
#imagebar ul {
	margin: 0;
	padding: 0;
}
	#imagebar ul li {
		list-style-type: none;
		padding: 7px 0;
		margin: 0 15px;
		float: left;
	}
		#imagebar img {
			box-shadow: 0 0 7px #333;
			-moz-box-shadow: 0 0 7px #333;
		}

/* end imagebar */
/* content */

#front #content {
	background: url('../images/content_top.gif') no-repeat center top;             
    border:1px solid white;
}
#content {
	/*background: url('../images/content_top_textpage.gif') no-repeat center top;*/
}
	#content_inner {
		/*background: url('../images/content_bottom.gif') no-repeat center bottom;*/
		/*padding: 45px 10px;*/
	}
		.content_box {
			float: left;
			width: 450px;
			overflow: hidden;
			height: 130px;
		}
			.content_box img {
				margin-right: 10px;
			}
		#content #content_inner div.right {
			float: right;
		}  
h2 {
    margin-top:10px;  
}
h2, h2 a {
	font-weight: bold;
	font-size: 18px;
	color: black;
	text-shadow: 2px 2px 2px #DEDEDE;

}
h3 , h4 {
	text-shadow: 2px 2px 2px #DEDEDE;
}

/* end content */
/* footer */

#footer {
	width: 960px;
	overflow: hidden;
	padding: 0 10px;
	margin: 5px 0 0 0;
	font-size: 12px;
}
	.footer_left {
		float: left;
		margin: 25px 0;
	}
	.footer_right {
		float: right;
		width: 270px;
		margin: 25px 0;
	}
		.submit {
			float: right;
			border: none;
			background: url('../images/newsletter_join.gif') no-repeat left top;
			padding: 0 5px 8px 0;
			height: 31px;
			width: 58px;
			font-size: 14px;
			font-weight: bold;
			color: white;
		}
		.textbox {
			float: right;
			border: 1px solid #cccccc;
			height: 20px;
			padding-top: 4px;
		}

/* end footer */
/* blog */
#content_left {
	float: left;
	padding-left: 50px;
	padding-top: 10px;
	width: 180px;
	line-height: 1.5;
}
#signup #content_left {
	width: 260px;
	padding-top: 0;
}
#signup #content_left .textbox {
	width: 160px;
}
#front #content_left {
	width: 45%;
	padding-top: 0;
	padding-left: 10px;
}
	#content_left ul {
		margin-left: 0;
		padding-left: 0;
		margin-bottom: 40px;
		margin-top: 0;
	}
		#content_left ul li {
			margin: 0;
			padding: 5px 0 5px 10px;
			list-style-type: none;
			border-bottom: 2px dotted #999;
			width: 150px;
		}
	#content_left h2 {
		margin-bottom: 0;
	}
	#content_left .textbox {
		width: 120px;
		margin: 0;
		height: 18px;
	}
	#content_left .submit {
		background: url('../images/submit.gif') no-repeat left top;
		margin-left: 5px;
		width: 50px;
		padding: 0 0 8px;
	}
	#content_left table td {
		text-align: center;
	}
#content_right {
	float: right;
	width: 610px;
	padding-right: 50px;
	line-height: 1.5;
}
#signup #content_right {
	width: 560px;
}
#front #content_right {
	width: 45%;
	padding-right: 30px;
}
	.postinfo {
		color: #999;
		font-weight: bold;
	}
	.post h1 a {
		text-transform: uppercase;
	}
	.post h1 {
		margin-top: 0;
	text-shadow: 2px 2px 2px #DEDEDE;
	}
	.post {
		border-bottom: 2px dashed #999;
		padding: 20px 0;
	}
/* end blog */
#mid h1 {           

    padding-right:25px;
	font-size: 36px;
	text-transform: none;
	text-shadow: rgba(0,0,0,0.1) 0 0px 1px;
	margin: 10px;
	letter-spacing: -2.5px;
}
#front #mid h1 {
	margin: 55px 0 15px 0;
	font-size: 55px;
}
#mid h1 img {
	position: relative;
	bottom: 20px;
}
#mid h1 a {
	outline: none;
}
h1 {
	font-size: 25px;
	text-transform: uppercase;
}
.clearer {
height: 1px;
line-height: 1px;
font-size: 1px;
clear: both;
}
 #wrap #content_left h2.bigger, #wrap #content_right h2.bigger {
	font-size: 20px;
	margin-bottom: 20px;
}
#content_left img, #content_right img {
	margin: 15px 0;
}
p {
	margin-bottom: 0;
}
#cheetah {
float: right;
}
#logo p {
font-size: 11px;
}
#logo p span {
font-size: 15px;
}
.price_balloon {
background: url('../images/moneyballoon.gif') no-repeat left top;
position: relative;
bottom: 70px;
float: right;
margin-right:80px;
}
	.price_balloon a {
		display: block;
		padding: 9px 22px 30px;
		font-family: Georgia, serif;
		font-size: 17px;
		color: white;
		text-decoration: none;
		letter-spacing: normal;
		font-weight: normal;
	}
	.price_balloon a:hover {
		text-decoration: none;
	}
		.price_balloon a span {
			font-size: 35px;
			color: #ffd976;
		}
		
		
		
		



.label {
	float:left;
	width:190px;
}


