/*General*/
body
{
	background:#fff /*url(../images/sitebgw.jpg) repeat-x*/;
	font:.9em Tahoma;
	color:#333;
	margin:0;
	text-align:center;
}

p, a{font-size:.9em;}

a, a:link
{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	color:#666;
	text-decoration:underline;
}

.pdfLink, .epsLink, .tifLink, .pngLink, .jpgLink, .docLink{padding-left:30px;}
.epsLink{background:url('../images/eps_icon.jpg') center left no-repeat;}
.tifLink{background:url('../images/tiff_icon.jpg') center left no-repeat;}
.pngLink{background:url('../images/png_icon.jpg') center left no-repeat;}
.jpgLink{background:url('../images/jpeg_icon.jpg') center left no-repeat;}
.pdfLink{background:url('../images/pdf_icon.jpg') center left no-repeat;}
.docLink{background:url('../images/doc_icon.jpg') center left no-repeat;}

h1
{
	font-size:1.4em;
	color:#000;
	text-transform:uppercase;
}

h2
{
	font-size:1.3em;
	color:#000;
	text-transform:uppercase;
}

h3, h4
{
	font-size:1.2em;
	color:#000;
	text-transform:uppercase;
}

ul{list-style-type:square;}

ul li, ol li
{
	margin-left:10px;
	margin-right:10px;
	line-height:24px;
}

/*top navigation*/
#topNav
{
	/*margin:0 27px 20px 34px;*/
	margin:0 20px 20px 25px;
	padding:0;
	height:20px;
	background:#000 url(../images/navBar.jpg) no-repeat;
}

#topNav ul
{
	border:0;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}

#topNav ul li
{
	display:block;
	float:left;
	text-align:center;
	padding:0;
	margin:0;
}

#topNav ul li a
{
	background:transparent;
	width:105px;
	height:18px; 
	border:1px solid #ccc;
	border-width:0 0 0 0;
	padding:0;
	margin:0;
	color:#ccc;
	text-decoration:none;
	display:block;
	text-align:center;
	font:bold 10px/18px verdana, arial, sans-serif;
}

#topNav ul li a.last
{
	width:70px;
	border-width:0 0 0 0;
}

#topNav ul li a:hover
{
	color:#fff;
}

/*Structure Layout*/
#holdem
{
	position:relative;
	width:880px;
	background:transparent url(../images/midBarw.jpg) top left repeat-y;
	margin:0 auto;
	text-align:left;
	border:1px solid #333;
	border-width:0 0 0 0;
}

#header
{
	position:relative;
	background:transparent url(../images/topBarw.jpg) top left no-repeat;
	/*background:transparent url(../images/topBarc.jpg) top left no-repeat;*/
	width:880px;
	height:147px;
}

#header h1{display:none;}

#ShoppingCart
{
	color:#fff;
	float:right;
	margin:25px 38px 0 0;
	border:0;
}

#ShoppingCart tr.tableRow{background:#514326;}

#ShoppingCart tr.altTableRow{background:#514326;}

#ShoppingCart td{font-size:10px;}

#ShoppingCart td b{color:#eee;}

#crumbtrail
{
	position:relative;
	width:665px;
	margin:3px 0 10px 195px;
}

#content
{
	width:665px;
	margin:0 0 30px 195px;
}

.aBox
{
	border:1px solid #bbb;
	border-width:1px 0 0 0;
	margin:10px 0 0 0;
	padding:10px;
}

.aBox ul{list-style:none;}

/*Side Bar*/
#navcontainer
{
	width:160px;
	float:left;
	clear:right;
	margin:0 0 0 20px;
}

#navcontainer ul
{
	margin-left:0;
	padding-left:0; 
	list-style-type:none;
}

#navcontainer a
{
	display:block;
	padding:3px;
	width:140px;
	font-weight:bold;
	display:block;
	font-size:.85em;
}

#topnavlist{border:0px solid #fb7115;}

#navlist a:visited, #topnavlist a:visited{text-decoration:none;}

#navcontainer a:hover
{
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

/*Footer*/
#footer
{
	width:880px;
	height:37px;
	padding:10px 0 10px 30px;
	font:10px Arial;
	color:#333;
	background:#fff;
	clear:both;
}

#footer p
{
	font-size:1.1em;
	padding-left:10px;
	color:#666;
	line-height:.1em;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active
{
	font-size:1.1em;
	color:#333;
	padding:0 3px;
	font-weight:bold;
}

#footer a:hover
{
	color:#666;
	text-decoration:underline;
}

#siteBase
{
	position:relative;
	height:30px;
	background:#fff url('../images/endcap.jpg') top left no-repeat;
}

/*Tables*/
.tableStyle
{
	background:#fff;
	width:660px;
}

.tableHeader
{
	background:#000;
	color:#fff;
}

.tableRow{background:#fff;}

.altTableRow{background:#eee;}

/*Forms*/
.frmText
{
	border:1px #c0c0c0 solid;
	background:#fff;
	padding:1px;
	font:11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;	
}

.frmSelect
{
	border:1px #c0c0c0 solid;
	background:#efefef;
	padding:1px;
	font:11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;	
}

.frmSubmit
{
	border:1px #c0c0c0 solid;
	background:#efefef;
	padding:1px;
	font:11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;	
}

/*Other Miscellaneous css settings*/
.selType
{
	background:#0071BC;
	color:#fff;
}

.border
{
	background:#fff;
	border:1px solid #4e4b4a;
}

.mainPane
{
	width:701px;
	padding:5px;
}

.skip{display:none;}

.left{float:left;}
.right{float:right; margin-right:60px;}
.clear{clear:both;}

/*the gravity lab floating image trick*/
#imFloat{width:600px; height:132px; border:0px solid #ccc;}
#imFloat img{float:left; margin-right:12px; border:0;}
#imFloat img a{border:0;}
#imFloat a img{border:0;}

img.clean{border:0;}

a img{border:0;}

content a.offers{display:inline;}



/*Page numbers in multi-page files such as the news and testimonials need to test this and see whats what*/
#pages
{
	padding:3px;
	border-top:1px solid #c0c0c0;
}

#pages a, #pages a:link, #pages a:visited, #pages a:active
{
	color:#fb7115;
	text-decoration:none;
}

#pages a:hover{text-decoration:underline;}

