/*
Theme Name: AirEng
Description: Wordpress theme developed by Burst Creative for AirEng
Author: Burst Creative
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
span.hide {
	display: none;
}
a {
	color: #2782ca;
	text-decoration: underline;
}
a:hover {
	color: #599fd6;
}
p {
	padding-bottom: 1em;
	line-height: 1.5em;
	font-size: 13px;
}
h3 {
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.1em;
	line-height: 1.2em;
}
img {
	display: inline;
}
strong {
	font-weight: bold;
	padding-bottom: 1em;
}


/****************************************/
body {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	color: #000;
	background: url(images/bg-page.png) repeat;
	font-family: Georgia, Helvetica, sans-serif;
}

#page-wrap {
	margin: auto;
	width: 950px;
}

#header {
	background: url(images/bg-header.png) no-repeat;
	height: 170px;
	width: 950px;
	position: relative;
}

#header h1 {
	background: url(images/bg-aireng-logo.png) no-repeat;
	width: 259px;
	height: 150px;
	text-indent: -9999px;
	float: left;
	position: absolute;
	top: 50px;
	left: -20px;
}

#header h2 {
	background: url(images/headers/h1-home.png) no-repeat;
	width: 208px;
	height: 68px;
	text-indent: -9999px;
	float: right;
	position: absolute;
	top: 50px;
	right: 30px;
}


/* =Menu
-------------------------------------------------------------- */

/* Fix drop-down menu for IE6 */
* html body
{
	behavior: url(http://www.aireng.com.au/wp-content/themes/aireng/csshover3.htc);
}

* html #nav li:hover a,
* html #nav ul ul:hover a
{
	color:#fff;
	background:#333;
}

/* Page displaying hacks /*

/* Because IE6 doesn't support the child selector ">",		*/
/* providing a good common styling method is rather hard.	*/
/* This is why this hack takes care of only the first 5		*/
/* levels of nesting (it will be OK for ~95% of the users)	*/

/* First level */
* html #nav li:hover ul
{
	display:block;
}

* html #nav li:hover ul ul
{
	display:none;
}

/* First level highlight fix */
* html #nav li:hover ul a
{
	color: #aaa;
}

* html #nav li li:hover a
{
	color: #fff;
}

/* Second level */
* html #nav li li:hover ul
{
	display:block;
}

* html #nav li li:hover ul ul
{
	display:none;
}

/* Second level highlight fix */
* html #nav li li:hover ul a
{
	color: #aaa;
}

* html #nav li li li:hover a
{
	color: #fff;
}

/* Third level */
* html #nav li li li:hover ul
{
	display:block;
}

* html #nav li li li:hover ul ul
{
	display:none;
}

/* Third level highlight fix */
* html #nav li li li:hover ul a
{
	color: #aaa;
}

* html #nav li li li li:hover a
{
	color: #fff;
}

/* Final fix - all further nested items will show up at once */
* html #nav li li li li li li:hover ul
{
	display:block;
}

/* Final highlight fix */
* html #nav li li li li li li:hover ul a
{
	color: #aaa;
}

* html #nav ul li.current_page_item a,
* html #nav ul li.current-menu-ancestor a,
* html #nav ul li.current-menu-item a,
* html #nav ul li.current-menu-parent a
{
	color: #fff;
}

* html #nav ul li.current_page_item a,
* html #nav ul li.current-menu-ancestor a,
* html #nav ul li.current-menu-item a,
* html #nav ul li.current-menu-parent a,
* html #nav ul li a:hover
{
	color:#fff;
}



#nav {
	height: 40px;
	position: absolute;
	top: 130px;
	left: 177px;
	font-size: 1.15em;
	display: block;
}

#nav ul {
	list-style: none;
	margin: 0;
}
#nav ul li:first-child {
	padding: 0 3px 0 3px;
}
#nav ul ul li:first-child, #nav ul ul ul li:first-child {
	padding: 0 1px 0 0;
}
#nav li {
	float:left;
	position: relative;
	background: url(images/bg-nav-item.png) right no-repeat;
	padding: 0 3px 0 0;
	height: 40px;
}
#nav a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding: 0 20px 0 20px;
	line-height: 40px;
}
#nav ul ul {
	display:none;
	position:absolute;
	top:40px;
	left:0;
	float:left;
	width: 220px;
	z-index: 99999;
}
#nav ul ul li {
	min-width: 120px;
	border-top: 1px solid #fff;
	background: none;
	height: 30px;
}
#nav ul ul ul {
	left:100%;
	top:-1px;
}
#nav ul ul li {
	padding: 0 1px 0 0;
}
#nav ul ul a {
	background: #333;
	background: rgba(0,0,0,0.825);
	width: 120px;
	line-height: 30px;
	font-size: 12px;
}
#nav li:hover > a,
#nav ul ul :hover > a {
	color:#fff;
	background: url(images/bg-nv-on.png) repeat-x;
}
#nav ul li:hover > ul {
	display:block;
}
#nav ul li.current_page_item > a,
#nav ul li.current_page_ancestor > a,
#nav ul li.current_page_parrent > a {
	color: #fff;
	background: url(images/bg-nv-on.png) repeat-x;
}

/************* content-wrap ******************/
#content-wrap {
	background:  #fff;
	min-height: 500px;
	padding: 30px 0 30px 50px;
	width: 900px;
	overflow: hidden;
}

#content-wrap.homepage {
	background: #fff;
	padding-bottom: 0;
}

#content-wrap.lost {
	background: url(images/home-placeholder.png) no-repeat bottom right #fff;
}

#content-wrap.three-col {
	background:url(images/bg-3-col.png) repeat-y;
	width: 950px;
	padding: 30px 0 30px 0;
}

/************* content ******************/
#content {
	width: 480px;
	background: none;
	float: left;
}

#content.small {
	width: 300px;
	background: none;
	float: left;
}

#content.medium {
	width: 680px;
	background: none;
	float: left;
}

#content.large {
	width: 850px;
	background: none;
	float: left;
}

#content.home {
	width: 450px;
	background: none;
	float: left;
}
/************* sidebar ******************/
#sidebar {
	width: 320px;
	float: right;
	border-left: 1px dotted #CCC;
	margin-right: 50px;
	padding-left: 30px;
	overflow: hidden;
}

#sidebar.flash {
	width: 442px;
	height: 570px;
	float: right;
	margin-right: 0;
	padding-left: 0;
	overflow: hidden;
	border: none;
}

/************* subnav ******************/
#subnav {
	float: left;
	width: 182px;
	margin-right: 20px;
	min-height: 100px;
	padding-left: 28px;
}

#product-nav ul {
	margin: 0 0 10px 0;
	list-style-type: none;
	padding: 0;
}

#product-nav ul li a {
	margin: 10px 0 0 0;
}

#product-nav ul.children li a {
	margin: 2px 0 0 0;
}

#product-nav ul.children {
	margin-bottom: 0;
}

#product-nav ul li a, #product-nav ul a.series-head  {
	background: url(images/bg-lnk-products.png) no-repeat center;
	width: 156px;
	height: 20px;
	display: block;
	color: #fff;
	text-indent: 15px;
	line-height: 1.5em;
	text-decoration: none;
}

#product-nav ul.children li a, #product-nav ul li.current_page_item ul.children li a  {
	background: url(images/bg-lnk-products.png) no-repeat bottom;
	color: #000;
}

#product-nav ul li a:hover, #product-nav ul.children li a:hover, #product-nav li.current_page_item ul.children li a:hover, #product-nav ul li.current_page_item a, #product-nav ul a.active    {
	background: url(images/bg-lnk-products.png) no-repeat top;
	color: #fff;
}


/************* footer ******************/
#footer {
	background: url(images/bg-footer.png) no-repeat;
	height: 122px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #fff;
	padding: 8px 30px 0 30px;
}

#footer-fans {
	float: left;
	width: 200px;
	margin-right: 80px;
}

#footer-pages {
	float: left;
	width: 200px;
}

#footer-info {
	float: right;
	text-align: right;
	padding-top: 10px;
}

#footer p {
	padding: 0;
	font-size: 11px;
	margin-bottom: 5px;
}

#footer h3 {
	padding: 0;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid;	
}

#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted;
	padding-bottom: 1px;
}

#footer a:hover {
	text-decoration: none;
	color: #999999;
}

#footer a.burst-link {
	color: #F6921E;
}

#footer a.burst-link:hover {
	color: #FFCC33;
}


#footer .left-col {
	float: left;
}
#footer .right-col {
	float: right;
}

#footer a#talk-to-us {
	background: url(images/bg-lnk-talk-to-us-now.png) no-repeat;
	display: block;
	width: 95px;
	height: 84px;
	float: left;
	margin: 0 0 0 75px;
	border: none;
	
}

#content h2 {
	color: #ec1c24;
	font-size: 1.5em;
	padding-bottom: 0.75em;
	line-height: 1.3em;
}

#content ul {
	line-height:1.5em;
	list-style-type:square;
	margin-left:1.3em;
	margin-top:0;
	padding-bottom:1.5em;
	font-size: 13px;
}

#content ul li {
	padding-left:5px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
	padding-bottom: 0;
}

.ddsg-wrapper ul li { line-height: 25px; color: #EC1C24; list-style-type: disc; }

h4 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 1em;
}


/************* breadcrumbs ******************/
#breadcrumbs {
	padding-bottom: 10px;
}

#breadcrumbs p {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}

#breadcrumbs a {
	text-decoration: none;
	font-size: 12px;
	border-bottom: 1px dotted;
	padding-bottom: 1px;
	color: #999;	
}

#breadcrumbs a:hover, #breadcrumbs a.active {
	text-decoration: none;
	color: #333;
}

div.left {
	float: left;
	margin: 30px 20px 0 0 ;
}

div.silencers-left {
	float: left;
	width: 264px;
	margin: 30px 70px 0 0 ;
}

table#benefits-table h5 {
	font-size: 13px;
}

table#benefits-table th h5 {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

table#benefits-table td h5 {
	font-weight: bold;
	padding-bottom: 4px;
}

table#benefits-table th {
	padding: 10px 8px 10px 8px;
	background: #72b2dc;
	border-bottom: 2px solid #fff;
	border-right: 1px solid #fff;
}

table#benefits-table td {
	padding: 10px 8px 10px 8px;
	border-bottom: 15px solid #fff;
	border-right: 1px solid #fff;
	color: #000033;
}

table#benefits-table tr {
	background: #E7EDFF;
}

table#benefits-table th.head-need {
	border-bottom: 1px solid #fff;
	color: #fff;
	background: #3a8abf;
}

img.float {
	float: left;
	margin-right: 60px;
}

table.performance-data {
	font-size: 11px;
	font-family: "Trebuchet MS";
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

table.performance-data th {
	background: #3A8ABF;
	color: #fff;
	padding: 3px;
	text-align: center;
}

table.performance-data th.type {
	background: #333;
	padding: 10px;
	color: fff;
	font-weight: bold;
}

table.performance-data td {
	color: #000;
	padding: 3px;
	text-align: center;
}

table.performance-data tr {
	background: #F2F2F2;
}
table.performance-data tr:hover {
	background: #CCCCCC;
}

div.application {
	background: #F3F3F3;
	border: 1px solid #666;
	padding: 10px 10px 0 10px;
	width: 173px;
	height: 210px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333;
	float: left;
	margin: 0 20px 20px 0;
}

div.application p {
	padding: 10px;
	line-height: 1.2em;
}

table.accessories-data {
	font-family: "Trebuchet MS";
	margin-bottom: 120px;
	border: 1px solid #ccc;
	margin-top: 0px;
}

table.accessories-data th {
	background: #3A8ABF;
	color: #fff;
	padding: 5px;
}

table.accessories-data td {
	color: #000;
	padding: 5px;
	background: #F2F2F2;
}

div.accessory {
	margin: 30px 0 50px 0;
	border-bottom: 1px dotted #999;
	padding-bottom: 50px;
}
div.last {
	border-bottom: none;
}

table.illustrations-data {
	font-family: "Trebuchet MS";
	margin-bottom: 20px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: 40px;
}

table.illustrations-data th {
	background: #3A8ABF;
	color: #fff;
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.illustrations-data td {
	color: #000;
	padding: 5px;
	background: #F2F2F2;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

ul#downloads {
	line-height:1.5em;
	margin-left:0;
	margin-top:0;
	padding-bottom:1.5em;
	font-size: 13px;
	list-style-type: none;
}

ul#downloads li {
	padding-left: 40px;
	line-height: 3.5em;
	background: url(images/bg-pdf-icon.png) no-repeat;
	background-position: 0 8px;
	display: block;
}

div.gallery-image {
	background: #F5F5F5;
	padding: 10px;
	width: 100px;
	height: 140px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333;
	float: left;
	margin: 0 25px 25px 0;
}

div.admin-gallery-image {
	height: 170px;
}

div.gallery-image img {
	margin: auto;
}

div.gallery-image-wrap {
	height: 100px;
}

div.gallery-image p {
	padding: 10px;
	line-height: 1.2em;
	font-size: 10px;
	font-weight: bold;
}

a.product-link {
	display: block;
	float: left;
	width: 200px;
	height: 151px;
	text-indent: -9000px;
	margin: 0 0 20px 20px;
}

a#centrifugal-fans {
	background: url(images/products/bg-lnk-prod-cent.png) no-repeat;
}

a#axial-fans {
	background: url(images/products/bg-lnk-prod-axial.png) no-repeat;
}

a#specialist-fans {
	background: url(images/products/bg-lnk-prod-special.png) no-repeat;
}

a#sound-control {
	background: url(images/products/bg-lnk-prod-sound.png) no-repeat;
}

table.admin-products td {
	padding: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

table.admin-products {
	margin-bottom: 30px;
}

table.admin-products th {
	padding: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #333333;
	color: #fff;
	font-size: 14px;
}

table.admin-products tr.series {
	background: #96c5e5;
}

table.admin-products tr {
	background: #E7EDFF;
	color: #336699;
}

div#table-col-left {
	float: left;
	border-right: 1px dotted #ccc;
	padding: 0 25px 30px 0;
}

div#table-col-right {
	float: right;
}

.accordion {
	width: 400px;
}

#content h2.product-maint {
	margin-top: 15px;
	font-size: 16px;
	color: #000033;
}

#content h4 {
	font-size: 13px;
}

#content p.maint {
	font-size: 13px;
}


#contact-area {
	width: 800px;
	margin-top: 10px;
	font-family: "Trebuchet MS";
}

#contact-area form {
	margin-bottom: 40px;
}

#contact-area  label {
	font-size: 12px;
	width: 80px;
	display: block;
	float: left;
	padding-top: 10px;
	font-weight: bold;
}

#contact-area  label.desc {
	padding-bottom: 10px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 200px;
	margin-left: 15px;
	border: 1px solid #ccc;
}

#contact-area select {
	padding: 5px;
	margin-left: 15px;
}

div.row-elem {
	margin-bottom: 10px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
	background: #EFEFFF;
}

#contact-area input.button {
	width: auto;
}


#product-info {
	width: 300px;
	float: left;
}

#product-images {
	width: 300px;
	float: right;
	border-left: 1px dotted #DCDCDC;
	padding-left: 20px;
}

#product-images img {
	margin: auto;
	padding-bottom: 15px;
}

img.rating {
	margin-left: 15px;
}

ul#secure-drawings {
	margin-top: 10px;
}

ul#secure-drawings li {
	padding: 0 100px 5px 30px;
	float: left;
	display: block;	
	width: 175px;
	line-height: 3.5em;
	background: url(images/bg-pdf-secure-icon.png) no-repeat;
	background-position: 0 14px;
}

img.right {float: right;margin-left:20px;border:none;}


/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0 15px 0 0;
	max-width: 640px;
	display: inline;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}

.prod-link { margin: 0 0 15px 40px; }

.back-link { text-decoration: none; font-size: 14px; }

