/* @override http://alan_slot4/css/tour.css */

body {
	background: #fff url("/img/header-bg-medium.jpg") repeat-x top center;
}

#content .megatitle {
	height: 150px;
}
#content .megatitle h1 {
	color: #cde8a9;
}
#content .megatitle h2 {
	color: #fff;
	width: 75%
}

/* @group Why Apollo */
#whyapollo {
	margin-top: 40px;
	margin-bottom: 40px;
}
#whyapollo h1 {
	font-size: 24pt;
}
#whyapollo p {
	font-size: 11pt;
	line-height: 1.5em;
	color: #666
}
/* @end */

/* @group Try */
.trybutton {
	display: inline-block;
	text-indent: -1000em;
	overflow: hidden;
	text-decoration: none;
	width: 180px;
	height: 43px;
	background: url("/img/tour/try-button-trans.png") no-repeat top center;
	vertical-align: -10px;
	margin-left: 10px;
}
.trybutton:hover {
	background-position: center center;
}
.trybutton:active {
	background-position: bottom center;
}
#normaltry {
	margin-top: 10px;
	width: 240px;
	padding: 20px;
	height: 102px;
	text-align: center;
	background: url("/img/tour/try-normalbg-trans.png") no-repeat;
	font-size: 14pt;
	line-height: 25px;
	color: #465e08;
}
#normaltry .trybutton {
	margin-top: 0.5em
}
#widetry {
	height: 62px;
	background: url("/img/tour/try-widebg-trans.png") no-repeat;
	margin-bottom: 60px;
	color: #465e08;
	font-size: 13pt;
	line-height: 1.3em;
	position: relative;
}
#widetry p {
	margin: 9px 0 0 40px
}
#widetry .trybutton {
	position: absolute;
	top: 10px;
	right: 50px;
}
/* @end */




/* @group Features */
/*
#features {
	margin-bottom: 60px;
}
#features section {
	padding: 20px 20px 20px 74px;
	margin:  20px 0;
	position: relative;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}
#features section img {
	width: 320px;
	height: 150px;
}
#features section h1 {
	font-size: 14pt;
	color: #5f6f7f;
	margin-top: 0.5em;
}
#features section span.number {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	background: url("/img/tour/features-numberbg.gif");
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	text-shadow: 0 1px 0 #fff;
}
#features section p {
	margin-bottom: 0.5em;	
}

#features section.imgleft img { 
	float: left;
	margin-right: 20px;
}
#features section.imgright img { 
	float: right;
	margin-left: 20px;
}
*/
/* @end */

/* @group Images */
#images section {
	margin-bottom: 60px;
}
#images h1 {
	font-size: 16pt;
}
#images figure {
	margin: 40px 0 0 0;
}
#images img {
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
#images h2 {
	font-size: 13pt;
	margin-left: 15px;
}
#images p {
	margin-left: 15px;
	font-size: 11pt;
	line-height: 1.5em;
}
#images p.try a {
	color: #87b21b;
	font-weight: bold;
}
#images p.try a:hover {
	color: #9bcd1f;
}
#images p.try a:active {
	position: relative;
	top: 1px;
}
/* @end */
