* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: small;
	color: #000;
}

a {
	color: #333;
}

h1 {
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 8px;
}

br.clear {
	clear: both;
}

p {
	line-height: 1.3em;
}

ul.list {
	list-style-type: none;
}

ul.list li {
	padding: 0 0 5px 15px;
	background: url('/_grafix/list_icon.gif') top left no-repeat;
}

span.small {
	font-size: 90%;
}


/* container */

#container {
	width: 100%;
}

#wrapper {
	float: left;
	width: 100%;
}


/* header */

#header {
	float: left;
	width: 850px;
}

#header .left {
	float: left;
}

#header .right {
	display: none;
}


/* navigation */

#navigation {
	display: none;
}


/* main */


#main {
	float: left;
	width: 850px;
	background-color: #fff;
}

#main .gutter {
	float: left;
	padding: 20px 0 20px 0;
}

#main .bottom {
	display: none;
}


/* home */

#home {
	float: left;
}

#home .text {
	float: left;
}

#home .image {
	display: none;
}

#home .banners {
	display: none;
}


/* contact */

#form_container {
	display: none;
}


/* products */

#products {
	float: left;
}

#products .navigation {
	display: none;
}

#products .text {
	float: left;
}

#products ul {
	list-style-type: none;
}

#products li {
	padding: 0 0 3px 0;
}

#products .product {
	float: left;
	width: 675px;
	margin-bottom: 4px;
}

#products .gutter {
	float: left;
	padding: 12px;
}

#products img {
	float: left;
	margin: 0 10px 0 0;
}

#products span.title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

#products span.code {
	display: block;
	margin-bottom: 5px;
	color: #9A8026;
}

#products span.price {
	display: block;
	float: right;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	padding-left: 30px;
}


/* footer */

#footer {
	float: left;
	color: #000;
	font-size: 80%;
}


/* quoted */

#quoted {
	display: none;
}


/* sIFR */

.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}