html, body {border: 0; margin: 0; padding: 0;}

body {
  font: 12px arial, helvetica, sans-serif;
  line-height: 140%;
  background: #3A3A3A;
  width: 100%;
  min-width: 970px;
}
/***** do not delete *****/
#div {
	background: #3a3a3a;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
/***** end do not delete *****/

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  width: 97%;
  clear: both;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 3px;
  letter-spacing: -1px;
  font: 30px arial;
  color: #3a3a3a;
  background-color: transparent;
  border-bottom: 1px dotted #3a3a3a;
}

h1 a {color: #3a3a3a; text-decoration: none;}

h1 a:hover {
  color: #6C574F;
  text-decoration: none;
  border: none;
}

h2 {
  padding: 15px 0 7px 0;
  color: #443833;
  background-color: transparent;
  letter-spacing: -1px;
  font: 1.4em bold arial, helvetica, sans-serif;
  font-weight: bold;
}

h3 {
  padding: 7px 0 ;
  font: 1.1em arial, helvetica, sans-serif;
  font-weight: bold;
  color: #6C574F;
}

p {margin: 0; padding: 0 0 18px 0;}

ul, ol {list-style: none; margin: 0; padding: 0 0 20px 40px;}

blockquote {
  font-family: Times, "Times New Roman", serif;
  font-style: italic;
}

img {border: none;}


/***** Links *****/

a {
  text-decoration: none;
  color: #666666;
  border-bottom: 1px;
}

a:hover {text-decoration: none; color: #333333; border-bottom:1px dotted #333333;}

a img {
  border: none;/*remove border for linked images*/
}
/***** Tables *****/

#sidebar table {border: 0; margin: 0 0 18px 0; padding: 0;}

#sidebar table tr td {padding: 2px;}
/***** Global Classes *****/

.clear {clear: both;}

.alignleft {display: block; float: left;}

.alignright {display: block; float: right;}

.aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.endOfSection {
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/***** Main Layout ****/

#container {
  background: url('img/bg_top.jpg') repeat-x top left;
  width: 100%;
  height: 100%;
}

#wrapper {
  width: 970px;
  background: url('img/bg.jpg') repeat-y top left;
  text-align: center;/* IE fix to center the page */
  margin: 0 auto;/* center the page in Firefox */
}
/**** Sidebar ****/

#sidebar {
  display: block;
  float: left;
  clear: left;
  width: 290px;
  text-align: left;
  color: white;
}

#sidebar h3 {
	color:#FFFFFF;
	background:#383838;
	padding:3px 0px 3px 6px;
	border-bottom:1px solid #3b0077;
	border-top:1px solid #e3c7ff;
	border-left:1px solid #6500cc;
	border-right:1px solid #6500cc;
}

/* Logo and Slogan */

#sidebar #sb_top {
  width: 290px;
  height: 236px;
  padding: 0;
  background: url('img/sb_top.jpg') no-repeat left top;
  color: #A8948A;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

#sidebar #sb_top a {
  display: block;
  width: 290px;
  text-decoration: none;
  color: #FFFF99;
}

#sidebar #sb_top a:hover {
  text-decoration: none;
  color: #FFFFBB;
  border:none;
}

#sidebar #sb_top img {
  border:none;
  border: none;
  padding:0;
  margin: 0;
}

#sidebar #sb_top .sb_logo {padding-top: 50px;}

/* End logo and Slogan */

#sidebar p {
  margin: 10px 0;
}  

#sidebar ul {list-style: none; margin: 0; padding: 0;}

#sidebar ul li {
  padding-left: 12px;
  text-align: left;
  width: 268px;
  list-style: none;
  display: block;
}

#sidebar ul ul {margin-bottom: 20px;}

#sidebar ul li h2 {
  color: #F5F1C2;
  background: url('img/bg_h2.png') repeat-x;
  min-height: 30px;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 15px;
  font: 1.5em Georgia, "Times New Roman", Times, serif;
}

#sidebar ul li ul li {
  margin: 0;
  padding-left: 15px;
  width: 240px;
  list-style: none;
}
/*links*/

#sidebar ul li a {color: #FFFFFF;}

#sidebar ul li a:hover {
  color: #FFFFFF;
  border-bottom: 1px dotted #FFFFFF;
}

#sidebar ul li img {
  border: 1px solid #666666;
  padding: 2px;
  background-color: #3a3a3a;
  margin: 0px 3px 0px 0px;
}

#sidebar ul li img a {
  border: none;/*remove border for linked images*/
}

#sidebar ul li img a:hover {border: none;}

#sidebar ul li img.noborder {
  border: none;
  padding: 0;
  background-color: transparent;
  Margin: 0;
  margin-left: 10px;
}
/**** Main Menu ****/

#content #intro a img.banner {
	border:none;
	background:transparent;
	margin:30px 0px 0px 0px;
	padding:0px;
}

#content #intro ul.navlist {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}

#content #intro ul.navlist li {
  display: inline;
  line-height: 0px;/* fix the unwanted gap between li elements in FF */
}

#content #intro ul.navlist li a {
  height: 20px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 2px 10px 2px 10px;
  float:left;
  text-decoration: none;
  background:#383838;
	border-bottom:1px solid #3b0077;
	border-top:1px solid #e3c7ff;
	border-left:1px solid #6500cc;
	border-right:1px solid #6500cc;
}

#content #intro ul.navlist a:hover {
  color: #000000;
  background-color: #747474;
  border-bottom: 1px solid #3E322D;
}

#content #intro ul.navlist li a.noborder, #sidebar ul.navlist li a:hover.noborder {
  border-bottom: none;
}

#content #intro ul.navlist .current_page_item a, #sidebar ul.navlist .current_page_item a:hover {
  background: #443833 url('img/menu_arrow_active.jpg') no-repeat center left;
  cursor: default;
  color: #877065;
}
/*Copyright*/

#sidebar .copyright {
  display: block;
  margin: 60px auto 40px auto;
  padding: 5px 7px;
  width: 220px;
  text-align: center;
  background-color: #302723;
  border: 1px solid black;
  color: #877065;
}

#sidebar .copyright p {padding: 0;}

#sidebar .copyright a {color: #FFFF99;}

#sidebar .copyright a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}
/*feed*/

#sidebar ul.feed li {
  background: url('img/rss.jpg') no-repeat 20px 0;
  margin-bottom: 20px;
  padding-left: 45px;
  width: 180px;
}
/**** Header ****/

#top {
  background: url('img/bg_top.jpg') repeat-x top left;
  display: block;
  float: left;
  clear: right;
  width: 680px;
  height: 40px;
  padding-top: 15px;
  color: white;
  text-align: right;
}

#top a {color: white;}

#top a:hover {
  border-bottom: 1px dotted white;
}
/**** Content ****/

#content {
  display: block;
  float: left;
  width: 674px;
  background-color: white;
  border-top: #6500cc 5px solid;
  text-align: left;
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
}

#content ul li {list-style: url('img/bullet.jpg');}

#content img {
  padding: 0px 4px;
  margin: 0px;
}

#content img.alignleft {
  display: block;
  float: left;
  clear: none;
  margin: 5px 10px 0 0;
}

#content img.alignright {
  float: right;
  margin: 5px 0 0 10px;
}

#content img.noborder {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 10px;
}

#content #intro {
  background: #474747 url('img/intro.jpg') no-repeat center;
  width: 100%;
  height: 176px;
  color: white;
  position:relative;
}

#content .intro_t {
  width: 90%;
  margin-left: 40px;
  color: white;
}

#content #intro h1 {
  margin: 0;
  color: white;
  font-size: 36px;
  border: none;
  padding: 22px 0 0 0;
}

#content #intro h1 span {color: black; font-size: 24px;}

#content #intro h1 .editsection {
  font-size: 12px;
  margin-left: 15px;
  color: white;
}

#content #intro h2 {
  margin: 0;
  padding: 0 0 15px 0;
  color: black;
  font-size: 18px;
}

#content #intro p {padding: 0;}
/*links*/

#content #intro a, #introduction a {color: #FFFF99;}

#content #intro a:hover, #introduction a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}

#layout {
	padding: 30px;
}
/***** Footer *****/

#footer {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 60px;
  font-size: 80%;
  color: #999999;
  background: #3a3a3a url('img/sb_bottom.jpg') no-repeat left top;
}

#footer .contentfoot {
  display: block;
  float: right;
  width: 680px;
  height: 30px;
  padding: 5px 0;
  border-top: #6500cc 5px solid;
}

#footer a {color: #999999;}

#footer a:hover {border-bottom: 1px dotted #999999;}

#footer .backtotop {
  background: url('img/backtotop.jpg') no-repeat left top;
  float: right;
  clear: right;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

#footer .backtotop a {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
/**** Form Layout ****/

form {margin: 10px 0px 0px 0px; padding: 0; width:218px;}

input, textarea, {
  font: 1em arial, helvetica, sans-serif;
  background-color: #747474;
	border-top:1px solid #3b0077;
	border-bottom:1px solid #e3c7ff;
	border-left:1px solid #6500cc;
	border-right:1px solid #6500cc;  line-height: 1.25em;
  padding: 0 0 0 2px;
}

input:focus, textarea:focus, {
  border: 1px solid #55453E;
  background-color: #BDADA6;
}

label {cursor: pointer;}

input:button {
  background: url('img/button.jpg') repeat-x center;
  color: white;
  padding: 0 7px;
  height: 23px;
	border-bottom:1px solid #3b0077;
	border-top:1px solid #e3c7ff;
	border-left:1px solid #6500cc;
	border-right:1px solid #6500cc;
  cursor: pointer;
}
/*Search input*/

input.search {
  background: transparent url('img/search.jpg') no-repeat;
  border: none;
  width: 195px;
  height: 25px;
  padding-left: 35px;
  padding-top: 5px;
  color: white;
}

#searchform {
	margin:0px;
}

#selling {
	text-align:center;
	color:#FFFFFF;
	background:#6500CC;
	padding:5px;
	margin:0px 0px 20px 0px;
}
#selling a, #selling a:visited {
	color:#f1f1f1;
	border-bottom:1px dotted #f1f1f1;
}
#selling a:hover {
	border:0px;
}

.mass_add_to_cart {
	cursor:pointer;
}