/* CSS styles for Air Conditioning Maintenance Services */
/* coded by DJENAN KOZIC :: 22/11/2007 */


/* THE BASICS */

* { margin:0; padding:0; }

body {
	background:#2C340F url('images/top_bg.gif') repeat-x top;
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin-bottom:40px;
}

a, a:hover, a:active, a img, a, a:hover img, a:active img { outline:none; border:none; }


/* HEADER */

#topbg {
	position:absolute;
	top:0;
	width:100%;
	z-index:-99;
	height:303px;
}
#topborder {
	background-color:#fff;
	position:relative;
	margin:0 auto;
	width:814px;
	height:100px;
}
#header {
	position:relative;
	background:transparent url('images/header.jpg') no-repeat top left;
	margin:0 auto;
	width:814px;
	height:201px;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	}
h1.phonenumber {
	position:absolute;
	top:25px;
	right:0px;
	width:188px;
	height:20px;
	background:transparent url('images/phonenumber.gif') no-repeat top left;
	overflow:hidden;
	text-indent:9000px;
}
a.logo {
	position:absolute;
	top:44px;
	left:5px;
	width:;
	height:;
	}
h1.logo {
	text-indent:-9000px;
}


/* NAVIGAITON */

#navigation {
	position:absolute;
	width:500px;
	right:0;
	bottom:25px;
	}

#navigation li { display:inline; margin:0; padding:0;}
#navigation ul { list-style:none; margin:0; padding:0; display:block; position:absolute; right:0;}
#navigation li a { background-image:url('images/nav.gif'); float:left; height:0; padding-top:14px; overflow:hidden; border-right:1px solid #2C340F; padding-right:3px; margin-right:3px;}

#navigation li#nav-1 a { background-position:0 0; width:32px; }
#navigation li#nav-1 a:hover { background-position:0 -14px; }

#navigation li#nav-2 a { background-position:-44px 0; width:57px; border:none; padding-right:0; }
#navigation li#nav-2 a:hover { background-position:-44px -14px; }

#navigation li#nav-3 a { background-position:-105px 0; width:229px; }
#navigation li#nav-3 a:hover { background-position:-105px -14px; }

#navigation li#nav-4 a { background-position:-343px 0; width:130px; }
#navigation li#nav-4 a:hover { background-position:-343px -14px; }

#navigation li#nav-5 a { background-position:-482px 0; width:118px; border:none; padding-right:0; }
#navigation li#nav-5 a:hover { background-position:-482px -14px; }


/* CONTENT */

#contentwrapper {
	background:transparent url('images/bg.gif') repeat-y center center;
	position:relative;
	width:814px;
	margin:0 auto;
	border:2px solid #fff;
	}

#content {
	float:left;
	width:499px;
	padding-top:24px;
	margin:0 0 20px 23px;
}

#content p {
	font-size:12px;
	color:#7c9121;
	line-height:1.6em;
	padding-top:0.8em;
}

#content h2 {
	font-size:15px;
	font-weight:bold;
	color:#3a4412;
	line-height:1.4em;
}
#content h3 {
	font-size:14px;
	font-weight:bold;
	color:#3a4412;
	line-height:1.4em;
	padding-top:0.6em;
}

#content ul, #content ol {
	padding-top:0.8em;
	margin-left:15px;
}
#content li {
	font-size:12px;
	color:#7c9121;
	line-height:1.6em;
}

#content a {
	color:#2C330E;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}

#images { 
	float:right;
	width:243px;
	margin:13px 12px 0 0;
	}
#images img {
	margin:0 0 10px 0;
}

#clear { clear:both; }

/* FOOTER */

#footer {
	clear:left;
	position:relative;
	width:499px;
	margin:0 0 0 0;
	border-top:2px dotted #2C340F;
	margin:15px 0 15px 23px;
	padding:15px 0 0 0;
	}

#footer p {
	font-size:12px;
	color:#2C340F;
	line-height:1.6em;
}

#footer a {
	color:#7c9121;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}