/* CSS Document */

#wrap {
	width:850px;
	background-image: url(../graphics/front-background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto 10px;
	border-bottom: 5px solid #FFFFFF;
	background-color: #FFFFFF;
	border-right: 5px solid #FFFFFF;
	}
#wrapSlide {
	width:850px;
	background-image: url(../graphics/front-back-slide.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto 10px;
	border-bottom: 5px solid #FFFFFF;
	background-color: #FFFFFF;
	border-right: 5px solid #FFFFFF;
	}
/* long left column */
#main {
	float:left;
	width:300px;
	padding-top: 70px;
	padding-left: 20px;
	margin-right: 10px;
	}
/*
Content Area below product navigation menu in left column on Index page
*/
#navContent, #navContSlide {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	
}
#navContent {
	height: 252px;
}
#navContSlide {
	height: 427px;
}
#navContent p, #navContSlide p {
	font-weight: normal!important;
	font-size: 14px;
	color: #FFFFFF!important;
}
#navContent h2, #navContSlide h2 {
	color: #333333!important;
	font-size: 14px;
	font-weight: bold!important;
	text-align: center;
}

#navContent h4, #navContSlide h4 {
	color: #000000 !important;
	font-size: 16px;
	font-weight: bold!important;
}
#clockDiv {
	height: 63px;
	width: 264px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FED53F;
	font-weight: bold;
	font-size: 15px;
	margin-left: 10px;
	font-variant: normal;
	text-align: center;
	line-height: 19px;
	padding-left: 20px;
	margin-top: 13px;
	margin-bottom: 40px;
}

#prodCol {
	width:460px;
	float: right;
	background-image: url(../graphics/background-right2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	padding-right: 15px;
	margin-right: 15px;
	}
#prodCol h2 {
	text-align: center;
	margin-bottom: 0px;
}

#prodCol ul {
		margin-bottom:0;
    }

#prodCol p {
	text-align: left;
	vertical-align: bottom;
}
.products {
	text-align: center;
}

.prodItem {
	vertical-align: text-bottom;
	float: left;
	width: 450px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.prodImg {
	float: left;
	width: 172px;
	text-align: center;
	padding-left: 10px;
}
.prodLink {
	float: right;
	text-align: left;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: bottom;
	width: 238px;
}
.prodLink img {
	float: left;
}

.prodBottom {
	clear: both;
	height: 20px;
	width: 450px;
	background-image: url(../graphics/prod-shadow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer {
	background:url(../graphics/background-bottom.gif) no-repeat center top;
	height: 94px;
	width: 100%;
}
.updater {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-left: 10px;
	height: 700px;
}
.updater div {
	padding-left: 20px;
	padding-top: 20px;
}
.updater div a {
	font-weight: bold;
	color: #872884;
}
