/* *** BASIC SETUP *** */
body, td, p, input {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size:  		90%;
	margin: 			0px 0 0 0;
	text-align: 		center;
	background-color:#FFF;
	color:#000;
}
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 200px;
	line-height:1.2em;

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

#footerBlock
{
	clear:  			both;
	padding:			8px 5px 8px 5px;
	margin: 			15px 5px 0px 0px;
	background-image:url(../images/footerbg.gif);
	background-repeat:no-repeat;
	font-size:  		10px;
	color:  			#7F9CB1;
	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 : 100px;
	background-color : #FFF;
	margin : 0;
	position : relative;
}

#contactHeader {
	position:absolute;
	width:300px;
	height:40px;
	top:50px;
	left:650px;
	font-size:1.3em;
	color:#D77233;
	text-align:right;
}

#contactHeader span {
	color:#0079C2;

}

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

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

#leftColumn {
	font-size:1.0em;
}


#leftColumn #topTen {
	margin:13px 0;
	width:180px;
	min-height:366px;
}
#leftColumn #topTen h2 {
	margin:0;
	width:180px;
	height:145px;
	background-image:url(../images/topten_top.jpg);
	background-repeat:no-repeat;
	position:relative;
	padding:0;
}
#leftColumn #topTen h2 span {
	position:absolute;
	left:-999em;
}
#leftColumn #topTen h3 {
	color:#0071C1;
	font-size:1.6em;
	font-family:arial,helvetica,sans-serif;
	line-height:1.2em;
	margin:0.5em 0;
}
#leftColumn #topTen .content {
	margin:0;
	color:#D77233;
	padding:1px 10px;
	border-left:1px solid #8BB9E0;
	border-right:1px solid #8BB9E0;
	font-size:1em;
	text-align:center;
}



#leftColumn #guestbook {
	margin:13px 0;
	width:180px;
}
#leftColumn #guestbook h2 {
	margin:0;
	width:180px;
	height:52px;
	background-image:url(../images/guestbook_top.png);
	background-repeat:no-repeat;
	position:relative;
	padding:0;
}
#leftColumn #guestbook h2 span {
	position:absolute;
	left:-999em;
}
#leftColumn #guestbook .testimonial {
	margin:0;
	color:#727275;
	padding:1px 10px;
	border-left:1px solid #D3D3D2;
	border-right:1px solid #D3D3D2;
	font-size:0.9em;
}

#leftColumn h2 
{
	font-family:Arial, Verdana, Helvetica, Times, sans-serif;
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	line-height:18px;
	font-size:1.2em;
	font-weight:bold;
	color:#DA7F4E;
}
#leftColumn h2.blue
{
	color:#0068BD;
}

#leftColumn h2 a {
	text-decoration: none;
	color: #fff;
}
#leftColumn h2 a:hover	{
	color: #fff;	
}
#leftColumn address
{
	line-height:1.4em;
	font-style:normal;
	font-size:1em;
	margin:0 0 0 10px;
	padding:0;
	color:#D77233;
	font-weight:bold;
}

#leftColumn address a
{
	color : #4C7696;
	text-decoration:underline;
}
#leftColumn ul {
	line-height:1.2em;
	font-size:1em;
	margin:0 0 22px 0;
	padding:0 0 0 10px;
	list-style:none;
	font-family:Arial, Helvetica, Times, sans-serif;
	width:180px;
}
#leftColumn ul li {
	margin:0;
	padding:0 0 3px 0;
	list-style:none;
}
#leftColumn ul li a {
	display:block;
	color:#0079C1;
	padding:1px 2px;
	font-weight:bold;
	text-decoration:none;
}
#leftColumn ul li a:hover {
	color:#00457C;
	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;
}

/* *** 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%;}