/* General
-------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a,
a:link,
a:active,
a:visited{
	color: #4C4C4C;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #FF0000;
}
img{
	border: 0 none transparent;
}
body{
	background-color: #EAEDF4;
	background-image: url(/images/body_bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	color: #4C4C4C;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
}
form{
    height: 100%;
}
* html form{
    height: 92%;
}
#page{
	width: 650px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}
* html #page{
	height: 100%;
}
.clearer{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.hidden{
	position: absolute;
	left: -10000px;
}
/* Header
-------------------------------------------------------------*/
#header
{
	height: 95px;
	margin: 0;
	position: relative;
	top: 5px;
}
#headImg{
	position: relative;
	border: 1px solid #000099;
	left: 520px;
	width: 120px;
	padding: 0;
	margin: 0;
	height: 125px;
}
/* Logo
-------------------------------------------------------------*/
#logo{
	background-image: url(/images/BG.gif);
	position: absolute;
	z-index: 20;
	width: 497px;
	height: 87px;
	overflow: hidden;
	margin-top: 0;
	margin-left: 5px;
	font-size: 10px;
	text-decoration:none;
	border: 1px solid #000099;
	padding-top: 10px;
	padding-left:10px;
}
* html #logo
{
	width: 508px;
	height: 98px;    
}
#logo a{
	display: block;
	height: 68px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 150%;
	line-height: 68px;
}

#logo a:hover{
	cursor: hand;
}

#logo span.replacement{
	display: none;
	position: absolute;
	top: 10px;
	width: 434px;
	height: 68px;
	background-repeat: no-repeat;
}

* h\tml #logo span.replacement{
	display: block;
	z-index: 30;
	background-image: url(/images/Podium-Balls.gif);
}

#logo a span.replacement{
	display: block;
	z-index: 35;
	background-image: url(/images/Podium-Balls.gif);
}

#logo span.linkText
{
	position: relative;
	z-index: 25;
}
/* Header Menu
-------------------------------------------------------------*/
#menu{
	position: absolute;
	z-index: 10;
	top: 107px;
	width: 507px;
	height: 20px;
	margin-top: 0;
	margin-left: 5px;
	list-style: none;
	border: 1px solid #000099;
	background-image: url(/images/BG.gif);
}
* html #menu{
	top: 105px;    
	width: 508px;
}
#menu li{
	float: left;
	height: 20px;
	text-align:center;
	padding: 0 15px;
}
#menu a{
	display: block;
	height: 20px;
	overflow: hidden;
	color: #000;
	line-height: 20px;
	font-weight:bold;
	float: left;
}
/* Address
-------------------------------------------------------------*/
#address{
	position: absolute;
	top: 80px;
	width: 505px;
	z-index: 30;
	margin-left: 5px;
	color:#000;
	font-size: 80%;
	text-align: right;
}
/* Content
-------------------------------------------------------------*/
#content{
	padding: 50px 5px 80px 5px;
}
* html #content{
	margin-top: -30px;
}

#contentMain{
	clear: both;
	padding: 5px;
}
#contentMain h1,
#contentMain h2,
#contentMain h3{
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
	color: #000;
	font-size: 125%;
}
#contentMain p{
	margin: 15px 0;
	clear: both;
}
/* footer
-------------------------------------------------------------*/
#footer
{
	width: 625px;
	padding-bottom: 1.5em;
	font-size: 85%;
	text-align: center;
	line-height: 1.5em;
	background-image: url(/images/BG.gif);
	border: 1px solid #000099;
	border-bottom: 0 none transparent;
}
#bottomLinks
{
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-top: 1.5em;
}
#bottomLinks li{
	display: inline;
	border-left: 1px solid #527597;
	padding-right: 1em;
	padding-left: 1em;
}
#footer a{
	color:#FFFFFF;
}
#bottomLinks li.first{
	border-left: 0 none transparent;
}
#footer p{
	margin-top: .5em;
	color:#FFFFFF;
}
/* The CSS that's required to position the footer
-------------------------------------------------------------*/
html{
	height: 100%;
}
body{
	height: 100%;
}
#nonFooter{
	position: relative;
	min-height: 100%;
}
* html #nonFooter{
	height: 100%;
}
#footer{
	position: relative;
	margin: -6.6em auto 0 auto;
}
/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer{
	margin-top: -6.5em;
}
/* Products
-------------------------------------------------------------*/
#products {
	clear: both;
	list-style: none;
	padding: 0;
	width: 100%;
}
#products li{
	float: left;
	margin: 15px;
	text-align: center;
	width: 175px;
	height: 180px;
	border: 1px solid #555;
	overflow: hidden;
	background-image: url(/images/BG.gif);
}
#products li a{
	margin: 0 auto;
	width: 175px;
	height: 150px;
	color:#000;
	font-weight:bold;
}
#products li a span{
	display: block;
	height: 40px;
	border-bottom: 1px solid #555;
}
/* Products
-------------------------------------------------------------*/
#productImg {
	clear: both;
	list-style: none;
	padding: 0;
}
#productImg li{
	float: left;
	margin: 5px;
	text-align: center;
	border: 1px solid #555;
	overflow: hidden;
}
#variations{
	list-style-type: none;
	width: 100%;
}
#variations li{
    padding-bottom: 3px;
}
#variations li span.Qty,
#variations li input.Qty{
	float:left;
	display: block;
	width: 20px;
	margin-right: 10px;
    
}
#variations li span.Qty{
	width: 25px;
}
#variations li span.SKU{
	float:left;
	display: block;
	width: 130px;
}
#variations li span.name{
	float:left;
	display: block;
	width: 400px;
}
#variations li span.cat{
	float:left;
	display: block;
	width: 190px;
}
#images{
	clear: both;
	list-style: none;
	padding: 0;
}
#images li{
	float: left;
	margin: 5px;
	text-align: center;
	border: 1px solid #555;
	overflow: hidden;
}
#images li input
{
    margin: 3px;
}
/* Admin
-------------------------------------------------------------*/
#Pointers
{
    margin: 10px;
    list-style-type: disc;
}
.floatLeft{
    float:left;
}
.floatRight{
    float:right;
}
/* Cart
-------------------------------------------------------------*/
.cartTable{
    margin-bottom: 10px;
}
* html .cartTable td,
* html .cartTable th{
    font-size: 85%;
}
.cartTable .hitem{
    background-color: #8CA4FC;
    color: #000;
    text-align: left;
}
.cartTable .hitem th{
    padding: 3px 0;
}
.cartTable .aitem{
    background-color: #E7ECFE;
}
.cartTable .item td,
.cartTable .aitem td{
    padding: 3px 0;
}
.cartTable .Qty{
    width: 50px;
}
.title{
    float: left;
    width: 100px;
    text-align: right;
    display:block;
    font-weight: bold;
    padding-right: 5px;
}
.Alert{
    color: #FF0000;
}
.cards
{
    list-style: none;
}
.cards li
{
    float:left;
}
