body {
  margin: 0;
  padding: 0;
  background-color: #536c9f;
  background-image: url("/images/shared/bg.png");
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align:center;
}

img {
  border: 0;
}

a {
  color: #000099;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 16px;
  font-weight: normal;
}

hr {
  clear: both;
  width: 100%;
  border: 0;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
}

img.right_image1 {
  float: right;
  padding: 0 0 10px 18px;
}

img.left_image1 {
  float: left;
  padding: 0 18px 10px 0;
}

.error { color: #FF0000; font-weight: bold; }
.subtle { color: #AAA; }
.subtle a { color: #AAA; }
.spacer { clear: both; }
.small { font-size: 11px; }

#wrapper {
  margin: 0 auto 0px auto;
/*  width: 848px;*/
  width: 968px;
  text-align:left;
}

#subwrapper {
  background-image: url("/images/shared/bg-right_edge.png");
  background-repeat: repeat-y;
  background-position: top right;
}

#container {
  float: left;
  width: 960px;
  background-color: #fff;
}

#right_edge {
  float: right;
  width: 8px;
}

#ml_masthead {
	background-color:#920c16;
}

#ml_masthead img {
  display: inline;
  vertical-align: bottom;
}

#ml_nav {
  padding: 0 0 0 30px;
  background-color: #f8f0de;
  background-image: url("/images/shared/chip-f8f0de.png");
}

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

#ml_nav ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#ml_nav ul li.nav_sep {
  margin: 0 26px;
}

#ml_nav ul li#sub_break {
  margin-left: 14px;
}

#ml_nav ul li.nav_subitem {
  padding-left: 18px;
}

#ml_nav ul li img {
  vertical-align: bottom;
}

#master_content {
/*
  background-image: url("/images/shared/bg-sidebar.png");
  background-repeat: repeat-y;
  background-position: top left;
*/  

}

#ml_sidebar {
  background-color:#f8f0de;
  float: left;
  width: 200px;
  margin-bottom: 50px;
  font-size: 13px;
  border:
}

#ml_sidebar a { text-decoration: none; }
#ml_sidebar a:hover { text-decoration: none; }

#ml_sidebar div.side_group_heading {
  margin-top: 10px;
  background:url(/images/sidebar/sidebarBG.png) repeat-x;
}

#ml_sidebar div#side_store {
  border-bottom: 3px double #cdc7b8;
  margin-bottom: 15px;
}

#ml_sidebar div.side_group {
}

#ml_sidebar div.side_group_heading img {
  display: inline;
  vertical-align: bottom;
}

#ml_sidebar div.side_group_content {
  background-image: url("/images/sidebar/sidenav-reflection.png");
  background-repeat: no-repeat;
  background-position: top left;
  padding: 5px 0;
}


.side_group_content a,.side_group_content a:visited{
	display:block;
	font-size:11px;
	background: url(/images/nav/0020_swd_bullet_42.png) no-repeat left #f6eacd;
	padding:3px 0px;
	padding-left:30px;
	border-bottom:1px solid #fffcf4;
	text-decoration:none;
	color:black;
}

.side_group_content .dwBuyOnline,.side_group_content .dwBuyOnline:visited{
	padding-left:0px;
	text-align:center;
	background-image:none;
	background-color:#930003;
	color:white;
}

.dwBuyOnline{
	text-align:left;
}

.side_group_content .dwBuyOnline:hover{
}

.side_group_content a:hover{
	background-color:#e0d1ab;
	color:#666666;
}

#ml_content {
  float: left;
  width: 730px;
  padding-left:10px;
  padding-top:10px;
  border-top: 1px solid #cdc7b8;
}

#ml_content > h1:first-child { margin-top: 0; }
#ml_content > p:first-child { margin-top: 0; }

#ml_footer {
  clear: both;
  padding: 5px 30px 15px 30px;
  text-align: center;
  background-color: #920c16;
  background-image: url("/images/shared/chip-920c16.png");
  color: #fff;
  font-size: 11px;
}

#ml_footer p {
  margin: 0;
}

#ml_footer a {
  color: #fff;
  text-decoration: none;
}

#main_base {
  clear: both;
}

#main_base img {
  display: block;
}

/* BUTTONS */

.clear { /* generic container (i.e. div) for floating buttons */
  overflow: hidden;
  width: 100%;
}

a.button2 {
  background: transparent url('/images/shared/bg_button_a.gif') no-repeat scroll top right;
  color: #444;
  display: block;
  font: normal 12px arial, sans-serif;
  height: 24px;
  padding-right: 18px; /* sliding doors padding */
  text-decoration: none;
}

a.button2 span {
  background: transparent url('/images/shared/bg_button_span.gif') no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 18px;
}

a.button2:active {
  background-position: bottom right;
  color: #000;
  outline: none; /* hide dotted outline in Firefox */
}

a.button2:active span {
background-position: bottom left;
padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button {
  background: transparent url('/images/shared/bg_button_a.gif') no-repeat scroll top right;
  color: #444;
  display: block;
  float: left;
  font: normal 12px arial, sans-serif;
  height: 24px;
  margin-right: 6px;
  padding-right: 18px; /* sliding doors padding */
  text-decoration: none;
}

a.button span {
  background: transparent url('/images/shared/bg_button_span.gif') no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 18px;
}

a.button:active {
  background-position: bottom right;
  color: #000;
  outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
background-position: bottom left;
padding: 6px 0 4px 18px; /* push text down 1px */
}

/* CONTACT FORM */

div#ml_contact_form textarea#comments {
  width: 400px;
}

div#ml_contact_form p.ml_contact_form_heading {
  font-weight: bold;
}

/* PRODUCTS PAGE */

div#products_main h2 {
  text-align: center;
  color: #333;
  font-size: 14px;
}

div#products_main h2 a {
  color: #333;
}

div#products_main p.product_prebutton {
  margin-bottom: 2px;
}

div#products_main p.product_button {
  margin-top: 0;
}

div.third_page_column {
  float: left;
  width: 200px;
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #ccc;
}

div.first_column {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

/* FAQ */

div.faq {
  margin: 5px 0;
  padding: 5px 0;
}

div.faq .question {
  color: #226000;
  
  font-size: 15px;
}

.dwTable td{
	border:1px solid #eee;
}

.dwTable a{
}