@import "reset.css";

html {
	font-family:Arial;
	font-size:80%;
	background-color:#f4f4f4;
}

.page {
	width:900px;
	margin:0 auto;
	text-align:left;
}

.endl {
	clear:both;
	height:0px;
	margin-top:-1em;	
}


a {
	text-decoration:none;
	color:#007ee9;
	border-bottom:1px #007ee9 dashed;
}


#head {
	background:#f9f9f9 url(/img/headback.jpg) repeat-x bottom;
	height:131px;
	width:100%;
	overflow:hidden;
}

	#head #languages {
		background-color:#85b351;
		height:16px;
		
	}
	
		#languages .page {
			text-align:right;
		}
	
		#head #languages a {
			border:none;
		}
	
	#head div.menu {
		float:right;
		background:url(/img/menuseparator.png) no-repeat top right;
	}
	
		#head div.menu a {
			background:url(/img/menuseparator.png) no-repeat scroll;
			display:block;
			float:left;
			font-size:130%;
			height:60px;
			padding-top:30px;
			text-align:center;
			width:100px;
			color:#555;
			border:none;
		}
		
		#head div.menu a:hover {
			color:#000;
		}
		
		#head div.menu a.current {
			font-weight:bold;
			border-top:3px solid #85b351;
		}

	#head #logo {
		width:368px;
		height:79px;
		display:block;
		background:url(/img/logo.png) no-repeat;
		float:left;
		margin-top:10px;
		border:none;
	}
	
	#head p {
		color:#fff;
		float:right;
		width:270px;
		line-height:25px;
		border-left:1px #777 solid;
		padding-left:10px;
	}

#trevda {
	width:100%;
	background:url(/img/rainbow.jpg) no-repeat center;
	height:392px;
}

#mainimg {
	margin:0 auto;
	width:817px;
	height:465px;
	margin-top:-470px;
}

	#mainimg img {
		margin-top:30px;
	}

#buttons {
	width:100%;
	background:url(/img/buttonsback.png) repeat-x;
	height:66px;
	margin-top:-66px;
	text-align:center;
	overflow:hidden;
}

	#buttons .download-mac, 
	#buttons .download-win,
	#buttons .buynow {
		width:225px;
		height:60px;
		display:block;
		float:left;
		background:#afa;
		margin-top:6px;
		background:url(/img/buttons-mac-win.png) no-repeat left top;
		text-indent:-9000px;
		outline:0;
		border:none;
	}
	
	#buttons .download-mac {
		margin-left:64px;
		background-position:0 -60px;
		
	}
	
	#buttons .download-mac:hover {
		background-position:0 0;
	}
	
	#buttons .download-win {
		margin-left:40px;
		background-position:-454px -60px;
	}
	
	#buttons .download-win:hover {
		background-position:-454px 0;
	}
	
	#buttons .buynow {
		margin-left:40px;
		background-position:-227px -60px;
	}
	
	#buttons .buynow:hover {
		background-position:-227px 0;
	}

#content {
	background: url(/img/contentback.png) repeat-x;
	margin-top:-9px;
	line-height:24px;
}

	#content .column {
		width:260px;
		float:left;
		margin-left:20px;
		padding-top:20px;
		margin-top:9px;
	}
	
	#content .white {
		background:url(/img/centerback.png) repeat-x;
		padding:20px 10px 0 10px;
	}
	
	#content h1 {
		font-size:180%;
		font-weight:bold;
		color:#333;
		text-shadow:0 1px 0 #fff;
		margin-bottom:20px;
	}
	
	#content h2 {
		font-size:130%;
		font-weight:bold;
		color:#555;
		text-shadow:0 1px 0 #fff;
		margin-bottom:20px;
	}
	
	#content h3 {
		font-size:130%;
		font-weight:bold;
		color:#555;
		text-shadow:0 1px 0 #fff;
		margin-bottom:20px;
	}

	#content p {
		margin-bottom:20px;
	}
	
	#content ul li {
		line-height:20px;
		margin-left:20px;
		list-style:disc;
		margin-bottom:20px;
	}
	
		#content h2.news {
			font-size:180%;
			font-weight:normal;
			text-shadow:0 1px 0 #fff
		}
	
			#content h2.news a {
				border:none;
			}

			#content #news a {
			font-size:120%;
		}
		
		#content #news p.date {
			font-size:85%;
			font-weight:bold;
			color:#666;
			margin:0 0 30px 0;
		}
	
			#content #news a.other-1 {
				color:#5699f0;
				border-bottom:1px #5699f0 dashed;
				font-size:100%;
			}
			
			#content #news a.other-2 {
				color:#76a9e8;
				border-bottom:1px #76a9e8 dashed;
				font-size:100%;
			}
			
			#content #news a.other-3 {
				color:#a9caf4;
				border-bottom:1px #a9caf4 dashed;
				font-size:100%;
			}
			
			#content #news p.total {
				text-align:right;
				font-weight:bold;
				font-size:80%;
				border-bottom:1px #ddd dashed;
				padding-bottom:10px;
				margin-top:10px;
			}
			
				#content #news #alternate {
					margin:20px 0 0 20px;
				}
			
					#content #news #alternate a {
						border:none;
						margin-left:20px;
					}

#testimonials {
	width:100%;
	height:203px;
	background:url(/img/footerback.png) repeat-x;
	overflow:hidden;
	color:#777;
	margin-top:-10px;
	
}

	#testimonials h2 {
		color:#666;
		font-size:180%;
		font-weight:bold;
		margin:0 0 20px;
		text-shadow:0 1px 1px #000;
	}

	
	#testimonials .testimonials {
		width:570px;
		float:left;
		margin-left:10px;
		line-height:25px;
		padding-top:10px;
		margin-top:10px;
	}

		#testimonials .testimonials p.testimonial {
			background:url(/img/testimonial.png) no-repeat;
			width:501px;
			height:86px;
			padding:10px 30px 10px 20px;
			overflow:hidden;
		}
	
	#testimonials .awards {
		width:220px;
		float:left;
		margin-left:10px;
		line-height:25px;
		padding-top:10px;
		border-left:1px #333 solid;
		margin-top:10px;
		padding-left:30px;
	}
	
		#testimonials .awards img {
			float:left;
			margin:0 20px 30px 0;
		}
		
			#testimonials .awards p.total {
				font-weight:bold;
				font-size:90%;
			}
	
			#testimonials .awards p.total a {
				color:#aaa;
				border-bottom:1px #aaa dashed;
			}
			
	#testimonials p.author {
		text-align:right;
		font-weight:bold;
		margin:0 110px 0 0;
	}
	
#guarantee {
	margin-left:50px;
	margin-top:-70px;
	position:absolute;
	width:122px;
	height:121px;
}
	
#footer {
	color:#eee;
	font-size:90%;
	background:url(/img/footer-back.jpg) repeat-x;
	text-align:center;
	height:74px;
	padding-top:10px;
	color:#888;
	height:64px;
}

	#footer a {
		color:#ccc;
		border-bottom:1px #ccc dashed;
	}
	
	#footer p {
		text-align:center;
	}

	#footer p.copyrights {
		text-align:right;
	}

p.css-xhtml a {
	margin:0 10px 0 10px;
}

.endnews {
	margin-top:40px;
}