/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF url(../images/img01.gif) repeat-x;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin: 0;
	padding: 0;
	font: italic 197% "Times New Roman", Times, serif;
	color: #000;
}

h2 {
	font-size: 107%;
	color: #000;
    margin-bottom: 10px;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 77%;
	font-weight: bold;
}

/*p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}*/

blockquote {
	padding: 15px 0 0 20px;
	background: url(../images/img11.gif) no-repeat;
	text-align: left;
	font: italic 100% "Times New Roman", Times, serif;
}

ol {
	list-style-position: inside;
}

ul li {
	/*padding-left: 20px;
	background: url(../images/img09.gif) no-repeat left center; */
}

a {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
	color: #8fb8c6;
}

/* Logo */

#logo {
	width: 1000px;
	height: 180px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: url(../images/img02a.jpg) no-repeat;
}

#logo h1 {
	margin: 0;
	padding: 80px 0 0 120px;
	letter-spacing: -1px;
	font: normal 45px "Times New Roman", Times, serif;
}

#logo h2 {
	margin: -7px 0 0 0;
	padding: 0 0 0 155px;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
}


#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/img03.png) repeat-y;
	
}

/* Content */


#content {
	float: left;
	width: 840px;
	padding: 0 0 0 95px;
	background: url(../images/img04.gif) no-repeat;
}

#content .title {
	padding: 10px 10px 10px 20px;
	
}

#content .content {
	padding: 20px 20px 1px 20px;
	background: url(../images/img08.gif) repeat-x;
}

#welcome {
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: url(../images/img10.gif) no-repeat center bottom;
  position: relative;
}

.floating-box {
	float: left;
	width: 250px;
	margin: 0 20px;
	font-size: 85%;
}

.floating-box .heading {
	margin-bottom: 1em;
	padding-bottom: 1em;
	background: url(../images/img08.gif) repeat-x left bottom;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 160px;
	padding: 0 80px 0 20px;
	background: url(../images/img05.gif) no-repeat right top;
}

#sidebar h2 {
	margin-bottom: 1em;
}

#sidebar blockquote {
}

#sidebar blockquote p {
}

#links {
  position: absolute;
  top: 0;
  right: 0;
}

#links ul {
}

#links li {
}

#links a {
}


/* Menu */

#nav { 
  width: 1000px;
  margin: 0 auto;
  position: relative;  
}
#search { position: absolute; right: 10px; top: 10px;}
#menu {
  height: 30px;
  margin-left:-50px;
}

#menu ul {
  text-align: left;
  margin: 0 0 0 120px;
  list-style: none;
}

#menu li {
  /*background: url(../images/img09.gif) no-repeat left 7px;*/
    float: left; 
  padding: 0 5px;
}
#menu li ul {
  position: absolute;
  margin: 0;
  background-color: #fff;
  border: 2px solid #91B7C8;
  z-index: 5;
}
#menu li ul li{
  float: none;
}
#menu a 
{
	font: "Times New Roman", Times, serif;
  
}

#menu a:hover {
}

#menu b {
}

/* Footer */

#footer {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/img06.png) no-repeat;
	color:#FF0000;
  position: relative;
}
#foot-cc { 
  position: absolute;
  left: 190px;
  top: 22px;
}
#foot-verisign { 
  position: absolute;
  right: 140px;
  top: 13px;
}
#footer p {
	margin: 0;
	font-size: 77%;
}

#footer .links {
    text-align: center;
	padding: 15px 0 0 97px;
	color: #8fb8c6;
}

#footer .legal {
	float: right;
	padding: 15px 62px 0 0;
	color: #8fb8c6;
}

#footer a {
	color: #8fb8c6;
}

.hhb_table td, .hhb_table tr.header th
{
    border:solid 1px #6D5200;
    background-color:#CCEEF1;
}

.hhb_table td .cat_name { border:none; }


.hhb_table td
{
    vertical-align: top;
    padding:7px;
}


/******* Floating Quick Cart ********/
#quickcart {
	position:fixed;
	float:right;
	right: 15px;
	width:250px;
	top:0px;
}

#incart {
	position:relative;
	background: url('/media/images/qcbg.png') top center;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	width:230px;
	z-index: 3;
}

#incart .title {
	color:#FFF;/* opacity setting */
	padding:10px;
	filter:alpha(opacity=100);    /* IE 6, 7  */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8  */
	-moz-opacity:1.0;    /* old mozilla browser like netscape  */
	-khtml-opacity: 1.0;    /* for really really old safari */  
	opacity: 1.0;    /* css standard, currently it works in most modern browsers like firefox,  */
}

#incart .iccon {
	color:#FFF;/* opacity setting */
	background:#666;
	padding:5px;
	border:1px solid #FFF;
	font-size:12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	filter:alpha(opacity=100);    /* IE 6, 7  */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8  */
	-moz-opacity:1.0;    /* old mozilla browser like netscape  */
	-khtml-opacity: 1.0;    /* for really really old safari */  
	opacity: 1.0;    /* css standard, currently it works in most modern browsers like firefox,  */
	max-height:200px;
	overflow-y:scroll;
}

#incart .icitems{
	height:2px;
	padding-top:2px;
	border-bottom:1px dotted #FFF;
}

#incart a {
	color:#FFF;
	text-decoration:none;
}

#incart a:hover {
	color:#FFF;
	text-decoration:none;
}

#incart .icbttn{
	margin:0 auto;
	text-align:center;
	margin-top:10px;
	height:36px;
}

#incart .edit {
	float:left;
	filter:alpha(opacity=100);    /* IE 6, 7  */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8  */
	-moz-opacity:1.0;    /* old mozilla browser like netscape  */
	-khtml-opacity: 1.0;    /* for really really old safari */  
	opacity: 1.0;    /* css standard, currently it works in most modern browsers like firefox,  */
}

#incart .buy {
	float:right;
	filter:alpha(opacity=100);    /* IE 6, 7  */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8  */
	-moz-opacity:1.0;    /* old mozilla browser like netscape  */
	-khtml-opacity: 1.0;    /* for really really old safari */  
	opacity: 1.0;    /* css standard, currently it works in most modern browsers like firefox,  */
}

#incart .edit:hover {
	float:left;
	filter:alpha(opacity=75);    /* IE 6, 7  */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /* IE 8  */
	-moz-opacity:0.75;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.75;    /* for really really old safari */  
	opacity: 0.75;    /* css standard, currently it works in most modern browsers like firefox,  */
}

#incart .buy:hover {
	float:right;
	filter:alpha(opacity=75);    /* IE 6, 7  */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /* IE 8  */
	-moz-opacity:0.75;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.75;    /* for really really old safari */  
	opacity: 0.75;    /* css standard, currently it works in most modern browsers like firefox,  */
}

#incarttop {
	position:relative;
	background: url('/media/images/qcshow.png') top center;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-right:5px;
	width:230px;
	height:38px;
	text-align:center;
	z-index: 3;
}

#incarttop.active {
	background: url('/media/images/qchide.png') top center;
}

#incarttop a {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

#cart_nav {
	float:right;
	margin-top:15px;
}

#cart_nav a {
	border: 1px solid maroon;
	background-color: #BA2434;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
	-o-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
	-webkit-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
	-moz-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
	color: white;
	text-shadow: 0 1px 1px black;
	padding: 10px 30px;
	text-decoration:none;

}

#cart_nav a:hover {
	border: 1px solid maroon;
	background-color: #EF0E27;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
	-o-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
	-webkit-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
	-moz-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
	color: white;
	text-shadow: 0 1px 1px black;
	padding: 10px 30px;
	text-decoration:none;

}


