﻿/*----------------------------
  Note: These styles only 
  only apply to the mainpage
  of the website.
------------------------------*/

body
	{
		background: #fff url('../images/body_bg_main.jpg') repeat-x 0 0;
	}

#mainBanner
	{
		height: 232px;
		background: url('../images/banner_bg_main.jpg') no-repeat 0 0;
	}

#mainPagePromoBanner
	{
		clear:both;
		float:right;
		margin: 0 0 0 5px;
		z-index:200;
	}

/* MAIN MENU FORMATTING  */

#mainMenu
	{
		float:right;
		margin-top:88px;
		overflow:hidden;
	}

a.mainMenuItem
	{
		display: block;
		height: 27px;
		width: 85px;
		color: #fff;
		background-color: #ff9221;
		padding-top: 5px;
		margin-right: 1px;
		text-decoration: none;
		font-weight: bold;
		font-size: 0.9em;
		float: left;
	}

a.mainMenuItemOn
	{
		display: block;
		height: 27px;
		width: 85px;
		color: #fff;
		background-color: #037cae;
		padding-top: 5px;
		margin-right: 1px;
		text-decoration: none;
		font-weight: bold;
		font-size: 0.9em;
		float: left;
	}

a:hover.mainMenuItem, a:hover.mainMenuItemOn
	{
	color: #fff;
	background-image: none;
	background-color: #037cae;
	}

a:active.mainMenuItem, a:active.mainMenuItemOn
	{
	background-color: #037cae;
	color: #39c;
	}

h2
	{
		color: #ff9221;
	}

#header
	{
		height: 116px;
		width:850px;
		background: #fff url('../images/header-background.png') no-repeat 0 0;
		overflow:hidden;
	}
	
#ContentGraphicTop .logo
	{
		float:left;
	}
 
#mainBlurb
	{
		position: relative;
		float: left;
		top: 30px;
		left: 20px;
		height: 150px;
		width: 300px;
		text-align: left;
		color: #fff;
		font-size: .9em;
	}

#mainBlurb h1
	{
		font-size: 1.6em;
		text-decoration: underline;
	}


#mainPageSearch
	{
		float:left;
		margin: -60px 0 0 -5px;
		width: 320px;
		height: 20px;
		float: right;	
		text-align: right;
		color: #ccc;
		font-size: 11pt;		
	}


#mainContent
	{
		color: #036;	
		padding: 15px 0;
		line-height: 1.5em;
	}

.productBoxLeft
	{
		position: relative;
		float: left;
		width: 380px;
		height: auto;
		overflow: visible;
		margin: 15px 0 15px 0;
		font-size: 0.9em;
		line-height: 1.5em;
		text-align:left;
	}

.productBoxRight
	{
		position: relative;
		float: right;
		width: 380px;
		height: auto;
		overflow: visible;
		margin: 15px 0 15px 0;
		font-size: 0.9em;
		line-height: 1.5em;
		text-align:left;
	}

.productBoxLeft img, .productBoxRight img
	{
		float: left;
		margin-right: 10px;
	}

.productBoxLeft a, .productBoxRight a
	{
		text-decoration:none;
	}

.productBoxLeft h3, .productBoxRight h3
	{
		font-size: 1.5em;	
		margin: 0;
		padding: 5px 0 10px 0;
		width:100%;
	}

.lmButton
	{
		margin-top: 5px;
	}

.specialBox
	{
		float: right;
		margin: 15px 0 0 0;
		background-color: #eb6531;
		border: 1px solid #333;
		color: #fff;
		padding: 5px 8px 0 8px;
	}

#LiveChatBoxMain
	{
		position: relative;
		left:410px;
		top:45px;
	}

.specialBox a {color: #fff !important;}
.specialBox a:hover { color: #bfd1f7 !important;}
.specialBox a:active { color: #333 !important;}

/* from main.css */


.leftBox, .rightBox
	{
	position: relative;
	width: 350px;
	overflow: auto;
	text-align: left;
	padding-bottom: 20px;
	}

.leftBox
	{
	float: left;
	left: 20px;
	}

.rightBox
	{
	float: right;
	right: 20px;
	}

.leftBox h2, .rightBox h2
	{
	margin: 10px 0 0 0;
	padding: 1px 0 0 45px;
	height: 37px;
	background: url('../images/h1_bg.gif') no-repeat 0 0;
	}

.leftBox p, .rightBox p
	{
	text-indent: 15px;
	}