/* CSS Document */
body 				{
	margin: 0;
	padding: 0;
	background-image: url(/assets/images/tile_backimage_brown.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
}

/* Headers */
h1 					{ color: #2F2100; } 
h2  				{ font-size: 24px; font-weight: normal; color: #AD5121; margin: 20px 0 5px 0; }
h3					{ font-size: 14px; font-weight: normal; color: #281B00; margin: 5px 0 20px 0; }
h4					{}
h5					{}
p					{}

/* Linkage */
a:link 				{
	color: #987C52;
} 
a:visited 			{
	color: #BDA684;
} 
a:hover				{
	color: #BDA684;
}
a:focus				{}
a:active			{
	color: #BDA684;
}  

#container 			{
	width: 780px;
	text-align: left;
	padding: 0;
	display: block;
	margin: 0 auto;
	background-image: url(/assets/images/mid.gif);
	background-repeat: repeat-y;
	background-position: 50%;
} 
#header				{
}

ul#nav				{
	margin: 0 auto;
	padding: 0;
	display: block;
	clear: both;
	width: 718px;
}
ul#nav li			{ float: left; padding: 0; list-style-type: none; margin: 0; } 
ul#nav span			{ display: none; }
a#home				{ background-image: url(/assets/images/nav/nav_home.jpg);  width: 62px; height: 26px; display: block; }
a#home:hover		{ background-image:url(/assets/images/nav/nav_home_f2.jpg); }
a#history				{ background-image: url(/assets/images/nav/nav_company.jpg);  width: 140px; height: 26px; display: block; }
a#history:hover		{ background-image:url(/assets/images/nav/nav_company_f2.jpg); }
a#products				{ background-image: url(/assets/images/nav/nav_products.jpg);  width: 89px; height: 26px; display: block; }
a#products:hover			{ background-image:url(/assets/images/nav/nav_products_f2.jpg); }
a#distributors				{
	background-image: url(/assets/images/nav/nav_joblist.jpg);
	width: 113px;
	height: 26px;
	display: block;
}
a#distributors:hover		{
	background-image:url(/assets/images/nav/nav_joblist-hover.jpg);
}
a#case		{ background-image: url(/assets/images/nav/nav_casestudies.jpg);  width: 110px; height: 26px; display: block; }
a#case:hover	{ background-image:url(/assets/images/nav/nav_casestudies_f2.jpg); }
a#downloads		{ background-image: url(/assets/images/nav/nav_downloads.jpg);  width: 102px; height: 26px; display: block; }
a#downloads:hover	{ background-image:url(/assets/images/nav/nav_downloads_f2.jpg); }
a#contact-us		{ background-image: url(/assets/images/nav/nav_contact.jpg);  width: 102px; height: 26px; display: block; }
a#contact-us:hover	{ background-image:url(/assets/images/nav/nav_contact_f2.jpg); }

#mid			{
	width: 738px;
	margin: 0 auto;
}
#content {
	padding: 10px 18px 10px 20px!important;
	width: 512px;
	float: right;
}
#side-content		{
	margin: 10px 0 0 18px;
	width: 165px;
	text-align: center;
}

/* Slideshow Style */
#imageContainer 	{
	position:relative;
	margin:0 0 10px 0;
	width:505px;
	text-align: center;
	height: 175px;
}
html>body #imageContainer 	{ position:relative; margin:0 0 10px 0; width:505px; text-align: center; height: 175px; }
#imageContainer img { display:none; position:absolute; top:0; left:0; border: 0; }
#wraphome 			{ display:none; }
 
  /* Form Styles */ 
#form				{ float: left; width: 450px; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
#form p				{ padding: 0px; text-align: center; }
#form em			{ color: #f00; }
#form div.row		{ clear: both; padding-top: 5px; }
#form label			{ float: left; width: 100px; text-align: right; }
#form span.field	{ float: right; width: 335px; text-align: left; }
#form div.submit	{ clear: both; }
#form .req			{ font-weight: bold; }

#hidden				{ display: none; } 
 
#footer					{
	height: 147px;
	width: 100%;
	clear: both;
	background-image: url(/assets/images/footer3.jpg);
	background-repeat: no-repeat;
}
