/******************
  RESET
                */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
  background:#000 url(../images/back_repeat.jpg) repeat top left;
  font: 0.9em/1.3em Helvetica,Arial,sans-serif;
}
#header {
  height:309px;
  min-width:1286px;
  background:#1D160C url(../images/back_top.jpg) no-repeat top center;
}
#page {
  min-height:252px;
  min-width:1286px;
  position:relative;
  width:100%;
  background:url(../images/back_middle.jpg) repeat-x top left;
}
#content {
  margin-left:170px;
  margin-right:20px;
}
#footer {
  margin:0 20px;
  min-width:1226px;
  padding:10px;
  clear:both;
  background:url(../images/back_footer.png) repeat top left;
}
#panel, #sidebar {
  background:#FFF;
  border:4px solid #D38E0C;
  padding-top:5px;
  padding-bottom:5px;
}
#panel {
  margin-left:20px;
  margin-right:312px;
}
#sidebar {
  position:absolute;
  top:0px;
  right:0px;
  width:262px;
  margin:0 20px;
  text-align:center;
}
#sidebar img {
  margin-bottom:5px;
}
h1#logo {
  display:block;
  width:404px;
  height:112px;
  background:url(../images/bmcLogo.png) no-repeat top left;
  word-spacing:-999em;
  letter-spacing:-999em;
  text-indent:-999em;
  position:absolute;
  top:50px;
  left:60px;
}
h3#cmlogo {
  display:block;
  width:259px;
  height:113px;
  background:url(../images/cmLogo.png) no-repeat top left;
  word-spacing:-999em;
  letter-spacing:-999em;
  text-indent:-999em;
  position:absolute;
  top:50px;
  right:60px;
}

/*--------------------
    MENU
                    */

#menu {
  position:relative;
  float:left;
  top:4.5em;
  left:0px;
  width:170px;
  padding-top:2px;
  list-style:none;
  background:url(../images/menu_divider.jpg) no-repeat top left;
}
#menu li {
  background:url(../images/menu_divider.jpg) no-repeat bottom left;
  height:30px;
  width:170px;
}
#menu li a {
  display:block;
  width:160px;
  height:23px;
  padding:5px 0 0 10px;
  color:#444444;
  text-decoration:none;
  font-weight:bold;
}
#menu li a.active {
  background:url(../images/menu_back.jpg) repeat-y top left;
  color:#6C1D8A;
}

/*--------------------
    CONTENT
                    */

#content h1,
#content h2,
#content h3 {
  font-family:'Trebuchet MS',Helvetica,Arial,sans-serif;
  color:#6C1D8A;
}
#content h1,
#content h2 {
  font-size:2.5em;
  line-height:1em;
  margin-top:0.7em;
  margin-bottom:0.5em;
}
#content h3 {
  font-weight:normal;
  font-size:1.5em;
  margin-top:0.5em;
  margin-bottom:0.3em;
}
#content p,
.Breadcrumb {
  font-size: 1em;
  margin-bottom:0.6em;
}
#shop table,
#whatshot table {
  width:100%;
}
#shop table,
#catalogue.product table,
#whatshot table {
  border-top:1px solid #CCC !important;
  border-left:1px solid #CCC !important;
}
#shop table td,
#shop table th,
#catalogue.product table td,
#whatshot table td,
#whatshot table th {
  border-bottom:1px solid #CCC !important;
  border-right:1px solid #CCC !important;
  padding:5px !important;
  vertical-align:middle !important;
}
#about table td {
  vertical-align:top;
}
.body12link, 
.body12link td {
  border:none
}
.SubCategoryHeading, th {
  background:#E5E5E5 !important;
  font-weight:bold !important;
}
#content a,
#footer a {
  color:#AF6408 !important;
  text-decoration:none !important;
}
#content a:hover,
#footer a:hover  {
  text-decoration:underline !important;
}
#content a:visited {
  color:#523605 !important;
}
img {
  margin:5px;
  border:2px solid #D38E0C;
}
#shop img,
#catalogue img,
#whatshot img,
#sidebar img {
  border:none;
  margin:0;
}
.clear {clear:both;}
#banner {
  float:left;
  width:100%;
}
input, select {
  border:1px solid #999; 
  margin-left:10px;
  margin-bottom:5px; 
  padding:2px;
}

/*--------------------
    FOOTER
                    */
#footer {
  margin-bottom:20px;
  margin-top:20px;
}
#footer p {
  color:#FFF;
  font-size:0.7em;
}
#footer #credit {
  float:right;
  text-align:right;
  margin-top:-38px;
}