article, aside, details, figcaption, figure, footer, header, group, nav, section { display: block; }

audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

audio:not([controls]) { display: none; }

[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #222; color: #FFF; text-shadow: none; }

::selection { background: #222; color: #FFF; text-shadow: none; }

a { color: #00e; }

a:hover { color: #06e; }

a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }

q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }

dd { margin: 0 0 0 40px; }

nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }

fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }

legend { border: 0; *margin-left: -7px; padding: 0; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; *overflow: visible; }

table button, table input { *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }

td { vertical-align: top; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }

.ir br { display: none; }

.hidden { display: none !important; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.clr:before, .clr:after { content: ""; display: table; }

.clr:after { clear: both; }

.clr { zoom: 1; }

@media print { * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }
/* == SASS Script Variables ==
*/
/* ==|== primary styles ===================================================== Author: Geoff Bretherick ========================================================================== */
html, body { height: 100%; }

body { font: 0.8em/1.4 "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; width: 100%; }

.wrapper { width: 100%; min-height: 100%; height: auto !important; height: 100%; margin: 0 0 -40px 0; }

.contentWrapper { width: 100%; padding: 0 0 40px 0; }

.footerWrapper { width: 100%; height: 40px; }

.footerWrapper, .contentWrapper { width: 100%; }

.footerInnerWrapper { width: 963px; margin: 0 auto; }

.contentInnerWrapper { width: 100%; margin: 0 auto; }

ul { list-style: none; margin: 0; }

div.container, #main { width: 963px; margin: 0 auto; }

header { padding: 14px 0 0; background: url("../images/bg/header-shadow.png") repeat-x left bottom; }
header .logo { float: left; display: block; padding-top: 5px; }
header nav { float: right; width: 600px; }
header nav ul { float: right; padding-top: 12px; }
header nav ul li { float: left; min-height: 45px; padding: 0 2px; }
header nav ul li a { color: #151515; font-size: 1em; text-decoration: none; padding: .25em .6em .5em; display: block; }
header nav ul li a:hover { text-decoration: none; color: #666; }
header nav ul li.selected { padding-right: .3em; padding-left: 7px; background: url("../images/bg/selected-item-arrow.png") no-repeat center bottom; }
header nav ul li.selected a { background: url("../images/bg/selected-item-lh-end.png") no-repeat left top; padding: 0 .3em 0 7px; color: #151515; }
header nav ul li.selected a span { background: url("../images/bg/selected-item-rh-end.png") no-repeat right top; display: block; padding: 4px 12px 7px 5px; }
header nav ul li.selected a:hover { color: #2C2C2C; }
header nav ul li:last-child a { margin-right: 0; }
header .phoneNo { background: url("../images/bg/masthead-info-shadow.png") no-repeat right bottom; float: right; margin: 0; }
header .phoneNo span { background: url("../images/bg/globe-medium.png") no-repeat left top; display: block; color: #666357; font-size: .9em; padding: .3em 0 1.4em 33px; }
header .phoneNo span strong { color: #333; }

#main { color: #444; margin-bottom: 4em; }
#main h1 { margin-bottom: .05em; color: #242424; }
#main .sectionIntro { padding-bottom: 1em; }
#main .sectionIntro p { width: 450px; line-height: 1.65; }
#main .sectionIntro p.introPara { font-size: 1.5em; line-height: 1.4; padding-top: 0; margin-top: 0; }
#main .sectionIntro h2 { font-size: 1.6em; font-weight: strong; line-height: 1.18em; margin: 0; padding: 1em 0 0em; color: #242424; }
#main .sectionIntro h2.statementLrg { font-size: 3.4em; font-weight: normal; padding: .5em 0 .25em; color: #991f5f; }
#main .sectionIntro h2.statementLrg strong { color: #655285; }
#main.meetTheTeam .sectionIntro { position: relative; width: 100%; padding-bottom: .2em; }
#main.meetTheTeam .sectionIntro p { width: 95%; }

.pageSubSection { background: url("../images/bg/section-divider.png") no-repeat left top; padding: 1em 0 1.4em; margin-top: 1em; }
.pageSubSection h2 { color: #991f5f; font-size: 2em; }

.rhcol { background: url("../images/bg/dotted-line-vertical.png") repeat-y left top; float: right; margin-top: 27px; padding-left: 20px; width: 626px; }
.rhcol .introPara { font-size: 1.2em; line-height: 1.4; padding-top: 0; margin-top: 0; padding-right: 40px; }
.rhcol > h2 { margin: 0; padding-bottom: .2em; line-height: 1em; }

ul.twoColList { background: url("../images/bg/two-col-list.png") repeat-y left top; padding: 0; margin-top: .3em; float: left; }
ul.twoColList li { width: 296px; background: url("../images/bg/bullet.png") no-repeat left 4px; padding: 0 0 .8em 17px; float: left; }

.lhcol { float: left; padding-right: 20px; width: 297px; margin-top: 18px; }
.lhcol .sideFeature { background-image: url("../images/bg/dotted-line-horizontal.png"); background-repeat: repeat-x; background-position: left bottom; padding-bottom: .9em; }
.lhcol .sideFeature:last-child { background: none; }

.ourcompany .sectionIntro { background: url("../images/bg/flying-lightbulbs-price-tags.jpg") no-repeat right 50px; }

/* Meet the team */
#meetTheTeam { position: relative; }
#meetTheTeam h2 { margin: .6em 0 .2em; }

.teamIntro { margin: 0 0 1.2em; font-size: 1.1em; width: 85%; }

.teamList { padding: 18px 0 0; }
.teamList li { float: left; position: relative; width: 304px; padding-right: 17px; padding-bottom: 18px; }
.teamList li.last-child { padding-right: 0; }
.teamList li .image { background: #EEE; border: 1px solid #DFDFDF; min-height: 164px; }
.teamList li .image a { outline: none; display: block; width: 304px; height: 164px; }
.teamList li h3 { color: #242424; line-height: 1.2; margin-top: .65em; margin-bottom: 1.1em; }
.teamList li h3 span { color: #991f5f; display: block; font-size: .85em; }
.teamList li h4 { color: #212121; font-size: 1.2em; margin-bottom: .3em; }

html.ie8 .teamList li a { background: url("ie8fix.png") no-repeat left top; }

/* ie8 fix */
#circleButtonNav { position: absolute; top: 35px; right: 0; }
#circleButtonNav li { float: left; padding-left: 10px; }
#circleButtonNav li a { width: 45px; height: 45px; overflow: hidden; display: block; }
#circleButtonNav li.prev a { background: url("../images/buttons/circular-page-nav.png") no-repeat left top; }
#circleButtonNav li.prev a:hover { background-position: left -45px; }
#circleButtonNav li.next a { background: url("../images/buttons/circular-page-nav.png") no-repeat -45px top; }
#circleButtonNav li.next a:hover { background-position: -45px -45px; }

#miniBiog { width: 963px; padding-top: 30px; }
#miniBiog .image { margin-top: 7px; background: #EEE; border: 1px solid #DFDFDF; width: 304px; min-height: 225px; float: left; }
#miniBiog .profileContent { width: 633px; padding-left: 24px; float: left; }
#miniBiog .profileContent h1 { font-size: 2.2em; font-weight: normal; color: #242424; line-height: 1.2; margin-top: 0; margin-bottom: .9em; }
#miniBiog .profileContent h1 span { color: #991f5f; display: block; font-size: .8em; }
#miniBiog .profileContent div.info { float: left; width: 313px; }
#miniBiog .profileContent div.info .dob { font-size: 1.2em; padding-bottom: .3em; }
#miniBiog .profileContent div.info .dob strong { color: #991f5f; }
#miniBiog .profileContent div.info p { font-size: 1.1em; margin: 0; line-height: 1.4; }
#miniBiog .profileContent div.interests { float: right; width: 296px; padding-left: 24px; background: url("../images/bg/dotted-line-vertical.png") repeat-y left top; }
#miniBiog .profileContent div.interests .listHeading { margin-bottom: .3em; }
#miniBiog .profileContent dl { font-size: 1em; }
#miniBiog .profileContent dl dt { clear: both; width: 148px; float: left; display: block; padding-bottom: 10px; color: #991F5F; }
#miniBiog .profileContent dl dt.advice { padding-bottom: 2px; }
#miniBiog .profileContent dl dd { width: 141px; float: right; display: block; margin-left: 7px; padding-bottom: 10px; }
#miniBiog .profileContent dl dd.advice { float: none; clear: left; width: auto; padding-right: 13px; margin-left: 0; }

/* Selling to us */
.clearance .sectionIntro { background: url("../images/bg/helecopters-surplus-stock.jpg") no-repeat right 60px; min-height: 700px; }

/* Buying from us */
.buyingfromus .sectionIntro { background: url("../images/bg/global-distribution-with-products.jpg") no-repeat right 60px; }

/* Contact us */
.contactMethods { font-size: 1.3em; margin-bottom: 68px; }
.contactMethods dt, .contactMethods dd { float: left; padding-bottom: .1em; }
.contactMethods dt { clear: left; font-weight: bold; color: #991f5f; }
.contactMethods dd { margin-left: 14px; }

.contact .sectionIntro { background: url("../images/bg/telephone-cans-lrg.png") no-repeat right 28px; }

/* Footer */
footer { background-color: #F1F1EF; border-top: 1px solid #C7C6C0; color: #4a463e; font-size: .85em; padding: 0; }
footer p { float: left; margin: 0; padding: 7px 0 0; }
footer ul { float: right; }
footer ul li { float: left; background: url("../images/bg/footer-item-divider.png") repeat-y left top; padding: 7px 1.4em; }
footer ul li:last-child { padding-right: .42em; }

/* ********* Helper styles ********* */
.listHeading { color: #FFF; background: url("../images/bg/list-heading-lh-end.png") no-repeat left top; padding-left: 6px; margin: 0; float: left; font-weight: normal; }
.listHeading span { background: url("../images/bg/list-heading-rh-end.png") no-repeat right top; display: block; padding: .1em .8em 16px .3em; }

.readmore a { display: block; text-indent: -10000px; width: 139px; height: 46px; overflow: hidden; background: url("../images/buttons/read-more.png") no-repeat left -46px; }
.readmore a:hover { background-position: left top; }
.readmore.small a { background: url("../images/buttons/read-more.png") no-repeat -139px -35px; width: 118px; height: 35px; }
.readmore.small a:hover { background-position: -139px top; }

.highlight { color: #991f5f; }

.ui-tabs-hide { display: none; }

/* Carousel controls */
.scrollCtrl { width: 79px; height: 82px; overflow: hidden; position: absolute; top: 279px; }
.scrollCtrl.left { background: url("../images/buttons/scroll-left.png") no-repeat left top; left: 0; }
.scrollCtrl.right { background: url("../images/buttons/scroll-right.png") no-repeat left top; right: 0; }
.scrollCtrl:hover { background-position: left -82px; cursor: pointer; }

/* Homepage feature carousel
*/
#carousl { margin-top: 10px; }
#carousl ul { width: 963px; min-height: 400px; overflow: hidden; padding: 0; }
#carousl ul li { width: 963px; height: 400px; float: left; }
#carousl ul li.buyingfromus { background: url("../images/bg/home-feature_international-delivery.jpg") no-repeat left top; }
#carousl ul li.clearanceservices { background: url("../images/bg/home-feature_helicopter-clearance.jpg") no-repeat left top; }
#carousl ul li.aboutus { background: url("../images/bg/home-feature_flying-lightbulbs.jpg") no-repeat left top; }
#carousl ul h2, #carousl ul h3 { margin: 0; }
#carousl ul h2 { font-size: 3.6em; letter-spacing: -1px; font-weight: normal; line-height: 1.1; padding-top: 0.3em; color: #991f5f; }
#carousl ul h2 span { color: #655285; display: block; line-height: .8em; }
#carousl ul h3 { font-size: 1.5em; font-weight: normal; line-height: 1.3; width: 392px; }
#carousl ul p { width: 340px; font-size: 1em; line-height: 1.6; margin-top: .9em; color: #444; }

#homepageLower { border-top: 1px solid #CDCCC9; background: #EFEFED; margin-bottom: 19px; padding: 10px; }
#homepageLower h2 { color: #655285; font-weight: normal; margin: 0; }
#homepageLower section, #homepageLower div { float: left; }
/* #homepageLower #businessAreas { width: 622px; border: 1px solid #CDCCC9; margin-right: 7px; } */
#homepageLower #businessAreas { border: 1px solid #CDCCC9; margin-right: 7px; }
#homepageLower #businessAreas h2 { font-size: 2em; margin: 0; }
#homepageLower #businessAreas h2 + p { margin-top: 0; }
#homepageLower #businessAreas .areaSummary { background-color: #FFF; min-height: 247px; padding: 7px 340px 7px 18px; }
#homepageLower #businessAreas .buying { background: white url("../images/hunter-price-assorted-products.jpg") no-repeat right 16px; }
#homepageLower #businessAreas .selling { background: white url("../images/bg/hunter-price-clearance-services.jpg") no-repeat right 16px; }
#homepageLower .ourCustomers { width: 295px; padding-left: 15px; background: url("../images/bg/shaded-panel-divider.png") no-repeat left top; }
#homepageLower .ourCustomers h2 { padding: .6em 0 .2em; line-height: 1.1; font-size: 1.8em; }
#homepageLower .ourCustomers p { font-size: .9em; line-height: 1.5; }
#homepageLower .ourCustomers h2 + p { font-size: 1em; line-height: 1.4; margin-top: .3em; }
#homepageLower .ourCustomers .inner { background: #FFF; border: 1px solid #CDCCC9; padding: 0 8px 0 13px; }
#homepageLower .ourCustomers .inner .logos { padding: .8em 0 1em; }
#homepageLower .ourCustomers ul.customerLogoSet { padding: .5em 0 1em; }
#homepageLower .ourCustomers ul.customerLogoSet li { float: left; min-height: 40px; margin-right: 8px; }
#homepageLower .ourCustomers ul.customerLogoSet img { vertical-align: middle; }

#clearanceServices { width: 450px; margin-top: 10px; }
#clearanceServices li a { border: 1px solid #DED8C9; }
#clearanceServices li a.stockpurchase { border-left: 0; }

.tabMenu { padding: 0; margin: 0; }
.tabMenu li { float: left; width: 50%; text-align: center; }
.tabMenu li a { display: block; color: #242424; background: #3d3d3c url("../images/bg/smtab-default.png") repeat-x left top; padding: .48em 0 .55em; text-decoration: none; outline: none; }
.tabMenu li a:hover { background-position: left -32px; background-color: #545452; }
.tabMenu li.ui-tabs-selected a { color: #333; font-weight: bold; background: #FFF; }
.tabMenu li:last-child a { border-left: 1px solid #DED8C9; }

/* Side features */
.lhcol .didYouKnow { color: #FFF; background: url("../images/bg/didyouknow-main.png") repeat-y left top; padding-bottom: 0; }
.lhcol .didYouKnow .wrap { background: url("../images/bg/didyouknow-bottom.png") no-repeat left bottom; }
.lhcol .didYouKnow .inner { background: url("../images/bg/didyouknow-top.png") no-repeat left top; padding: 9px 100px 42px 16px; }
.lhcol .didYouKnow .inner p { margin-top: 0; }

.didYouKnow h3 { font-size: 1.5em; margin-bottom: 0; }

.getInTouch { background: url("../images/bg/tin-can-telephone.png") no-repeat right top; margin-top: .8em; }
.getInTouch h3 { font-size: 1.9em; padding-right: 130px; line-height: 1.3em; font-weight: normal; margin: 0; }
.getInTouch .highlight { padding: .3em 155px 0 0; margin: 0; }

/* ==|== media queries ====================================================== PLACEHOLDER Media Queries for Responsive Design. These override the primary ('mobile first') styles Modify as content requires. ========================================================================== */
@media only screen and (min-width: 480px) { /* Style adjustments for viewports 480px and over go here */ }
@media only screen and (min-width: 768px) and (orientation:portrait) { /* iPad portrait orientation fix */
  #main { min-height: 1240px; } }
