body{
    background-image:url(img/background.gif);
    background-color:#000000;
}

h1, h2, h3, h4, h5, h6{
    font-family:Arial, Helvetica, sans-serif;
}

h1{
    font-size:18px;
}

h2{
    font-size:13px;
}

h3{
    font-size:12px;
}

h4{
    font-size:11px;
}

p{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

div.wrapper{
    width:950px;
    margin-left:auto;
    margin-right:auto;
    border:0;
}
td {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
}

ul {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}

li {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}

form {
    margin:0;
}

.header{
    width:950px;
    height:70px;
    background-image:url(img/header.gif);
    border:0;
}

.header h1{
    display:none;
}


.nav{
    width:950px;
    height:50px;
    background-image:url(img/navback.gif);
    background-position:center;
    font-family:Arial, Helvetica, sans-serif;
    color:#ebe006;
    text-align:center;
    font-size:12px;
    padding-top:2px;
    padding-bottom:10px;
}

.nav a{
    color:#ebe006;
    font-weight:bold;
    text-decoration:none;
	margin:0px 10px;
}

.nav li{
    font-size:15px;
    font-weight:bold;
    display: inline;
    list-style-type:none;
    text-decoration:none;
}

.nav a:hover{
    color:#cccccc;
    text-decoration:none;
}

div {
    font-family:Arial, Helvetica, sans-serif;
}

div.main{
    float:left;
    width:750px;
    background-color:#ffffff;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:15px;
}

.content{
    width:750px;
}

.right { 
    float:right; 
}

.section {
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
}

.dataTable {
    width:100%;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    border-collapse:collapse;
}

.dataTable th {
    background-color: #BCBCBC;
    border-collapse:collapse;
    font-size:16px;
    font-weight:bold;
    padding-left:4px;
    padding-right:4px;
    padding-top:5px;
    padding-bottom:4px;
}

.dataTable tr, td {
    font-size:12px;
    padding-left:4px;
    padding-right:4px;
}

.dataTable tr.alt {
    background-color: #DFE7F2;
    color:#000000;
}

.dataTable tr.hdg {
    background-color: #FFFFFF;
    font-size:16px;
    color:#FF993B;
}

.imgTable {
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    border-collapse:collapse;
}

.imgTable th {
    font-size:16px;
    padding-left:4px;
    padding-right:4px;
}

.imgTable tr, td {
    font-size:12px;
    padding-left:4px;
    padding-right:4px;
}

.imgTable tr.alt {
    background-color: #DFE7F2;
    color:#000000;
}

.imgTable li {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}

.imgTable img {
    display:block;
    margin:0px 0px;
    border:0px; 
    padding:5px 5px 20px 0px;
}

.input.txt{
    font-size:12px;
}

.input.btn{
    font-size:14px;
    background-color: #EBE006;
    width: 90px;
}

div.pageText {
    clear:both;
    width:700px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}

div.pageText h3 {
    font-size:15px;
    font-weight:bold;
    text-align:left;
    margin-bottom:-8px;
}

div.break {
    clear:both;
    padding-top:15px;
    background-color:#FFFFFF;   
}

div.ask {
    clear:both;
    font-family:Arial, Helvetica, sans-serif;
    color: #785a3c;
    font-size:10px;
}

.footer {
    clear:both;
    width:771px;
    font-family:Arial, Helvetica, sans-serif;
    color:#ebe006;
    font-size:10px;
    background-image:url(img/footer.gif);
}



/* cart buttons */

a.cbtn {
	height: 200px;
	width: 100px;
	cursor: pointer;
	white-space: nowrap;
	font-weight: bold;
	padding: 2px 8px;
	margin: 0px;
	text-decoration: none;
	color: #FFFFFF;
	width:auto;
	overflow:visible;
	background-color: #999999;
	border-style: solid;
	border-width: 4px;
	border-top-color: #E0E0E0;
	border-left-color: #E0E0E0;
	border-bottom-color: #5C5C5C;
	border-right-color: #5C5C5C;
}

a.cbtn:hover {
	text-decoration: none;
	color: #000000;
	background-color: #EBE006;
}

input.cbtn {
	height: 30px;
	width: 100px;
	cursor: pointer;
	white-space: nowrap;
	font-weight: bold;
	padding: 2px 8px;
	margin: 0px;
	text-decoration: none;
	color: #FFFFFF;
	width:auto;
	overflow:visible;
	background-color: #999999;
	border-style: solid;
	border-width: 4px;
	border-top-color: #E0E0E0;
	border-left-color: #E0E0E0;
	border-bottom-color: #5C5C5C;
	border-right-color: #5C5C5C;
}

input.cbtn:hover {
	text-decoration: none;
	color: #000000;
	background-color: #EBE006;
}
.outline {
	padding: 4px;
	background-color: #eee;
	float: left;
}

/*   no border inputs  */
.nob {
	border: none;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

.nobr {
	border: none;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
}
