html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 98%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: Helvetica, Arial;
	background:#BBC2AD url(../images/site/background.png) repeat-x top left;
}

.container {
	width:1030px;
	margin:0 auto;
}

.header {
	height: 70px;
	background:#7B826B url(../images/site/head-bg.png) no-repeat;
}

ul#nav {margin: 0;padding: 0 25px 0 0;list-style: none;float:right;}
ul#nav li {float: left;position: relative;width: 10em;}
ul#nav li ul {display: none;position: absolute;top: 1em;left: 0;}
ul#nav li ul li {background-color: #E7EBE0;}
ul#nav li ul li a {padding:5px;text-decoration:none;color:#4C574A;display:block;border:1px solid #C3CFB5;}
ul#nav li ul li a:visited {color:#4C574A;}
ul#nav li ul li a:hover {background-color:#4C574A;color:#FFFFFF;}
ul#nav li > ul {top: auto;left: auto;z-index:10;}
ul#nav li:hover ul, ul#nav li.over ul{ display: block; }
ul#nav li.products {width:134px;}
ul#nav li.applications {width:127px;}
ul#nav li.samples {width:155px;}
ul#nav li.tradeshows {width:132px;}
ul#nav li.about {width:107px;}
ul#nav li.contact {width:109px;}

.body {
	padding:0 25px;
	background:url(../images/site/body-bg.png) repeat-y top left;
}

.main {
	float:left;
	width:700px;
}

.content {
	padding: 20px 25px 0 25px;
}
.internal {
	padding: 20px 45px 0 45px;
}
.content p {padding-top:20px;}
.content p.large {color: #5D6C3F;padding:0;font-size:2.4em;}
h1 {padding:0;margin:0;}

.imgReplace {
  margin:0; padding:0;
  width:600px; height:125px;
}

span#small-green {
	font-weight:bold;
	color: #5D6C3F;
}

.sidebar{
	float:right;
	width:240px;
	margin: 20px 20px 0 0;
	color: #4C574A;
}

.sidebar h3 {
	line-height:1.8em;
	font-weight:normal;
	}

h3.side {
	font-size:1.1em;
	font-weight:bold;
}

a {color:#B15E27;}
a:hover {color:#B15E27;}
a:visited {color:#B15E27;}

.footer {
	height: 17px;
	padding:20px 0;
	background:#BBC2AD url(../images/site/foot-bg.png) no-repeat;
	text-align:center;
	font-size:.8em;
	color: #4C574A;
}

label {
	font-size:.8em;
	color: #808080;
	line-height:1.4em;
	margin-top:10px;
}

.homeLink {
	float:left;
	width:130px;
	height:70px;
	margin-left:65px;
}