﻿/*-------------------------------------------

             Title :  Air Power
             Usage :  Global Layout
             Author:  QualityXHTML
             Edited:  2009-08-28

---------------------------------------------*/


/*===================TOC=====================

               1. Reset
               2. Container
               3. Skip Links
               4. Branding
               5. Customer Utilities
               6. Site Navigation
               7. Content
               8. Products List
               9. Search
              10. Supp Navigation
              11. vCard
              12. Site Info

=============================================*/



/* 1. Reset
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

a {
	text-decoration: none;
	}

a:hover, a:focus {
	text-decoration: underline;
	}

img, abbr, fieldset {
	border: none;
	}

img {
	vertical-align: top;
	}

strong, em, cite, address {
	font-style: normal;
	font-weight: normal;
	}

legend {
	display: none;
	}

table {
	table-layout: fixed;
	border-collapse: collapse;
	}

object {
	outline: none;
	}


/* 2. Container
---------------------------------------------*/
body {
	position: relative;
	font-family: Arial, sans-serif;
	background: #F4F5E8 url(../images/body_bg.png) repeat-x bottom left;
	}


/* 3. Skip Links
---------------------------------------------*/
#skip {
	position: absolute;
	left: -500em;
	}


/* 4. Branding
---------------------------------------------*/
#branding {
	position: relative;
	margin: 0 auto;
	width: 937px;
	height: 207px;
	background: url(../images/branding_bg.jpg) no-repeat top left;
	}

#branding h1 a {
	position: absolute;
	top: 115px;
	left: 16px;
	width: 285px;
	height: 62px;
	overflow: hidden;
	text-indent: -500em;
	}

#branding p {
	position: absolute;
	top: 91px;
	right: 15px;
	width: 490px;
	color: white;
	font-weight: bold;
	font-size: 1.125em;
	line-height: 1.35em;
	text-align: right;
	}

#branding #contact-us {
	position: absolute;
	top: 176px;
	right: 20px;
	display: block;
	}

#branding #contact-us a {
	color: white;
	font-weight: bold;
	font-size: 0.875em;
	text-decoration: underline;
	}

#branding #contact-us a:hover {
	text-decoration: none;
	}

#branding #quick {
	position: absolute;
	top: 11px;
	left: 13px;
	color: white;
	font-weight: bold;
	font-size: 0.875em;
	}


/* 5. Customer Utilities
---------------------------------------------*/
#customer {
	display: none;
	}


/* 6. Site Navigation
---------------------------------------------*/
#site-nav {
	position: relative;
	margin: 0 auto;
	padding: 1px 0;
	width: 937px;
	overflow: hidden;
	border-top:    1px solid #77AC00;
	border-bottom: 1px solid #7CB000;
	background: #9BC600;
	}

#site-nav h3 {
	position: absolute;
	left: -500em;
	}

#site-nav ul li {
	float: left;
	padding: 10px 14px 0 17px;
	height: 29px;
	background: url(../images/site-nav_li_bg.png) no-repeat top left;
	}

#site-nav ul li:first-child {
	padding-left: 15px;
	background: none;
	}

#site-nav ul li#cart {
	position: absolute;
	top: 1px;
	right: 114px;
	font-weight: bold;
	}

.ie6-7 #site-nav ul li#cart {
	top: 2px;
	}

#site-nav ul li a {
	color: white;
	font-size: 0.75em;
	}

#site-nav ul li:first-child + li + li + li + li a {
	color: #08183E;
	font-weight: bold;
	}

#site-nav ul li a:hover {
	text-decoration: underline;
	}

#home     #site-nav ul li:first-child                a,
#about    #site-nav ul li:first-child + li           a,
#support  #site-nav ul li:first-child + li + li      a,
#delivery #site-nav ul li:first-child + li + li + li a {
	font-weight: bold;
	}


/* 7. Content
---------------------------------------------*/
#content {
	position: relative;
	margin: 0 auto;
	padding: 0 24px 0px 230px;
	width: 683px;
	min-height: 1000px;
	height: 1%;
	background: white url(../images/content_bg.png) no-repeat 204px 0;
	}

#content:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}


/* 8. Products List
---------------------------------------------*/
#list {
	float: left;
	margin-left: -230px;
	width: 204px;
	}

#list h3 {
	position: absolute;
	left: -500em;
	}

#list ul li {
	position: relative;
	border-right: 1px solid #ADADAD;
	}

#list ul li a {
	position: relative;
	display: block;
	padding: 7px 27px 9px 14px;
	min-height: 12px;
	overflow: hidden;
	color: #08183E;
	font-weight: bold;
	font-size: 0.75em;
	text-decoration: none;
	background: #F8F8F8 url(../images/list_a_bg.png) repeat-x bottom left;
	}

.ie6-7  #list ul li a { padding: 7px 27px 8px 13px; min-height: 13px; }
.safari #list ul li a { padding: 8px 27px 8px 14px; }

#list ul li a:hover,
#list ul li a:focus {
	background-color: #EAEAEA;
	background-image: url(../images/list_a-hover_bg.png);
	}

.ff #list ul li a:active,
.ff #list ul li a:focus {
	z-index: 1;
	}

#list ul li ul {
	position: absolute;
	top: -1px;
	border-top:    1px solid #ADADAD;
	border-bottom: 1px solid #ADADAD;
	}

.ie6-7 #list ul li ul,
.opera #list ul li ul,
.ff2   #list ul li ul {
	left: 204px;
	width: 226px;
	}

.ie6-7 #list ul li ul li {
	margin-bottom: -1px;
	}

#list ul li ul li a {
	font-weight: bold;
	font-size: 0.92em;
	white-space: nowrap;
	}

#list ul li ul li ul li a {
	font-size: 0.75em;
	}

#list ul li a .arrow {
	position: absolute;
	top: 11px;
	right: 8px;
	width: 6px;
	height: 7px;
	cursor: pointer;
	background: url(../images/list_a_arrow_bg.png) no-repeat top left;
	}

.ie6-7 #list ul li a .arrow {
	top: 10px;
	}

#list ul li ul li a .shade {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 145px;
	cursor: pointer;
	background: url(../images/list_a_shade_bg.png) no-repeat top left;
	}

.ie6-7 #list ul li ul li ul,
.opera #list ul li ul li ul,
.ff2   #list ul li ul li ul {
	left: 226px !important;
	}

#list #call-today {
	padding: 19px 0 0 13px;
	width: 191px;
	height: 68px;
	color: white;
	background: url(../images/call-today_bg.png) no-repeat top left;
	}

#list #call-today em {
	display: block;
	margin-bottom: 1px;
	font-weight: bold;
	font-size: 0.75em;
	text-transform: uppercase;
	}

#list #call-today span {
	font-weight: bold;
	font-size: 1.125em;
	}


/* 9. Search
---------------------------------------------*/
#search h4 {
	position: absolute;
	top: 12px;
	right: 235px;
	color: white;
	font-weight: bold;
	font-size: 0.75em;
	}

.ie6-7  #search h4,
.safari #search h4 {
	top: 13px;
	}

#search form div #search-txt {
	position: absolute;
	top: 8px;
	right: 44px;
	padding: 3px 5px 0;
	width: 166px;
	height: 19px;
	border: none;
	font: 0.75em Arial, sans-serif;
	background: none;
	}

#search form div #search-sub {
	position: absolute;
	top: 8px;
	right: 13px;
	width: 31px;
	height: 22px;
	overflow: hidden;
	border: none;
	font-size: 0;
	letter-spacing: -100px;
	cursor: pointer;
	background: none;
	}


/* 10. Supplementary Navigation
---------------------------------------------*/
#supp-nav {
	margin: 0 auto;
	padding: 16px 0;
	width: 937px;
	overflow: hidden;
	border-top:    1px solid #02091D;
	border-bottom: 1px solid #050F2B;
	text-align: center;
	background: #08183E;
	}

.ie6-7 #supp-nav {
	padding: 17px 0 15px;
	}

#supp-nav h4 {
	position: absolute;
	left: -500em;
	}

#supp-nav ul {
	margin-left: 33px;
	}

#supp-nav ul li {
	float: left;
	color: #6580BF;
	font-size: 0.75em;
	cursor: default;
	}

#supp-nav ul li a {
	color: #6580BF;
	}

#supp-nav ul li span {
	margin: 0 8px 0 9px;
	}

.ie6-7 #supp-nav ul li span {
	margin-left: 6px;
	}


/* 11. vCard
---------------------------------------------*/
.vcard {
	margin: 0 auto;
	padding: 16px 0;
	width: 937px;
	overflow: hidden;
	border-top:    1px solid #102B58;
	border-bottom: 1px solid #050F2B;
	color: #6580BF;
	font-size: 0.75em;
	background: #08183E;
	}

.ie6-7 .vcard {
	padding: 15px 0 16px;
	}

.vcard .url {
	margin-left: 33px;
	color: #6580BF;
	}

.ie6-7 .vcard .url {
	display: inline-block;
	}

.vcard .adr {
	display: inline;
	}

.vcard .country-name {
	position: absolute;
	left: -500em;
	}

.vcard ul {
	margin-left: 33px;
	padding-top: 14px;
	}

.vcard ul li {
	float: left;
	display: inline;
	}

.vcard ul li a {
	position: relative;
	color: #6580BF;
	}

.vcard ul li .dash {
	margin: 0 8px 0 9px;
	cursor: default;
	}

.ie6-7 .vcard ul li .dash {
	margin-left: 6px;
	}


/* 12. Site Info
---------------------------------------------*/
#siteinfo {
	margin: 0 auto;
	padding: 16px 0 16px 33px;
	width: 904px;
	border-top: 1px solid #102B58;
	color: #6580BF;
	font-size: 0.75em;
	background: #08183E;
	}

.ff #siteinfo {
	padding-bottom: 17px;
	}