body 
{
  font-family:Verdana, Arial, Helvetica;
  font-size:77%;
  color:#CCC;
  background-color:#000;
}
a {color:#C00204; font-weight:bold; }
a:hover { color:#CCC; }
#wrapper 
{
  width:100%;
}
#header 
{
  height:120px;
  padding-top:10px;
  padding-left:30px;
}
#navigation
{
  height:26px;
  padding: 4px 0 0 0;
  background-color:#750001;
}
#navigation h3
{
  font-family: Verdana, Arial, Trebuchet;
  color:#FFF;
  font-size:1em;
}
#navigation span.selected
{
  font-family: Verdana, Arial, Trebuchet;
  color:#FFF;
  font-size:1em;
  margin:0 0 0 1px;
  padding:10px 20px;
  background-color:#9B0103;
}
#navigation a
{
  margin:0 0 0 1px;
  padding:10px 20px;
  color:#FFF;
  text-decoration:none;
}

#navigation a:hover { background-color:#9B0103; }

#content 
{
  padding:20px 20px 20px 320px;
  background:url('/images/background.jpg') 0 0 no-repeat;
}
#footer 
{
  height:27px;
  background-color:#750001;
  padding-top:3px;
}
#footer h4 {
  color:#FFF;
  margin:0;
  padding:0;
}
#footer h4 span {
  font-size:0.7em;
  font-family:Verdana, Arial, Helvetica;
  color:#FFF;
  text-decoration:none;
  margin:0 0 0 50px;
}
#footer h4 a {
  font-size:0.7em;
  font-family:Verdana, Arial, Helvetica;
  color:#FFF;
  text-decoration:none;
  margin:0 0 0 50px;
}
#footer h4 a:hover {
  color:#000;
}

em { font-style: italic; }
strong { font-weight: bold; }
h1, h2, h3, h4, h5, h6
{
  margin: .2em 0;
  line-height: 1.4em;
}
p
{
  font-size:0.9em;
  margin: 1em 0;

}
ul li { font-size:0.9em; }
h1
{
  font-family:Arial, Verdana, Trebuchet;
  font-size:2.5em;
  color:#FFF;
  margin:.7em 0 1em 0;
}
h2
{
  font-family:Arial, Verdana, Trebuchet;
  font-size:1.6em;
}
h3
{
  font-family:Arial, Verdana, Trebuchet;
  font-size:1.2em;
  font-weight:bold;
  color:#4D84C2;
}
h4
{
  font-family:Arial, Verdana, Trebuchet;
  font-size:0.9em;
}  
h4 a
{
  text-decoration:underline;
  color:#C00204;
  font-size:0.9em;
}
h4 a:hover { color:#FFF; }
h3 a 
{
  text-decoration:none;
  color:#C00204;
}
h3 a:hover { color:#FFF; }
h4
{
  font-family:Arial, Verdana, Trebuchet;
  font-size:1.2em;
}
h5
{
  font-family:Arial, Verdana, Trebuchet;
  font-size:1em;
}
h6
{
  font-family:Arial, Verdana, Trebuchet;
  font-size:0.8em;
}
.clear 
{
  clear:both;
  height:1px;
  line-height:1px;
  font-size:1px;
}
blockquote {
  margin-left:10px;
}
blockquote p a {
  padding-left:12px;
  background:url('/images/bullet.gif') 0px 4px no-repeat;
  color:#555;
}
blockquote p a:hover {
  color:369;
}
textarea.mceEdit { width: 100%; }

#lang {
  text-align:right;
} 
#lang h3 {
  font-weight:normal;
  display: inline;
  padding-right:20px;
}
#lang a {
  font-size:0.7em;
  color:#FFF;
}

#lang a:hover {
  color:#C00204;
}
.product_box
{
  height:142px;
  border:1px solid #333;
}
.product_box:hover
{
  border:1px solid #999;
}
a.product_name 
{
  font-size:0.9em;
  font-weight:bold;
  text-decoration:none;
  color:#999;
}
a.product_name:hover 
{
  color:#C00204;
}
input, option, select, textarea {
  background-color:#000;
  font-family:Verdana, Arial, Helvetica;
  font-size:11px;
  color:#CCC;
  border:1px solid #777;
  padding:5px;
}
select {
  font-family:Verdana, Arial, Helvetica;
  font-size:12px;
  color:#CCC;
  border:1px solid #777;
  margin:0;
  padding:0;
}
option {
  font-family:Verdana, Arial, Helvetica;
  font-size:12px;
  background-color:#000;
  margin:3px 3px;
  padding:0;
  border:none;
}
input.invisible {
  background-color:#000;
  font-family:Verdana, Arial, Helvetica;
  font-size:12px;
  color:#CCC;
  border:none;
  padding:2px;
}