/* *** 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: #FFF !important;
}
a {color:#292929;cursor:pointer;}
a:link		{color:#292929;text-decoration:none;}
a:visited	{color:#323232;text-decoration:none;}
a:hover		{color:#323232;text-decoration:none;}
a:focus		{color:#292929;text-decoration:none;}
a:active	{color:#292929;text-decoration:none;}

img
{
	display : block;
	border-width : 0;
}

.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;
	background-color: #fff;
}
#headerBlock {
    margin:0 31px 0 31px;
    padding:0;
}
#bodyBlock
{
	width:			1003px;		/* for full width, change to "auto" */
	clear:  		both;
	min-height: 	480px;
	position:   	relative;
	margin-top: 	0em;
	background-color : #fff;
	border-top : 1px solid #fff;
}

#contentColumn  	/* The big wahoonie */
{
	margin:0 33px 0 214px;
	line-height:1.2em;
	z-index:1;
	position:relative;
	width : 734px;
	padding-left: 22px;
}
#leftColumn {
	position:absolute;
	top:0px;
	left:0px;
	width:183px;
	min-width:183px;
	line-height:1.2em;
	text-align:left;
	margin-left:31px;
}
#rightColumn {
	display:none;
	position:absolute;
	top:0px;
	right:0px;
	width:180px;
	min-width:180px;
	line-height:1.2em;
	text-align:left;
}

#footerBlock
{

	clear:  			both;
	padding:			15px 2px 10px 2px;
	margin: 			10px 34px 5px 31px;
    background-image:   url(../statimages/footerbg.png);
    background-repeat:  repeat-x;
	font-size:  		10px;
	color:  			#777;
	line-height:		1.4em;
    height:47px;
    text-align:center;
}

#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;
    padding-top:3px;
	margin:		0px 4px 0px 4px;
	white-space:nowrap;
    color:#ababab;
}
h1 a{
    color:#ababab !important;
}
#headerBlock form
{
	margin : 0;
	padding : 0;
}
#pageBanner {
	height : 88px;
	background-color : transparent;
	margin : 0;
	position : relative;
/*
	background-image : url(../images/face.jpg);
	background-position : right top;
	background-repeat : no-repeat;
	*/
}
#pageBanner img.headerIMG	{ position:absolute;	top:0;	left:0;}

.headerPhone {
    position:absolute;
    left:450px;
    top:55px;
    font-size:1.6em;
    font-weight:bold;
    color:#8a262a;
}
.headerPhone span {
    color:#000;
}

#headerImages ul {
    list-style:none;
    height:113px;
    margin:0px;
    padding:0px;
    background-color:red;
    width:1003px;
}

#headerImages li {
    float:left;
    padding:0px 10px;
    margin:0px;
}


/* Container DIV - automatically generated */
.simply-scroll-container {
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
	width: 938px;
	height: 113px;
	margin-bottom: 1em;
    padding:26px 0px;
    background-image:url(../statimages/badge_background.gif);
    background-repeat:norepeat;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 938px;
	height: 113px;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	height: 113px;
    padding-right:15px;
}



.headerEmail {
    position:absolute;
    left:735px;
    top:55px;
}

.headerFlag {
    position:absolute;
    left:875px;
    top:53px;
}


/* *** FOOTER *** */

#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:					#777;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:					#777;
}
#footerBlock ul
 {
	margin: 				0.3em 0 0 0; 
	padding:				0;
	list-style: 			none;
}
#footerBlock ul li
{
	margin: 				0;
	padding:				0 5px 0 5px;
	list-style: 			none;
	display:				inline;
	border-left:			1px solid #777;
}
#footerBlock ul li.first
{
	border-width:			0;
}
#footerBlock #copyright
{
	margin: 				0.3em 0 0.3em 0.5em; 
}
#footerBlock .gtpWebsiteDesign
{
	margin: 				0;
	float:  				right;
	text-align: 			right;
	padding:				0 0.5em 0 0;
}
#bookmarks a,
#bookmarks a:hover,
#bookmarks a:visited
{
	color:  				#777;
	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.2em 0.0em 0.0em 0.0em;
	font-size:  		1.3em;
	color:  			#8a262a;
	font-weight:		bold;
}


/* *** BREADCRUMBS *** */

#breadcrumbs {
	font-size:0.7em;
	padding:0 0 0.5em 0;
	background-color:#fff;
}

/* **** IE7 FIX **** */
#shoppingCart .contentArea {width:100%;}

.notesClass
{
  color:#777 !important;
  text-align:center !important;
  font-size: 15px !important;
}

