@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

P, H1, H2, H3, H5 {
	margin:0;
	padding:0;
}
*{
	margin:0;
	padding:0;
}
Html, Body {
	background-color: #D5E2D7;
	background-image:url(img/bg_top.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	height:100%;
}
Div{
	border: #000000 0px solid;
}
UL {
	list-style-type:square;
	margin: 5px 30px 0 30px;
	font-size:12px;
	color:#5f5f5f;
}
.Clear {
	clear: both;
}
.Spacer{
	height: 10px;
}
.TableBorderGreen{
  border: #2D6227 1px solid;
}
.TableRowGreen{
 background-color: #2D6227;
 color: #FFFFFF;
 height: 28px;
}
.TableBorderGrey{
  border: #999999 1px solid;
}
.TableTBodyGrey{
 background-color: #CCCCCC;
 font-weight: bold;
 height: 28px;
}
.TableRowGrey{
 background-color: #EFEFEF;
 height: 28px;
}
.TableRowHeight{
 height: 30px;
}
#Page {
	width: 1001px;
	overflow: hidden;
}

/*Logo*/
#Logo {
	background-image:url(img/logo.gif);
	background-repeat:no-repeat;
	width:388px;
	height:82px;
	margin:29px 0px 0px 65px;
	float: left;
}

/*Banner*/
#TopBanner {
	background-image:url(img/banner_top.gif);
	background-repeat:no-repeat;
	width:449px;
	height:89px;
	margin:29px 64px 0px 0px;
	float:right
}

/*Navigation Separator*/
.NavSeparator {
	padding: 0px 0px 0px 0px;
}

/*Input*/		
Textarea, Input{
	color:#666666;	
	font-family: Arial;	
	font-size:11px;
	padding:5px;
	border: 1px #CCCCCC solid;	
}

.textfield{
	color:#000000;	
	font-family: Arial;	
	font-size:11px;
	height: 16px;
	padding:2px 0px 2px 2px;
}

Select{
	color:#666666;	
	font-family: Arial;	
	font-size:11px;
	padding:1px;
	border: 1px #CCCCCC solid;	
}

/*Button*/
.Button{
	padding:0px;
	border: 0px #CCCCCC solid;	
}

.ButtonGreen{
	font-size:12px;
	font-weight: bold;
	cursor: hand;
	color: #FFFFFF;
	height: 26px;
	text-transform:uppercase;	
	background-image:url(img/bg_greenbutton.gif);
	background-repeat:repeat-x;
	background-color: #339933;	
	border: #444444 1px solid;
}

.ButtonBlack{
	font-size:12px;
	font-weight: bold;
	cursor: hand;
	color: #FFFFFF;
	height: 26px;
	text-transform:uppercase;	
	background-image:url(img/bg_blackbutton.gif);
	background-repeat:repeat-x;
	background-color: #444444;	
	border: #444444 1px solid;
}

.ButtonRed{
	font-size:12px;
	font-weight: bold;
	cursor: hand;
	color: #FFFFFF;
	height: 26px;
	text-transform:uppercase;	
	background-image:url(img/bg_redbutton.gif);
	background-repeat:repeat-x;
	background-color: #FF0000;	
	border: #444444 1px solid;
}

/*Category Background*/
#Category {
	margin: 1px 1px 3px 0px;
}

	#Category A {
		color:#444444;
		font-size:11px;
		font-weight: bold;
	}
	#Category A:Visited {
		color:#444444;
		font-size:11px;
		font-weight: bold;
	}
	#Category A:Hover {
		text-decoration:none;
	}

	#Category #Doted-Line {
		margin: 2px 0px 0px 0px;
		background-image:url(img/doted_line.gif);
		background-repeat:repeat-x;
		height:6px;
	}

/*Product List*/
#ProductList{
}
	 #ProductList .Price{
	 	color: #444444;
		font-weight: bold;
	 }

/*Heading*/
#Heading{
}
	#Heading H1{
		font-size: 20px;
		color:#006600;
		text-transform:uppercase;
		font-family:Verdana;
	}

/*Links*/
A {
	text-decoration:underline;
	color:#6C831D;
}
A:Link {
	text-decoration:underline;
	color:#6C831D;
}
A:Visited {
	text-decoration:underline;
	color:#6C831D;
}
A:Hover {
	text-decoration:none;
}

A.Black:Link, A.Black:Visited {
	text-decoration:none;
	color:#444444;
}
A.Black:Hover {
	text-decoration:underline;
}


A.TopNavigation:Link, A.TopNavigation:Visited {
	text-decoration:none;
	color:#ffffff;
	font-weight: bold;
	padding: 0px 17px 0px 13px;
}
A.TopNavigation:Hover {
	text-decoration:underline;
}

A.FooterNavigation:Link, A.FooterNavigation:Visited {
	text-decoration:none;
	color:#ffffff;
	font-size:11px;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}
A.FooterNavigation:Hover {
	text-decoration:underline;
}



/*Text color, font, size*/
.TxtSmall {
	font-size: 11px;
}

.TxtRed {
	color:#FF0000;
}

.TxtWhite {
	color: #FFFFFF;
	font-size:11px;
}

/*Paging*/
.Paging {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-bottom:#000000 1px solid;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	border-top:#000000 1px solid;	
	margin-left:4;
	padding-left:6;
	padding-right:6;
	padding-top:1;
	padding-bottom:1;		
}

A.Paging {
	color: #006600;
	text-decoration: none;
	font-weight: nomal;
	border-bottom: #006600 1px solid;
	border-left:#006600 1px solid;
	border-right:#006600 1px solid;
	border-top:#006600 1px solid;	
	margin-left:4;
	padding-left:6;
	padding-right:6;
	padding-top:1;
	padding-bottom:1;			
}

A.Paging:Visited {
	color: #006600;
	text-decoration: none;
	font-weight: nomal;
	border-bottom:#006600 1px solid;
	border-left:#006600 1px solid;
	border-right:#006600 1px solid;
	border-top:#006600 1px solid;	
	margin-left:4;
	padding-left:6;
	padding-right:6;
	padding-top:1;
	padding-bottom:1;			
}

A.Paging:Hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	border-bottom:#666666 1px solid;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
	border-top:#666666 1px solid;	
	margin-left:4;
	padding-left:6;
	padding-right:6;	
	padding-top:1;
	padding-bottom:1;			
}	

/*Headings*/
H1{
	font-size: 20px;
}
H2{
	font-size: 18px;
}
H4{
	font-size: 15px;
}
H5{
	font-size: 13px;
}
H6{
	font-size:10px;
}