/* qu home properties */

/* main image & descrip */

#home-container {
	background: #C8CBCF url('/images/qu-home-bg-1.jpg') repeat-x;
	position: relative;
	}
	
#new-version {
	position: absolute;
	left: -26px;
	top: -19px;
	}

#home-container .capsule {
	margin: 0 40px 0 40px;
	background: url('/images/qu-home-screenshot.jpg') no-repeat top left;
	}

#home-container .intro-text {
	padding: 20px 0 0 360px;
	font-size: 14px;
	line-height: 31px;
	color: #000;
	min-height: 260px;
	}

#home-container .break {
	background-color: transparent;
	border-top: 1px solid #888;
	margin: 0 -10px 0 -10px;
	}

#home-container .featured {
	margin: 10px -10px 0 -10px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #000;
	}

#home-container .bluearrow-desc {
	position: relative;
	top: 39px;
	left: 345px;
	}

#home-container .bluearrow-wn {
	display: inline;
	padding: 0 7px 0 10px;
	}
	

/* bottom half */

#bottom-half {
	border-top: 2px solid #000;
	background: url("/images/qu-home-bg-2.jpg") repeat-x #262626;
	}

#bottom-half h2 { color: #86D9F7 }

#bottom-half #features-col {
	padding: 20px 0 20px 30px;
	width: 100%;
	}

#bottom-half #downloads-col {
	padding: 20px 30px 0 30px;
	width: 300px;
	}


/* features summary */

#features-summary {
	width: 100%;
	}

#features-summary td { padding: 8px 0; }

#features-summary td.img {
	text-align: center;
	width: 30px;
	}

#features-summary td.txt {
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	}

.infobox big { color: #86D9F7 }


/* download */

#content .dl-item { background-image: url("/images/download-bg-qu.gif") }

#old-versions-switch { cursor: pointer }


/* legal note */

#legal-note {
	padding: 0 30px 10px 30px;
	}
