/* /////////////////////////////////
	KoolAZ CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 14px 'lucida sans unicode', 'lucida grande', tahoma, arial, trebuchet, "sans serif";
	color: #000;
	background: #fff;
	line-height: 22px;
}

.center {
	width: 960px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.hidden {
	display: none;
}

.mainCol {
	width: 720px;
	padding: 14px 0 18px 0;
}

.subCol {
	width: 210px;
	padding: 14px 0 24px 0;
}

.col1 {
	width: 220px;
	padding-right: 20px;
}

.col2 {
	width: 480px;
}

#header {
	background: #0057a6 url('../i/bg-header.gif') repeat-x center top;
	height: 140px;
}

/* /////////////////////////////////
	TEXT + HTML
///////////////////////////////// */

h1 {
	font: bold 34px arial, tahoma;
	margin: 2px 0px 18px 0px;
	color: #003f8f;
	letter-spacing: -1px;
}

h2 {
	font: bold 19px arial, tahoma;
	margin: 18px 0px 12px 0px;
	color: #003f8f;
}

h2 .price {
	color: red;/* #53a7d3; */
	font-weight: normal;
}

h3 {
	font: bold 16px arial;
	color: red; /* #a1cadf; */
	line-height: 18px;
	margin: 18px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h4 {
	font: bold 12px arial, tahoma;
	margin: -12px 0px 12px 0px;
	color: #003f8f;
	line-height: 18px;
}

p, ul, ol {
	margin: 18px 0px 18px 0px;
}

ul {
	list-style-type: none;
}

ul.bullet {
	list-style-type: disc;
	margin: 10px 0px 10px 20px;
}

p em {
	font-family: arial, tahoma;
}

p.home {
	font-size: 12px;
}

/* /////////////////////////////////
	LINKS
///////////////////////////////// */

a img { border: none }

a:link,
a:visited {
	color: #003f8f;
	text-decoration: none;
}

a:hover {
	color: #003f8f;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

/* /////////////////////////////////
	LOGO & NAV
///////////////////////////////// */

#logo {
	display: block;
	float: left;
	width: 250px;
	height: 66px;
	overflow: hidden;
	background: transparent url('../i/koolaz-airconditioning.gif') no-repeat left top;
	text-indent: -5000px;
	margin: 18px 23px 0 0;
}

#logo:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

#header h1 {
	float: left;
	width: 324px;
	height: 20px;
	overflow: hidden;
	background: transparent url('../i/airconditioning.gif') no-repeat left top;
	text-indent: -5000px;
	margin: 47px 0 0 0;
}

#header h2 {
	float: right;
	width: 150px;
	height: 27px;
	overflow: hidden;
	background: transparent url('../i/phone.gif') no-repeat left top;
	text-indent: -5000px;
	margin: 40px 0 0 0;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

ul#nav {
	margin: 0;
	list-style-type: none;
	font: bold 18px arial;
	background: #d8ecf6;
	border: solid 11px #d8ecf6;
}

ul#nav li {
	display: block;
	width: 186px;
	border-left: solid 1px #c1dcea;
	border-right: solid 1px #c1dcea;
	border-bottom: solid 1px #c1dcea;
	color: #003f8f;
	background: #fff;
}

ul#nav li a,
ul#nav li a:visited {
	display: block;
	width: 156px;
	color: #003f8f;
	padding: 5px 15px;
}

ul#nav li a:hover {
	color: #000;
	background: #f2f9fd;
}

ul#nav li.current,
ul#nav li.current:hover {
	background: #d8ecf6;
	border-left: solid 1px #d8ecf6;
	border-right: solid 1px #d8ecf6;
}

ul#nav li.current a {
	color: #000;
}

ul#nav #first {
	border-top: solid 1px #c1dcea;
}

ul#nav #first.current {
	border-top: solid 1px #d8ecf6;
}

ul#nav #last.current {
	border-bottom: solid 1px #d8ecf6;
}

ul#nav #first.current a,
ul#nav #last.current a {
	color: #000;
}

ul#nav li ul {
	margin: 0;
	padding: 1px 0 6px 0;
}

ul#nav li ul li {
	border: 0;
	font-size: 11px;
	background: transparent;
}

ul#nav li ul li a,
ul#nav li ul li a:visited {
	padding: 2px 5px 2px 25px;
}

ul#nav li.current ul li {
	border: 0;
}

ul#nav li.current ul li a {
	color: #003f8f;
}

ul#nav li.current ul li.current {
	border: 0;
	background: #c1dcea;
}

ul#nav li.current ul li.current a,
ul#nav li.current ul li.current a:hover {
	color: #000;
}


/* /////////////////////////////////
	CONTENT
///////////////////////////////// */

.box {
	border: solid 11px #d8ecf6;
}

#flashHolder {
	border: solid 1px #c1dcea;
}

.homeFeature {
	float: left;
	border-right: solid 1px #c1dcea;
	margin: 6px 0 24px 0;
	height: 240px;
	font-size: 11px;
	line-height: 18px;
	padding: 14px 0 0 0;
}

.homeFeature p,
.homeFeature ul {
	margin: 12px 0;
}

.commercial {
	width: 197px;
	margin-right: 30px;
	padding-left: 12px;
	background: transparent url('../i/bg-commercial.jpg') no-repeat right top;
}

.domestic {
	width: 239px;
	margin-right: 30px;
	background: transparent url('../i/bg-domestic.jpg') no-repeat right top;
}

.special {
	width: 449px;
}

.special h3 {
	height: 18px;
	margin: -6px 0 -12px 0;
}

.special .product {
	float: right;
	margin: 18px 0 0 30px;
}

a.more,
a.more:visited {
	font: normal 10px arial, tahoma;
	color: #fff;
	background: #004f9b;
	padding: 3px 8px;
	text-transform: uppercase;
}

a.more:hover {
	background: #003b86;
	color: #e8cd2b;
}

.categories li {
	border-right: solid 1px #c1dcea;
	float: left;
	width: 145px;
	padding: 178px 15px 24px 25px;
	font-size: 11px;
	line-height: 18px;
}

.categories p {
	margin: 12px 5px 12px 0;
}

.categories h2 {
	margin-top: 0;
}

.categories li#wall {
	padding-left: 0px;
	background: transparent url('../i/bg-wall.jpg') no-repeat right top;
}

.categories li#cassette {
	background: transparent url('../i/bg-cassette.jpg') no-repeat right top;
}

.categories li#floor {
	background: transparent url('../i/bg-floor.jpg') no-repeat right top;
}

.categories li#ducted {
	background: transparent url('../i/bg-ducted.jpg') no-repeat right top;
}

/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#footer {
	clear: both;
	background: #d8ecf6;
	font-size: 11px;
	padding: 1px 15px;
} 

#footer p {
	margin: 4px 0;
}

#admin {
	float: right;
	margin: 4px 20px 4px 0;
}

#vo2 {
	float: right;
	margin: 4px 0;
}

/* /////////////////////////////////
	GALLERY
///////////////////////////////// */

.gallery {
	margin: 18px 0 24px 0;
}

.gallery a:link,
.gallery a:visited {
	margin: 0 14px 14px 0;
	float: left;
	border: 0;
	overflow: hidden;
}

.gallery a img {
	display: block;
	width: 160px;
	height: 120px;
	float: left;
	border: 0;
	overflow: hidden;
}

.gallery a:hover {
	border: solid 6px #004f9b;
}

.gallery a:hover img {
	margin: -6px;
}

