/* CSS Document */
body {
	padding: 0;
	margin: 0;
	background-image: url(images/bgh.png);
	background-color: #FFFFFF;
}
a:link {
	color: #993333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993333;
}
a:hover {
	text-decoration: underline;
	color: #993333;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#nav {
  margin: 0;
  padding: 0;
  background-color:#576F1B; 
  list-style-type: none;
  width: 756px;   
  float: left; /* Contain floated list items */
}

#nav li {
  margin: 0;
  padding: 0;
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

#nav a {
  float: left;
  width: 125px;
  color: #FFF;
  text-decoration: none;
  line-height: 2.5;
  text-align: center;
  border-right: 1px solid #FFF;
}

#nav #nav_con a {
  border: 1px;
}

#nav a:hover {
  background: #990000;
}

#body_hom #nav_hom a, #body_com #nav_com a,
    #body_ser #nav_ser a,#body_sol #nav_sol a,
    #body_par #nav_par a,
    #body_con #nav_con a {
  background: #999000;
  color: #fff;
  font-weight: bold;
}
#sub {
	padding: 2px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 11px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#sub li{
display: block;
margin: 0;
}

#sub li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin: 0px;
color: #576F1B;
}

#sub li a:visited{
color: #2d2b2b;
}

#sub li a:hover{
text-decoration: underline;
}

#sub li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

#sub li a.selected{ /*selected main tab style */
background-image: none;
}

#sub li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
#container {
font: 11px Verdana, Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
}

.product-header {
font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #576F1B;
	font-weight: bold;
}
.product-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	font-weight: normal;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 98%;
}
.more-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
}

.more-text a:hover, {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
.more-text a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.other-text 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}