/* CSS Document */
body {
	text-align:center;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #000;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Wrapper {
	margin: 40px auto 20px auto;
	padding: 0;
	text-align: left;
	width: 760px;
	position: relative;
}
#Header {
	width: 760px;
	margin: 0;
	padding: 0;
}
#Header h1 {
	text-indent: -5000px;
	background: url(../images_gen/logo.gif) no-repeat center left;
	height: 77px;
	width: 455px;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	cursor:pointer;
}
#Header h2 {
	text-indent: -5000px;
	width: 455px;
	float: left;
	margin: 0;
	padding: 0;
}
#ToolBar {
	text-align: right;
	padding: 13px 0 0 0;
	width: 165px;
	float: right;
	display: block;
}
#ToolBar p {
	padding: 0 0 0 8px;
	background: url(../images_gen/phone_icon.gif) no-repeat left center;
	margin: 0 0 30px 0;
}
#ToolBar a {
	background: url(../images_gen/cart_button_white.gif) no-repeat left top;
	padding: 12px 42px 0 50px;
	margin: 20px 0 0 0;
	width: 100px;
	height: 80px!important;
	text-decoration: none;
}
#Page {
	border-left: solid 10px #fff;
	padding: 0 0 0 11px;
}
#MainNav {
	clear: both;
	padding: 10px 0 0 0;
}
#MainNav ul {
	width: 760px;
	display: inline;
	list-style: none;
}
#MainNav ul li {
	float: left;
}
#MainNav ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 15px;
	margin: 0 2px;
}
#MainNav ul li a.First {
	padding: 5px 15px 5px 0;
	margin: 0 2px 0 0;
}
#MainNav ul li a.Active {
	color: #fff;
}
#MainNav ul li a:hover {
	color: #fff;
}
#Content {
	background: #fff;
	color: #000;
	padding: 15px;
	margin: 15px 0 0 0;
	position: relative;
}
#Content h1 {
	font-size: 130%;
	color: #000;
	padding: 4px 0 0 0 !important;
	font-weight: bold;
	margin: 20px 0 6px 0;
}
#Content h2 {
	font-size: 120%;
	color: #000;
	font-weight: bold;
	margin: 15px 0 6px 0;
}
#Content h1.Heading{
	font-size: 160%;
	color: #000;
	padding: 0;
	margin: 0 0 15px 0;
}
#ImageCol {
	float: right;
	width: 200px;
	margin: 0 0 0 20px;
}
.ImgHolder {
	font-size: 80%;
	text-align: center;
	margin: 0 0 15px 0;
}
#Footer {
	width: 760px;
	margin: 10px 0 0 0;
	padding: 10px 15px 10px 0;
	font-size: 80%;
}
#Footer p.Address {
	width: 280px;
	float: right;
	margin: 0;
	padding: 0;
}
ul#FooterLinks {
	width: 475px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
ul#FooterLinks li {
	float: left;
	padding: 0;
	margin: 0 19px 0 0;
}

ul#FooterLinks li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
p#CardLogos {
	width: 760px;
	padding: 15px 0;
	text-align: center;
	clear: both;
}
.AdsenseBottom {
	position: absolute;
	bottom: 28px;
}
.GoogleSearch {
	float: right;
	margin: -40px 0 0 0;
}
/* GENERIC */
.Red {
	color: #CC0000;
	font-weight: bold;
}
a img { 
	border: none;
}
.NoShow {
	display: none;
}
.Clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */