* { /* GLOBAL RESET */
	margin: 0;
	padding: 0;
}


/*=================================
 DEFAULT STYLES 
===================================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: black;
	background: #e6e6e6;
	margin-top: 10px;
	padding-top: 10px;
}

p {
	margin-bottom: 15px;
}

p.last {
	margin: 0;
}

.clear {
	clear: both;
}

.ghart {
	margin-top: 40px;
	margin-bottom: 60px;
}

a img {
	border: none;
}

.normal {
	line-height: normal;
	font-size: 0.90em;
	margin-bottom: 10px;
}

#gmap {
	font-size: 0.80em;
}


/*=================================
 MENU STYLES 
===================================*/
#menu {
	height: 36px;
}

	#menu ul {
		list-style: none;
		margin: 0 20px 0 15px;
	}
	
		#menu ul li {
			float: left;
			line-height: 1.6;
		}
	
		#menu ul li a {
			display: block;
			padding: 5px 15px 5px 15px;
			margin-top: 5px;
			color: #888;
			font-size: 0.80em;
			font-weight: bold;
			text-decoration: none;
		}
		
		
			#menu li a.current, #menu li a:hover {
				background: url(../images/arrow_down.png) no-repeat right;
				font-weight: bold;
				color: #333;
			}


/*=================================
 MAIN STYLES 
===================================*/
#top {
	background: url(../images/outer_top.png) no-repeat;
	height: 21px;
	margin: 0 auto;
	width: 814px;
}

#bottom {
	background: url(../images/outer_btm.png) no-repeat;
	height: 21px;
	margin: 0 auto;
	width: 814px;
	position: absolute;
	bottom: 0px;
}

#mainContainer {
	width: 814px;
	height: 610px;
	margin: 0 auto;
	background: #ef3e35;
	border: 0px solid blue; /* FOR DEBUGGING ONLY */
	position: relative;
}

#header {
	width: 768px;
	height: 125px;
	margin: 0 auto;
	padding-top: 5px;
}

	
#content {
	width: 768px;
	height: 304px;
	background: url(../images/content_box.png) no-repeat;
	margin: 15px auto;
}

					
		#leftCol {
			float: left;
			width: 350px;
			border: 0px solid red; /* FOR DEBUGGING */
			margin: 15px 0 15px 20px;
		}
		
		#rightCol {
			float: right;
			width: 350px;
			border: 0px solid red; /* FOR DEBUGGING */
			margin: 15px 20px 15px 0;
		}
				
					#leftCol, #rightCol {
						font-size: 0.75em;
						line-height: 1.4;
						text-align: justify;
					}
					
		#fullCol {
			width: 725px;
			border: 1px solid red;
			margin: 20px;
		}
					
.products {
	background: url(../images/products.jpg) no-repeat 40px -7px;
	height: 240px;
}



#estimate label {
	font-size: 0.90em;
	line-height: 1.8;
	float: left;
	display: block;
	width: 4em;
	font-weight: bold;
}




	
#footer {
	width: 814px;
	margin: 0 auto;
	border: 0px solid yellow; /* FOR DEBUGGING */
	text-align: center;
}

.copyright {
	color: #fff;
	font-size: 0.70em;
	display: block;
	text-align: right;
	padding: 10px 25px 0 0;
}

	.copyright a {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dotted #fff;
	}


