@charset "utf-8";
/* CSS Document */
	html, body {
		height: 100%;
		background:#FFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}

	body {
		margin: 0;
		padding: 0;
		text-align: center;
		min-height: 400px; /* For Mozilla/Opera/Safari */
		background:url(../images/bg_body.png) repeat-x top;
	}

	#container {
		position: relative;
		text-align: left;
		width: 750px;
		height: 100%;
		cursor:pointer;
		margin:0 auto;
	}

	#content {
		position: absolute;
		margin:0 auto;
		width: 750px;
		height: 100%;
		background:url(../images/header.jpg) top no-repeat;		
	}
	
	.separator {clear:both;background:url(../images/separator.gif) no-repeat center; padding:20px 0 20px 0; display:block;}	
	.header {text-align:right;}
	.header img {border:none;}
	.txt1 {margin:20px 50px 100px;}

	span, .top h1, ul.benefits, ul.features strong, .review h3, .review strong {
		color: #006699;
	}
	.top {
		background:url(../images/top.gif) no-repeat top;
		padding:0px 0px 30px 0px;
		margin:0px 0px 0px 0px;		
		}
	.top h1 {
		text-transform:uppercase; 
		padding:0px 0px 0px 0px; 
		font-size:22px;
		margin:0px 0px 0px 0px;
		position:relative;
		top:25px;
		left:70px;
		}
	.tab, span {
		font-weight:bold; font-size:12px;
		}
	.tab {
		float:right; 
		margin:4px 63px 10px 10px; 
		width:160px;
		}
	.tab p {
		margin:0; 
		text-align:center;
		}
		
	
	.main {
		background:url(../images/bg_content.gif) repeat-y center;
		margin:0px 0px 0px 0px;
		padding:0px 0px 10px 0px;
		}
	.content {
		width:615px; 
		margin:0 auto;
		padding-top:20px;
		}
			.box {border:1px solid #006699; padding:20px; background:url(../images/bg_box.gif) repeat-x top;}
			.box.download h3 a {color:#006699;}
			.box.download h3 a:hover {color:#0066FF;}
				.box.download a img {border:0;}
			.box.download img {float:left; margin-right:20px;}
			.box.download h3 {margin:0 5px 5px 5px; font-size:20px;}
			.box.download span {}
			
			ul.features,
			ul.benefits {
				list-style:none;
				line-height:22px;
				margin-left:-35px;
				width:520px;
				font-size: 13px;
			}
			.screnshot {float:right; width:300px; text-align:center;}
			.screnshot a {color:#666; font-size:11px}			
			
			.review {font-size:16px;color: #006699}
				.review h3 {text-decoration:underline;}
			.review ul.benefits {font-size: 16px;}
				
		#footer {
			background:url(../images/bottom.gif) no-repeat top; 
			padding:40px 0px 0px 0px; 
			text-align:center;
			position:relative;
			width:751px;
			margin:0 auto;

		}
		
		#footer img#favorit{
			position:absolute;
			right:10px;
			bottom:0;
			border:none;
		}
		
		#radiotime {
			position:absolute;
			left:10px;
			bottom:0;
			border:none;
		}
		
		img {
		border:none;
		}
