
html, body {
	margin: 0;
	padding: 0;
	color: #000;
	background: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/watermark1.gif);
	background-repeat: no-repeat;
	line-height: 16px;
}

p {
	background-color: transparent;
}


#headerbkg {
	background: black;
	height: 130px;
	width: 100%;
}

.title1 {
	border-bottom: thick solid Gray;
}
.title2{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: Red;
	line-height: 20px;
}

#header {
	background: url(images/redblk-logo.jpg) no-repeat;
	width: 472px;
	height: 109px;
	
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: capitalize;
	border-bottom: 1px solid black;
	color: black;
}
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: 16px;
	font-weight: normal;
	color: #BE0300;
	line-height: 30px;
}
h4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	word-spacing: 2px;
	background-color: Red;
	color: White;
}
h3 {
	
}
#content1 {
	background-color: #B98700;
	text-indent: 20px;
}

.quote {
	font: italic normal 16px "Times New Roman", Times, serif;
	color: black;
	letter-spacing: .25em;
}

#main {
font-size: small; 
color: #434343; 
background: transparent;
margin: 50px 20px 25px 25px; 

 width: 95%;
 padding-left: 25px;
 padding-top: 20px;
 padding-right: 25px;
 clear: both;
}
  
  /* top navigation */
#nav {margin: 0; padding: 0;}
#nav li {list-style: none; float: left;
  margin-left: 3px; padding-left: 12px;
  font-size: 10px; line-height: 23px; white-space: nowrap;
  background: #BBB url(images/tabs2-big.gif) no-repeat 0 100%;
  color: Black;
}
#nav a {display: block; float: left; padding: 0 20px 0 0;
  text-decoration: none; font-weight: bold;
  background: #DDD url(images/tabs2-big.gif) no-repeat 100% 100%;
  color: Red;
  width: .1em;}
html>body #nav a {width: auto;}    /* fixes IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float: none;}            /* End IE5-Mac hack */
#nav a:hover {color: Gray;}

/* bullets */
ul {
	list-style-type: square;
	line-height: 16px;
}


.footertxt {
	font: normal normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	color: #F5F5F5;
	padding-left: 25px;
	background: black;
	line-height: 22px;
}
A {
	color: Red;
}
A:visited {COLOR: Blue;
}

A:active {COLOR: Silver;
}

A:hover {COLOR: Red;
		TEXT-DECORATION: underline
		}
		
		img{
	border: 0px;
}
.wendytitle {
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: capitalize;
	color: black;
	
}
/* Shopping Cart Buy Now Box */

#offer .description
{
	padding-bottom:10px;
	border-bottom: 1px solid #000000;
	width:180px;
}

#offer .title
{
	width:180px;
	color:#000000;
}

#offer #priceBox
{
	border: 1px solid Red;
	width:142px;
	height:23px;
	color:#000000;
}

#offer #priceBox div
{
	margin-top:5px;
	margin-left:10px;
	font-weight:bold;
	/*border: 1px solid #ff00ff;*/
}

#offer #priceBox img
{
	border: 0px none #000000;
}

#offer img
{
	margin-left:2px;
	float:right;
	border: 1px solid #000000;
}
 /* Product css */
 
#product
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: Red;
	margin-bottom:10px;
	width:auto;
}

#product .description
{
	padding-bottom:10px;
	width: 600px;
	
}

#product h1
{
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
	width: 600px;
}

#product .title
{
	color:#000000;
}

#product #priceBox
{
	border: 1px solid Red;
	width:142px;
	height:23px;
	color:#000000;
}

#product #priceBox div
{
	margin-top:5px;
	margin-left:10px;
	font-weight:bold;
	/*border: 1px solid #ff00ff;*/
}

#product #priceBox img
{
	border: 0px none #000000;
}

#product img
{
	margin-left:2px;
	float:right;
	border: 1px solid #000000;
}


.clear
{
	clear:both;
}
