@charset "UTF-8";
/* CSS Document */

/* undo some default styling of common (X)HTML browsers
 ************************************************************/

ul, ol {
	list-style: none;
}

body, h1, h2, h3, h4, h5, h6, pre, code, td {
	font-size: 1em;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, label, div, dd, dt, dl, table, tr, td, img, hr {
	margin: 0; 
	padding: 0;
	border: 0;
}

a img, :link img, :visited img, fieldset {
	border: none;
	text-align: center;
}

/* main set up
 ************************************************************/

body {
	padding: 0;
	margin: 20px 0 0 0;
}

a, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #070AED;
	text-decoration: none;
}

a:hover {
	color: #5459D1;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #00C;
	padding: 0 0 15px 0;
	font-weight: normal;
	text-align: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #070AED;
	padding: 0 0 3px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	padding: 0px 0 0 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 20px 0 3px 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 070AED;
	padding: 20px 0 0 0;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #070AED;
	padding: 20px 0 3px 0;
	display: inline;
}

strong {
	color: #000000;
}

#wrapper {
	width: 900px;
	text-align: left;
}

#content {
	width: 800px;
	min-height: 500px;
	margin: 0 50px 0 50px;
	text-align: left;
}

#left_col {
	float: left;
	width: 445px;
}

#right_col {
	float: right;
	width: 315px;
}

#left_col, #right_col {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #565B5F;
	font-weight: normal;
}

/* product pages */
.product_box {
	width: 170px;
	padding: 10px;
	background-color: #EBEBEB;
	float: left;
	margin: 0 10px 15px 0;
}

.product_box h3 {
	padding: 0 0 2px 0;
}

.product_cat_pages {
	clear: both;
}

/* main formatting
 ************************************************************/
 #logo {
 	width: 900px;
}

#tag_line {
	width: 275px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #666666;
	padding: 6px 0 0 0;
}

#flashcontent {
	padding: 15px 0 0 0;
}

#featured_product_container {
	padding: 0 0 0 20px;
}

ul.featured_product {
	list-style: disc;
	list-style: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 19px;
	padding: 0;
	margin: 8px 0 20px 18px;
}

#product_panel {
	background-color: #EBEBEB;
	padding: 0 15px 15px 15px;
}

#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565B5F;
	height: 45px;
}

/* product specs
 ************************************************************/
table {
	width: 315px;
}

.tableRow0, .tableRow1, .headRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 14px;
	vertical-align: top;
}

.headRow {
	font-style: italic;
}

.tableRow0 {
	background-color: #CCCCCC;
}

.tableRow1 {
	background-color: #FFFFFF;
}

.product_num, .product_specs, .product_cm, .product_center {
	padding: 3px 5px 3px 5px;
}

.product_copy_driven {
	padding: 7px 8px 5px 8px;
}

.product_num, .product_specs, .product_copy_driven {
	text-align: left;
}

.product_cm {
	text-align: right;
}

.product_center {
	text-align: center;
}

.product_copy_driven p {
	font-size: 9px;
	color: #000000;
	line-height: 14px;
	padding: 10px 0 5px 0;
}
 
/* footer
 ************************************************************/
#footer {
	background-color: #070AED;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 7px;
	margin: 20px 0 0 0;
	height: 27px;
}

#footer strong {
	color: #FFFFFF;
}

#footer a, #footer a:active, #footer a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_links {
	text-align: left;
	padding-bottom: 5px;
}

#footer_links a {
	clear: both;
}

.link_sep {
	padding: 0 7px 0 7px;
}


#copyright {
	float: left;
}

#footer_contact, #footer_links {
	float: right;
}

/* contact form
 ************************************************************/
#contact_form_left {
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565B5F;
	text-align: right;
	line-height: 24px;
}

#contact_form_right {
	float: left;
	width: 500px;
	text-align: left;
	padding: 0 0 0 10px;
}

#contact_form_right input, #contact_form_right textarea.format {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565B5F;
	padding: 3px;
}

.required {
	color: #FF0000;
}

/* misc formatting
 ************************************************************/
 .clearfix {
 	clear: both;
 	height: 1%;
}

.blue {
	color: #070AED;
}

.photo {
	height: 100%;
}

.underline {
	text-decoration: underline;
}

.underline_one_col {
	border-top: solid 1px #CCCCCC;
	width: 800px;
	height: 20px;

}

.underline_left_col {
	border-top: solid 1px #CCCCCC;
	width: 445px;
	height: 10px;
}

.underline_right_col {
	border-top: solid 1px #CCCCCC;
	width: 315px;
	height: 10px;
}

.float_left {
	float: left;
	padding: 5px 15px 15px 0;
}

.float_right {
	float: right;
	padding: 5px 0 10px 15px;
}

ul.sitemap li {
	margin: 0 0 10px 0;
}

ul.sitemap ul li {
	margin: 0 0 0 15px;
}

ul.sitemap ul {
	list-style-type: disc;
}

ul.sitemap ul ul {
	list-style-type: circle;
	padding: 0 0 10px 0;
}
#wrapper #content #right_col table .tableRow1 .product_num h6 {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #content #right_col table .tableRow1 .product_num {
	color: #00F;
}
#wrapper #content #right_col table .tableRow1 .product_num {
	color: #000;
}
