body {
	background-color:#984949;
	margin:0px;
	font-family:arial;
	margin-left:100px;
}

a {
	text-decoration:none;
	color:white;
}

.topContainer {
	position:absolute;
	top:0px;
	width:750px;
	height:70px;
	background-color:#ffffff;
	color:#00aaff;
}

.bannerContainer {
	position:absolute;
	left:0px;
	top:0px;
}

.contentContainer {
	position:absolute;
	top:70px;
	height:470px;
	width:750px;
	background-color:white;
	text-align:center;
}

.menuBar {
	width:750px;
	background-color:red;
	text-align:left;
	color:#ffffff;
}

.footer {
	position:absolute;
	top:520px;
	left:100px;
	width:750px;
	height:20px;
	background-color:red;
	ext-align:left;
	color:white;
	font-size:12px;
}

#home {
	background-color:red;
	cursor:pointer;
	position:relative;
	left:4px;
}

#products {
	background-color:red;
	cursor:pointer;
	position:relative;
	left:100px;
}

#contactUs {
	background-color:red;
	cursor:pointer;
	position:relative;
	left:200px;
}

#aboutUs {
	background-color:red;
	cursor:pointer;
	position:relative;
	left:300px;
}

#faq {
	background-color:red;
	cursor:pointer;
	position:relative;
	left:400px;
}

#productsMenu {
	position:absolute;
	top:18px;
	left:146px;
	z-index:100;
	width:140px;
	height:135px;
	background-color:orange;
	text-align:left;
	visibility:hidden;
}

#aboutUsMenu {
	position:absolute;
	top:18px;
	left:493px;
	z-index:100;
	width:150px;
	height:50px;
	background-color:orange;
	text-align:left;
	color:black;
	visibility:hidden;
}
#mottoFade {
	position:absolute;
	top:30px;
	left:300px;
	font-size:15px;
}