/* Global styles */
* {
	font-family: Verdana;
	color: #003;
}

body {
	font-size: 10pt;
	background-color: #800;
}

#content {
	width: 800px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border-bottom: 20px solid #003;
}

#header {
	background-color: #003;
	height: 100px;
	/* This will be the containing block */
	position: absolute;
	width: 800px;
}

#logo {
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	/* Position with #header */
	position: absolute;
	width: 237px;
	height: 124px;
	top: 0px;
	left: 0px;
}

#phone {
	background-image: url(/images/phone.gif);
	background-repeat: no-repeat;
	width: 331px;
	height: 56px;
	position: absolute;
	top: 20px;
	left: 250px;
}

#header #cart {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.85em;
	position: absolute;
	right: 20px;
	top: 7px;
	line-height: 16px;
	background-image: url(/images/cart.gif);
	background-repeat: no-repeat;
	padding-right: 22px;
	background-position: right;
}

#header #q {
	position: absolute;
	right: 20px;
	top: 26px;
	width: 140px;
	height: 18px;
	background: transparent url(/images/input.gif) no-repeat;
	padding: 3px 5px 0 5px;
	border: solid 0 #fff;
}

#header #Search {
	position: absolute;
	right: 20px;
	top: 51px;
	background-color: #ff0;
	width: 5em;
}

.tab {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	height: 22px;
	width: 106px;
	bottom: 0px;
	position: absolute;
}

#msds-tab {
	right: 10px;
	background-image: url(/images/tb-msds.gif);
}

#gsa-tab {
	right: 121px; /* 5 + 106 + 10 */
	background-image: url(/images/tb-gsa.gif);
}

#contact-tab {
	right: 232px; /* 5 + 106 + 121 */
	background-image: url(/images/tb-contact.gif);
}

#about-tab {
	right: 343px; /* 5 + 106 + 232 */
	background-image: url(/images/tb-about.gif);
}

#home-tab {
	right: 454px; /* 5 + 106 + 343 */
	background-image: url(/images/tb-home.gif);
}

#breadcrumbs {
	height: 1em;
	background-color: #fc0;
	padding-left: 235px;
	font-size: 0.85em;
	font-weight: bold;
	/* Move it down the height of #header plus the top margin of #content */
	padding-top: 110px;
}

#breadcrumbs #text {
	/* Vertical align this in the center */
	position: absolute;
	height: 1em;
	margin-top: -0.5em;
}

#breadcrumbs #text a {
	text-decoration: none;
}

#body {
	width: 100%;
	border: 0;
}

#menu {
	width: 208px;
	background-image: url("/images/menu.gif");
	background-repeat: repeat-y;
	font-size: 0.8em;
	vertical-align: top;
}

#menu h1 {
	background-image: url("/images/menu-heading.gif");
	background-repeat: repeat-x;
	color: #fff;
	text-transform: uppercase;
	font-size: 2em;
	/* top right bottom left */
	margin: 15px 20px 5px 5px;
	padding: 0 0 1px 5px;
}	

#menu a {
	text-decoration: none;
	padding-left: 1em;
	/* Put a BR after each */
	display: block;
}

#menu .level1 {
	padding-left: 1em;
}

#menu .level2 {
	padding-left: 2em;
}

#menu .level3 {
	padding-left: 3em;
}

#menu .level4 {
	padding-left: 4em;
}

#menu #logo2 {
	width: 180px;
	height: 239px;
	background-image: url(/images/logo2.gif);
	margin: 5px 0 0 10px;
	text-align: center;
}

#menu #cards {
	width: 180px;
	height: 32px;
	background-image: url(/images/visaamexp.gif);
	margin: 5px 0 5px 10px;
}

#details {
	vertical-align: top;
	padding: 0 2em 0 2em;
}

#details #date {
	text-align: right;
	font-weight: bold;
}

#details #instructions {
	padding: 0.5em 0 1em 0;
}

/* Item lists */
#details .next-prev {
	text-align: center;
	padding-bottom: 0.5em;
}

#details .next-prev a {
}

/* Item matrix background */
#details .products {
	background-color: #ffc;
	border: 1px solid #cca;
}

#details .products td  {
	vertical-align: top;
}

#details .product {
	text-decoration: none;
	width: 180px;
	text-align: center;
	line-height: 1em;
	font-size: 0.8em;
	padding-top: 5px;
}

#details .product a {
	text-decoration: none;
}

#details .product a .list-price {
	text-decoration: line-through;
}

#details .product a .price {
	font-weight: bold;
}

#details .product img {
	border: 1px solid #003;
	padding: 5px;
	background-color: #fff;
}

#details #banner-ad {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

/* Single item */
#details #product-code {
	font-size: 1.05em;
	padding-bottom: 0.5em;
	text-transform: uppercase;
}

#details #name {
	font-size: 1.1em;
	font-weight: bold;
}

#details #product-image {
	border: 1px solid #003;
	padding: 5px;
	background-color: #fff;
	float: right;
}

#details #manufacturer {
	font-size: 0.95em;
	padding-bottom: 0.5em;
}

#details #additional-text {
	padding-bottom: 1em;
}

#details #text {
	clear: both;
}

#details #msds img {
	border: 0;
	padding-top: 5px;
	padding-left: 500px;
}

#details #list-price {
	text-decoration: line-through;
	color: #f00;
	font-size: 0.85em;
}

#details #sale-price {
	font-weight: bold;
	font-size: 1.05em;
}

#details #form {
	padding-top: 1em;
}

#details #added-message {
	font-weight: bold;
	text-align: center;
	padding-top: 0.5em;
}

/* Shopping cart */
#shopping-cart {
	text-align: center;
}

#shopping-cart table {
	margin-top: 1em;
	border: 1px solid #003;
	width: 538px;
}

#shopping-cart td {
	text-align: left;
	vertical-align: top;
	border-top: 1px dotted #003;
}

#shopping-cart td.dollar-amount {
	text-align: right;
}

#shopping-cart td.quantity {
	text-align: center;
}

/* Generic styles */

input, textarea {
	font-family: Verdana;
	font-size: 10pt;
}

.hr {
	border-top: 1px solid #003;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

.label {
	vertical-align: top;
	font-weight: bold;
}

.value {
	vertical-align: top;
}

.editable {
	font-style: italic;
}


/* Screen only */
@media screen {

	.noprint { }

	* {
		margin: 0;
	}
}

/* Print only */
@media print {

	.noprint {
		display: none;
	}
}

