@charset "UTF-8";
/* CSS Document */



/* ============================================================== */
/* General Page Styles Below Here... */
/* ============================================================== */



body {
	background-color: #FFFFFF;
	background-image: url(../images/home-background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	line-height: 135%;
}



/* ============================================================== */
/* General Page Links Below Here... */
/* ============================================================== */



a:link {
	color: #CC0000;
	text-decoration: none;
}

a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #CC0000;
	text-decoration: underline;
}	


.sidebar{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sidebar a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.sidebar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.sidebar a:hover {
	color: #66CCFF;
	text-decoration: none;
}

.sidebar a:active {
	color: #FFFFFF;
	text-decoration: underline;
}	



/* ============================================================== */
/* "Shop Online" Category Navigation Styles Below Here... */
/* ============================================================== */



.product_Categories-Navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 145%;
	font-weight: bold;
	color: #FFFFFF;
}


.product_Categories-Navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.product_Categories-Navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.product_Categories-Navigation a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

.product_Categories-Navigation a:active {
	color: #FFCC00;
	text-decoration: underline;
}	



/* ============================================================== */
/* "Shop Online" Template Styles Below Here... */
/* ============================================================== */



.product_Product-Titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 100%;
	font-weight: bold;
	color: #CC3300;
}
.product_Product-SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 100%;
	font-weight: bold;
	color: #000066;
}
.product_Product-Descriptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	color: #000066;
}
.product_Product-DescriptionsItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	color: #000066;
	font-style: italic;
}
.product_Product-Prices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #000000;
}
.product_Product-ColumnHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	font-weight: bold;
	color: #FFCC00;
	font-style: italic;
}



/* ============================================================== */
/* Footer Styles Below Here... */
/* ============================================================== */



.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 120%;
	color: #000066;
}
.footerSpacers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 110%;
	color: #000066;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}


.footer a:link {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

.footer a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

.footer a:hover {
	color: #66CCFF;
	text-decoration: underline;
	font-weight: bold;
}

.footer a:active {
	color: #66CCFF;
	text-decoration: underline;
	font-weight: bold;
}	
