@charset "utf-8";
/* Layout */
html, body {
	margin:0px;
	text-align:center;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	background-color:#e0e0e0;
	background-image:url(../images/bg.jpg);
	background-position-y:top;
	background-repeat:repeat-x;
}
a {
	text-decoration:none;
}
a img{
	border:none;
}
/* Make sure Javascript is enabled on their browser, otherwise do not display the site */
div#javaScript{
	display:block;
}
/* By default will not be displayed, the init function will change the display to block if Js is enabled */
div#foundation{
	width: 950px;
	height: 800px;
	display:none;
	margin:auto;
}
	div#base{
		float:left;
		width:950px;
		height:100%;
	}
/* Header */
div#header{
	float:left;
	width:950px;
	height:0px;
	width:950px;
	height:34px;
	background-image:url(../images/top.png);
}
/* End Header */
/* LogoNav */
div#logoNav{
	float:left;
	width:950px;
	height:174px;
}
	div#logo{
		height:170px;
		width:356px;
		float:left;
		margin-top:5px;
		background-repeat:no-repeat;
		background-image:url(../images/logo.png);
	}
	div#logoSpacer{
		background-color:#938a87;
		height:100px;
		width:1px;
		float:left;
		margin-top:40px;
		margin-left:20px;
	}
	div#nav{
		
	}
	div#nav a{
		color:#938a87;
	}
	div#nav a:hover{
		color:#252321;
	}
		div#aboutUs, div#ourProducts, div#ourService, div#testimonials, div#faq{
			float:left;
			margin-left:16px;
			margin-right:16px;
			margin-top:75px;
			font-size:16px;
			font-weight:bold;
		}
		div#aboutUs{
			
		}
		div#ourProducts{
			
		}
		div#ourService{
			
		}
		div#testimonials{
			
		}
		div#faq{
			
		}
/* End LogoNav */
/* Content  */
div#content{
	float:left;
	width:950px;
}
	.contentHomepage{
		background-color:#bababa;
	}
	div#bannerImage{
		width:950px;
		height:320px;
		background-image:url(../images/banner.png);
		border-bottom:1px solid #938a87;
		background-color:#6b7174;
	}
	div#bannerSubtext{
		width:950px;
		height:90px;
		background-image:url(../images/subgray.png);
		background-position:bottom;
		background-repeat:no-repeat;
	}
	.subtextTitle{
		font-family:"Trebuchet MS";
		font-size:15px;
		color:#FFFFFF;
		margin-bottom:4px;
		text-align:left;
	}	
	.subtextContent{
		font-family:"Trebuchet MS";
		font-size:12px;
		color:#938a87;
		text-align:left;
		
	}
		div#subtextReloading, div#subtextProducts, div#subtextAbout, div#subtextTestimonials{
			height:82px;
			float:left;
			margin-top:4px;
			margin-bottom:4px;
			margin-left:6px;
			width:230px;
		}
		div#subtextReloading{
			border-right:1px solid #938a87;
		}
		div#subtextProducts{
			border-right:1px solid #938a87;			
		}
		div#subtextAbout{
			border-right:1px solid #938a87;			
		}
		div#subtextTestimonials{

		}		
	div#mainContent{
		width:950px;
		margin-top:10px;
	}
	div#mainContent a{
		color:#938a87;
	}
	div#mainContent a:hover{
		color:#252321;
	}
		div#mainContentLeft, div#mainContentRight{
			float:left;
			width:455px;
			height:150px;
			margin-left:10px;
			margin-right:10px;
			text-align:left;
		}
		div#mainContentLeft{
			
		}
		div#mainContentRight{
			
		}
		div#mainContentCenter{
			
		}
		div#mainContentTitle{
			width:950px;
			height:35px;
			text-align:left;
			font-size:26px;
			color:#6b7174;
		}
		div#mainContentBlurb{
			width:950px;
			height:25px;
			text-align:left;
			font-size:16px;
			color:#838383;
		}
		div#mainContentBar{
			width:100%;
			height:10px;
			border-bottom:1px solid #838383;
		}
		div#mainContentContent{
			width:950px;
			margin-top:20px;
			margin-bottom:20px;
		}
		
div#breadcrumb{
	width:950px;
	height:25px;
	text-align:left;
	font-size:11px;
	color:#6b7174;
}
div#breadcrumb a{
	color:#6b7174;
}
.lastitem{
	color:#000000;
}

/* End Content */
/* Footer */
div#footer{
	float:left;
	width:950px;
	height:110px;
	background-image:url(../images/foot.png);
	background-repeat:no-repeat;

}
div#footerCustomerService, div#footerLegal, div#footerContact{
	float:left;
	height:82px;
	margin-top:4px;
	margin-bottom:4px;
	margin-left:50px;
	width:180px;
}
div#footerCustomerService{
	
}
div#footerLegal{
	
}
div#footerContact{

}
	.footerTitle{
		font-family:"Trebuchet MS";
		font-size:12px;
		font-weight:bold;
		color:#252321;
		margin-bottom:4px;
		text-align:left;
	}	
	.footerContent{
		font-family:"Trebuchet MS";
		font-size:12px;
		color:#FFFFFF;
		text-align:left;
		float:left;
		
	}
	.footerContent a{
		color:#FFFFFF;
	}
	.footerContent a:hover{
		color:#94191f;
	}
	.footerLineItems{
		margin-bottom:7px;
	}

/* End Footer */
/* Content */
h4 {
	color:#000000;
	font-size:14px;
	line-height:14px;
	margin-bottom:5px;
	text-align:left;
}
p {
	color:#172034;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
}
