html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* =body */
body {font: 82%/1.6 Verdana,Arial,sans-serif; background: #006; color: #006; text-align: center;}

#wrapper {
	width: 780px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border: 5px solid #fc0;
}
#header {
	background: #ffcc00;
	padding: 20px 0 10px 0;
}
img#logo {
	float: left;
	padding: 0 0 10px 30px;
}
h1#name {
	display: none;
	visibility: hidden;
	margin-top: -1500px;
}
#logo h2 {
	text-align: left;
}
#tagline {
	float: right;
	text-align: right;
}
#tagline p {
	margin: 20px 30px 8px 0;
	font-size: 1.3em;
	font-weight: bold;
}
#tagline p em {
	font-weight: normal;
	font-size: 1em;
	padding-right: 5px;
}
#tagline h2 {
   font-size: 1.1em;
	font-weight: bold;
	margin: 55px 30px 0 0;
}
#content {
	width: 780px;
	background: #fff;
}
#content a:link, #content a:visited {
	color: #0033cc;
	text-decoration: none;
	border-bottom: 1px dotted #0033cc;
}
#content a:hover {
	border-bottom: none;
	text-decoration: underline;
	color: #cc0033;
}
#product_image {
	margin: 0 auto;
}
#products {
	width: 400px;
	padding: 15px 0 20px 15px;
	float: left;
	text-align: left;
}
#products p {
	padding-bottom: 10px;
}
#products .box {
	border: 1px solid #e3e3e3;
	padding: 5px 5px 5px 10px;
	margin: 10px 0 15px 0;
	background: #ffffec;
}
.box h4 {
	font-weight: bold;
	font-size: 1.1em;
}
ul#range {
	margin: 5px 0 10px 30px;
}
ul#range li {
	font-size: 1.1em;
	padding-bottom: 10px;
}
#contact {
	width: 320px;
	float: right;
	text-align: left;
	padding: 20px 0;
	line-height: 1.4em;
}
#contact .byline {
	border-left: 2px solid #fc0;
	padding-left: 10px;
	margin-bottom: 20px;
}
#contact .byline p {
	padding: 5px 0;
	font-size: 1.1em;
}
.byline p strong {
	padding-right: 6px;
	font-size: 1.1em;
}
#contact h3 {
	font-weight: bold;
	padding: 20px 10px 5px 0;
}
.boximage {
	float: right;
	margin: 5px 10px;
}
.boximage h5.captiontext {
	color: #7d7dbe;
	text-align: right;
	font-size: 0.8em;
	width: 120px;
	line-height: 1.3em;
}
#footer {
	background: #fc0;
}
#footer .phone {
	float: left;
	width: 350px;
	text-align: left;
	padding: 5px 10px;
}
#footer .address {
	float: right;
	text-align: right;
	padding: 5px 10px;
}
#copywrap {
	width: 780px;
	margin: 0 auto;
	color: #b0b0d7;
	padding: 5px 5px 20px 5px;
}
#copywrap p {
	font-size: 0.9em;
}
#copyright {
   float: left;
	text-align: left;
}
#design {
	float: right;
	text-align: right;
}
#design p a {
   color: #b0b0d7;
	text-decoration: none;
}
#design p a:hover {
	color: #fff;
	text-decoration: underline;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/* Floats */

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
