@charset "UTF-8";
/* CSS Document */


/* reset.css */
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 {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {
	font-weight:normal;
	text-align:left;
	}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


body {
	background: #1c1c1c;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 10px;
}
p {
	padding-bottom: 10px;
}
img, a img, table {
	border: 0;
}
table {
	width: 100%;
}
table td {
	vertical-align: top;
	padding: 0;
}
a:link, a:visited { 
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #262626;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, 
h1 a:link, 
h1 a:visited {
	font: bold 40px/40px Arial, Helvetica, sans-serif;
	color: #a50000;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2, 
h2 a:link, 
h2 a:visited {
	font: bold 18px/20px Arial, Helvetica, sans-serif;
	color: #999;
	padding: 0 0 4px 0;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3, 
h3 a:link, 
h3 a:visited {
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	color: #262626;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
sup {
	font-size: .35em;
}


#wrapper {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: 1px solid #000;
	padding: 10px;
}

#header {
	margin: 20px 0 0 20px;
	height: 100px;
}
#demo_button {
	margin-top: 20px;
	float: right;
	width: 280px;
	height: 12px;
	background: #a50000;
	font-weight: bold;
	color: #fff;
	padding: 16px 0 20px 20px;
}
#demo_button a:link, #demo_button a:visited {
	color: #fff;
	text-decoration: none;
}
#demo_button a:hover {
	color: #C33;
}
	

.clear_both {
	line-height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

#left_column {
	float: left;
	width: 414px;
}

#spec_box {
	background: #e1e1e1;
	padding: 10px 20px;
}
.contact_text {
	font: bold 20px/24px Arial, Helvetica, sans-serif;
	color: #a50000;
	margin-left: 20px;
}

#right_column {
	float:right;
	width: 486px;
}

#product_box {
	padding-top: 30px;
}

#footer {
	font: 9px/10px Arial, Helvetica, sans-serif;
	color: #999;
	margin: 20px;
}