/* *** BASIC SETUP *** */
body, td, p, input {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#000;
}
body {
	font-size:  		90%;
	margin: 			0;
	text-align: 		center;
	background-color:#98CA3C;

}
a {color:#fe913c;cursor:pointer;}
a:link		{color:#4B7D19;text-decoration:none;}
a:visited	{color:#4B7D19;text-decoration:none;}
a:hover		{color:#4B7D19;text-decoration:none;}
a:focus		{color:#4B7D19;text-decoration:none;}
a:active	{color:#4B7D19;text-decoration:none;}

img {display:block;}

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


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

#page {
	width:		776px;			/* for full width, change to "auto" */
	margin: 	0 auto;
	padding:	0;
	text-align: left;
	background-color: white;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	background-image:url(../images/watermark.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
}
#headerBlock {
    margin:0;
    padding:0;
}
#bodyBlock
{
	clear:  		both;
	min-height: 	45em;
	position:   	relative;
	margin-top: 	0em;
	width:		776px;
	border-top : 2px solid #F8991C;
	background-image:url(../images/leftbg.gif);
	background-repeat:repeat-y;
	background-position: 0 0;
	border-bottom:2px solid #F8991C;
}

#contentColumn  	/* The big wahoonie */
{
	margin:0 0px 0 184px;
	line-height:1.2em;
	position:relative;
	width : 592px;

	
}
#leftColumn {
	position:absolute;
	top:0px;
	left:0px;
	width:184px;
	min-width:184px;
	line-height:2.2em;
	background-color: #F8991C;
	background-image:url(../images/sideLogo.gif);
	background-repeat:no-repeat;
	background-position:100% 100%;
	padding-bottom:149px;

}
#rightColumn {
	position:absolute;
	top:0px;
	right:0px;
	width:150px;
	min-width:150px;
	line-height:1.2em;
	text-align:left;
}

#footerBlock
{
	clear:  			both;
	padding:			2px 2px 2px 2px;
	margin: 			0px;
	font-size:  		10px;
	color:  			#000;
	line-height:		1.4em;
	border-top:2px solid #98CA3C;
}

#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 : 90px;
	margin : 0px 0 0 0px;
	padding:5px 0 0 5px;
	position : relative;
	border-bottom:2px solid #98CA3C;
}
#contactDetails {
	width : 300px;
	float: right;
	font-size: 0.9em;
	text-align: right;
	padding: 3px 10px 0 0;
	font-family: arial;

}

#contactDetails Span {
	color: #98CA3C;
	font-weight: bold;
}


/* *** LEFT COLUMN *** */


#leftColumn {
	font-size:  			1.2em;
}
#leftColumn label {
	font-weight:400;

}
#leftColumn span {
	font-weight:700;

}
#leftColumn input {
	font-size:  			0.9em;
	margin: 				1px;
	display:				block;
}
#leftColumn p,
#leftColumn form	{
	margin: 				0px;
}

#leftColumn ul
{
	line-height:1.2em;
	font-size:85%;
	margin:0;
	padding:0 1px 12px 1px;
	list-style:none;
	font-family:Arial, Verdana, Helvetica, Times, sans-serif;
	font-weight:400;
}
#leftColumn ul li
{
	margin:0;
	padding:5px 0 5px 0px;
}
#leftColumn ul li a {
	display:block;
	font-size: 0.9em;
	display:block;
	color:#fff;
	padding:1px 2px;
	text-decoration:none;
	font-weight:bold;
	padding:3px 0 3px 14px;
}
#leftColumn ul li a:hover {
	color:#000;
	text-decoration:underline;
}


#leftColumn .boxBody
{
	line-height:1.3em;
	font-style:normal;
	color:#000;
	padding:6px;
	font-size:0.7em;
	width:140px;
	margin:0 auto;
	border:1px solid #E18507;
	background-color:#FABC67;
}
#leftColumn .boxBody a
{
	margin:0.5em 0 0.5em 0.5em;
	display:block;
	color:#000;
	text-decoration:none;
}
#leftColumn .boxBody a:hover {text-decoration:underline;}


#remembertext input {
	float:left;
}

/* *** FOOTER *** */

#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:					#000;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:					#000;
}
#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 #000;
}
#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;
}
/* *** LIST NAVIGATION *** */

#shoppingCart .listNavTable {
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #AAA;
	padding-bottom:2px;
}

#shoppingCart .listNavTable span,
#shoppingCart .showNavTable span
{
	padding:0 0.5em;
}
#shoppingCart .listNavTable a,
#shoppingCart .showNavTable a
{
	margin:0;
	padding:0;
}
#shoppingCart .listNavTable img,
#shoppingCart .showNavTable img
{
	display:inline;
	border-width:0px;
	margin:1px 0;
	vertical-align:middle;
}
#shoppingCart .showNavTable
{
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}

/* *** 'BACK' LINKS IN SHOPPING CART HEADERS *** */


#shoppingCart #linkHeader {
	position:relative;
}
#shoppingCart h2
{

	margin: 			0 0 0 0;
	padding:			0.7em 1.5em;
	font-size:  		0.8em;
	color:  			#fff;
	font-weight:		bold;
}
#shoppingCart .fakeH2 {
	background-color:	transparent;
    margin: 			0 0 0 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#fff;
	font-weight:		bold;
	position:absolute;
	top:1px;
	right:3px;
}


#shoppingCart .fakeH2 a {color:#fff;}
#shoppingCart .fakeH2 a:hover {color:#fff;padding-right:0.0em;}


/* *** BREADCRUMBS *** */

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

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