/* RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { 
	margin: 0; 
	padding: 0; 
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,td { 
	font-size: 1em; 
	font-weight: normal; 
	font-style: normal; 
}

fieldset,img { 
	border: none; 
}

caption,th { 
	text-align: left; 
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

/* LAYOUT */

body {
	color: #fff;
	background: #e6e6e6;
	text-align:center;
	min-width:980px;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

a { 
	color: #ba7c00;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

p { 
	margin-bottom: 18px;
	color: #666;
	font-size: 11px;
	line-height: 18px;
}

h1 { 
	font-weight: bold; 
	font-size: 16px; 
	margin-bottom: 18px;
	color: #333;
}

h2 { 
	font-weight: bold; 
	font-size: 12px; 
	color: #333;
	margin-bottom: 0;
}

h3 { 
	font-weight: bold; 
	font-size: 10px; 
	color: #333;
}

h4 { 
	font-weight: bold; 
	font-size: 10px; 
	line-height: 18px;
	color: #666;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	color: #666;
	font-size: 10px;
	margin-left: 32px;
}


/*-------DIV STYLES------*/

#header {
	position:relative;
	width:980px;
	height:90px;
	text-align:left;
	margin: 0 auto 0;
}

#header h1 {
	margin: 0;
	padding-top: 38px;
	float: left;
}

.surplus {
	margin-left: 20px;
	margin-bottom: 3px;
}

.surplus a:hover {
	background-image: url(images/surplusbutton_over.gif);
}


/* NAVIGATION BAR */

#navbar {
	width: 980px;
	height: 25px;
	z-index: 9998;
	position: relative;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

#navbar #nav {
	padding: 0;
	margin: 0 auto;
	width: 980px;
}

#navbar #nav li {
	display: inline;
	padding: 0;
}

#navbar #nav li a {
	float: left;
	width: 140px;
	height: 0;
	overflow: hidden;
	padding-top: 25px;
}

/* NAVIGATION BUTTONS */

#navbar #nav li#home {
	background-position: 0 0;
	background-image: url(images/navbutton.gif); 
}

#navbar #nav li#company {
	background-position: -140px 0;
	background-image: url(images/navbutton.gif); 
}

#navbar #nav li#products {
	background-position: -280px 0;
	background-image: url(images/navbutton.gif); 
}

#navbar #nav li#services {
	background-position: -420px 0;
	background-image: url(images/navbutton.gif); 
}

#navbar #nav li#support {
	background-position: -560px 0;
	background-image: url(images/navbutton.gif); 
}

#navbar #nav li#search {
	background-position: -700px 0;
	background-image: url(images/navbutton.gif); 
}

#navbar #nav li#contact {
	background-position: -840px 0;
	background-image: url(images/navbutton.gif); 
}

/* NAVIGATION BUTTONS LINKS */

#navbar #nav li#home a {
	background-position: 0 0;
	background-image: url(images/navbutton.gif); 
}

#navbar #nav li#company a {
	background-position: -140px 0;
	background-image: url(images/navbutton.gif); 
}

#navbar #nav li#products a {
	background-position: -280px 0;
	background-image: url(images/navbutton.gif); 
}

#navbar #nav li#services a {
	background-position: -420px 0;
	background-image: url(images/navbutton.gif); 
}

#navbar #nav li#support a {
	background-position: -560px 0;
	background-image: url(images/navbutton.gif); 
}

#navbar #nav li#search a {
	background-position: -700px 0;
	background-image: url(images/navbutton.gif); 
}

#navbar #nav li#contact a {
	background-position: -840px 0;
	background-image: url(images/navbutton.gif); 
}


/* NAVIGATION BUTTONS OVER STATES*/

#navbar #nav li#home a:hover {
	background-position: 0 -25px;	
}

#navbar #nav li#company a:hover {
	background-position: -140px -25px;
}

#navbar #nav li#products a:hover {
	background-position: -280px -25px;
}

#navbar #nav li#services a:hover {
	background-position: -420px -25px;
}

#navbar #nav li#support a:hover {
	background-position: -560px -25px;
}

#navbar #nav li#search a:hover {
	background-position: -700px -25px;
}

#navbar #nav li#contact a:hover {
	background-position: -840px -25px;
}


/* NAVIGATION ACTIVE PAGE BUTTONS */

#homepage #navbar #nav li#home a {
	background-position: 0 -50px;
}

#companypage #navbar #nav li#company a {
	background-position: -140px -50px;
}

#productspage #navbar #nav li#products a {
	background-position: -280px -50px;
}

#servicespage #navbar #nav li#services a {
	background-position: -420px -50px;
}

#supportpage #navbar #nav li#support a {
	background-position: -560px -50px;
}

#searchpage #navbar #nav li#search a {
	background-position: -700px -50px;
}

#contactpage #navbar #nav li#contact a {
	background-position: -840px -50px;
}


/* MAIN LAYOUT DIVS */


#content {
	width: 980px;
	text-align:left;
	position: relative;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	display: inline-block;
}

#content p, #content h1, #content h2, #content li {
	margin-right: 25px;
	margin-left: 25px;
}

#content h1 {
	padding-top: 25px;
}

#homepage #content {
	background: #968b77 url(images/homehead.jpg) no-repeat left top;
	padding-top: 15px;
}

#homepage .searchbox {
	display: none;
}

#footer {
	background: url(images/footer.gif) no-repeat 0 top;
	width: 980px;
	text-align:center;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100px;
}

#footer p {
	color: #7e6f53;
	font-size: 10px;
	text-align: left;
	margin-left: 71px;
	padding-top: 23px;
}

#homepage #footer {
	background: url(images/homefooter.gif) no-repeat 0 top;
}

#homecolumns {
	padding-top: 283px;
	width: 980px;
}

#columnone {
	width: 348px;
	float: left;
	position: relative;
	margin-left: 0;
}

#columntwo {
	width: 314px;
	margin-left: 348px;
	position: relative;
}

#columnthree {
	width: 286px;
	display: block;
	height: 1%;
	float: right;
	background-color: #a69c89;
	background: #a69c89 url(images/columnfoot.gif) no-repeat 0 bottom;
	margin-right: 30px;
}

* html #columnthree {
	margin-right: 13px;
}

#columnone p, #columntwo p, #columnthree p {
	color: #eae8e4;
	font-size: 11px;
	line-height: 18px;
}

#columntwo p, #columntwo h1 {
	margin-right: 30px;
	margin-left: 0;
}

#columnthree p {
	margin-right: 18px;
	margin-left: 18px;
}

#columnone h1, #columntwo h1 {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 0;
	padding-top: 0;
}

#homecolumns a { 
	color: #e5bf27;
	text-decoration: none;
}

#homecolumns a:hover {
	text-decoration: underline;
}

#columnthree h1 {
	color: #fff;
	font-size: 14px;
	margin-right: 20px;
	margin-left: 56px;
	padding-top: 6px;
}

.columnhead {
	height: 40px;
	background: url(images/homesearchhd.gif) no-repeat 0 top;
	margin-bottom: 5px;
}

#columnthree .columnhead {
	background: url(images/homesearchhd.gif) no-repeat 0 top;
}

#homecolumns img {
	margin-top: 0;
	position: relative;
	margin-left: 15px;
	margin-bottom: 18px;
	vertical-align: bottom;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

#homecolumns input {
	margin-left: 18px;
	margin-top: 0;
	border: 1px none #fff;
	padding: 3px;
	width: 150px;
	position: relative;
	margin-bottom: 18px;

}


.brclear { 
     clear: both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

li {
	color: #666;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 5px;
}

ul {
	list-style-type: disc;
	padding-left: 15px;
	padding-bottom: 20px;
}

address {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	margin-left: 30px;
}

address.last {
	margin-bottom: 20px;
}

img.contact {
	margin-top: 20px;
}

img.products {
	float: right;
	margin-right: 30px;
	margin-top: 0;
}

strong {
	font-weight: bold;
	color: #747e22;
}

p.last {
	margin-bottom: 10px;
}

/* RFQ Form Styles */


p.required {
	text-align: right;
	margin-bottom: 5px;
	font-weight: bold;
}

#partinfo, #contactinfo {
	border-top: 1px solid #e5e5e5;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}

#partinfo p, #contactinfo p {
	margin-left: 0;
	margin-right: 0;
	color: #333;
	font-size: 11px;
	line-height: 18px;
}

#partinfo.thanks {
	width: 450px;
	margin-left: 30px;
	border-top:  none;
	float: left;
}

#contactinfo.thanks {
	float: left;
	border-left: 1px solid #e5e5e5;
	border-top:  none;
	width: 450px;
	padding-left: 30px;
	clear: none;
}

#partinfo.thanks p, #contactinfo.thanks p {
	margin-left: 0;
	margin-right: 0;
	color: #333;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 10px;
}

#partinfo.thanks p, #contactinfo.thanks p {
	margin-left: 0;
	margin-right: 0;
	color: #666;
	font-size: 12px;
}

#partinfo h2, #contactinfo h2 {
	margin-left: 0;
	margin-top: 20px;
	color: #333;
}

#partinfo input, #contactinfo input {
	width: 160px;
	border-top-width: 1px;
	border: 1px solid #ccc;
	padding: 2px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

#contactinfo textarea {
	width: 540px;
	border: 1px solid #ccc;
	margin: 0;
}

label {
	font-weight: bold;
	color: #666;
}

#partinfo .partnumber, 
#partinfo .quantity,
#partinfo .manufacturer,
#partinfo .datecode,
#partinfo .price,
#contactinfo .contact,
#contactinfo .phone,
#contactinfo .fax,
#contactinfo .company,
#contactinfo .type,
#contactinfo .email {
	float: left;
}

#partinfo .partnumber, 
#partinfo .quantity,
#partinfo .manufacturer,
#partinfo .datecode,
#contactinfo .contact,
#contactinfo .phone,
#contactinfo .company,
#contactinfo .fax,
#contactinfo .type,
#contactinfo .email{
	padding-right: 20px;
}



#contactinfo .comments {
	float: right;
}

#contactinfo p .type, #contactinfo p .company {
	width: 160px;
}

#contactinfo select {
	width: 166px;
	margin: 0;
}

.submit {
	clear: left;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}

table {
	width: 920px;
	margin-left: 30px;
	margin-right: 30px;
	color: #666;
	font: 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	margin-bottom: 30px;
}

td {
	border-bottom: 1px solid #e5e5e5;
	padding: 8px;
}

th {
	background-image: url(images/thbg.gif);
	height: 15px;
	padding: 5px 8px;
	font-weight: bold;
	color: #fff;
}

.searchbox {
	float: right;
	height: 1px;
	padding-top: 44px;
}
.mainsearch {
	border: 1px solid #ccc;
	padding: 3px;
	width: 100px;
}
#searchpage .mainsearch {
	margin-left: 25px;
	width: 200px;
	padding: 5px;
	background-color: #ffffed;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.searchbox img {
	padding-right: 0;
	margin: 0;
	padding-left: 8px;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

.partsearch img {
	padding-right: 0;
	margin: 0;
	padding-left: 8px;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

#logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	color: #333;
}

#logo h2 {
	text-align: center;
	color: #333;
}
#logo p {
	text-align: center;
	margin-bottom: 30px;
}

#qualitypage #content, #productspage #content, #servicespage #content, #companypage #content, #contactpage #content {
	background-image: url(images/mainbg.gif);
}

#qualitypage #footer, #productspage #footer, #servicespage #footer, #companypage #footer, #contactpage #footer {
	background: url(images/footer_sidebar.gif) no-repeat 0 top;
}

#main {
	float: left;
	width: 720px;
}

#sidebar a {
	color: #feffc7;
}

#sidebar ul {
	padding-left: 2px;
	padding-right: 20px;
	list-style-type: none;
	padding-top: 15px;
}
#sidebar li {
	background: transparent url(images/bullet_pdf.gif) no-repeat left 1px;
	padding-left: 20px;
	font-size: 10px;
}

#sidebar {
	width: 260px;
	padding: 0;
	position: relative;
	height: 100%;
	float: right;
	background: url(images/sidebar_grad.gif) repeat-x 0 top;
	margin: 0;
}

#sidebar img.left {
	padding-left: 25px;
}

#sidebar h1 {
	color: #f4f4ed;
	background: url(images/sidebar_h1.gif) no-repeat 25px;
	padding: 7px 0 0 32px;
	height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	margin: 25px 0 10px;
}
#sidebar h2 {
	color: #fff;
	margin: 10px 0 0;
	font-size: 11px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}

#sidebar p {
	color: #f4f4ed;
	padding-left: 25px;
	margin: 0;
	font-size: 10px;
	padding-right: 25px;
}

blockquote {
	color: #665f51;
	margin-right: 25px;
	margin-left: 25px;
	padding: 5px 8px;
	background-color: #fffae5;
	border-right-style: solid;
	border: 1px solid #ffe97f;
	font-size: 12px;
}

#prodone, #prodtwo, #prodthree {
	width: 239px;
}

#prodone, #prodtwo {
	float: left;
	border-right: 1px dotted #e5e5e5;
}

#prodthree {
	float: right;
}
