/** Global elements */
*
{
	margin: 0 auto;
	padding: 0;
}
html, body {
	font-size: 12px;
	font-family: "Tahoma", sans-serif;
	line-height: 1em;
	min-width: 900px;
	height: 100%;
	background: #F0F0F0 url(../includes/shadow.jpg) top center repeat-y;
	
}
body {
	margin: 0;
	padding: 0;
}

* html #contentWrapper {
height:100%;
}

ol {
	margin-left: 50px;
	margin-bottom: 10px;
}
ul, li {
	margin: 0 0 0 0;
	text-decoration: none;
	list-style-type: none;
}

.clearLeft {
	clear:left;
	padding-top:20px;
}
hr {
  border: 0;
  width: 60%;
  color: #f00;
  background-color: #f00;
  height:1px;
}

/** Header styles */

#header
{
	background: url('../includes/header-bg.jpg') repeat-x;
	height: 105px;
}
#header img
{
	position: absolute;
	border-style: none;
	top: 7px;
	left: 20px;
}
#header h1, #header h3
{
	display: none;
}
/** Navigation (inside header) */
#primaryNavigation
{
	float: right;
	min-width: 750px;
	margin-top: 35px;
	margin-right: 20px;
	margin-left: 100px;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 30px;
}
#primaryNavigation ul li ul
{
	display: none;
}
#primaryNavigation ul
{
	list-style-type: none;
	float: right;
}
#primaryNavigation ul li
{
	background: none;
	float: left;
	margin-left: 30px;
}
#primaryNavigation a
{
	color: #CCCCCC;
	text-decoration: none;
	border-bottom:none;
}
#primaryNavigation a:hover
{
	border-bottom: 2px #9FCF67 solid;
	padding-bottom: 2px;
}

#fly-active a
{
	border-bottom: 2px #9FCF67 solid;
	padding-bottom: 2px;
}

#primaryNavigation abbr, #primaryNavigation acronym {
	border-bottom:0;
}

/** Body */
/** Primary content is the bit inside the top band of colour.  This is highlighted to stand out.  */
#contentWrapper
{
	width: 900px;
	min-height:100%;
}

#primaryContentPlaceholder
{
	font-family: 'Verdana', Helvetica, sans-serif;
	color: #000;
	width: 900px;
	padding: 0 0 35px 0;
	height: 260px;
	background-color: #fff;
}
#primaryContentPlaceholder h3
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	font-size: 1.1em;
	color: #CCC;
	display:block;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#primaryContentPlaceholder h3 a, #primaryContentPlaceholder h3 a:visited
{
	color:#fff;
	text-decoration:none;
	border-bottom: none;
}
#primaryContentPlaceholder h3 a:hover, #primaryContentPlaceholder h3 a:active
{
	color:#fff;
	border-bottom: 2px #9FCF67 solid;
}

/** Placeholder contains the secondary content */
#secondaryContentPlaceholder {
	width: 900px;
	background-color: #FFF;
	font-family: 'Verdana', Helvetica, sans-serif;
	color: #343434;
	line-height: 1.8em;
	padding-bottom: 60px;
}
/** Secondary content will appear below the highlighted, primary content */
#secondaryContentPlaceholder h3
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	font-size: 1.1em;
	color: #CCC;
	display:block;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#secondaryContentPlaceholder .spacerDiv { /** space out the summary image from the exterior heading */
	margin: 260px 0 0 0;
}
#secondaryContentPlaceholder small {
	font-size:0.6em;
}
.small {
	font-size:10px;
	font-style: italic;
	}
#secondaryContentPlaceholder h2
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	font-size: 1.8em;
	color:#2E3482;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom:1px dotted #6f6f6f;
}
#secondaryContentPlaceholder a, #secondaryContentPlaceholder a:visited
{
	color: #343434;
	border-bottom: 1px dotted #343434;
	text-decoration: none;
}
#secondaryContentPlaceholder a:hover, #secondaryContentPlaceholder a:active
{
	border-bottom: 1px solid #9FCF67;
}
#secondaryContentPlaceholder p
{
	margin-bottom: 15px;
	text-align: justify;
}
#secondaryContentPlaceholder h3 a, #secondaryContentPlaceholder h3 a:visited
{
	color:#fff;
	text-decoration:none;
	border-bottom: none;
}
#secondaryContentPlaceholder h3 a:hover, #secondaryContentPlaceholder h3 a:active
{
	color:#fff;
	border-bottom: 2px #9FCF67 solid;
}


#secondaryContent {
	margin: 0 auto;
	padding-bottom: 60px;
	padding: 10px;
}

.leftcontainer{
	float: left;
	width: 400px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: left;
}

.rightcontainer{
	float: right;
	width: 400px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/** START Footer */

#footerplaceholder {
	font-family: 'Verdana', Helvetica, sans-serif;
	background-color:#FFF;
	line-height: 1.8em;
	color: #000;
	width: 900px;
	height: 60px;
	margin: -60px auto 0 auto;
}

#footer {
	width: 880px;
	text-align:left;
	clear: both;
	height: 60px;
	margin: 0 auto;
	font-size: 10px;
}
div#footer img {
		border-style:none;
	}
div#footer a {
		color: #ED1D28;
		text-decoration: none;
	}
div#footer a:hover {
		text-decoration: underline;
	}
div#footer p {
		line-height: 1.3em;
	}

/** END Footer */

#slideshow {
	position:relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
    height: 260px;
	text-align: center;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#usedItemFeaturedContainer {
	display: block;
	margin: 0 0 0 39px;
	text-align: center;
	width: 820px;
	height: 100%;
}
.usedItemFeatured {
	float: left;
	width: 388px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
	height: 510px;
	border:solid 4px #C6C6C6;
	font-size: 0.9em;
	text-align: left;
}

.usedItemFeatured:hover
{
	border:solid 4px #a0cf67;
}
.usedItemTextFeatured
{
	float: left;
	margin-left: 8px;
}

.usedItemTextFeatured h1
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	float: none;	
	font-size: 1.2em;
	color:#fff;
}
.usedItemFeatured img
{
	float: left;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	border:none;
	width: 388px;
	height: 259px;
}
.usedItembarFeatured
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	width: 372px;
	margin-bottom:7px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding:8px;
	background-color:#414143;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	clear: both;
}

.line
{
	border-top: dotted 1px #333;
	padding-bottom: 4px;
	clear: both;
}
.footercontainer2{
	float: left;
	margin-top: 10px;
	width: 280px;
	margin-right: 30px;
}
.footercontainer3{
	float: right;
	margin-top: 10px;
	width: 80px;
	margin-left: 30px;
	text-align: right;
}

#usedItemContainer {
	display: block;
	margin: 0 0 0 39px;
	text-align: center;
	width: 815px;
	height: 100%;
}
.usedItem {
	float: left;
	width: 252px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
	height: 310px;
	border:solid 4px #C6C6C6;
	font-size: 0.9em;
	text-align: left;
}

.usedItem:hover
{
	border:solid 4px #a0cf67;
}
.usedItemText
{
	float: left;
	margin-left: 8px;
}

.usedItemText h1
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	float: none;	
	font-size: 1.2em;
	color:#fff;
}
.usedItem img
{
	float: left;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	border:none;
	width: 252px;
	height: 167px;
}
.usedItembar
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	width: 236px;
	margin-bottom:7px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding:8px;
	background-color:#414143;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	clear: both;
}

.slideshowbar
{
	background-image: url(../includes/topbar.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	width: 890px;
	height: 21px;
	background-color: #333;
	float: left;
	padding: 7px 0 0 10px;
	clear: both;
}

.bodybar
{
	background-image: url(../includes/topbar.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	margin-left: -4px;
	width: 398px;
	height: 26px;
	background-color: #fff;
	float: left;
	padding: 2px 0 0 10px;
}

.mainbar
{
	position: relative;
	left: -10px;
	background-image: url(../includes/topbar.jpg);
	background-repeat: repeat-x;
	width: 890px;
	height: 26px;
	background-color: #333;
	float: left;
	padding: 2px 0 0 10px;
	margin-bottom: 10px;
	clear: both;
}


.generalImage {
	float:left;
	margin-right:20px;
	border: none;
}

/** Home page featured */

.usedItemhome {
	float: left;
	width: 390px;
	margin-bottom: 5px;
	margin-top: 8px;
	padding: 0;
	height: 420px;
	border:solid 4px #C6C6C6;
	font-size: 0.9em;
	text-align: left;
}
.usedItemhome:hover
{
	border:solid 4px #a0cf67;
}
.usedItemhomeText
{
	float: left;
	margin-left: 8px;
}

.usedItemhomeText h1
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	float: none;	
	font-size: 1.2em;
	color:#fff;
}
.usedItemhome img
{	
	float: left;
	margin-right: auto;
	margin-left: auto;
	border:none;
	width: 390px;
	height: 259px;
	vertical-align: bottom;
}
.usedItemhomebar
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	width: 374px;
	margin-bottom:7px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding:8px;
	background-color:#414143;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	clear: both;
}

/** END Home page featured END */
.generalImageRight {
	border-style:none;
}
.generalImageRight {
	float:right;
	margin-left:20px;
	border: 1px solid #cccccc;
	padding: 3px;
	margin-bottom: 5px;
}
.generalImageShop {
	float:left;
	margin-right:20px;
	margin-top: 5px;
	border: 1px solid #cccccc;
	padding: 3px;
}
.generalImageLeft {
	float:left;
	margin-right:20px;
	margin-top: 5px;
	border: 1px solid #cccccc;
	padding: 3px;
}

.generalImageCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	padding: 3px;
}

.forSaleSummaryTableFeatured {
	font-size: 0.7em;
	float: left;
	width:388px;
	font-weight: bold;
}
.forSaleSummaryTableFeatured table {
	width:388px;
}
.forSaleSummaryTableFeatured td {
	width: 115px;
    padding: 0.1em 1em;
}
.forSaleSummaryTableFeatured .odd {
	background-color: #a0cf67;
}
.forSaleSummaryTableFeatured tr:hover {
	background-color: #8FB560;
}


.HeliPicture {
	margin: 0 0 15px 0;
	background-color: #fff;
	padding: 3px;
	border: 1px solid #cccccc;
}
#secondaryContent a.popUpPicture { /** CSS to prevent bottom border inheritance on anchored/href'd img */
	border:0 none;
}
#cmsHelicopterTable {
	font-size: 1em;
	width:100%;
	border: 1px solid #fff;
}
#cmsHelicopterTable td {
	padding: 0.1em 2em;
}
#cmsHelicopterTable th {
	padding: 0.1em 2em;
}
#forSaleSummaryTable {
	font-size: 0.7em;
	float: right;
	width:50%;
	border: 1px solid #fff;
	font-weight: bold;
}
#forSaleSummaryTable table {
	width:100%;
}
#forSaleSummaryTable td {
    padding: 0.1em 1em;
}
#forSaleSummaryTable .odd {
	background-color: #a0cf67;
}
#forSaleSummaryTable tr:hover {
	background-color: #8FB560;
}

.contactul {
	margin-left: 30px;
	list-style-type: none;
}
.HeliEquipmentList li {
	background: url(/includes/tick.png) no-repeat 0 50%;
	padding-left: 30px;
}
.telephone {
	background: url(/includes/telephone.png) no-repeat 0 50%;
	padding-left: 30px;
}
.email {
	background: url(/includes/email.png) no-repeat 0 50%;
	padding-left: 30px;
}
.arrow {
	background: url(/img/greenarrow.jpg) no-repeat 0 50%;
	padding-left: 10px;
	padding-bottom: 10px;
}
#loginHelper{
	padding:15px;
	float:left;
	font-size:1.5em;
	color: #FFFFFF;
	width:350px;
	background-color: #ff3333;
	border: 1px solid #FF0000;
}
#php{
	width: 60%;
	border-color: #ED1D28;
	border-style: solid;
	background-color: #FFD9F1;
	border-width: 1px;
	padding: 5px;
	font-size: 13px;
	font-family: "Tahoma";
}
#phpError{
	width: 60%;
	border-color: #ff8690;
	border-style: solid;
	background-color: #ffccd2;
	border-width: 1px;
	padding: 5px;
	font-size: 13px;
	font-family: "Tahoma";
}

/** Ask Form */
#ask-form {
	clear:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 750px;
	}
#ask-form label {
	display:block;
}
#ask-form input {
	width: 95%;
	font-size: 1.5em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	border: 2px solid #f6f6f6;
}

#ask-form input:hover {
	border: 2px solid #414143;
	background:#f6f6f6;
} 

#ask-form textarea {
	width: 95%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	height: 150px;
	border: 2px solid #f6f6f6;
}
#ask-form textarea:hover {
	border: 2px solid #414143;
	background:#f6f6f6;
} 


#ask-form fieldset
{
	margin: 10px;
	border-color: #414143;
	border-style: solid;
	background-color: #9FCF67;
	border-width: 2px;
	padding: 15px;
	text-align:left;
	color: #FFF;
	background: #9FCF67 url(../includes/formbg.jpg) bottom repeat-x;
}

#ask-form .button {
	width: 220px;
	font-size: 1.5em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	display: block;
	float: left;
	margin-left:10px;
	border: 2px solid #C6C6C6;
}
#form-errors
{
	font-size: 1em;
	color: #FFFFFF;
	width: 700px;
	float: left;
	margin: 15px;
	background-color: #ff3333;
	border: 3px solid #FF0000;
}
#form-errors ul
{
	list-style-type: none;
}

.tweet, .query {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	color: #333;
	border:solid 4px #C6C6C6;
}
.tweet:hover, .query:hover {
	border:solid 4px #a0cf67;
}
.tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    background-color: #E6E6E6; }
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
	text-transform: uppercase; }
.tweet .tweet_list li, .query .tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: .5em; }
.tweet .tweet_list li a, .query .tweet_list li a {
	color: #0C717A; }
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
	background-color: #fff; }
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left; }
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
	vertical-align: middle; }

/** Backend css */

.generalImageBackend {
	float:left;
	margin-right:10px;
	border-style:none;
}

#cmsHelicopterTable {
	font-size: 1em;
	width:100%;
	border: 1px solid #fff;
}
#cmsHelicopterTable td {
	padding: 0.1em 2em;
}
#cmsHelicopterTable th {
	padding: 0.1em 2em;
}

#cmsForSaleSummaryTable {
	font-size: 0.7em;
	float: left;
	width:50%;
	border: 1px solid #fff;
}
#cmsForSaleSummaryTable table {
	width:100%;
}
#cmsForSaleSummaryTable td {
    padding: 0.1em 1em;
}
#cmsForSaleSummaryTable .odd {
	background-color: #a0cf67;
}
#cmsForSaleSummaryTable tr:hover {
	background-color: #8FB560;
}

#cmsAsk-form {
	clear:left;
	font-family:"Tahoma", sans-serif;
	width: 800px;
}
#cmsAsk-form label {
	display:block;
}
#cmsAsk-form input {
	width: 90%;
	font-size: 1.5em;
	font-family: "Tahoma", sans-serif;
}
#cmsAsk-form legend {
	font-weight:bold;
}
#cmsAsk-form textarea {
	width: 90%;
	font-family: "Tahoma", sans-serif;
	height: 150px;
}
#cmsAsk-form fieldset
{
	margin: 5px;
	border-color: #414143;
	border-style: solid;
	background-color: #9FCF67;
	border-width: 2px;
	padding: 5px;
	text-align:left;
	color: #FFF;
	width: 100%;
	background: #9FCF67 url(../includes/formbg.jpg) bottom repeat-x;
}
#cmsAsk-form .button {
	width: 120px;
	font-size: 1.5em;
	font-family: "Tahoma", sans-serif;
	display: block;
	float: left;
	margin-left:10px;
}

/** Backend css END */

