/* Text, Styles, Others */

body	{
	background: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

h1	{
	font-size: 24px;
	color: #CCC;
	padding: 0 15px 0 15px;
	font-weight: normal;
}

h3	{
	font-size: 18px;
	color: #ccc;
	padding: 15px;
	font-weight: normal;
	line-height: 1.2em;
}

h3 a	{
	text-decoration: none;
	color: #6CF;
}

h3 a:hover	{
	text-decoration: underline;
}

p	{
	padding-left: 15px;
	line-height: 1.5em;
	color: #CCC;
	font-size: 12px;
}

#main li	{
	list-style: square;
	padding: 5px;
	margin-left: 2em;
	color: #999;
	font-size: 12px;
}

#main li a	{
	color: #CCC;
	text-decoration: none;
}

#main li a:hover	{
	text-decoration: underline;
}

#main ul	{
	padding-left: 15px;
	padding: 5px;
}

#box	{
	padding: 15px;
	padding-bottom: 15px;
}

.form_align	{
	padding: 15px;
}

/* DIVs */
#headerbg	{
	background: url(images/header_bg.gif) repeat-x;
	text-align: center;
	padding: 0px 20px 0px 20px;
	height: 120px;
}

#container {
	 width: 1000px;
	 padding-left: 150px;
}

#headerTop	{
	text-align: center;
}

#banner	{
	width: 1000px;
}

#main	{
	position: relative;
	margin: 0 auto;
	width: 1000px;
	background: #333;
}

#footer	{
	background: url(images/footer_bg.gif) repeat-x;
	padding: 15px;
	height: 75px;
	position: relative;
}

#footer p	{
	line-height: 1.5;
	color: #039;	
	text-align: center;
}

.clearfooter {
	clear: both;
}


/* Navigation */

#navi	{
	background: #039;
	height: 25px;
}

.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  z-index: 100;
  position: relative;
  padding: 0;
 }

.nav li {
  float: left;
  margin: 0;
  padding: 0;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: 1em/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: #039;
  color: #CCC;
  display: block;
  padding: 0 10px;
  text-decoration: none;
}

.nav li a:hover {
  background: #ccc;
  color: #000;	
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
  background-color: #ccc;
  color: #000;
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #666;
  color: #fff;
}

#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #fff;
  color: #000;	
}

.nav ul {
  list-style: none;
  margin: 0;
  width: 200px;
  position: absolute;
  top: -999em;
}

.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}

.nav ul li {
  border: 0;
  float: none;
}

.nav ul a {
  border-bottom: 0;
  padding-right: 20px;
  white-space: nowrap;
}

.nav ul a:hover {
  background: #ccc;
  color: #000;
}

.clear	{
	clear: both;
}

.products table	{
	line-height: 1.5em;
	padding: 20px;
	margin: 20px;
	background: #FFF;
	color: #333;
	border: 1px ridge #CCC;
	width: 95%;
}

.theform table	{
	line-height: 1.5em;
	margin: 20px auto;
	background: #FFF;
	color: #333;
	width: 95%;
}

.theform td	{
	padding: 5px;
}