/* *** BASIC SETUP *** */
body, td, p, input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
body {
	font-size:  		90%;
	margin: 			0;
	text-align: 		center;
	background-color:#404040;
}
a {color:#fe913c;cursor:pointer;}
a:link		{color:#0079C2;text-decoration:none;}
a:visited	{color:#0079C2;text-decoration:none;}
a:hover		{color:#fe913c;text-decoration:none;}
a:focus		{color:#fe913c;text-decoration:none;}
a:active	{color:#fe913c;text-decoration:none;}

img {display:block;}

.clearboth, .breaker {
	height: 2px;
	font-size: 1px;
	line-height: 2px;
	clear:both;
}

hr {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
	visibility:hidden;
}

/* *** BASIC LAYOUT *** */

#page {
	width:		1003px;			/* for full width, change to "auto" */
	margin: 	0 auto;
	padding:	0;
	text-align: left;
}
#headerBlock {
    margin:0;
    padding:0;
}
#bodyBlock
{
	width:			1003px;		/* for full width, change to "auto" */
	clear:  		both;
	min-height: 	45em;
	position:   	relative;
	margin-top: 	0em;
	background-color : #fff;
	border-top : 1px solid #fff;
}

#contentColumn  	/* The big wahoonie */
{
	margin:0 0 0 272px;
	line-height:1.2em;
	z-index:1;
	position:relative;
	width : 733px;
}
#leftColumn {
	position:absolute;
	top:0px;
	left:0px;
	width:252px;
	min-width:252px;
	line-height:1.2em;
	text-align:left;
}

#footerBlock
{
	clear:  			both;
	padding:			2px 2px 2px 2px;
	margin: 			0px 0px 5px 0px;
	background-color:   #DEDEDE;
	font-size:  		10px;
	color:  			#112D2E;
	line-height:		1.4em;
	border-top:1px solid #CCC;
}


/* *** HEADER *** */

h1{
	font-size: 	0.7em;
	margin:		1px 4px 2px 4px;
	white-space:nowrap;
}


#pageBanner {
	height :144px;
	background-color : #FFF;
	margin : 0;
	position : relative;
	background-image : url(../images/whatyoubanner.jpg);
	background-position : 89% 50%;
	background-repeat : no-repeat;
}


/* SETS PROPERTIES FOR BOX CONTAINING HEADER MENUS. ALL OTHER MENU STYLES IN MENU.CSS */
#navTop { 
	font-family : Arial, Verdana, Helvetica, sans-serif;
	clear:both;
    text-align:center;
    vertical-align : middle;
	background-image:url(../images/navtopbg.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	color:#000;
	font-size:12px;
	line-height:18px;
	height:30px;
	font-weight:400;
	padding:0px 5px 11px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
	background-position:0px 2px;
}

/* *** LEFT/RIGHT COLUMNS *** */

#leftColumn {
	font-size:  			1.0em;
}
#leftColumn label {
	font-weight:bold;
}
#leftColumn input {
	font-size:  			0.9em;
	margin: 				1px;
	display:				block;
}
#leftColumn p, #leftColumn form	{
	margin: 				0px;
}
#leftColumn h2
{
	font-family:Arial, Verdana, Helvetica, Times, sans-serif;
	margin:0;
	padding:4px 0 0 38px;
	line-height:18px;
	font-size:0.95em !important;
	color:#fff;
	font-weight:700;
/*	border:1px solid #000; */
}


#leftColumn h2 a {
	text-decoration: none;
	color: #fff;
}
#leftColumn h2 a:hover {
	color: #fff;	
}
#leftColumn .redBox {
	background-image:url(../images/redboxbg.gif);
	background-repeat:no-repeat;
	width:252px;
	height:210px;
	background-position:top right;
}

#leftColumn .redBox_join {
	margin-top:15px;
	background-image:url(../images/redboxbg.gif);
	background-repeat:no-repeat;
	width:252px;
	height:210px;
	background-position:top right;
}


#leftColumn address {
	padding:5px 0 0 44px;
	font-size:0.8em;
}

#leftColumn .redBox_join p {
	font-size:0.8em;
}

#leftColumn .redBox_join h2 {
	font-size:1.1em;
}

#leftColumn .redBox_join form {
	margin-left:44px;
	padding:3px;
}

#leftColumn .redBox_smaller {
	margin-top:15px;
	background-image:url(../images/contact_red.gif);
	background-repeat:no-repeat;
	width:252px;
	height:210px;
	background-position:top right;
}










#leftColumn ul
{
	line-height:1.2em;
	font-size:85%;
	padding:0 0px 12px 0px;
	list-style:none;
	font-family:Arial, Verdana, Helvetica, Times, sans-serif;
	font-weight:400;
	margin-left:28px;
}
#leftColumn ul li
{
	margin:0;
	padding:0px 11px 0px 11px;
}
#leftColumn ul li a
{
	display:block;
	font-size: 1.1em;
	display:block;
	color:#000;
	padding:1px 2px;
	text-decoration:none;
	padding:7px 0 7px 15px;

}
#leftColumn ul li a:hover
{
	color:#FFF;
	background-color:#6FE311;
	text-decoration:none;
}
#leftColumn .creditcards
{
	text-align:center;
	margin-bottom:10px;
	padding-bottom:10px;

}
#leftColumn .creditcards span
{
	font-size:0.7em;
	text-align:center;
	display:block;
}
#leftColumn .creditcards .creditcard {
	margin:3px auto 0 auto;
	display:inline;
	border:solid 1px #fff;
}


#leftColumn h2.orange
{
	border-bottom:1px solid #fff;
}
#leftColumn h2.darkblue
{
	background-color : #fe913c;
	color : #fff;
}

/* *** FOOTER *** */

#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:					#1E83F7;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:					#1E83F7;
}
#footerBlock ul
 {
	margin: 				0.3em 0 0 0; 
	padding:				0;
	list-style: 			none;
	text-align: 			right;
}
#footerBlock ul li
{
	margin: 				0;
	padding:				0 5px 0 5px;
	list-style: 			none;
	display:				inline;
	border-left:			1px solid #1E83F7;
}
#footerBlock ul li.first
{
	border-width:			0;
}
#footerBlock #copyright
{
	margin: 				0.3em 0 0.3em 0.5em; 
}
#footerBlock .powered
{
	margin: 				0;
	float:  				right;
	text-align: 			right;
	padding:				0 0.5em 0 0;
}
#bookmarks a,
#bookmarks a:hover,
#bookmarks a:visited
{
	color:  				#aaa;
	text-decoration:		none;
}

/* *** BREADCRUMBS *** */

#breadcrumbs {
	font-size:0.7em;
	padding:0 0 0.5em 0;
	background-color:#FFF;
}

/* **** IE7 FIX **** */
#shoppingCart .contentArea {width:100%;}