@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------
Author: 
Date:	1 February 2008
Description: The main style sheet for the entire site.
----------------------------------------------------------*/

/* =Structure
------------------------- Page Structure ------------------
*/
*
{
	margin:0px;
	padding:0px;
	border:0px;
}
body
{
	background-color: #ffffff;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left:-1px; /*this fixes a bug in ie causing the header to be out by 1px*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #0d0c0c;
}
#wrapper 
{
	width: 785px;
	margin:0px auto 0px auto;
}
.clear /* NOTE this class makes sure divs get pushed down automatically*/
{
	clear:both;
}
/* =Format
------------------------- Format ------------------
*/
p
{
	/*font-size:0.9em;*/
}
h1
{
	font-size: 140%;
	color: #aa0c1d;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
h2
{
	font-size: 105%;
	color: #333333;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h3
{
	font-size:105%;
	font-weight:bold;	
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* = Heading
------------------------- Heading ------------------
*/
#header
{
	background-image:url(../images/header.png);
	/*background-image:url(../images/header_nobox.png);*/ /*required to remove box part 1/2*/
	background-repeat:no-repeat;
	height:160px;
	/*background-position:center;*/
	width:785px;
	margin:0px auto 0px auto;
}

#header_foot
{
	width:742px;
	height:60px;
	background-image:url(../images/header_foot.jpg);
	/*background-image:url(../images/header_foot_nobox.gif);*/ /*required to remove box part 2/2*/
	background-repeat:no-repeat;
}

/* = Content
------------------------- Content ------------------
*/

#content_filler
{
	width:742px;
	background-image:url(../images/content.gif);
	background-repeat:repeat-y;
	padding-bottom:50px;
}

#left_side
{
	width:277px;
	float:left;
}
#right_side
{
	width:465px;
	float:left;
	padding-top:10px;
}
#content_text
{
	width:390px;
	margin-top:-268px;
	padding:10px;
}
#side_content_bg
{
	height:162px;	
	background-image:url(../images/side_content_bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	margin-top:115px;
}

#side_content_bg_contact
{
	height:162px;	
	margin-top:115px;
}
.testimonials {
	font-size:95%;
	color:#aa0c1d;
	/*border: 1px dashed #999999;*/
	margin: 10px auto 25px auto;
	width: 80%;
	padding: 5px 15px 5px 15px;
}
.quote {
	font-style: italic;
}
.terms {
	background-color: #ede8e8;
	padding: 3px;
	border: 1px solid #7c2d2b;
	font-size: 80%;
}
.staffPict {
	margin: 5px;
	float: left;
	height: auto;
	width: 96px;
	font-size: 70%;
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mainStaffPict {
	margin: 0px auto 5px auto;
	/*float: left;*/
	height: auto;
	width: 250px;
	font-size: 70%;
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/* = Nav
------------------------- Navigation Menu ------------------
*/
#order_button 
{
	position:relative; /*need this to make the div move*/
	width:133px;
	height:132px;
	left:150px;
	bottom:56px;
	z-index:100;
}
#nav_wrapper
{
	position:relative; /*need this to make the div move*/
	width:210px;
	left:25px;
	bottom:105px;
	z-index:1;
}
#nav_head
{
	height:25px;
	width:210px;
	background-image:url(../images/nav_head.gif);
	background-repeat:no-repeat;
}
#nav_foot
{
	height:25px;
	width:210px;
	background-image:url(../images/nav_foot.gif);
	background-repeat:no-repeat;
}
#nav_content
{
	width:210px;
	background-image:url(../images/nav_filler.gif);
	background-repeat:repeat-y;
	padding-left:33px;

}
.nav_line
{
	background-image:url(../images/nav_line.gif);
	background-repeat:no-repeat;
	width:120px;
	height:10px;
	padding-top:5px;
}
#home_link a
{
	display:block;
	background-image:url(../images/home_both.gif);
	background-position:top left;
	width:115px;
	height:30px;
}
#home_link a:hover
{
	background-position:top right;
}
#products_link a
{
	display:block;
	background-image:url(../images/products_both.gif);
	background-position:top left;
	width:115px;
	height:30px;
}
#products_link a:hover
{
	background-position:top right;
}
#company_link a
{
	display:block;
	background-image:url(../images/company_both.gif);
	background-position:top left;
	width:115px;
	height:30px;
}
#company_link a:hover
{
	background-position:top right;
}
#order_link a
{
	display:block;
	background-image:url(../images/order_both.gif);
	background-position:top left;
	width:115px;
	height:30px;
}
#order_link a:hover
{
	background-position:top right;
}
/* = Contact
------------------------- Contact ------------------
*/
#contact_details
{
	font-size:0.9em;
	margin-left:50px;
	margin-top:-65px;
	color:#333333;
}
#contact_details a 
{
	color:#333333;
	text-decoration:underline;
}
.buttons {
	background-color: #e4dbdb;
	border: 1px solid #7c2d2b;
}
.reg_fields {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	padding-left: 2px;
	vertical-align: middle;
	width: 224px;
	margin:2px;
	padding:1px;
	background-color:#ede8e8;
	border: 1px solid #7c2d2b;

}
.req_reg_fields {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	padding-left: 2px;
	vertical-align: middle;
	width: 224px;
	margin:2px;
	padding:1px;
	background-color: #dddada;
	border: 1px solid #7c2d2b;

}
/* = Contact
------------------------- Contact ------------------
*/
#footer
{
	font-size:0.8em;
	color:#333333;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	width:742px;
	height:50px;
}
#foot_nav
{
	margin-left:20px;
	float:left;
	width:442px;;
	text-align:left;
	color:#333333;
	margin-bottom:10px;
}
#foot_nav a
{
	text-decoration:none;
	color:#333333;
}
#foot_nav a:hover
{
	text-decoration:underline;
}
#copyright
{
	margin-right:20px;
	float:left;
	width:260px;;
	text-align:right;
	color:#333333;
	margin-bottom:10px;
}

/* Product Page*/
