/* *** BASIC SETUP *** */
body, td, p, input {
	font-family:"Century Gothic", Arial,helvetica,sans-serif;
	color:#000;
}
body {
	font-size:  		90%;
	margin: 			0px 0 0 0;
	text-align: 		center;
	background-color:#FFF;
}
a {color:#fe913c;cursor:pointer;}
a:link		{color:#4C7696;text-decoration:none;}
a:visited	{color:#324E63;text-decoration:none;}
a:hover		{color:#4C7696;text-decoration:none;}
a:focus		{color:#4C7696;text-decoration:none;}
a:active	{color:#4C7696;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 *** */

#outerPage {
	background-color:#FFF;
	width:1003px;
	margin:0 auto;
}

#page {
	width:		963px;			/* for full width, change to "auto" */
	margin: 	0 auto;
	padding:0;
	text-align: left;
	background-color:#FFF;
}
#headerBlock {
    margin:0px 0 0 0;
    padding:8px 0 0 0;
	padding-bottom:5px;	
}



#bodyBlock
{
	width:			963px;		/* 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 0px 0 230px;
	line-height:1.2em;

	z-index:1;
	position:relative;
	width : 733px;
}
#leftColumn {
	position:absolute;
	top:0px;
	left:5px;
	width:210px;
	min-width:210px;
	line-height:1.2em;
	text-align:left;
}

#footerBlock
{
	clear:  			both;
	padding:			5px 5px 8px 5px;
	margin: 			15px 5px 0px 0px;
	background-repeat:no-repeat;
	font-size:  		11px;
	color:  			#76777A;
	line-height:		1.4em;
}

#bookmarks
{
	clear:  			both;
	text-align: 		center;
	background-color:   #fff;
	padding:			7px 0;
	font-size:  		10px;
	line-height:		1.4em;
}

/* *** HEADER *** */

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

#pageBanner {
	height : 128px;
	background-image:url(../images/header1.gif);	
	background-color : #FFF;
	margin : 0;
	position : relative;
}

/* 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-repeat:no-repeat;
	background-color:#D1D2D4;	
	color:#76777A;
	font-size:15px;
	line-height:22px;
	height:22px;
	font-weight:400;
	padding:6px 20px 5px 10px;
	margin:0px 0px 10px 0px;
	text-align:left;
}

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


#leftColumn, #rightColumn {
	font-size:  			1.0em;
}
#leftColumn label, #rightColumn label {
	font-weight:bold;
}
#leftColumn input, #rightColumn input {
	font-size:  			0.9em;
	margin: 				1px;
	display:				block;
}
#leftColumn p, #rightColumn p,
#leftColumn form, #rightColumn form	{
	margin: 				0px;
}
#leftColumn h2 
{
	font-family: Arial, Verdana, Helvetica, Times, sans-serif;
	margin:0 0 11px 0;
	padding:7px 0 7px 17px;
	background-color:#39738C;
	line-height:18px;
	font-size:1.1em;
	color:#FFFFFF;
	font-weight:500;
}

#leftColumn h2.grey 
{
	font-family: Arial, Verdana, Helvetica, Times, sans-serif;
	margin:0 0 11px 0;
	padding:7px 0 7px 17px;
	background-color:#D1D1D3;
	line-height:18px;
	font-size:1.1em;
	color:#76777A;
	font-weight:500;
}

#leftColumn h2 a, #rightColumn h2 a {
	text-decoration: none;
	color: #fff;
}
#leftColumn h2 a:hover, #rightColumn h2 a:hover	{
	color: #fff;	
}
#leftColumn .boxBody,
#leftColumn address
{
	line-height:1.3em;
	font-style:normal;
	color:#4C7696 !important;
	margin:0;
	padding:7px;
	font-size:85%;
}

#leftColumn address
{
	line-height:1.3em;
	font-style:normal;
	color:#4C7696 !important;
	margin:0;
	padding:4px;
	font-size:95%;
}

#leftColumn td
{

	color:#4C7696 !important;
}

#leftColumn .boxBody a,
#rightColumn .boxBody a,
#leftColumn address a
{
	color : #4C7696;
	text-decoration:underline;
}

#leftColumn ul,	#rightColumn ul {
	line-height:1.2em;
	font-size:95%;
	margin:0 0 0px 0px;
	padding:0 0 10px 0;
	list-style:none;

	font-family: Arial,Verdana, Helvetica, Times, sans-serif;
	width:210px;

}
#leftColumn ul li, #rightColumn ul li {
	margin:0;
	padding:8px 1px 8px 18px;
	border-bottom:1px solid #5D879D;	
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:5px 12px;
}
#leftColumn ul li a,
#rightColumn ul li a {
	display:block;
	color:#76787B;
	padding:1px 2px;
	font-weight:400;
	text-decoration:none;
}
#leftColumn ul li a:hover,
#rightColumn ul li a:hover {
	color:#00457C;
	text-decoration:none;
}

#leftColumn p.date {
	padding:0px 0px 0px 38px;
	font-size:12px;
	font-weight:bold;
	color:#484848;
}

#leftColumn p.summary {
	padding:0px 0px 0px 38px;
	font-size:11px;
	color:#484848;
}
#leftOffer, #rightOffer {
	background-image:url(../images/leftSpecialBG.gif);
	background-repeat:repeat-y;
	text-align:center;
}
#leftOffer p, #rightOffer p {
	padding:4px;
}
#leftOffer span, #rightOffer span {
	font-weight:bold;
}
#leftOffer img, #rightOffer img {
	margin:0 auto;
}


#leftColumn p.date a {
	color:#6C6E71 !important;
}

#leftColumn p.date a:hover {
	color:#6C6E71;
	text-decoration:underline;
}

#leftColumn .bolded {
	color:#324E63;
	font-weight:bold;
}


#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;
}

#leftAdvert {
	width:210px;
	background-color:#39738C;
	background-repeat:no-repeat;
	margin:0 0 10px;
	padding:0px 0px 0px 0px
}

#leftAdvert .top {	
	color:#FFF;
	font-weight:700;
	text-align:center;
	padding:10px 10px;
	font-size:1.4em;
	line-height:1.2em;
}

#leftAdvert .bottom {	
	color:#FFF;
	font-weight:400;
	text-align:center;
	padding:10px 10px;
	font-size:1.2em;
	line-height:1.2em;
}

#leftAdvert .emailtext {
	color:#CBDAE3;
	padding:0px 0px 0px 10px;
}

#leftAdvert .subForm {
	padding:8px 0px 8px 10px;
	text-align:center;	
}

#leftAdvert form {
	margin:0 auto;
	text-align:center;	
}

/* *** FOOTER *** */

#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:					#7F9CB1;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:					#7F9CB1;
}
#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 #7F9CB1;
}
#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;
}


/* *** BREADCRUMBS *** */

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

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