* { margin: 0; padding: 0; }
a img { border:none; }

/* typography */

body {
	font-family: Helvetica;
	font-size: 13px;
	line-height: 20px;
	color: #666;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 20px 0;
}
p a {
color: #6699ff;
font-size: 14px;
}
h1, h2, h3 {
	font-family: Helvetica;
	font-weight: bold;
	letter-spacing: -1px;
	color: black;
}
	h1 { /* header */
		font-size: 36px;
		line-height: 120px;
	}
	h2, #advert { /* articles */
		font-size: 18px;
		line-height: 39px;
		border-top: 1px solid #000;
		margin: 40px 0 0 0;
	}
		h2 a {
			color: #000;
		}
	h3 { /* generator */
		font-size: 16px;
		line-height: 20px;
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 15px;
	}
	h4 { /* footer */
		font-size: 16px;
		line-height: 20px;
		margin: 20px 0 0 0;
		font-weight: normal;
		color: #999;
	}
		h4 a {
			color: #999;
		}
		h4 strong, h4 strong a {
			font-weight: bold;
			color: #000;
		}


/* top */

.top {
	height: 200px;
}
	.top h1 {
		margin-top: 80px;
	}
.top div#advert {
width: 155px;
float: right;
margin-top: 60px;
}
a.follow {
	display: block;
	position: absolute;
	top: 0;
	right: 1px;
	width: 200px;
	height: 40px;
	background: transparent url('../images/follow.png') no-repeat;
}
	a.follow:hover {
		background: transparent url('../images/follow2.png') no-repeat;
	}
.generator {
	position: relative;
	height: 180px;
	background: #f2f2f2 url('../images/generator_bg.png') repeat-x center center;	
}
	.generator .progressbar {
		position: absolute;
		height: 180px;
		width: 100%;
		top: 0;
		left: 0;
		background-color: blue;
		display: none;
		background: #6699ff url('../images/progress_bg.png') repeat center center;
		
	}
	.generator .column {
		position: relative;
	}
	.generator .control {
		height: 140px;
		margin-top: 20px;
		background: #e0e0e0 url('../images/box.png') no-repeat;
		-moz-border-radius-topright: 14px;
		-webkit-border-top-right-radius: 14px;
		-moz-border-radius-topleft: 14px;
		-webkit-border-top-left-radius: 14px;
		-moz-border-radius-bottomright: 14px;
		-webkit-border-bottom-right-radius: 14px;
		-moz-border-radius-bottomleft: 14px;
		-webkit-border-bottom-left-radius: 14px;
	}
		.control img {
			position: absolute;
			top: 26px;
			left: 10px;
		}
		.generator .slider {
			width: 166px;
			position: absolute;
			top: 65px;
			left: 27px;
		}
	.generator .download {
		height: 140px;
		margin-top: 20px;
	}
		.generator .download p {
			position: absolute;
			top: 55px;
			left: 0;
			font-size: 24px;
			line-height: 30px;
			font-weight: bold;
			color: #000;
		}
		.generator .download a {
			display: block;
			position: absolute;
			top: 40px;
			right: 30px;
			width: 60px;
			height: 83px;
			background: transparent url('../images/download.png') no-repeat;
		}
			.generator .download a:hover {
				background: transparent url('../images/download2.png') no-repeat;
			}
.footer {
	margin-top: 20px;
	height: 80px;
	background: #fff url('../images/footer_bg.png') repeat-x;
}
.footer .grid_3 p {
	text-align: right;
	margin: 22px 0 0 0;
	color: #999;
}
	.footer .grid_3 p a {
		color: #999;
		font-size: 13px;
	}

/* slider */
.ui-slider { background:#fff; border:1px solid #aaa; height:8px; position:relative; }
.ui-slider-handle { position:absolute; top:-4px; margin-left: -8px; left: 50%; width:14px; height:14px; background:#e6e6e6; border:1px solid #999; }
.ui-slider-handle:hover { background: #dadada; border:1px solid #999999; cursor: move; }
.ui-slider-handle-active, .ui-slider-handle-active:hover { background-color: #fff; }
.ui-corner-all { -moz-border-radius:4px; -webkit-border-radius:4px; }


body .adpacks{background:#fff;padding:15px;margin:15px 0 0;border:3px solid #eee;}
body .one .bsa_it_ad{background:transparent;border:none;font-family:inherit;padding:10px 15px 0 0;margin:0;text-align:left;}
body .one .bsa_it_ad .bsa_it_i{display:block;padding:0;float:none;margin:0 0 5px;}
body .one .bsa_it_ad .bsa_it_i img{padding:0;border:none;}
body .one .bsa_it_ad .bsa_it_t{padding:6px 0 0 0;}
body .one .bsa_it_p{display:none;}
body #bsap_aplink,body #bsap_aplink:hover{display:block;font-size:10px;margin:0;text-align:left;}
