﻿body
{
	background-color: #c0c0c0;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}

#screenlayout
{
    width: 778px;
    margin: 0 auto;
}   

#footer
{
}

#header
{	
	margin-top: 20px;
	background-color: black;
}

#content
{
	background-color: Black;
}


A
{
	color: black;
	text-decoration: none;
}

A:Hover
{
	color: #990066;
	text-decoration: underline;
}


A.headerLink
{
	color: white;
	text-decoration: none;
	font-weight: normal;
}

A.headerLink:hover
{
	color: #ff0066;
	text-decoration: underline;
}




.productDescription
{
	margin-left: 25px;
	font-size: 8pt;
	color: #696969;
	font-family: Verdana, Arial;
}
.menu
{
	cursor: pointer;
}

.smallerPic
{
	position: relative;
	background: Black;
	width: 778px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}

.centerItem
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.productheaderPic
{
	position: relative;
	background-color: black;
	width: 778px;
	margin-left: auto;
	margin-right: auto;
}



.sections
{
	background-color: #d2cc8e;
	color: black;
	font-size: 10pt;
	font-weight: bold;
	font-family: 'Maiandra GD' , Verdana, Arial;
}

.navSection
{
	background-color: #d2cc8e;
	color: black;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Arial;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
}

.sectionTable
{
	width: 100%;
	background-color: #c7d1c7;
	border-left: #33354a 1px solid;
	border-right: #33354a 1px solid;
	border-collapse: collapse;
}

.sectionElement
{
	width: 100%;
}
.sectionBody
{
	background-color: #c7d1c7;
	color: black;
	font-size: 8pt;
	text-align: center;
	height: 200px;
	width: 25%;
	padding: 5px;
}

.sectionFooter
{
	font-weight: bold;
	font-size: 8pt;
	height: 10px;
	background-color: #747474;
	padding-left: 5px;
	padding-right: 5px;
}

.footerTable
{
	font-size: 9pt;
	color: white;
	background-color: #5a5a5a;
	width: 100%;
	border-collapse: collapse;
	border: 0px;
}

.searchControl
{
	font-size: 7pt;
	color: black;
	background-color: #c7d1c7;
	padding-left: 10px;
	border-top: white 2px solid;
	width: 25%;
}

.catSeperator
{
	border-bottom: #d3d3d3 inset;
}

.navPanelItem
{
	padding-left: 15px;
	text-align: left;
    padding-top: 3px;
	padding-bottom: 3px;
}

.productName
{
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

.categoryName
{
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}

.productPrice
{
	font-size: 10pt;
	text-decoration: none;
}

.productTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: #336600;
}



.sectionHeader
{
	font-weight: bold;
	font-size: 14pt;
	color: #2a6698;
}

.categoryLink
{
	display: block;
	width: 100%;
	height: 135px;
	background-color: #f5f5f5;
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	text-align: center;
	vertical-align: middle;
}

.categoryLink:hover
{
	display: block;
	width: 100%;
	height: 135px;
	background-color: white;
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	text-align: center;
	vertical-align: middle;
}


A.footerLink
{
	font-size: 7pt;
	color: #f2be00;
	text-decoration: none;
	font-weight: bold;
}

.productContent
{
	background-color: #ccd9cc;
}

.productTable
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.productLeft
{
	background-color: #ccd9cc;
}

.navPanel
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #a6b8a6;
}

.categoryTable
{
	
}

.catTitle
{
	color: Black;
}