﻿body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	}
a:link {
	color: #39c;
	}
a:visited {
	color: #369;
	}

/* layout */

#wrap {
	min-width: 500px;
	max-width: 1000px;
	width: expression(document.body.clientWidth < 502? "500px" : document.body.clientWidth > 1002? "1000px" : "auto");
	background: url(images/wrap-bg_30pc_a.gif) repeat-y 30% 0;*/
	border-right: 1px solid #693;
	}

#content {
	float: right;
	width: 70%;
	font-size: 100%;
	color: #333;
	line-height: 1.5em;
	}

#sidebar {
	float: left;
	width: 30%;
	}
#sidebar form{
	padding-left: 0px;
	margin: 0;
}
#footer {
	clear: both;
	background: #828377 url(images/footer-bg.gif) repeat-x top left;
	}

/* gutters */

#content .gutter {
	padding: 25px;
	}
#sidebar-2 .gutter {
	padding: 15px;
	}

#sidebar .gutter {
	padding: 15px;
	}

#content .leftcol{
	padding-left: 50px;
	float: left;
}
#content .rightcol{
	padding-left: 200px;
}
#content .rightcol p{
	margin:0;
}
#content .leftcol p{
	margin:0;
}
#content a.msds:link{
	color:blue;
	text-decoration:none;
	font-size:102%;
	margin-left: 15px;
}
#content a.msds:visited{
	color:blue;
	text-decoration:none;
	font-size:102%;
	margin-left: 15px;
}
#content a.image:link{
	color:white;
	text-decoration:none;
	margin:0px
}

.contact{
	color: #0077ff;
	font-weight:bold;	
}
/* fonts */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
/* header */

#header {
	border-bottom: 3px solid #005A93;
	background: #0099FF url(images/header_bg3b.gif) repeat-x top left;
	}
#header h1 {
	margin: 0; 
	padding: 5px; 
	font-family: "Lucida sans", sans-serif;
	font-size: 190%; 
	color: black;
	font-weight: bold;
}
#header h2 {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 10px;
	font-family: "Arial", sans-serif;
	font-size: 110%;
	color: #FFFFFF;
	}
#header img{
	float:left; 
	margin-top: 2px;
	margin-right: 10px; 
}

/* Search box"*/
#search {
	margin-top: 10px;
	float: right;
	margin-right: 10px;
}

/* message row */

#message {
	clear: both;
	margin: 0;
	padding: 4px;
	font-size: 90%;
	color: #ffffff;
	text-align: left;
	background: #828377;
	border-bottom: 1px solid #4b4f54;
	}
	
/* content */

#content h1 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #0077ff;
	font-weight: bold;
}
#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #0077ff;
	font-weight: normal;
	}
#content h3 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 120%;
	color: #693;
	font-weight: normal;
	}
#content img{
	float: left;
	margin: 0 15px 0 0; 
	padding: 0 4px 4px 0;
}
dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #693;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(images/photo-frame.gif) no-repeat bottom right;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}

/* sidebars */
.box { 
	margin: 0px 100px 20px 0;
	padding: 0px 0px 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(images/box-b.gif) no-repeat bottom right;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #693;
	color: #0077ff;
	background: url(images/box-t.gif) no-repeat top left;
	}

.box ul {
	margin: 0;
	padding: 0 5px;
	margin-left: 15px;
	}

.box p {
	margin: 0;
	padding: 0 5px;
	margin-left: 15px;
	}
.box ul li {
	margin: 0;
	padding: 0 5px;
	list-style: none;
	}

/* tables */
table td textarea {

	
}
table.order {
  	clear:both;
	width: 75%;
  	position: relative;
  	top: 5px;
  	left: -4px;
  	border: 1px solid #000;
  	background: #fff;
  	margin-left:auto;
  	margin-right:auto;
  	  	}
table.order tr.caption {
  	margin: 0;
	padding: 8px 20px;
  	text-align: center;
 	border: 1px solid #000;
  	border-bottom: none;
 	background: #8cd1ff;
	color: black;
	font-weight: bold;
  	}
table.order td {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: center;
  	border-bottom: 1px solid #b5b5b5;
  	}
table.order th {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: center;
  	border-bottom: 1px solid #b5b5b5;
  	}
table.order th {
	color: #000000;
	font-weight: normal;
  	}
table.order .name {
  	text-align: left;

  	}
table.order tr {
  	background: #e6e6e6;
  	}
table.order tr.alt {
  	background: #f1f1f1;
  	}
table.order td a {
  	display: block;
  	font-weight: bold;
  	}

/* footer */

#footer p {
	margin: 0;
	padding: 5px;
	font-size: 85%;
	color: #333;
	}
#footer p.address {
	margin: 0;
	padding: 5px;
	font-size: 90%;
	color: #fff; 
	}
	
/* MSDS */	

#MSDS {
clear: both;
line-height: 1.5em;
color: #666;
margin-left: 0px;
margin-top: 10px;
margin-right: 40px;

}
#MSDS h3 {
	margin: 0;
	padding: 12px;
	font-family: Verdana, serif;
	font-size: 120%;
	font-weight: normal;
	color: #693;
}
#MSDS a {
	margin: 0;
	padding: 12px;
	font-family: Verdana;
	font-size: 100%;
	font-weight: normal;
	color: black;
	text-decoration: none
}
#MSDS p{
	margin: 0;
	padding-left: 0px;
	padding-right: 0;
	padding-top: 5px;
	font-family: Verdana;
	font-size: 100%;
	font-weight: normal;
	color: #5A2E19;
}
#MSDS p.phone{
	background-image: url(images/phone_ic_trans25.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 35px;
	line-height: 90%;
	margin-top:0;
}
#MSDS p.fax{
	background-image: url(images/fax_ic_trans25.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 1px 35px;
	margin-top:4px;

}
/*  IE fixes */

#sidebar {
	height: 1%;
	}

#content {
	height: 1%;
	}

.feature { 
	display: inline-table; 
	}
	
/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.menu {font-size: 100%; margin-top: 10px; font-family: verdana}
.menu ul {padding-right: 0px; padding-left: 0px; z-index: 500; padding-bottom: 0px; margin: 0px; width: 11em; padding-top: 0px; list-style-type: none; position: relative}
.menu li {float: left; background-color: #8cd1ff;}
.menu li.sub {background-color: #8cd1ff;}
/*.menu table {margin-top: -1px; font-size: 1em; z-index: 100; left: 0px; position: absolute; top: 0px; border-collapse: collapse}*/
.menu table {margin-top: -1px; font-size: 1em; z-index: 100; left: 0px; position: absolute; top: 0px;}
.menu a {border-right: #ffffff 1px solid; border-top: #ffffff 1px solid; display: block; padding-left: 1em; font-weight: normal; text-transform: none; border-left: #ffffff 1px solid; width: 11em; color: #000000; line-height: 2em; border-bottom: #ffffff 1px solid; font-style: normal; height: 2em; font-variant: normal; text-decoration: none}
.menu a:visited {border-right: #ffffff 1px solid; border-top: #ffffff 1px solid; display: block; padding-left: 1em; font-weight: normal; text-transform: none; border-left: #ffffff 1px solid; width: 11em; color: #000000; line-height: 2em; border-bottom: #ffffff 1px solid; font-style: normal; height: 2em; font-variant: normal; text-decoration: none}
.menu b {float: right; margin-right: 5px}
* html .menu a {width: 11em}
* html .menu a:visited {width: 11em}
* html .menu a:hover {font-weight: normal; text-transform: none; color: #ffffff; font-style: normal; position: relative; background-color: #0099ff; font-variant: normal; text-decoration: none}
.menu li:hover {position: relative}
.menu a:active {font-weight: normal; text-transform: none; color: #fff; font-style: normal; background-color: #0099ff; font-variant: normal; text-decoration: none}
.menu a:focus {font-weight: normal; text-transform: none; color: #fff; font-style: normal; background-color: #0099ff; font-variant: normal; text-decoration: none}
.menu li:hover > a {font-weight: normal; text-transform: none; color: #fff; font-style: normal; background-color: #0099ff; font-variant: normal; text-decoration: none}
.menu li ul {padding-right: 2em; padding-left: 2em; left: 7em; visibility: hidden; padding-bottom: 2em; padding-top: 2em; position: absolute; top: -2em; background-color: transparent}
.menu li:hover > ul {visibility: visible}
.menu ul a:hover ul ul {visibility: hidden}
.menu ul a:hover ul a:hover ul ul {visibility: hidden}
.menu ul a:hover ul a:hover ul a:hover ul ul {visibility: hidden}
.menu ul a:hover ul {visibility: visible}
.menu ul a:hover ul a:hover ul {visibility: visible}
.menu ul a:hover ul a:hover ul a:hover ul {visibility: visible}
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility: visible}
.menu a.double {border-right: #ffffff 1px solid; border-top: #ffffff 1px solid; display: block; padding-left: 1em; font-weight: normal; text-transform: none; border-left: #ffffff 1px solid; width: 11em; color: #000000; line-height: 2em; border-bottom: #ffffff 1px solid; font-style: normal; height: 4.2em; font-variant: normal; text-decoration: none}

/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}
/* End hide from IE/Mac */
