ul, li {
	padding:0;
	margin:0;
}

body {
	background-color:#D4D4D4;
	background-image:url('../images/background6.gif');
	background-repeat: repeat; font-style:normal; font-variant:normal; 
	font-weight:normal; font-size:.8em; font-family: Arial, Verdana, sans-serif; 
}
.clean {
	background-color:#D4D4D4;
	font-weight:normal; font-size:.8em; font-family: Arial, Verdana, sans-serif; 
}
p { 
	text-align:left;
	padding: 0;
	margin: 3px 0 0 0px;
}
h1, h2, h3 {
	color:#752600; /*993300*/
}
h1 {
	font-size: 1.7em;
	font-weight: normal;
	font-family:Tahoma;
	font-weight:bolder;
	margin: 30px 0px 0px 0px;
	padding: 0em;
	line-height: normal;
	width:350px;
}
h2, h3 {
	margin: 25px 0px 0px 0px;
	font-size: 1.3em;
	font-weight:bolder; 
	font-family: Tahoma;
	line-height: normal;
}
li {padding: 0 0 8px 0;}
a {color:#000;}
a:visited {color:#000;}
a:hover {color:#990;}
blockquote {
	margin: 10px 10px 50px 50px; 
}
.alittleless {
	text-align:left;
	padding: 0 0 10px 100px;
	font-size: .85em;
}
.alittlemore {
	font-weight:600; 
}
.alotmore {
	font-size: 1.3em;
	text-transform: capitalize;
	font-weight:bolder; 
	font-style: italic;
}
.logo {margin-top:0; padding-top:0; margin-left:0px;}

.productsharp {
	font-size: 1.4em;
	font-weight:bolder;
	padding-bottom: 0px;
	color:#752600;
}
.productprice {
	font-size: 1.1em;
	font-weight:bolder;
	padding-bottom: 0px;
}
/*
.headersharp {
	font-size: 1.4em;
	font-weight:bolder;
	padding-bottom: 20px;
	float: right;
}
*/
.toplogo img {
  float: left;
  padding-bottom: 10px;
}
.product {
  text-align: left;
  margin: 0 0px 0 0px;
}
.product p {
  text-align: left;
  clear:both;
}
.product img {
  float: right;
  /*margin: 2%;*/
	margin:0px 10px 25px 15px;
	padding: 0;
	border-color:#000000;
}
.clear {
  clear: both;
}  
.middlealign {
	text-align:center;
}
#container {
	position:relative;
	width: 758px; 
	margin: 10px auto;
	background: #fff url('../images/full_bg.gif') repeat-y left top;
	color: #333;
	border: 1px solid gray;
	z-index:2;
}
#containerhome {
	width: 760px; 
	margin: 0px auto;
	background: #fff url('../images/full_bg_home.gif') repeat-y left top;
	color: #333;
	border: 1px solid gray;
}
#top {
	padding: .5em;
	background-color: #ddd;
	border-bottom: 1px solid gray;
}
#content {
	position:relative;
	margin-left: 180px;
	padding: 20px;
	z-index:10;
}

#content ul {
	margin: .7em 0 1.5em 3em;
}
/* background curve graphic */
#bgcurve {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	/*background-image:url(../images/bgcurve1.gif);
	background-repeat: no-repeat; */
}	
#deltat_pic {
	position:absolute;
	top:24px;
	right:20px;
	z-index:20;
}

#rightnav {
	float: right;
	width: 160px;
	margin: 0;
	padding: 7em 1em 1em;
}
#dr_ordered {
	margin:25px 0 20px 0;
	padding:20px 30px;
	background-color:#f1eee4;
}

.smallright {
	float:right;
	font-size:70%;
	margin:0 10px -10px 0;
	padding:0;
}

/* Main Nav Starts  Here 
================================= */

#mainNav {
	position:relative;
	margin: 0px;
	padding: 117px 0 0 18px; /*top 9px for top alignment */
	width: 160px; 
	float: left; 
	z-index:10;
}

#mainNav ul {
	list-style-type:none;
}

#mainNav ul li {
	margin: 0 0px 0px 0px;
	width:150px;
	background-image: url(../images/button1_up.gif);
	background-repeat: no-repeat;
	background-position: left ;
}
#mainNav li a {
	display:block; /* makes whole button clickable, not just text */
	width: 100px; /* needed for display:block to have the desired effect in IE (v6 anyway) */
}
#mainNav li a, #mainNav li a:hover {
	text-decoration: none;
	padding: .3em .7em .3em 24px;
	color: #000;
}

#mainNav li a:hover {
	background-image: url(../images/button1_hover.gif);
	background-repeat: no-repeat;
	background-position: left ;
}
#mainNav * {
	padding-top: 10px;
	padding-bottom: 10px;
}
#active a { 
	color: #000;
	margin-right: 10px;
	padding: .3em .7em .3em 24px;
	font-weight:bold;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left ;
}

/* Footer List Starts  Here 
================================= */
#footerlist {
	margin: 30px 0 0 0;
	font: 0.8em Verdana, sans-serif;
}
#footerlist li {
	list-style: none;
	margin: 0;
	display: inline;
}
#footerlist li a {
	padding: 3px 0.5em;
	margin: 0 2px;
	border: 1px solid #7d6e67;
	background: #c8be8f;
	text-decoration: none;
}

#footerlist li a:link { color: #000; }
#footerlist li a:visited { color: #000; }

#footerlist li a:hover {
	margin: 0 1px;
	color: #000;
	background: #b9ac6f;
	border: 2px solid #7d6e67;
}

#footerlist li a#current {
	background: white;
	border-bottom: 1px solid white;
}
	
	
	/* orderlist List Starts  Here 
================================= */
#orderlist {
	text-align:left;
	margin: 30px 0 0 0;
	/*border-bottom: 0px solid #7d6e67;*/
	font: 0.8em Verdana, sans-serif;
}
#orderlist li {
	list-style: none;
	margin: 0;
	display: inline;
}
#orderlist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #7d6e67;
	background: #c8be8f;
	text-decoration: none;
}

#orderlist li a:link { color: #000; }
#orderlist li a:visited { color: #000; }

#orderlist li a:hover {
	color: #000;
	background: #b9ac6f;
	border: 2px solid #7d6e67;
}

#orderlist li a#current {
	background: white;
	border-bottom: 1px solid white;
}

/* Form stuff Starts  Here 
================================= */	
div.float {
	float: left;
	margin: 0 10px 0 10px;
}
  
div.float p {text-align: center;}

div.container {
}

div.spacer {clear: both;}
