/*-------------------------------------------
	CSS by Rod Miles, AirShed Systems Inc.
	www.AirShedSystems.com	
	January 2008
	
	CSS Styles for 
	AlbertaConstructionandDesign.com
-------------------------------------------*/
 
 
/*----------------------
	Imports
-----------------------*/

@import url('reset.css'); 
@import url('content.css'); 

 
/*----------------------
	HTML Items
-----------------------*/
 
body
	{
	margin: 0 0 1em 0;
	padding: 0;
	font: 100.01%/120% arial,helvetica,geneva,verdana,sans-serif;
	color: #fff;
	text-align: center;	
	background: #323221 url('../images/body-bg.gif') repeat-x 0 0;
	}
 
h1,h2,h3 { font: normal normal 2.1em arial,helvetica,sans-serif; }
h1 { margin: 0 0 0.5em 0; padding: 0; border-bottom: 3px double #ccc; }
h2 { font-size: 1.7em; margin: 0.8em 0 0.5em 0; padding-bottom: 0; border-bottom: 1px solid #ccc; }
h3 { font-size: 1.4em; font-weight: bold; margin: 0.8em 0 0.5em 0; padding-bottom: 0; }

a { color: #cc3; }
a:hover { color: #a8a18e; text-decoration: none; }
a:active { color: #ccc; }
a.noUnder { text-decoration: none; }




/*----------------------
	Layout Items
-----------------------*/

#mainWrapper
	{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;	
	text-align: center;
	font-size: 78%;
	background: url('../images/wrapper-bg.gif') repeat-x center 246px;
	}

#header, #content, #footer
	{
	position: relative;
	width: 960px;
	height: auto;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	}
 
#header
	{
	height: 246px;
	background: url('../images/header-bg.jpg') no-repeat right bottom;
	}

#theLogo
	{
	float: left;
	width: 351px;
	height: 209px;
	margin-top: 37px;
	background: url('../images/ab-construction-logo.gif') no-repeat left top;
	}

#thePhone
	{
	float: right;
	width: 155px;
	height: 30px;
	margin: 5px 10px 0 0;
	background: url('../images/phone-number.gif') no-repeat 0 0;
	}
 
#mainMenu
	{
	position: relative;
	clear: both;
	z-index: 200;
	width: 100%;
	height: 32px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	}

#content
	{
	clear: both;
	z-index: 1;
	overflow: auto;
	background: url('../images/content-bg.png') repeat-y center 0;
	min-height: 400px;
	}

* html #content { overflow: hidden; }

#contentInside
	{
	width: 100%;
	min-height: 350px;
	background: url('../images/content-topper.png') no-repeat center top;
	padding: 1em 0;
	}

#contentBody
	{
	position: relative;
	float: right;
	right: 30px;
	padding: 0 0 2em 0;
	line-height: 1.5em;
	width: 550px;
	}
	
#leftPanel
	{	
	position: relative;
	float: left;
	left: 30px;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	width: 312px;
	background-color: #676150;
	border: 1px solid #b8b8b8;
	}

#footer	
	{ 
	font-size: 0.9em;
	line-height: 1.5em;
	min-height: 80px;
	color: #333;
	background: url('../images/footer-bg.png') no-repeat center bottom;
	}

#footerInside { padding: 0.7em 0 1em 0; min-height: 45px; }

#footerMenu 
	{
	position: relative;
	float: left;
	left: 30px;
	}

#footerInfo
	{
	position: relative;
	float: right;
	right: 30px;
	padding: 0.5em 50px 1em 0;
	text-align: right;
	background: url('../images/footer-logo.png') no-repeat right top;
	}
	
* html #footerInfo { height: 50px; }


/*--------------------------------
	Menus
---------------------------------*/

/*/// LEFT MENU ///*/
.leftMenu { margin-bottom: 1.5em; }
.leftMenu ul { padding: 0; margin: 0; list-style: none; }
.leftMenu ul li { padding: 0; margin: 0; list-style: none; border-bottom: 1px solid #b8b8b8; }
.leftMenu ul li a { display: block; padding: 0; margin: 0; width: 100%; height: 36px; }
.leftMenu ul li a#lm01 { background: url('../images/lm-home.gif') no-repeat 0 0; }
.leftMenu ul li a#lm02 { background: url('../images/lm-services.gif') no-repeat 0 0; }
.leftMenu ul li a#lm03 { background: url('../images/lm-projects.gif') no-repeat 0 0; }
.leftMenu ul li a#lm04 { background: url('../images/lm-partners.gif') no-repeat 0 0; }
.leftMenu ul li a#lm05 { background: url('../images/lm-testimonials.gif') no-repeat 0 0; }
.leftMenu ul li a#lm06 { background: url('../images/lm-about.gif') no-repeat 0 0; }
.leftMenu ul li a#lm07 { background: url('../images/lm-contact.gif') no-repeat 0 0; }
#leftPanel .leftMenu ul li a:hover { background-position: 0 -50px; }
#leftPanel .leftMenu ul li a:active { background-position: 0 -100px; }
#leftPanel .leftMenu ul li a.selected { background-position: 0 -50px; }
#leftPanel .leftMenu ul li a span { display: none; }

.leftMenu ul.subLevel { list-style: disc; background-color: #4f6800; padding-bottom: 1em; }
.leftMenu ul.subLevel li { list-style: disc; border-bottom: 0px solid #b8b8b8; margin-left: 35px; }
.leftMenu ul.subLevel li a { color: #fff; height: auto; text-decoration: none; }
.leftMenu ul.subLevel li a:hover { color: #ccc; }

/*/// FOOTER MENU ///*/ 
#footer a { color: #5f5b51; }
#footer a:hover { color: #768e00; text-decoration: none; }
#footer a:active { color: #ccc; }
.footerMenu ul { margin: 1em 0 0 0; padding: 0; list-style: none; }
.footerMenu ul li { margin: 0; padding: 0 0.6em 0 0; display: inline; }
.footerMenu ul li .pipe { padding: 0 0 0 0.6em; }
 
#hfLink { clear: left; float: left; font-size: 0.9em; margin-left: -5px; }
#hfLink a { background: url('../images/hybridforge-logo.gif') no-repeat 0 0; display: block; height: 25px; line-height: 25px; padding-left: 150px;  }


/*----------------------
	Base Classes
-----------------------*/

.adobe { background: url('../images/adobe-icon.gif') no-repeat 0 0; padding-left: 20px; }
.clear { clear: both; }	
.tBold { font-weight: bold; }
.tItalic { font-style: italic; }
.tSmall { font-size: 0.8em; }
.tLarge { font-size: 1.2em; }
.tCenter { text-align: center; }
.tUnder { text-decoration: underline; }
.tStrike { text-decoration: line-through; }
.imgR { float: right; margin: 0.8em 0 1em 1em; }
.imgL { float: left; margin: 0.8em 1em 1em 0; } 
.horizBorder { border-top: 1px solid #b1b0af; height: 1px; }
.horizDouble { border-top: 3px double #b1b0af; height: 3px; }
.pipe { padding: 0 0.5em; color: #aaa; }
.required { color: #fff; font-weight: bold; }
.noShow, a.pgBtn b, #theLogo b, #thePhone b { display: none; }
