@charset "utf-8";
body {
	/*background-image: url(../backgrounds/main2.jpg);
	background-repeat: repeat;
	background-attachment:fixed; */
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#container {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 20px;
	width: 760px;
	position: fixed;
	color: #330099;
	text-align: left;
	top: 124px;
	z-index: 1;
	background-color: #E8E8E8;
}

#logoHeader {
	background-image: url(../images/headingLogo.jpg);
	height: 95px;
	width: 760px;
	position: fixed;
	top: 0px;
	z-index: 1;
}
#mainMenu {
	height: 29px;
	width: 760px;
	position: fixed;
	text-align: center;
	background-repeat: repeat;
	top: 95px;
	z-index: 1;
	background-color: #E7E7E7;
}
#leftMenu {
	position: fixed;
	height: 485px;
	width: 150px;
	/*border: thin solid #191F97; */
	top: 165px;
}
#content {
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
	height: auto;
	width: 600px;
	left: 155px;
	top: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 2px;
	padding-left: 3px;
}
.contentHeading {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#footer {
	text-align: center;
	height: 25px;
	width: 760px;
	position: fixed;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../backgrounds/blacktile.gif);
	vertical-align: middle;
	padding-top: 7px;
	z-index: 1;
}
.productItems {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.productItems a:link {text-decoration:none; color:#666666;}
.productItems a:visited {text-decoration:none; color:#666666;}
.productItems a:active {text-decoration:none; color:#666666;}
.productItems a:hover {text-decoration:underline; color:#666666;}
.construction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
