/* CSS Document 
Author: www.NewOdyssey.ie 2008.
*/

*{
	margin:0;
	padding:0;
	}
body{
	background: #111;
	padding-left: 50%;
	font: normal 62.5% "Trebuchet MS", Verdana, sans-serif;
	}
p{
	font-size: 1.2em;
	}
/*
form box +++++++++++++
*/
*html .sidebarbox input, *html .sidebarbox  th, *html .sidebarbox  td{
	font-size: .9em;
	color: #333;
	padding: 2px 0;	
	}
.sidebarbox  th, .sidebarbox  td{
	font-size: 1.5em;
	color: #333;
	padding: 2px 0;
	text-align: left;
	}
/*
wrapper +++++++++++++
*/
#wrapper{
	border: 20px solid #454545;
	background: #fff;
	/*set the width of the colum*/
	width: 970px;
	margin-left: -485px; /*negative value at half the width*/
	}
/*
Text +++++++++++++++
*/
h1{
	text-transform: uppercase;
	font-size: 54px;
	font-weight: normal;
	color: #3F3FB1;
	padding-top: 18px;
	text-align: left;
	margin-left: 50px;
	letter-spacing: .09em;
	}
.orangeText{
	color: #FE9900;
    }
/*
page sections +++++++++++++++
*/
#masthead{
	height:103px;
	width:970px;
	}
#masthead p{
	font-size: 10px;
	color:#777;
	position: relative;
	top:0px;
	left: 50px;
	z-index: 6;}
#sidebar{
	display: inline;
	margin-left: 30px;
	background: #ccc url(../images/white-corner.gif) left top no-repeat;
	height: 580px;
	width: 292px;
	float: left;
	}
#sidebar p{
	color: blue;
	margin: 20px;
	text-align: left;
	font-size: 11px;
	}
.sidebarbox{
	padding: 20px 0 10px 0;
	width: 270px;
	background: #FE9900 url(../images/orangegrad.png) right bottom no-repeat;
	margin: 0px 0 0 10px;
	min-height: 180px;
	border: 1px solid #fff;
	}
*html .sidebarbox img{
	border: 1px solid #fff;
	margin: 30px 13px 0 13px;
	}
.sidebarbox img{
	border: 1px solid #fff;
	margin: 40px 13px 10px 13px;
	}
*html #maincontent{ /* ie 7 hack*/
	float: right;
	width: 608px;
	margin: 0em 0px 0em 0px;
	height: 580px;
	background: #fff url(../images/grommets-on-bg.jpg) left top no-repeat;
	}
#maincontent{
	float: right;
	width: 618px;
	margin: 0em 30px 0em 0px;
	height: 580px;
	background: blue url(../images/grommets-on-bg.jpg) left top no-repeat;
	}
#footer{
	clear: both;
	text-align: right;
	color: #FE6D00;
	margin-right: 30px;
	font-size: 14px;
	padding: 20px 0;	
	}
#footer a{
	color: #FE6D00;
	}
/* position grommet image*/
#grommet{
	z-index: 50;
	position: relative;
	float: right;
	display: inline;
	top: -25px;
	right: -10px;
	background: transparent url(../images/grommet.gif) no-repeat;
	width: 292px;
	height: 273px;
	}
/*Position 'sky high profits'*/
#maincontent #Air-Block{
	z-index: 51;
	position: relative;
	top: 10px;
	left: 30px;
	font: bold 4em verdana, arial, sans-serif;
	color: #777;
	width: 290px;
	}
#maincontent #clickSeal{
	z-index: 52;
	position: relative;
	top: 10px;
	left: 30px;
	font: bold 1.5em verdana, arial, sans-serif;
	color: #FE6D00;
	width: 340px;
	}
#maincontent #contactInfo{
	position: relative;
	top: 300px;
	left: 30px;
	font: bold 11px verdana, arial, sans-serif;
	color: #666;
	line-height: 1em;
	width: 400px;
	}
.biggerText{
	font-size: 180%;
	}
.imageLeft{
	float:left;
	margin: 9px 5px 15px 9px;
	display: inline;
	}