@import url(reset.css);
body {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 62.5%;
}
h1 { 
	color: #000;
	float: left;
	font-size: 2.4em;
}
h2 {
	color: #DA4C9C;
	font-size: 1.8em;
}
h3 { font-size: 1.4em; }
p {
	color: #4D4D4D;
	font-size: 1.2em;
}

#container {
	float: left;
	margin: 1.1em 0 0 1.1em;
	width: 87.4em;
}

#header {
	float: left;
	position: relative;
	width: 100%;
}
#header h2 {
	float: right;
	margin-top: 4.5em;
}
#header p.link {
	position: absolute;
	right: 0;
	top: 0;
}
#header p.link a {
	background: url(../images/bullet-arrow-pink.gif) no-repeat top left;
	color: #555;
	padding-left: 0.9em;
	text-decoration: none;
}
#header p.link a:hover { text-decoration: underline; }

#menu {
	float: left;
	margin-top: 1.6em;
	width: 14.6em;
}
#menu ul li {
	border-top: 0.1em solid #EBEBEB;
	color: #000;
	font-size: 1.2em;
}
#menu ul li.on { border-top: none; }
#menu ul li a {
	border-top: 0.1em solid #FFF;
	color: #000;
	display: block;
	padding: 0.6em 0 0.6em 0.8em;
	text-decoration: none;
}
#menu ul li a:hover {
	background: #F0F0F0;
}
#menu ul li.on a,
#menu ul li.on a:hover {
	background: #000 url(../images/bg-menu-on.png) repeat-x top left;
	border-top: none;
	color: #FFF;
}

#content {
	border-left: 0.1em solid #EBEBEB;
	float: left;
	margin-top: 1.6em;
	padding-left: 1em;
	width: 49.4em;
}
#mainFeature {
	height: 200px;
	position: relative;
	width: 484px;
}
#mainFeature p.prod {
	background: #FFF;
	color: #000;
	left: 1em;
	padding: 0.3em;
	position: absolute;
	top: 0.9em;
	z-index: 99;
}
#mainFeature p.sect {
	background: #DA4B9C;
	color: #FFF;
	left: 1em;
	padding: 0.3em;
	position: absolute;
	top: 2.8em;
	z-index: 98;
}
#mainFeature img {
	height: 200px;
	position: absolute;
	width: 484px;
	z-index: 97;
}
.subFeature-Left {
	background: #E16DAF url(../images/homepage/bg-production-insights.png) no-repeat 0 3.5em;
	clear: left;
	float: left;
	height: 11.7em;
	margin: 0.8em 0.9em 0 0;
	padding-bottom: 0.5em;
	width: 23.7em;
}
.subFeature-Left h3 {
	background-color: #DA4B9C;
	color: #FFF;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 0.2em;
	padding: 0.4em 0.8em 0.4em 0.7em;
}
.subFeature-Left h3 a { color: #FFF; text-decoration: none; }
.subFeature-Left h3 a:hover { text-decoration: none; }
.subFeature-Left p {
	color: #FFF;
	line-height: 1.2em;
	margin: 0;
	padding: 0.5em 1em 0.5em 8em;
}
.subFeature-Right {
	background: #FFBA53 url(../images/homepage/bg-production-snapshots.png) no-repeat 0 3em;
	float: left;
	height: 11.7em;
	margin-top: 0.8em;
	padding-bottom: 0.5em;
	width: 23.8em;
}
.subFeature-Right h3 {
	background-color: #FF9C08;
	color: #FFF;
	font-size: 1.8em;
	font-weight: normal;
	padding: 0.4em 0.8em 0.4em 0.7em;
}
.subFeature-Right h3 a { color: #FFF; text-decoration: none; }
.subFeature-Right h3 a:hover { text-decoration: none; }
.subFeature-Right p {
	color: #FFF;
	line-height: 1.2em;
	margin: 0;
	padding: 0.5em 1em 0.5em 9em;
}
.subList-Left {
	border: 0.1em solid #DFDFDF;
	clear: left;
	float: left;
	margin: 0.8em 0.9em 0 0;
	padding: 1em;
	width: 21.5em;
}
.subList-Left ul {
	font-size: 1.2em;
	margin-bottom: 1.2em;
	margin-left: 0.2em;
}
.subList-Left ul li { margin: 0 0 0.7em 0; }
.subList-Left ul li a {
	background: url(../images/bullet-arrow-pink.gif) no-repeat top left;
	color: #000;
	padding-left: 0.9em;
	text-decoration: none;
}
.subList-Left ul li a:hover { text-decoration: underline; }
.subList-Left a.all {
	background: url(../images/img-plus-pink.png) no-repeat left;
	color: #000;
	padding: 0.4em 0 0.4em 2em;
	text-decoration: underline;
}
.subList-Right {
	border: 0.1em solid #DFDFDF;
	float: left;
	margin-top: 0.8em;
	padding: 1em;
	width: 21.6em;
}
.subList-Right ul {
	font-size: 1.2em;
	margin-bottom: 1.2em;
	margin-left: 0.2em;
}
.subList-Right ul li { margin: 0 0 0.7em 0; }
.subList-Right ul li a {
	background: url(../images/bullet-arrow-yellow.gif) no-repeat top left;
	color: #000;
	padding-left: 0.9em;
	text-decoration: none;
}
.subList-Right ul li a:hover { text-decoration: underline; }
.subList-Right a.all {
	background: url(../images/img-plus-yellow.png) no-repeat left;
	color: #000;
	padding: 0.4em 0 0.4em 2em;
	text-decoration: underline;
}
#findOutMore {
	background: #FEFEFE url(../images/bg-findoutmore.png) repeat-y top right;
	border: 0.1em solid #EBEBEB;
	clear: both;
	float: left;
	height: 14.7em;
	margin-top: 1em;
	width: 48.2em;
}
#findOutMore h3 {
	color: #333;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0.6em 0.5em 0.5em 0.5em;
}
#findOutMore p {
	color: #555;
	margin: 0.5em 0 0.7em 0.8em;
	width: 21.5em;
}
#findOutMore ul {
	float: left;
	margin: 0.7em 0 0.5em 1em;
	width: 26em;
}
#findOutMore ul li {
	float: left;
	font-size: 1.2em;
	margin-bottom: 0.7em;
	width: 10.5em;
}
#findOutMore ul li a {
	background: url(../images/bullet-arrow-grey.gif) no-repeat top left;
	color: #000;
	padding-left: 0.9em;
	text-decoration: none;
}
#findOutMore ul li a:hover { text-decoration: underline; }
#findOutMore img.snaps {
	float: right;
	margin-top: 0.2em;
}

#rightCol {
	float: right;
	margin-top: 1.6em;
	width: 22.1em;
}
#rightCol #bookings {
	background: #4DB1CD url(../images/homepage/bg-bookings.jpg) no-repeat bottom right;
	height: 19.2em;
	padding-top: 0.8em;
}
#rightCol #bookings h4 {
	color: #FFF;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0.5em 0.4em 0.5em;
}
#rightCol #bookings p {
	color: #FFF;
	margin: 0 0 1em 0.8em;
}
#rightCol #bookings p strong {
	font-size: 1.4em;
}
#rightCol #latestNews {
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	margin-top: 0.8em;
}
#rightCol #latestNews h4 {
	color: #5D5D5D;
	font-size: 1.8em;
	font-weight: normal;
	padding: 0.4em 0 0.4em 0.5em;
}
#rightCol #latestNews dt {
	border-top: 1px solid #DFDFDF;
	color: #DA4C9C;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.7em 0 0 0.6em;
}
#rightCol #latestNews dd {
	color: #4D4D4D;
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0.7em 0 0 0.8em;
}
#rightCol #latestNews dd p {
	font-size: 1em;
	padding-bottom: 1em;
}
#rightCol #latestNews dd a {
	color: #4D4D4D;
	text-decoration: underline;
}
#rightCol #latestNews dd a:hover { color: #000; }

#footer {
	background: #313131 url(../images/bg-footer.png) repeat-x top left;
	clear: both;
	float: left;
	font-size: 1em;
	margin-top: 1.5em;
	width: 100%;
}
#footer p.left {
	color: #FFF;
	float: left;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 1em;
	width: 60%;
}
#footer p.left span { color: #ADADAD; }
#footer p.right {
	color: #FFF;
	float: right;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 1em;
	text-align: right;
	width: 30%;
}