html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}


body {
	width:100%;
	text-align:center;
	background-color:#FFF;
	color:#787A7C;
	font-family:"Trebuchet MS", Arial, Sans-serif;
}
#container{
	width:800px;
	margin:0 auto;
	background:#FFF url('images/background.jpg') repeat-y;
	font-size:11.5px;
}
a {
	color:#787A7C;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#page {
	width:600px;
	margin:0 auto;
	padding:0 15px;
}
#header {
	width:100%;
	/*height:155px;*/
	position:relative;
}
#banner {
	width:181px;
	margin:0 auto;
	padding:28px 0 24px;
	height:101px;
}

#navi_bar{
	position:relative;
	height:25px;
	width:630px;
	margin-left:-15px;
	padding-top:4px;
	background:#FFF url('images/navi/navi_back.jpg') no-repeat;
}
#navi li{
	display:inline;
	margin:0 -10px;
}
.prod_nav{
	float:right;
}
.prod_nav a {
	text-decoration:none;
	color:#BF1E2E;
	font-weight:bold;
}
.logo_contain{
	text-align:center;
	width:100%
}
.logo{
	margin:10px auto;
}
#content {
	margin:10px 0 30px;
}
#inner{
	text-align:left;
	margin-top:20px;
}
#inner h1{
	/**/
}
.home_title {
	padding-left:10px;
}
.column{
	padding:8px 10px;
} 
.column ul {
	margin:0 17px;
	list-style-image:url('images/arrow.jpg');
}
.column li {
	vertical-align:middle;
}
.column li a {
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#787A7C;
}
.column li a:hover {
	color:#BF1E2E;
}
.column p {
	text-align:justify;
	margin-bottom:8px;
	line-height:1.4em;
}
.spacer {
	margin-left:-10px;
}
.spacer_big{
	margin-top:10px;
	margin-bottom:10px;
}
#leftside{
	float:left;
	width:190px;
	margin:0 10px 20px 0;
}
#center{
	float:left;
	width:215px;
	margin:0 15px 20px 0;
}
#rightside{
	float:right;
	width:170px;
	padding-left:0px;
}
#bigleftside{
	float:left;
	width:400px;
	text-align:justify;
	margin-bottom:8px;
	line-height:1.4em;
	padding:0 10px;
}
.division{
	margin-left:20px;
	clear:both;
}
.division p{
	margin-left:10px;
}
a.prod_url {
	float:left;
	font-weight:bold;
	color:#BF1E2E;
	text-decoration:none;
}
.url_arrow{
	float:left;
	margin-top:3px;
}
.prod_contact{
	text-align:right;
	float:right;
}
.profile{
	float:left;
	margin:0 15px 35px 0;
}
.contact_text{
	text-align:left;
}
.contact_title{
	margin:14px 0 6px;
}
#updates{
	margin-top:10px;
	padding:6px 10px;
	text-align:left;
	color:#FFF;
	background-color:#BF1E2E;
	font:bold 14px "trebuchet ms";
}
form {
	font-size:10px;
	margin:3px 0;
}
form input {
	width:145px;
	margin:3px 0 4px;
}
#email_submit img{
	margin-top:8px;
}

#feed_contain{
	text-align:left;
}
.post {
	margin:10px 0;
	font-size:11px;
}
.post h2 a, .post h2{
	font:bold 12px helvetica;
	color:#BF1E2E;
	text-decoration:none;
	text-transform:uppercase;
}
small, .postmetadata {
	font-size:10px;
	color:#8F9088;
}
small {
	display:inline;
}
.entry p{
	line-height:1.8em;
	margin-bottom:10px;
	text-align:justify;
}
#bigleftside p {
	margin-bottom:10px;
}
textarea {
	width:595px;
}
#footer{
	height:40px;
	width:630px;
	margin-top:20px;
}
#footer img {
	display:inline;
}
#footer_copy{
	margin:5px 0 0 20px;
}

.clear{
	clear:both;
}

.alignleft{
float:left;
margin:0 10px 10px 0;
}
.entry p{
clear:left;
}