/* */
/*
	Purpose:	CSS Document for Central Helicopters
	Site:		www.centralhelicopters.com
	Author:		Distinction Limited
	Created:	November 2007
	Version:	3.02 (July 2009)
	
	Revisions:	None
	
*/

/* STANDARD TAGS
------------------------------------------------
*/

html {
	min-height: 100%;
	height: auto;
	}

body {
	background: #fff url(../images/bg_helicopter.jpg) bottom center no-repeat;
	margin: 0;
	padding: 0;
	}

h1 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	font-size: 1.3em;
	color: #036;
	text-transform: uppercase;
	font-weight: bold;
	}
	
h2 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	color: #036;
	text-transform: uppercase;
	font-weight: bold;
	}
	
h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	font-size: 0.9em;
	color: #036;
	}
	
h4 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	font-size: 0.8em;
	}
	
p,
li,
td,
legend {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	font-size: 0.75em;
	color: #333;
	}
	
blockquote {
	padding: 0 3em 0.5em 0;
	width: 350px;
	position: relative;
	clear: both;
}

blockquote p {
	position: relative;
	width: 350px;
	clear: both;
	background: url(../images/speech.jpg) top left no-repeat;
	padding-left: 3em;
}
	
q {
	font-style: italic;
}

th {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #333;
	background-color: #d5d5d5;
	}
	
table {
	border: 1px solid #ccc;
	}

a:link {
	color: #036;
	text-decoration: underline;
	border: 0;
	}
	
a:visited {
	color: #336;
	text-decoration: underline;
	border: 0;
	}
	
a:hover {
	color: #333;
	text-decoration: none;
	border: 0;
	}

/* LAYOUT TAGS
------------------------------------------------
*/

div#container {
	background: url(../images/bg_sky.jpg) top center no-repeat;
	margin: 0px auto;
	}
	
div#header {
	position: relative;
	width: 900px;
	margin: 0 auto;
	}
	
div#logo {
	position: relative;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	}
	
div#strap {
	position: relative;
	float: right;
	padding-top: 30px;
	padding-right: 30px;
	width: 250px;
	text-align: center;
	}	
	
div#navigation {
	position: relative;
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 15px 0 5px 0;
	height: 30px;
	font-size: 110%;
	}	
	
div#content {
	position: relative;
	width: 900px;
	margin: 0 auto;
	background-color: transparent;
	padding-bottom: 20px;
	clear:both;
	}
	
div#contentLeft {
	position: relative;
	float: left;
	width: 480px;
	padding-top: 30px;
	}		

	
div#contentRight {
	position: relative;
	float: right;
	width: 350px;
	}	
	
div#brochure {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

div#brochureHolder {
	border: 2px solid #fff;
	width: 896px;
	height: 317px;
	text-align: center;
	}	

div#backPage {
	position: relative;
	float: left;
	width: 150px;
	text-align: left;
	padding-top: 5px;
	background: url(../images/arrow.jpg) top left no-repeat;
}

div#forwardPage {
	position: relative;
	float: right;
	width: 150px;
	text-align: right;
	padding-top: 5px;
	background: url(../images/arrow.jpg) top right no-repeat;
}


div#contentMiddleLeft,
div#contentBottomLeft {
	position: relative;
	float: left;
	width: 375px;
	}		

div#contentMiddleRight,
div#contentBottomRight {
	position: relative;
	float: right;
	width: 375px;
	}		

div#contentMiddleCenter,
div#contentBottomCenter {
	position: relative;
	float: left;
	width: 800px;
	}		

div#contentLeftBottom {
	position: relative;
	float: left;
	width: 350px;
	padding-top: 10px
	}		

div#contentRightBottom {
	position: relative;
	float: right;
	width: 430px;
	padding-top: 10px
	}		
	
div#contentLeftBottomWide {
	position: relative;
	float: left;
	width: 430px;
	padding-top: 10px
	}	
	
div#contentRightBottomNarrow {
	position: relative;
	float: right;
	width: 350px;
	padding-top: 10px
	}
	
div#imageRotator {
	border: 2px solid #fff;
	width: 300px;
	/* height: 250px; removed to allow multiple images */
	text-align: center;
	clear: both;
	}	
	
div#footer {
	position: relative;
	width: 900px;
	margin: 0 auto;
	background-color: transparent;
	text-align: center;
	padding-bottom: 70px;
	clear: both;
	}
	
div#footerNav {
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}
	
	
/* FORMATTING TAGS
------------------------------------------------
*/

#strap h3 {
	text-transform: uppercase;
	font-size: 1.6em;
	padding: 0;
	margin: 0;
	}
	
#navigation ul li a {
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #0CF;
	}

#navigation ul li a.noLine {
	border-right: 0;
	}
	
#navigation ul li a:link {
	color: #000;
	}
#navigation ul li a:visited {
	color: #333;
	}
#navigation ul li a:hover {
	color: #036;
	}


.clear {
	clear: both;
	height: 1%;
	}
	
.teamDetails {
	float: left;
	clear:both;
	width: 100%;
	}
	
	
/* NAVIGATION TAGS
------------------------------------------------
*/
	
div#navigation ul {
	list-style-type: none;
	list-style: none;
	display: inline;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	}
	
div#navigation ul li {
	list-style: none;
	list-style-type: none;
	display: inline;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	}
	
div#navigation ul li a {
	padding: 4px 9px;
	margin: 1px;
	}
	
div#footer ul {
	list-style-type: none;
	list-style: none;
	display: inline;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	}
	
div#footer ul li {
	list-style: none;
	list-style-type: none;
	display: inline;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	}
	
div#footer ul li a {
	padding: 4px 5px;
	margin: 1px;
	}
	
/* FORMS
------------------------------------------------
*/

fieldset { width: 90%; margin-left: 10px; }

fieldset legend { color: #666; background-color: #fff; padding: 2px 6px; }

fieldset label { width: 10em; float: left; text-align: left; margin-right: 0.5em; margin-left: 1em; display: block; margin-top: 2px; }

fieldset input { width: 15em; }

.submit input { margin-left: 10.5em; }	
	
	
	
