
/* HTML Tags */

h2, h3, h4, h5, h6 {font-size:1em; color:#000; font-weight: 800;}

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	color: #111111;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A
{
	color: #557F55;
	text-decoration:none;	
}
A:Visited
{
	color: #557F55;
	text-decoration:none;
}
A:Hover
{
	text-decoration:underline;	
}
TABLE
{
	font-size: x-small;
}
td
{
	font-size: 110%;
	line-height: 135%;
}
FORM
{
	 min-width: 780px;
}
.menuArea
{
	width: 189px;
	background-color: #c1d5b2;
	min-height: 450px;
}
.ContentArea
{
	margin-left: 199px;
	margin-right: 199px;
	font-size: x-small;
	padding-bottom: 10px;
	line-height: 125%;
	padding-top: 10px;
}
.Image
{
	border-right: #999999 3px double;
	border-top: #999999 3px double;
	border-left: #999999 3px double;
	border-bottom: #999999 3px double;
}

/* Text & Headings */

.Heading
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration:none;
	margin: 0px;
	color: #277426;
	line-height: 10px;
	padding-top: 0px;
	font-size: 8pt;
	text-transform: uppercase;
    font-variant: small-caps; 
}
.Breadcrumb
{
	color: #111111;
	font-size: 8pt;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	
}
.BreadcrumbText
{
	color: #111111;
}
A.BreadcrumbText:Visited
{
	color: #111111;
}
.text
{
	color: #111111;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 110%;
	line-height: 135%;
}
.note
{
	color: #AAAAAA;
	font-size: xx-small;
	line-height: normal;
}
.footer
{
	font-size: 8pt;
	padding-bottom:5px;
	margin-top:10px;
}

/* Message Box */

.message
{
	margin-top: 5px;
	font-size: small;
	padding-bottom: 15px;
	color: #3366cc;
	padding-top: 5px;
	font-style: italic;
	line-height: 120%;
	width: 80%;
}
.messageSuccess
{
	margin-top: 5px;
	font-size: small;
	padding-bottom: 15px;
	color: #33cc66;
	padding-top: 5px;
	line-height: 120%;
	font-style: italic;
	width: 80%;
}
.messageError
{
	margin-top: 5px;
	font-size: small;
	padding-bottom: 15px;
	color: #FF0000;
	padding-top: 5px;
	line-height: 120%;
	font-style: italic;
	width: 80%;
}


/* Table */

.table
{
	background-color: #c1d5b2;
}

.tableHeader
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 5px;
	padding-top: 5px;
}

.tableValue
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: xx-small;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Menu & Sidebar */

.SidebarItem
{
	background-image: url(/images/sidebar/background.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	font-size: 8pt;
	width: 189px;
}
.SidebarItemText
{
	color: #111111;
}
A.SidebarItemText:Visited
{
	color: #111111;
}
INPUT.SidebarItemTextbox
{
	width: 169px;
	margin-bottom: 5px;
	height:18px;
	font-size: 8pt;	
	border: #E0E0E0 1px solid;
}
SELECT.SidebarItemTextbox
{
	width: 169px;
	margin-bottom: 5px;
	height:18px;
	font-size: 8pt;	
	border: #E0E0E0 1px solid;
}

.SidebarItemCheckbox
{
	height: 50px;
}

.NavigationItem
{
	color: #111111;
	background-color:#FFFFFF;
   	background-image: url(/images/sidebar/navigationBackground.gif);	
	background-repeat: repeat-x;
	padding: 5px 5px 5px 5px;
}
.NavigationItemText
{
	color: #111111;
	font-size: 8pt;
}
.NavigationItemText:Hover
{
	text-decoration: underline;
}
A.NavigationItemText:Visited
{
	color: #111111;
}

/*** HEADER STYLES ***/

#Header {
background: #e8d568;
height: 154px;
padding-top: 3px;
}

#HeaderTop {
background: #e8d568 URL(../images/backgroundTop.gif) repeat-x;
height: 32px;
}

#HeaderFlash {
background: #e8d568 URL(../images/backgroundBanner.gif) repeat-x;
height: 84px;
width: 100%;
text-align: right;
}

#headerLogo {
height: 84px;
width: 251px;
float:left;
}

#Cart {
position:absolute;
right:0;
width:250px;
height:29px;
text-align:left;
font-size:0.6em;
padding:0 10px 0 0;
border:0px solid red;
color: #000000;
}

#Cart .items
{
color: #ff3232;
}

#HeaderSubnav {
background: #e8d568 URL(../images/menu/susbnavBackground.gif) repeat-x;
height: 38px;
}

#siteSearch {
background: #e8d568 URL(../images/menu/susbnavBackgroundSearch.gif) no-repeat;
height: 38px;
width: 225px;
float: right;
padding-left: 25px;
}

.searchBox {
width:80px;
font-size:0.6em;
vertical-align:top;
margin:2px 0;
}

.searchButton {
vertical-align:top;
margin:3px 0;
}

.CartButton 
{
display: inline;
float: left;	
}