﻿/*==================================
HTML ELEMENTS
==================================*/
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	text-align: center;
	font-family: Arial, Helvetica, MS Sans Serif;
	font-size: 12px;
}

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a, a:link, a:active, a:visited
{
	color: #AB7B4A;
	text-decoration: none;
}
a:hover
{
	color: #6C4824;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
h2
{
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
h3
{
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px;
}

p
{
	margin-bottom: 20px;
}

ul
{
	margin: 10px 0px 10px 40px;
}

.left
{
	float: left;
	display: inline;
}
.right
{
	float: right;
	display: inline;
}
.center
{
	text-align: center;
}
.clear
{
	clear: both;
}
.pad
{
	padding: 5px;
}
/*==================================
LAYOUT
==================================*/
#wrap
{
	position: relative;
	width: 732px;
	margin: 0 auto;
	text-align: left;
	background: url( "images/Background2.gif" ) repeat-y;
}

#header
{
	position: relative;
	width: 732px;
	height: 112px;
	background: url( "images/Header2.gif" ) no-repeat;
}

#main
{
	position: relative;
	padding: 0px 13px 0px 13px;
}

#navigation
{
	float: left;
	width: 178px;
	z-index: 1000;
	text-align: center;
	font: bold 10px Palatino Linotype;
	background: url( "images/Nav_Top.gif" ) no-repeat top;
}
#navigation #out
{
	list-style-type: none;
	text-align: left;
	margin: 165px 0px 0px 0px;
}
#navigation #out li a, #navigation #out li a:visited
{
	display: block;
	width: 178px;
	height: 28px;
	text-indent: 10px;
	padding-top: 10px;
	color: White;
	background: url( "images/NavBG.gif" ) no-repeat top left;
}
#navigation #out li a:hover
{
	background-position: bottom right;
	background-color: White;
}
#navigation #out li #in
{
	visibility: hidden;
	position: absolute;
	top: 203px;
	left: 191px;
	list-style: none;
	margin: 0px;
}
#navigation #out li:hover #in
{
	visibility: visible;
}
#navigation #out li:hover #in li a.hide
{
	background: #ab7b4a;
	height: 18px;
	width: 225px;
	padding-top: 5px;
	color: White;
	border-bottom: solid 1px white;
}
#navigation #out li:hover #in li:hover a.hide
{
	color: Black;
}

#content
{
	float: left;
	width: 490px;
	padding: 0px 10px 0px 20px;
}

#promo
{
	float: right;
	width: 160px;
	padding-top: 30px;
}

#footer
{
	width: 732px;
	margin: 0 auto;
	clear: both;
	font-size: 8pt;
	padding-top: 20px;
	background: url( "images/Footer2.gif" ) no-repeat top;
}

/*==================================
PAGE SPECIFIC
==================================*/
.product
{
	float: left;
	clear: both;
}
.product div
{
	width: 200px;
	border: solid 1px black;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

.sensor
{
	float: left;
	clear: both;
}
.sensor div
{
	border: solid 1px black;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

.news
{
	width: 240px;
	display: inline;
}
.newstitle
{
	color: #aa7a4c;
}

.listing
{
	width: 225px;
	height: 250px;
	text-align: center;
	float: left;
}
.listing img
{
	border: solid 1px #000;
	display: block;
	margin-bottom: 10px;
}

#contact_form
{
	list-style: none;
}
#contact_form li
{
	padding: 5px;
}
#contact_form .label
{
	width: 150px;
	display: inline-block;
}
#contactborder
{
	width: 250px;
	padding: 10px;
	border: double 4px #aa7a4c;
	margin-left: 40px;
}

#cse-search-box
{
	position: absolute;
	right: 40px;
	top: 40px;
}
