﻿html
{
height: 100%;
}


input[type=text]
{
	border: 1px solid #C1C1C1;
	background-image: url(../images/tile_white_gradient.png);
	background-repeat: repeat-x;
}

textarea
{
	border: 1px solid #C1C1C1;
	background-image: url(../images/tile_white_gradient_tall.png);
	background-repeat: repeat-x;
	background-color:#EDEDED;
}



body 
{
	background-color:#8E9D4C;
	height: 100%;
	margin:0px;
	padding:0px;
/*	background-image: url(../images/green_background_2.jpg);*/
	background-image:url(../images/tile_dark_green.png);
	background-repeat:repeat;
	background-attachment:fixed;
}

.notFooter
{
	position: relative;
	min-height:100%;
}

* html #notFooter
{
height: 100%;
}

/*****************************************************
** Slider Styles
*****************************************************/
.sliderItem
{
		clear:both;
		text-align:center;
}
.sliderPanel
{
    background-image: url(../images/tile_silver.png);
	background-repeat:repeat;
}
.sliderItem a
{

	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.sliderItem img
{
	border:1px solid gray;
}

/***************************************************************
** Content Panel Styles
***************************************************************/
.contentPanel
{
	padding-bottom: 9em;
	margin-bottom:10px;
}
.contentPanelInner
{
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
	border-top: 1px double #7F7F7F;
	border-bottom: 1px double #7F7F7F;
	background-image: url(../images/tile_silver_gradient.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	float: left;
	width: 100%;
	clear: both;
	font-size: 15px;
}



/**************************
** Header Styles
**************************/
.headerPanel
{
	background-image: url(../images/tile_light_green.png);
	background-repeat: repeat;
	height:80px;
	width:100%;
}

.headerLeft
{
	margin-left:10px;
	margin-top:10px;
	float:left;

	width:270px;
}
.headerMid
{
	float:left;

	width:auto;
}
.headerRight
{
	float: right;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	
	width:180px;
}
.headerOverlay
{
	background: url(../images/tile_header_overlay6.png);
	background-repeat:repeat-x;
	width:100%;
	height:3px;
	clear:both;
	/*float:left;*/
	/*margin-top:5px;*/
}
.headerOverlayBottom
{
	background: url(../images/tile_header_overlay7.png);
	background-repeat:repeat-x;
	width:100%;
	height:3px;
	clear:both;
	/*float:left;*/
	/*margin-top:5px;*/
}
.headerOverlayBottomAlt
{
	background: url(../images/tile_header_overlay5.png);
	background-repeat:repeat-x;
	width:100%;
	height:5px;
	clear:both;
	/*float:left;*/
	/*margin-top:5px;*/
}
.headerMenu a
{
	background-position: 0 0;
	background: url(../images/menu_bg.png) repeat 0 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.headerMenu
{
	float: left;
	border: 1px solid #939393;
	height: 21px;
	background-color: #eeeeee;
	margin:0px;
	margin-left:20px;
	padding:0px;
}
.headerMenu	ul {list-style:none;margin:0;padding:0;}
.headerMenu li {float:left;width:100px;height:15px;margin:0;padding:0;text-align:center;list-style:none;}
.headerMenu li a
{
	display: block;
	padding: 3px 10px;
	height: 100%;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #FFF;
	border-right-color: #E4E4E4;
}
.headerMenu	li a:hover, li a:focus, li a:active {background-position:0px 0;}

/*
	li {float:left;width:100px;margin:0;padding:0;text-align:center;}
	li a {display:block;padding:5px 10px;height:100%;color:#FFF;text-decoration:none;border-right:1px solid #FFF;}
	li a {background:url(bg2.jpg) repeat 0 0;}
	li a:hover, li a:focus, li a:active {background-position:-150px 0;}
*/

/***************************************
** Footer Styles
***************************************/
.footerPanel
{
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #8E9D4C;
/*	background-image: url(../images/tile_light_green.png);*/
	background-image: url(../images/tile_footer_bg.png);
	background-repeat: repeat;
	margin-top:-10px;
	float:left;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}
.footerLeft
{
	float:left;
	margin:10px;
	
}
.footerRight
{
	float:right;
	margin:10px;
}

.categoryItemPanel
{
	margin-top:5px;
		padding:0px;
	width:100%;
}


.categoryItemPanel a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5A6E21;
	padding: 4px;
	padding-left:7px;
	display: block;
	margin:1px;
}
.categoryItemPanel a:hover
{
	border: 1px solid #96B03C;
	background-image: url(../images/tile_link_hover_bg.png);
	background-repeat:repeat-x;
	background-color: #BFD27B;
	margin:0px;
}

.textBox
{
	border: 1px solid #5F5F5F;
	background-color: #F8F8F8;
}

.button
{
	border: 1px solid #5A6E21;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #404D17;
	background-color: #BFD27B;
	background-image: url(../images/tile_link_hover_bg.png);
	background-repeat: repeat-x;
	height: 20px;
}


.productGrid
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		border: 1px solid #C0C0C0;
	float:left;
	clear:both;
}

.productGrid img
{
	border: medium solid #AEAEAE;
}

.productGrid a
{
	font-weight: bold;
}

.productGrid li
{
	padding:5px;
}

.productGrid li:hover
{
	background-color: #E3ECC6;
}

.productGridRow td
{
	padding: 5px;
	background-color: #F4F4F2;
}
.productGridAlternatingRow td
{
	padding:5px;
	background-color: #F8F8F8;
}

.productGridAlternatingRow tr
{
	border:0px solid;
}

.productGridHeader
{
	background-color: #BACF70;
	font-weight: bold;
	font-size: 16px;
	font-family: arial, Helvetica, sans-serif;
	padding:5px;
	height:20px;
}

/***************************************************
***********
***************************************************/

.title h1
{
		font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:20px;
	margin:3px;
}

.subTitle
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:10px;
	margin-left:3px;
}

.subTitle li
{
	padding:3px;
}

.subTitle li:hover
{
	background-color: #E3ECC6;
}
.subTitle ul
{
	margin-top:1px;
	
}

/*Dummy class for equalHeights jq plugin*/
.equalHeights
{}

.normalMessage
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: Bold;
	border: 1px solid #96B03C;
	background-image: url(../images/tile_link_hover_bg.png);
	background-repeat:repeat-x;
	background-color: #BFD27B;
	width: 100%;
	padding: 5px;
}
.errorMessage
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: Bold;
	background-color: #ED787B;
	border: 1px Solid #800000;
	width:100%;
	padding:5px;
}
.hiddenMessage
{
	display:none;
	visibility:hidden;
}

.videoPanel
{
	background-image: url(../images/tile_silver_gradient_tall.png);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	padding: 5px;
	float: left;
	margin: 10px;
	background-color: #E7E7E7;
}
.videoLabel
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 5px;
	padding-bottom:0px;
	font-weight: bold;
}
.imageLabel
{
	float:left;
	clear:both;
	padding-top:0px;
	margin-left:15px;margin-top:0px;margin-bottom:8px;
	font-style:italic;
	
}
.imageContainer
{
	float:left;
	margin-bottom:8px;
	margin-right:8px;
}
