﻿/* CSS Document */

/* -----------------------------------------------------------
						Generic Page Properties
----------------------------------------------------------- */

body {
	background-color: #f8f8f8;
	margin:0px;
	background-image:url(../images/bg_grad.jpg);
	background-repeat:repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
	text-decoration: underline;
	color: #c7161d;
	border: 0px;
}

a:hover {
	color:#000;
	text-decoration: none;
	border: 0px;
}

/* -----------------------------------------------------------
						Header Layout Controls
----------------------------------------------------------- */

#maincontainer {
	width: 742px;
	margin: 15px auto 10px auto;
	background-color: #FFF;
	color:#000;
	border: 1px solid #000;
}

#topsection {
	background: #FFF;
	height: 112px;
	color:#FFF;
	background-image:url(../images/header_bg.gif);
}

#topsection2 {
	background: #FFF;
	height: 31px;
	color:#FFF;
	background-image:url(../images/header_bg2.gif);
	text-align:right;
	padding: 3px 15px 0px 0px;
}

#logo {
	margin:20px 20px 0px 15px;
	text-align:left;
	color:#000;
}

.logoimage {
	border:0px;
}

#navcontainer {
	background: #FFF;
	margin: 0px 5px 5px 5px;
	background-color:#c7161d;
	height:23px;
}

#topimage {
	height:156px;
	background-color:#FFF;
	margin: 0px 5px 5px 5px;
}



#spacer {
	clear:both;
	height:5px;
	margin: 5px;
	color:#FFF;
	background-color:#FFF;
}

#spacer2 {
	clear:both;
	height:5px;
	margin: 5px;
	color:#FFF;
	background-color:#FFF;
}

/* -----------------------------------------------------------
						Footer Layout
----------------------------------------------------------- */

#footer {
	margin:5px;
	height:70px;
	background-image:url(../images/footer_bg.gif);
	color:#FFF;
}

#footer p {
	padding-top:15px;
	color:#FFF;
}

#footer p a {
	color:#FFF;
	text-decoration:underline;
}

#footer p a:hover {
	color:#FFF;
	text-decoration:none;
}

.footerimage {
	float:left;
	border:0px;
}

/* -----------------------------------------------------------
						4 Boxes on Homepage
----------------------------------------------------------- */
.innertube {
	margin: 5px;
}

.innertube2 {
	margin: 5px;
	height: 140px;
	background-color: #e5e5e5;
	background-image:url(../images/wide4_bg.jpg);
	background-repeat: repeat-x;
}

.wide4 {
	width: 340px;
	float: left;
	text-align: left;
	padding: 0px 10px 5px 10px;
	text-decoration:none;
}

.wide4left {
	width: 160px;
	float: left;
	text-align: left;
	padding: 0;
	text-decoration:none;
}

.wide4right {
	width: 150px;
	float: right;
	text-align: left;
	padding: 0;
	text-decoration:none;
}

.product_img {
	border: none;
	margin: 4px;
}

/* -----------------------------------------------------------
						2 Boxes on Homepage
----------------------------------------------------------- */

.home-box{
	width: 25%;
	float: left;
	text-align: center;
	background-color:#e5e5e5;
	padding-bottom:10px;
	text-decoration:none;
	background-image:url(../images/wide4_bg.jpg);
}

.product_img1 {
	border: none;
	margin: 12px 8px 8px 8px;
}

/* -----------------------------------------------------------
						2 columns on Homepage
----------------------------------------------------------- */

div.wide2 {
	width: 50%;
	float: left;
	text-align: left;
	background-color:#FFF;
	padding-bottom:10px;
}

/* -----------------------------------------------------------
						Typography
----------------------------------------------------------- */

h6
{
	margin: 0px;
	font-weight:100;
	letter-spacing: 1px;
}

h5
{
	margin: 0px;
	font-weight:100;
	letter-spacing: 1px;
}

h4
{
	margin: 0px;
	font-weight:100;
	letter-spacing: 1px;
}

h3
{
	margin: 0px;
	font-weight:100;
	letter-spacing: 1px;
}

h2
{
	margin: 0px;
	font-weight:100;
	letter-spacing: 1px;
}

h1
{
	margin: 0px;
	font-weight:100;
	letter-spacing: 1px;
}

h1 {
	padding-top: 4px;
	font-size: 18px;
	color: #c7161d;
	font-weight:100;
	letter-spacing:1px;
}

h2 {
	font-size: 16px;
	line-height:18px;
	color: #c7161d;
	padding-bottom: 4px;
	border-bottom: 1px solid #e0e0e0;
	margin: 5px 5px 5px 5px;
	font-weight:100;
}

h3 {
	font-size: 14px;
	line-height:16px;
	color: #000;
	margin: 0px 5px;
	font-weight:bold;
}

h4 {
	font-size: 14px;
	line-height:16px;
	color: #c7161d;
	margin: 0px 5px;
	font-weight:bold;
}
h5 {
	font-size: 16px;
	line-height:18px;
	color: #c7161d;
	margin: 5px 5px 5px 5px;
	font-weight:100;
}

p {
	padding: 0px 5px;
	line-height:15px;
}

.bold {
	color:#c7161d;
	font-weight:bold;
	font-size:13px;
	line-height:16px;
}

/* -----------------------------------------------------------
						Product Pictures
----------------------------------------------------------- */

.left_pic {
	float:left;
	margin:0px 15px 15px 0px;
	padding:2px;
	border: 1px solid #999;
}

.right_pic {
	float:right;
	margin:0px 0px 815px 15px;
	padding:2px;
	border: 1px solid #999;
}

.image {
	border: 0px;
}

#big_image {
	margin: 0px auto;
	width:550px;
}
/* -----------------------------------------------------------
						Inline Pictures
----------------------------------------------------------- */

.picborderright{
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.picborderleft{
	margin-top: 0px;
	margin-bottom: 25px;
	margin-right: 25px;
}
.picbordertop_bottom{
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: 87px;	
	
}
.formspacer{
	margin-bottom: 8px;
	
}