@charset "UTF-8";
/* CSS Document */


/*TOOLBOX*/
.floatleft { float: left;}
.floatright {float: right;}
.clear {clear: both;}
/* END TOOLBOX*/



*{margin: 0; padding: 0; }
html {overflow-y: scroll;}
body {
	font: 12px Helvetica, Sans-Serif; 
	background: url(images/body-bg.jpg) top left repeat;
	
	
}



ul { list-style: none inside; }
p {font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em;}
a {outline: none;}
a img { border: none;}
h1 {
	font-family: Helvetica, san-serif;
	font-size: 2.8em;
	color: #a9263d;
}
h2 {
	font-family: Helvetica, san-serif;
	text-decoration: underline;
	font-size: 1.8em;
	color: #d0b799;
}
h3 {
	font-family: Helvetica, san-serif;
	text-decoration: none ;
	font-size: 1.8em;
	color: #666666;
}


#page-wrap {
	width: 978px;
	margin: 0 auto;
	background: url(images/content-bg.png) repeat-y #e4d6c6;
	
}




/* 
	LEVEL ONE
*/
ul.dropdown                         {
	padding: 0px 110px 10px 180px;
	position: relative;
	z-index: 1;
	overflow: visible;
}
ul.dropdown li                      { font-weight: lighter; float: left; zoom: 1; background: #CCCCCC; }
ul.dropdown a:hover		            { color: white; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 5px 20px; border-right: 2px solid white;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 250px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }





#main-content {
	padding: 30px 110px 30px 65px;
	margin-right: 50px;
	z-index: -1;
	
}

#newsletter-area {
	width:  854px;
	float: left;
}

#sidebar {
width: 854px;
}


ul#nav {

	}
	ul#nav li {
	display: inline;
	}
	ul#nav li a {
		display: block;
		height: 63px;
		text-indent: -9999px;
		float: left;
	}
	ul#nav li.home a {
	width: 165px;
	background: url(images/nav-home.png) bottom center no-repeat;
	}
	ul#nav li.commercial a {
	width: 133px;
	background: url(images/nav-commercial.png) bottom center no-repeat;
	}
	ul#nav li.services a {
	width: 134px;
	background: url(images/nav-services.png) bottom center no-repeat;
	}
	ul#nav li.about a {
	width: 133px;
	background: url(images/nav-about.png) bottom center no-repeat;
	}
	ul#nav li.contact a {
	width: 133px;
	background: url(images/nav-contact.png) bottom center no-repeat;
	}
	ul#nav li.account a {
	width: 256px;
	background: url(images/nav-account.png) bottom center no-repeat;
	}
	ul#nav li a:hover {
		background-position: center center;
	}
	ul#nav li a:active {
		background-position: top center;
	}
	
	body#home ul#nav li.home a {
	background-position: top center;
	}
	
	div#footer {
	min-height: 116px;
	background: url(images/footer2-bg.png) no-repeat;
	}
	
	#commercialBTN:active{
	background-position: top center;
	}
	
#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
	
}


	
