/* CSS Document */






body {
	background-image: url(images/pattern.gif);
	margin:0;
	padding:0;
	text-decoration: none;
}

body a, body a:link, body a:visited {color: #FFFFFF; text-decoration:none;}

body a:hover {text-decoration:underline;}

#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: auto;
	top: 0px;
	right: auto;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 800px;
	left: 0px;
	top: 0px;
	height: 118px;
	position: absolute;
}
#tabliner {
	background-color: #2D61A1;
	height: 22px;
	width: 800px;
	top: 140px;
	position: absolute;
	left: 0px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
}
#intro {
	width: 800px;
	position: relative;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
}
#comments {
	background-color: #FFFFFF;
	width: 800px;
	position: relative;
	left: 0px;
	top: 0px;
}
#ads {
	width: 800px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 800px;
	background-color: #2D61A1;
	z-index: 50;
	text-align: center;
	height: 40px;
	line-height: 1.5em;
	padding-top: 5px;
	clear: both;
	left: 0px;
	position: relative;
	margin-top: 10px;
}
.clear {
	clear:both;
	height: 10px;
	position: relative;
	top: 0px;
}
#content {
	width: 800px;
	position: absolute;
	top: 170px;
}
#pagefill {
	background-color: #FFFFFF;
	width: 800px;
	position: relative;
	top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
.bodytextdir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	text-align: left;
	}
.regprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: line-through;
	font-weight: bold;
}
.viewdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #2D61A1;
}
.tabledetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 2em;
}
.tabledetailred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990100;
}
.tableproductname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2D61A1;
	
}
.tableproductnamered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;
}
.productpagesubs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.bodytextred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990100;
}
.bodytextblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2D61A1;
}
.bodytextpurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #91268F;
}

/*- New Tabs --------------------------- */

#tabwrapper {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 118px;
	float: left;
	z-index: 110;
	width: 765px;
}
.tabs {
	float: left;
	padding-left: 35px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
	width: 100%;
}
.tableft {
	float:left;
	background:url(images/tableft_off.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	height: 23px;
}
.tabright {
	background-image: url(images/tabright_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	width: auto;
	float: left;
	margin-right: 5px;
	height: 18px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-decoration: none;
}
.tablefton {
    float:left;
	background:url(images/tableft_on.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	height: 23px;
}
.tabrighton {
	background-image: url(images/tabright_on.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	width: auto;
	float: left;
	margin-right: 5px;
	height: 18px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-decoration: none;
}

