body {
  margin: 0;
  background: url(images/background_repeat.jpg);
  font-family: arial;
  font-size: 13px;
}

img {
  border: none;
}

.clear {
  clear: both;
}

h1 {
  color: #6F949D;
  font-size: 20px;
  font-family: Century Gothic;
  margin: 3px 3px 3px 0;
}

h2 {
  color: #6F949D;
  font-size: 18px;
  font-family: Century Gothic;
  font-weight: normal;
  margin: 3px 3px 3px 0;
}

h3 {
  font-size: 15px;
  margin: 0;
}

h4 {
  font-size: 1em;
  margin: 0;
}

h5 {
  font-size: .8em;
  margin: 0;
  color: #6F949D;
  font-weight: none;
}

h5 b {
  color: #6F949D;
}

h5 a, a:hover, a:visited, a:active{
  text-decoration: none;
}


b {
  color: #CEADB8;
  font-weight: none;
}

a, a:visited, a:active, a:hover {
  text-decoration: none;
  color: #0000EE;
}


#background_wrapper {
  margin: 0 auto;
  width: 814px;
  background: url(images/background_wrapper.gif) repeat-y;
}

#wrapper {
  position: relative;
  top: 0;
  left: 4px;
  width: 806px;
  background: url(images/content_background.gif) repeat-y;
}

#wrapper_no_yellow {
  position: relative;
  top: 0;
  left: 4px;
  width: 806px;
  background: #FFFFFF;
}

#header {
  position: relative;
  top: 0;
  left: 0;
  width: 806px;
  height: 82px;
  background: #CEADB8;
}

#sounds_for_silence {
  position: absolute;
  top: 25px;
  left: 290px;
}

#mini_cart {
  position: absolute;
  top: 0;
  left: 606px;
  width: 200px;
  height: 82px;
  background: url(images/mini_cart.gif) no-repeat;
}

#mini_cart_text {
  position: absolute;
  top: 23px;
  left: 13px;
  width: 120px;
  height: 46px;
  color: #86615F;
  font-size: 11px;
}

#mini_cart_text a, #mini_cart_text a:active, #mini_cart_text a:visited, #mini_cart_text a:hover, b {
  color: #86615F;
  font-size: 11px;
  text-decoration: none;
}

#navigation {
  position: relative;
  top: 0;
  left: 0;
  width:806px;
  height: 23px;
  padding: 5px 0 0 0;
  background: url(images/navigation_repeat.gif) repeat-x;
  text-align: center;
  z-index: 3;
}

#navigation a, #navigation a:visited, #navigation a:active {
  color: #FFF3B6;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
 /* padding: 0 12px 0 12px;*/
}

#navigation a:hover {
  color: #FFFFFF;
}

ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.nav li.top {
	position: relative;
    display: inline;
    margin: 0px 6px 0px 6px;
}

li.top ul {
	position: absolute;
	left: 0;
	top: 16px;
	display: none;
}

ul.subnav li a.first {
	display: block;
	text-decoration: none;
	color: #FFF3B6;
	background: #84615A;
	padding: 10px 5px 5px 5px;
	border-bottom: 1px solid #FFFFFF;
    width: 95px;
    text-align: left;
}

ul.subnav li a {
	display: block;
	text-decoration: none;
	color: #FFF3B6;
	background: #84615A;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
    width: 95px;
    text-align: left;
}

ul.subnav li a:hover {
    color: #FFFFFF;
}

ul.subnav {
  margin: 0;
  padding: 0;
  list-style: none;
}

li:hover ul.subnav, li.over ul.subnav {
	display: block;
}

#navigation ul.nav li.top a.active {
  color: #ffffff;
}

#flash {
  position: relative;
  top: 0;
  left: 0;
  width: 806px;
  height: 226px;
}

#red_bar {
  width: 806px;
  height: 76px;
  padding: 1px 0 0 0;
  background: url(images/red-bar.jpg) no-repeat;
  font-family: Verdana;
  color: #FFFFFF;
  font-size: 8pt;
}

#red_bar b{
  color: #FFFFFF;
}

#four_images {
  position: relative;
  width: 806px;
  height: 194px;
  padding: 4px 0 0 0;
  margin: 0 0 -4px 0;
  overflow: hidden;
}

#four_images .four_images_table {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
}

#four_images .black_cell {
  background: url(images/black-dot.gif);
}

#content {
  padding: 8px 0 2px 4px;
}

#inner_images {
  position: relative;
  width: 806px;
  height: 112px;
}

#left_sidebar {
  width: 180px;
  background: #FFF9DA;
  padding: 0 10px 0 10px;
}

#left_sidebar ul{
  margin: 0 0 0 10px;
  padding: 0;
}

#left_sidebar li{
  list-style: none;
  color: #3F5256;
  padding: 0 0 8px 0;
}

#left_sidebar li a, #left_sidebar li a:active, #left_sidebar li a:visited {
  text-decoration: none;
  color: #3F5256;
  font-weight: bold;
  font-size: 12px;
}

#left_sidebar li a:hover {
  color: #000000;
}

table#lsb {
  table-layout: fixed;
  vertical-align: top;
}

table#lsb td{
  vertical-align: top;
}

#right_content {
  float: right;
  width: 580px;
  padding: 10px;
}

#bottom_navigation {
  position: relative;
  width:806px;
  height: 23px;
  padding: 5px 0 0 0;
  background: url(images/navigation_repeat.gif);
  text-align: center;
}

#bottom_navigation a, #bottom_navigation a:visited, #bottom_navigation a:active {
  color: #CEADB8;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  padding: 0 10px 0 10px;
}

#bottom_navigation a:hover {
  color: #FFFFFF;
}

#bottom_shadow {
  position: relative;
  margin: 0 auto;
  width: 816px;
  height: 9px;
  background: url(images/bottom_shadow.gif) no-repeat;
}

#footer {
  text-align: center;
  margin: 0 auto;
  width: 814px;
  height: 70px;
  padding: 5px 0 20px 0;
  color: #464646;
}

#footer a, #footer a:visited, #footer a:active {
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  color: #464646;
}

#footer a:hover {
  color: #86615F;
}

.error {
  color: red;
  font-weight: bold;
}

.result {
  color: #00A550;
  font-weight: bold;
}

#whitebody {
    background-color: white;
}

