/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background:  url(body_bkg.jpg) repeat-x left top;
}

/** HEADINGS */

h1, h2 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #FFFFFF;

}

h1 {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;

}

h2 {
		color: #F00;
	font-weight: normal;	
	margin-bottom: 10px;
	font-size: 18px;
		font-weight: bold;
}

h3 {
	margin-bottom: 1em;
	font-size: 11px;
	color: #504E42;
}

/** TEXTS */

body, p, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Arial ;
	font-size: 13px;
	color: #404040;
}




/** LINKS */

a {
	color: #B57319;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.redhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F00;
	font-weight: bold;	
    
}

.redtext {
		font-size: 14px;
	color: #F00;
	font-weight: normal;	
    
}


.des {

	font-family: Verdana, Arial, Helvetica, sans-serif, Georgia;
	font-size: 10px;
	color: #B8B8B8;
      font-weight: normal; 
	text-decoration:none;
}

a.des {
		font-family: Verdana, Arial, Helvetica, sans-serif, Georgia;
	font-size: 10px;
	color:#B8B8B8;
      font-weight: normal; 
	text-decoration:underline;
}


a.des:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif, Georgia;
	font-size: 10px;
	color: #ffffff;
      font-weight: normal; 
	text-decoration:undeline;
}

.box {
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	BORDER-RIGHT: #808080 1px solid;
	BORDER-TOP: #808080 1px solid;
	BORDER-LEFT: #808080 1px solid;
	BORDER-BOTTOM: #808080 1px solid;
	color: #000000;

}


.boxlarge {
	width: 960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-image: url(content_bkg_top.jpg);
	background-repeat: repeat-x;

}


.btn {
	color:#3A3231;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #90C340;
	border: 1px solid #3A3231;
	width: 150px;
	margin: 5px;
	padding: 5px;
	background-image: url(buttonback.gif);
}



.smallbtn {
	color:#3A3231;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #A9CD39;
	border: 1px solid #C0C0C0;
	width: 40px;
	margin: 1px;
	padding: 1px;
	font-weight: bold;
	background-image: url(smbtnbk.gif);
}





.boxbottom {

	width: 960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-image: url(content_bkg_footer.jpg);
	background-repeat: repeat-x;
}

/*header
------------------------*/
#header {
	height: 50px;
	margin: 0 auto;
	position: relative;
	}


#header ul {
	position: absolute;
	top: 40px;
	right: 190px;
	width: auto;
	}
#header li {
	display: inline;
	}
#header li a {
	float: left;
	height: 34px;
	display: block;
	margin-left: 5px;
	text-indent: -99999px;
	overflow: hidden;
	}
#header li.page1 a {
	width: 61px; background: url(home.gif) no-repeat;
	}
#header li.page2 a {
	width: 150px; background: url(search-products.gif) no-repeat;
	}
#header li.page3 a {
	width: 61px; background: url(help.gif) no-repeat;
	}
#header li.page4 a {
	width: 84px; background: url(contact.gif) no-repeat;
	}

#header li a:hover,
#header li.current_page_item a,
#header li.current_page_parent a {
	background-position: 0 -34px;
	}
.boxtop {
	width: 927px;
	background-image: url(grassbk.jpg);
	height: 72px;

}
.content {
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 24px;
}

.smbox {
	width: 150px;
		font-family: "Trebuchet MS", Georgia, "Times New Roman", Arial ;
	font-size: 13px;
	font-weight: normal;
	BORDER-RIGHT: #808080 1px solid;
	BORDER-TOP: #808080 1px solid;
	BORDER-LEFT: #808080 1px solid;
	BORDER-BOTTOM: #808080 1px solid;
	color: #000000;
}

#check { font-size: 10px; width: 20px; display: none; visibility: hidden; z-index: 0; }

.boxdotted {
	border: thick dotted #FF0000;
	padding: 0px;
	margin: 0px;
	width: 780px;

}


