/* CSS Document */

body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #666666;
}

body {
	background-color: #CCCCCC;
	margin:15px;
	text-align:center;
}

#bodyWrapper {
	margin-right:auto;
	margin-left:auto;
	text-align:-moz-center;
	padding:0px;
	width:960px;
}

img {border:0px;}

/*
#bodyWrapper table {
	width:960px;
	padding:0px;
	border:0px;
}
*/
#bodyWrapper table.mainTable {
width:960px;
padding:0px;
border:0px;
}

#bodyWrapper td.shadowbody {
	background:url(../siteimages/site-structure/shadowbody.jpg) top center repeat-y;
	text-align:center;
}

#contentWrapper {
	margin:auto;
	padding:20px;
	width:920px;
}

/* ========================================== */
/*          STYLES FOR THE HEADER             */
/* ========================================== */

#contentHeader {
	padding:0px;
	margin-bottom:0px;
	width:920px;
	height:auto;
	background-color:#FFFFFF;
	text-align:center;
}

#contentHeader .searchbox {
	float:right;
	width:300px;
	padding-bottom:7px;
	text-align:right;
	font-weight:bold;
}

#contentHeader input {
	border:#999999 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	vertical-align:middle;
	height:18px;
	width:138px;
}

/* ================================= */
/*       STYLES FOR THE BODY         */
/* ================================= */

#contentBody {
	margin:auto;
	padding:0px;
	width:920px;
	height:auto;
	background-color:#FFFFFF;
	text-align:left;
}

#contentBody h1 {
	margin-top:0px;
	font-family:Tahoma, Verdana, Arial;
	font-size:21px;
	font-weight:normal;
	color:#4077BE;
}

#contentBody p {
	margin:auto;
	padding:0px;
}

contentBody #homeContent { z-index:1 }
/* ========================================== */
/*       STYLES FOR THE HOMEPAGE BODY         */
/* ========================================== */

#contentBody #homeContent table {
	width:920px;
}

#contentBody #homeContent td.leftcol {
	margin-right:15px;
	width:605px;
}

#contentBody #homeContent td.buynow {
	margin-bottom:15px;
	width:300px;
}

#contentBody #homeContent td.rightcol {
	width:300px;
}

#contentBody #homeContent #categoryWrapper {
	margin:auto;
	padding-bottom:10px;
	text-align:center;
}

#contentBody #homeContent #categoryWrapper table {
	width:920px;
}

#contentBody #homeContent #categoryWrapper td {
	vertical-align:top;
	text-align:left;
}

#contentBody #homeContent #categoryWrapper td .leftcol {
}

#contentBody #homeContent #categoryWrapper h1 {	
	padding-right:30px;
	padding-left:10px;
	line-height:18px;
}

#contentBody #homeContent #categoryWrapper p {	
	padding-right:30px;
	padding-left:10px;
	line-height:18px;
}

#contentBody #homeContent #categoryWrapper ul {	
	line-height:18px;
}

#contentBody #homeContent #categoryWrapper ul li ul li {
	list-style-image:url(../siteimages/homepage/arrow_bullet.jpg);
}

/* =============== WHAT'S NEW ================ */

#contentBody #homeContent #whatsNew table {
	width:300px;
	background:url(../siteimages/homepage/whatsnew-tablebkgd.jpg) top repeat-y;
}

#contentBody #homeContent #whatsNew .leftedge {
	background:url(../siteimages/homepage/whatsnew-tableleft.jpg) top left repeat-y;
	width:20px;
	text-align:left;
}

#contentBody #homeContent #whatsNew .rightedge {
	background:url(../siteimages/homepage/whatsnew-tableright.jpg) top right repeat-y;
	width:20px;
	text-align:right;
}

#contentBody #homeContent #whatsNew .content {
	width:260px;
	text-align:left;
	vertical-align:top;
}

#contentBody #homeContent #whatsNew div.news {
	width:auto;
}

#contentBody #homeContent #whatsNew div.news ul {
	padding:0px 0px 0px 8px;
	margin:0px 0px 0px 8px;
}

#contentBody #homeContent #whatsNew div.news ul li {
	list-style-image:url(../siteimages/homepage/whatsnew-arrow.jpg);
	list-style-type:square;
	list-style-position:outside;
	font-size:11px;
}

#contentBody #homeContent #whatsNew div.news ul li .newsdate {
	text-transform:uppercase;
	font-size:10px;
	padding-bottom:5px;
}

/* ========================================== */

#contentBody #homeContent A:link {color:#4077BE; text-decoration:none}
#contentBody #homeContent A:visited {color:#4077BE; text-decoration:none}
#contentBody #homeContent A:hover {color:#999999; text-decoration:none}
#contentBody #homeContent A:active {color:#999999; text-decoration:none}

/* ========================================== */
/*           STYLES FOR THE FOOTER            */
/* ========================================== */

#footerTopshadow {
	margin:auto;
	padding:0px;
	width: 960px;
	background:url(../siteimages/site-structure/footer-topshadow.jpg) top repeat-x;
	height:15px;
}

#contentFooter {
	margin:auto;
	width:920px;
	padding:10px 20px;
	background-color:#EE2624;
	color:#FAC4C4;
	text-align:left;
}

#contentFooter table {
	width: 920px;
	margin:10px 0px;
}

#contentFooter td {
	width: 25%;
	color:#FAC4C4;
	vertical-align:top;
}

#contentFooter h1 {
	margin:0px;
	font-size: 18px;
	font-weight:normal;
	line-height:21px;
}

#contentFooter h2 {
	margin:0px;
	font-size: 11px;
	font-weight:normal;
	line-height:14px;
}

#contentFooter #bottom {
	margin:0px;
	padding-top:20px;
	border-top: 1px solid #FAC4C4;
	background:url(../siteimages/site-structure/footericons.jpg) left no-repeat;
	text-align:right;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	width: 920px;
	height:38px;
}

/* ========================================== */
/*              GENERIC STYLES                */
/* ========================================== */

.absmiddle {
	vertical-align:middle;
}

.clearboth {
	clear:both;
}

.clearright {
	clear:right;
}

.clearleft {
	clear:left;
}

/* ========================================== */
/*       STYLES FOR THE TOP NAVIGATION        */
/* ========================================== */

       /* See topnav.css stylesheet */ 

/* ========================================== */
/*      STYLES FOR THE FOOTER NAVIGATION      */
/* ========================================== */

#footerNav {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	padding-bottom:10px;
	border-bottom: 1px solid #FAC4C4;
	width: 920px;
}

#footerNav A:link {padding:0px 12px; color:#FFFFFF; width:auto; text-decoration:none}
#footerNav A:visited {padding:0px 12px; color:#FFFFFF; width:auto; text-decoration:none}
#footerNav A:hover {padding:0px 12px; color:#000000; width:auto; text-decoration:none}
#footerNav A:active {padding:0px 12px; color:#000000; width:auto; text-decoration:none}

#footerNav A:link.alignleft {padding:0px 12px 0px 0px; color:#FFFFFF; width:auto; text-decoration:none}
#footerNav A:visited.alignleft {padding:0px 12px 0px 0px; color:#FFFFFF; width:auto; text-decoration:none}
#footerNav A:hover.alignleft {padding:0px 12px 0px 0px; color:#000000; width:auto; text-decoration:none}
#footerNav A:active.alignleft {padding:0px 12px 0px 0px; color:#000000; width:auto; text-decoration:none}

#footerTable h1 A:link {color:#FAC4C4; width:auto; text-decoration:none}
#footerTable h1 A:visited {color:#FAC4C4; width:auto; text-decoration:none}
#footerTable h1 A:hover {color:#000000; width:auto; text-decoration:none}
#footerTable h1 A:active {color:#000000; width:auto; text-decoration:none}

#footerTable h2 A:link {color:#FAC4C4; width:auto; text-decoration:none}
#footerTable h2 A:visited {color:#FAC4C4; width:auto; text-decoration:none}
#footerTable h2 A:hover {color:#000000; width:auto; text-decoration:none}
#footerTable h2 A:active {color:#000000; width:auto; text-decoration:none}