/* @override http://greenbrier-scentex.com/css/interim.css */

/* @group General Styles */

html {
margin: 0;
padding: 0;
}

body {
padding: 0;
margin: 0 0 20px;
background-color: #fff;
}

p {
font-family: "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
margin-top: 0;
}

#content.legal p {
font: 0.75em/1.5em "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
text-align: left;
}

em {
font-weight: bold;
font-style: italic;
}

strong {
font-weight: bold;
}

small {
font-size: 0.75ex;
}

a:link, a:visited {
text-decoration: none;
}

a:hover, a:active {
text-decoration: underline;
}

img {
border-style: none;
}

img.center {
margin: auto;
display: block;
}

.image-left {
float: left;
margin: 3px 10px 3px 0;
}

.image-right {
float: right;
margin: 3px 0 3px 10px;
}

hr {
border-bottom-width: 1px;
border-bottom-style: solid;
border-top-style: solid;
border-right-style: none;
border-left-style: none;
border-top-width: 1px;
margin: 15px -15px;
}
/* @end */

/* @group Global Classes */

blockquote, .standout {
margin: 0;
line-height: 1.5;
font-style: italic;
font-size: 1.2em;
}

h1 {
margin: 0 0 5px;
font: bold 2.2em Georgia, "Times New Roman", Times, serif;
}

h1#Home {
	margin: 0 0 0 0px;
	padding: 0;
	float: left;
	height: 48px;
	width: 420px;
}
	
h1#Home a {
	display: block;
	margin: 0 0 0 0px;
	padding: 0;
	text-indent: -9000px;
	height: 42px;
	width: 420px;
}

h2 {
margin: 0 0 5px;
font: 1.8em Georgia, "Times New Roman", Times, serif;
}

h2#TOS {
margin-bottom: 10px;
}

h3 {
margin: 0 0 5px;
font: 1.6em Georgia, "Times New Roman", Times, serif;
}

h4 {
margin: 0 0 5px;
font: 1.4em Georgia, "Times New Roman", Times, serif;
}

/* Main content area unordered list styles */

#contentContainer #content ul {

}

#contentContainer #content li {

}

#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a {
text-decoration: none;
}

ul.disc {
list-style-type: disc;
}

ul.circle {
list-style-type: circle;
}

ul.square {
list-style-type: square;
}

ol.arabic-numbers {
list-style-type: decimal;
}

ol.upper-alpha {
list-style-type: upper-alpha;
}

ol.lower-alpha {
list-style-type: lower-alpha;
}

ol.upper-roman {
list-style-type: upper-roman;
}

ol.lower-roman {
list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */

#sidebarContainer #sidebar ul {

}

#sidebarContainer #sidebar li {

}

/* Table Styles */

table {
font-size: 1em;
}

table.t1 {
margin-bottom: 1em;
}

th {
border-bottom-style: solid;
border-bottom-width: 1px;
}

th.item-col {
padding-right: 30px;
}

tr {
line-height: 1.5em;
}

td.item-name {
vertical-align: bottom;
text-indent: 5px;
}

td.UPCprefix,
td.MFRid,
td.itemNo,
td.checkdigit {
font-family: Courier, mono;
}

td.checkdigit {
width: 25px;
}

/* @end */

/* @group Layout */

#container {
margin: 0px auto;
text-align: left;
position: relative;
z-index: 1;
width: 900px;
background-color: #fff;
color: #2b2a33;
}

#content h1, h2, h3, h4,
#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover  {
color: #2b2a33;
}

.clearer {
clear: both;
}

#pageHeader {
display: block;
height: 72px;
position: relative;
font-family: Georgia, "Times New Roman", Times, serif;
}

#pageHeader, #footer {
background-color: #fff;
}

#pageHeader h1 {
position: absolute;
left: 30px;
font-size: 2.5em;
top: 14px;
}

#pageHeader h1 a {
text-decoration: none;
}

#contentContainer {
}

#contentContainer #content {
padding: 30px 30px;
}

#content p {
font-size: 1em;
line-height: 1.4em;
}

#content h3 {
}

#footer {
padding: 11px 0 13px;
}

#footer ul {
font-size: 0.85em;
padding-right: 0;
padding-left: 0;
margin-right: 32px;
margin-left: 32px;
list-style-type: none;
line-height: 1em;
}

#footer p {
margin: 0;
padding: 0 30px;
text-align: center;
font: .8em "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
color: #a1a1a1;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {

}

/* @end */

/* @group Navbar */

#navcontainer {
position: relative;
left: 0;
display: block;
width: 100%;
overflow: hidden;
font: 1em/2em "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
background-color: #fff;
}

#navcontainer ul {
list-style: none;
margin: 0;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 0;
}

#navcontainer li {
display: inline;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
}

#navcontainer a {
padding: 7px 14px;
}

#navcontainer ul,
#navcontainer li,
#navcontainer a {
color: #73d071;
}

#navcontainer a:hover {

}
/* @end */