/* CSS Document */
body {
	background: #663300;
	margin: 0;
	padding: 0;
}

#bodyNoBg {
	margin-top: 0px;
	padding-top: 0px;
	background: none;
}

body, td { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing:1px;
}

.tdSm {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


.tdSm02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;	
}


#wrapper { margin: 0 auto; padding: 0; }

#tbl01 {
	width: 864px;
	padding-left: 10px;
	padding-right: 10px;
}

.txtTitle01 {
	font-size: 30px;
	font-weight: bold;
	color: #663300;
}

.txtTitle02 {
	font-size: 30px;
	font-weight: bold;
	color: #006633;
}

#divProdList {
	padding-left: 10px;
	padding-right: 10px;
}

.prodDiv {
	border:dotted 1px #000000;
	padding: 5px;
	margin: 5px;
}



.prodDiv img {
	float: left;
	margin: 0 20px 0 0;
}

#cartDiv {
	border:dotted 1px #000000;
	padding: 5px;
	margin: 5px;
}

.txt02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.newsTxt {
	color: #ffffff;
}


.req { color: #FF0000; }


/** LINKS **/
A {	color: #000000; }
A:visited {	color: #000000; } 
A:hover { color: #143060; text-decoration: none; }


#link01 a:link, #link01 a:visited, #link01 a:focus, #link01 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none; 
	line-height: 22px;
	letter-spacing: 0.1em;
}

#link01 a:hover {
	font-weight: bold;
	color: #eeeeee;
	text-decoration: underline;
}

input.btn01 { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #432; 
	border: 1px solid #987; 
	background: #eec; 
	border-right: 1px solid #333; 
	border-bottom: 1px solid #333; 
	padding: 1px;
}

#newsLetterBox {
	margin: 0;
	position:absolute;
	top: 50px;
	left: 180px;
}

#announceBox {
	display:none; /*** DISABLED FOR FUTURE USE ON HOME PAGE ***/
	position:absolute;
	left:50%;
	width:500px;
	margin-top:500px;
	margin-left:-266px;
	padding:15px;
	border:3px solid #000000;
	background-color:#eee;
}

.txtBody {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}