@charset "UTF-8";
body, p, form, ul, li, h1, h2 {
	margin: 0;
	padding: 0;
}
body {
	font: normal 14px Arial, Helvetica, sans-serif;
	background-color: #3e2b14;
}
a { text-decoration: none; }
a img { border: none; }
h1, h2 {
	background-color: #3e0e2e;
	padding: 10px;
	padding-bottom: 0;
	margin-bottom: 2px;
}
h3 {
	padding: 0;
	margin: 0;
	margin-top: 2px;
}
#maincontent img {
	margin-bottom: 2px;
}
#wrapper {
	background: url(../images/bg_shadow.gif) repeat-y #3e2b14;
	background-position: 0 61px;
	width: 843px;
	margin: 0 auto;
	position: relative;
}
#hangtag {
	position: absolute;
	top: 160px;
	left: 9px;	
}
#hangtag a {
	display: block;
	width: 206px;
	height: 266px;
	background: url('../images/fathersday_tab.png') no-repeat 0 0;	
}
/*
#hangtag a {
	display: block;
	width: 141px;
	height: 192px;
	background: url('../images/hang_tag_valentines2.png') no-repeat 0 0;	
}
#hangtag a:hover {
	background-position: 0 -193px;	
}
*/
#content {
	width: 771px;
	margin: 0 auto;
	margin-left: 43px;
	background-color: #F2F1E7;
}
#content a, #content a:visited {
	text-decoration: none;
	color: #663366;
}
#header {
	padding-left: 41px;
	height: 148px;
	background: url(../images/bg_header.jpg) no-repeat;
}
#header ul {
	padding-top: 124px;
	list-style: none;
}
#header ul li {
	display: inline;
}
#header ul#temp li a, #header ul#temp li a:visited {	
	padding: 0 27px;
}
#header ul li a, #header ul li a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
	
	padding: 0 39px;
	
	/* no GALLERY
	padding: 0 50px;
	*/
}
#news { height: 410px; }
#header ul li a:hover {
	color: #e2e58e;
}
#home #header ul li a.home,
#products #header ul li a.products,
#quote #header ul li a.quote,
#testimonials #header ul li a.testimonials,
#gallery #header ul li a.gallery,
#about #header ul li a.about,
#contact #header ul li a.contact {
	color: #ff8bd8;
}
#footer {
	position: relative;
	font-size: 11px;
	color: #666;
	background: url(../images/bg_dots.gif) top left repeat-x;
	padding: 10px 0px;
	padding-bottom: 0;
	margin-top: 15px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
#footer a img {
	margin-top: 5px;	
}
#footer div {
	position: absolute;
	right: 18px;
	top: 6px;
	font-size: 15px;
}
#footer div a, #footer div a:visited {
	color: #636;
	text-decoration: none;
	font-size: 11px;
}
#boxfooter {
	width: 843px;
	height: 32px;
	background: url(../images/bg_box_footer.jpg) no-repeat;
}
#maincontent .row {
	width: 100%;
	overflow: auto;
}
#maincontent p {
	padding: 7px 7px 0 12px;
}
#maincontent .twothirds {
	width: 500px;
	float: left;
}
#maincontent .onethird {
	width: 269px;
	float: right;
}

#news {
	font-size: 12px;
	color: #333;
	padding: 12px;
}
#news p {
	padding: 0;
}
#news .title {
	font-weight: bold;
	font-size: 14px;
}
#news p.copy {
	padding-bottom: 7px;
	padding-top: 3px;
	font-size: 14px;
}
#news div {
	margin-bottom: 10px;
}

/* PRODUCTS NAV */
#product-nav {
}
#menu2 {
  display:table;
  padding:0; 
  width: 650px;
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  }
#menu2 li {
  float: left;
  }
* html #menu2 li {
  float:left;
  }
#menu2 a {
  width: 175px;
  display: block;
  padding:4px 0;
  color:#6a1b4b; 
  background: url(../images/tab_inactive.gif) top left no-repeat;
  height: 21px; 
  text-decoration: none;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  margin: 0 20px;
  float: left;
  }
* html #menu2 a {
  float:left;
  }
#menu2 a:hover {
  color:#000; 
  }
#menu2 a#active {
	background: url(../images/tab_active.gif) top left no-repeat;
	height: 35px;
	color: #f5d0ff;
}

/* PRODUCTS */

#product-list {
	text-align: center;
}
#product-list p {
	padding-right: 12px;
	margin-bottom: 10px;
}
#product-list p span {
	display: block;
	font-weight: bold;
}
#product-list #other p {
	margin-bottom: 0;
}

/* QUOTE */

#formcontainer {
	width: 90%;
	margin: 15px auto;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 12px;
}
#formcontainer table td {
	padding: 2px;
	border-bottom: 1px solid #ccc;
}
#formcontainer table td.qty {
	text-align: center;
}
#formcontainer table input {
	width: 20px;
}
#formcontainer textarea {
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 99%;
}
#formcontainer .row {
	padding: 3px 0;
	overflow: visible;
}
#formcontainer span {
	display: inline-block;
	width: 100px;
}
#formcontainer input {
	width: 200px;
}

/* TESTIMONIAL */
.testimonial {
	margin: 20px 15px 30px;
	line-height: 20px;
	border-bottom: 1px solid #ccc;	
	padding-bottom: 30px;
}
.testimonial .attribution {
	text-align: left;	
	margin-left: 300px;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
