#content {
	margin-left: 190px;
	padding-bottom: 20px;
}
#content  h1  {
	color: #006;
	font-size: 1.6em;
	font-weight: bold;
}
html, body {
	background-image: url(assets/body-background.jpg);
	background-repeat: repeat;
	background-color: transparent;
	background-attachment: fixed;	
	margin: 20px;
	padding: 0px;
	min-width: 900px;
	color: #000;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
body {
	font-size: 1.3em;
}
.left {
	float: left;
	margin-right: 20px;
	display: block;
}
#tag {
	clear: left;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
}
#content .testimonial {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	border: thin dotted #00C;
	display: block;
	float: left;
	width: 280px;
	height: 110px;
	font-style: italic;
	font-weight: bold;
}
#footer {
	text-align: center;
	clear: both;
}
#copyright {
	margin-top: 5px;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: right;
}

#header {
	clear: both;
	height: 100px;
}
a {
	color:#006;
}
.nolink {
	text-decoration: none;
	border: none;
}
.quote {
	font-weight: normal;
	font-style: italic;
}
.quoteby {
	text-align: right;
	color: #006;
}
.alternate {
	color:#33C;
}
#content h2 {
	color: #006;
	font-size: 1.3em;
}
#content th {
	vertical-align: top;
	text-align: left;
}
#content input, #content textarea {
	background-color: #FFF;
	border: 1px solid #3BA8E4;
	overflow: auto;
	margin-bottom: 3px;
}
#content input:focus, #content textarea:focus {
	background-color: #FFC;
	border: 1px #000 solid;
}
#content .popbox {
	background-color: #FFC;
	padding: 5px;
	border: 1px solid #006;
	font-weight: normal;
}
a:hover {
	color:#00C;
}
#content .product {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #3BA8E4;
	padding: 3px;	
}
#content .range {
	width: 180px;
	display: inline-block;
}
#content .product:hover {
	background-color: #3BA8E4;
	color: #FFF;
	border-color: #28166F;
}
#content .basketcontrol {
	margin-top: 2em;
}
.notification {
	font-size: 0.7em;
	color: #666;
}
form .title {
	width: 25em;
	display: inline-block;
	font-weight: bold;
	margin-top: 1em;
}
#content .productlabel, #content .wideproductlabel {
	float:left;
	display: inline-block;
	margin-right: 2em;
	width: 5em;
	font-weight: bold;
}
#content .productmessage {
	display:inline-block;
}
#content .wideproductlabel {
	width: 15em;
}
#content .productinformation {
	border-bottom: 1px dashed #3BA8E4;
	width: 40em;
	padding-top: 1.2em;
	background-color: #FFF;
}
#content .productid {
	font-size: 1.4em;
	padding: 0.3em;
	font-weight: bold;
	background-color: #6CB5D6;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 1em;
	overflow: hidden;
}
#content .productimage {
	text-align: center;
	width: 40em;
}
#content .productdescription {
	padding-top: 1em;
	width: 40em;
	overflow: hidden;
}
#content .pricebreak {
	width: 5em;
	float: left;
	font-weight: bold;
	color: #3B9EC8;
}
#content .pricetable {
	height: 2.5em;
	margin: 2em 0 1em 0;
}
#content .pricebreak .quantity {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-weight: normal;
	color: #000;
}
#content .printmessage {
	padding-top: 1em;
}
#content .pricetable p {
	margin: 0px;
	padding: 0px;
	padding-left: 0.5em;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006;
}
#content .summarytableheader {
	display: block;
	width: 45em;
	margin-bottom: 0.3em;
	padding: 0.3em;
	font-weight: bold;
	background-color: #28166F;
	color: #FFF;
}
#content .summarytablefooter {
	display: block;
	width: 44.1em;
	margin-bottom: 0.3em;
	padding: 0.3em;
	padding-right: 1.2em;
	font-weight: bold;
	text-align: right;
	background-color: #3BA8E4;
	color: #FFF;
}
#content .summarytable, #content .summarytable-firstline {
	display: block;
	width: 45em;
	margin-bottom: 0.3em;
	padding: 0.3em;
}
#content .summarytable {
	border-top: solid 1px #000;
}
#content .summaryquantity {
	width: 5em;
	display: inline-block; 
	padding:0.1em;
	vertical-align: top;
}
#content .summaryrange {
	width: 10em;
	display: inline-block;
	padding:0.1em;
	vertical-align: top;
}
#content .summaryoptions {
	width: 15em;
	display: inline-block;
	padding:0.1em;
	vertical-align: top;
}
#content .summaryprice, #content .summarytotal {
	width: 6em;
	display: inline-block;
	padding:0.1em;
	text-align: right;
	vertical-align: top;
}
#main {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(assets/header-background.png);
	background-repeat: no-repeat;
	border-radius: 10px;
}
#navbar {
	float: left;
	width: 170px;
	clear: left;
	background-color: #FAFAFA;
	border: 1px solid #CCC;
	margin-top: 15px;
}
#navbar p {
	margin: 0;
	padding: 0;
}
#navbar a {
	display: block;
	padding: 0.3em;
	color: #666;
	text-decoration: none;
}
#navbar a:hover {
	color: #333333;
	background-color: #CCC;
}
#navbar h1 {
	display: block;
	margin: 0px;
	font-size: 0.85em;
	padding: 5px;
	background-color: #393931;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
#masthead {
	color: #FF0;
	text-align: right;
	vertical-align: bottom;
	height:1.5em;
	padding: 0px;
	margin-left: 300px;
	margin-bottom: 1.5em;
}
#masthead a, #masthead a:visited {
	text-decoration: none;
	border-bottom: 1px none;
	color: #FF0;
}
#masthead li {
	list-style-position: outside;
	list-style-type: none;
	text-transform: lowercase;
	text-decoration: none;
	text-align: right;
	display: inline;
	border-right: 1px solid #999;
	padding-right: 10px;
	padding-left: 10px;
}
#masthead a:hover {
	border-bottom: 1px solid #FFF;
	cursor: pointer;
}
#masthead  li.last  {
	border-right-style: none;
}
#searchbox {
	margin-top: -0.25em;
	float: left;
	width: 280px;
	color: #FFFFFF;
	vertical-align: middle;
	height: 1em;
}
#searchbox a, #searchbox a:visited {
	text-decoration: none;
	border-bottom: 1px none;
	color: #FFF;
	vertical-align: middle;
}
#searchbox label {
	padding-left: 0.5em;
	font-weight: bold;
}
#searchbox .buttoninside {
	margin-left:-2em;
}
#findtext {
	font-size: 12px;
	overflow: hidden;
	border-style: none;
	font-weight: bold;
	color: #999;
	vertical-align:top;
	height: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	padding-top: 0.25em;
	padding-right: 2.25em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	width: 184px;
}
#content .keywords {
	text-transform: capitalize;
}
#productresults div {
	display:inline-block;
	color:#000;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-bottom: 2px solid #DDD;
	border-right: 2px solid #DDD;
	float:left;
	text-align:center;
	width:150px;
	height:180px;
	padding:0.5em;
	margin:0.5em 1.1em 0.5em 0em ;
	padding-bottom: 0px;
	background:#FFF;
	border-radius: 6px;
}
#productresults div div {
	margin:0;
	padding:0;
	height:auto;
	overflow:hidden;
	border:none;
}
#productresults .label {
	margin-bottom:1.5em;
}
#productresults div {
	text-align:center;
	display:inline;
}
#productresults > div {
	text-align:center;
	display:inline-block;
}
#productresults .hoverpanel:hover {
	border-color:#AAA;
}
#content .sampleproduct {
	display:inline-table;
	padding:30px;
	vertical-align:middle;
}
#footernav {
	margin-top: 5px;
	font-size: 0.8em;
	float: left;
	width: 200px;
}
#footernav a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none; 	
}
