﻿/*-------------------------------------------

             Title :  Air Power
             Usage :  Homepage
             Author:  QualityXHTML
             Edited:  2009-08-28

---------------------------------------------*/


/*===================TOC=====================

             1. What's New
             2. Browse by Industry Type
             3. Introduction

=============================================*/



/* 1. What's New
---------------------------------------------*/
#new {
	margin-bottom: 9px;
	padding-top: 18px;
	overflow: hidden;
	}

#new h2 {
	margin-bottom: 16px;
	color: #08183E;
	font-size: 1.125em;
	}

#new ol {
	margin-right: -14px;
	width: 690px;
	}

#new ol li {
	float: left;
	margin: 0 14px 10px 0;
	padding: 8px 8px 0;
	width: 200px;
	height: 164px;
	color: white;
	font-weight: bold;
	font-size: 0.75em;
	background: url(../images/new_li_bg.png) no-repeat top left;
	}

#new ol li:hover   { background-position: 0 -172px; }
#new ol li.services { background-position: 0 -172px; }
#new ol li.services:hover { background-position: 0 -516px; }
#new ol li.special { background-position: 0 -344px; }
#new ol li.special:hover { background-position: 0 -688px; }

#new ol li a {
	display: block;
	margin-bottom: 13px;
	}

.ie6-7  #new ol li a,
.safari #new ol li a {
	margin-bottom: 14px;
	}

#new ol li:hover a {
	width: 198px;
	height: 122px;
	overflow: hidden;
	border: 1px solid white;
	}

#new ol li:hover a img {
	margin: -1px 0 0 -1px;
	}


/* 2. Browse by Industry Type
---------------------------------------------*/
#type {
	margin-right: 9px;
	padding-bottom: 22px;
	overflow: hidden;
	border-bottom: 1px solid #BFBFBF;
	}

#type h3 {
	margin-bottom: 16px;
	color: #08183E;
	font-size: 1.125em;
	}

.ie7 #type h3 {
	padding-top: 9px;
	}

#type ul {
	margin-right: -4px;
	width: 678px;
	}

#type ul li {
	float: left;
	margin-right: 4px;
	padding: 4px 4px 0;
	width: 101px;
	height: 82px;
	color: white;
	font-weight: bold;
	font-size: 0.75em;
	text-align: center;
	background: url(../images/type_li_bg.png) no-repeat top left;
	}

#type ul li:hover {
	background-position: 0 -86px;
	}

#type ul li a {
	display: block;
	margin-bottom: 4px;
	}

.ie6-7  #type ul li a,
.safari #type ul li a {
	margin-bottom: 5px;
	}


/* 3. Introduction
---------------------------------------------*/
#intro h4 {
	padding: 18px 0 13px;
	color: #08183E;
	font-size: 1.125em;
	}

#intro p {
	margin-bottom: 18px;
	color: #262626;
	font-size: 0.75em;
	line-height: 1.5em;
	}

#intro p strong {
	color: #88AB05;
	}

#intro p a {
	color: #08173e;
	}

#intro ul {
	margin-left: 25px;
	list-style-type: disc;
	}

#intro ul li {
	margin-bottom: 10px;
	font-size: 12px;
	color: #4c4c4c;
	}

#catCartDetails h4 {
	padding: 18px 0 13px;
	color: #08183E;
	font-size: 1.125em;
	}