A {
	color: #333;
	text-decoration: underline;
}

A:hover {
	color: #333;
	text-decoration: none;
}

A:visited {
	color: #333;
}

BODY {
	background: #dcdcdc;
	color: #000;
	font: small arial;
	margin: 0px;
	padding: 0px;
	top: 0px;
}

H1 {
	border-bottom: solid 1px #cc3333;
	color: #cc3333;
	font-face: ariel;
	font-size: 14pt;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

LI {
	height: 20px;
}

TABLE { 
	border-collapse: collapse; 
	border-width: 0px;
	margin: 0px; 
	padding: 0px; 
} 

TD { 
	margin: 0px;
	padding: 0px;
}

UL {
	list-style: none;
	margin-left: 10px;
	padding-left: 0px;
}


UL .bullet {
	color: #cc0000;
	font-weight: bold;
}

#container {
	background: #fff;
	margin: 0px auto;
	padding: 4px 0px 10px 0px;
	width: 800px;
}

#content {
	border-left: solid 4px #cc3333;
	border-right: solid 4px #cc3333;
	padding: 10px;
}

#content .highlight {
	color: #cc3333;
	font-weight: bold;
}

#footer {
	background-color: #cc3333;
	background-image: url( '../_image/footer_01.gif' );
	background-position: top right;
	background-repeat: no-repeat;
	color: #fff;
	font-size: smaller;
	height: 80px;
	padding-top: 30px;
	text-align: center;
}

#footer A {
	color: #fff;
}

#footer P { 
	margin-top: 6px; 
	margin-bottom: 6px; 
}

#footer .highlight {
	color: #ffffcc;
}

#header {
	background-color: #9999cc;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

#subHeader {
	background-color: #cc3333;
	color: #fff;
	font-weight: bold;
	padding: 4px 10px 4px;
	text-align: right;
}

#subHeader A {
	color: #fff;
}


.spacer {
	clear: both;
	height: 1px;
}

/* Page Specific Elements */

.aboutUs .data {
	color: #cc3333;
	padding: 10px;
}

.aboutUs .embeddedContent {
	color: #cc3333;
	float: right;
	font-size: larger;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	width: 260px;
}

.aboutUs .header {
	border-bottom: solid 1px #cc3333;
	color: #cc3333;
	font-weight: bold;
}

.aboutUs .instructions {
	color: #cc3333;
	font-size: smaller;
	font-weight: bolder;
}

.aboutUs .outline {
	border: solid 1px #cc9999;
	padding: 10px;
}

.aboutUs .outline A {
	color: #cc3333;
}

.aboutUs .subTitle {
	background-color: #fff;
	color: #cc3333;
	font-size: larger;
	font-weight: bold;
	left: 10px;
	padding: 0px 4px;
	position: absolute;
	top: -10px;
}

.community .embeddedImage {
	float: right;
	text-align: right;
	width: 180px;
}

.community .outline {
	background-color: #ffffcc;
	border: solid 1px #cc9999;
	padding: 10px;
}

.products {
	position: relative;
}

.products .center {
	margin: auto;
	width: 670px;
}

.products .listing {
	float: left; 
	width: 220px;
}



.products #productDetail {
	
	background-color: #ffffcc;
	border: solid 1px #cc9999;
	display: none;
	padding: 10px;

}

.products #productDetailInstructions {
	font-size: smaller;
	padding-left: 60px;
}

.whyBuy {
	position: relative;
}

.whyBuy .embeddedImage {
	background-color: #fff;
	float: right;
	text-align: right;
	width: 140px;
}

.whyBuy .subTitle {
	background-color: #fff;
	color: #cc3333;
	font-weight: bold;
	left: 10px;
	padding: 0px 4px;
	position: absolute;
	top: -10px;
}

.whyBuy .outline {
	border-bottom: solid 1px #cc9999;
	border-left: solid 1px #cc9999;
	border-top: solid 1px #cc9999;
	height: 80px;
	padding: 10px;
}

/* */


/* Code for Pop-Up Images */

.thumbnail {

}

.thumbnail:hover {
background-color: transparent;
z-index: 50;
}

.thumbnail span { /*CSS for enlarged image*/
	background-color: #fffff0;
	border: dashed 1px #cc9999;
	color: #000;
	left: -1000px;
	padding: 4px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	visibility: hidden;
	width: 700px;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 10px;
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
	left: 10px;
	top: 10px;
	visibility: visible;
}

/* */