@charset "utf-8";
/* CSS Document */

BODY {
	font-family : trebuchet ms, verdana, arial, helvetica, sans serif;
	color : #555555;
	font-size : 13px;
	/*background-color: #987a41;*/
	background: url(../images/bg.gif) repeat; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center; /*center hack*/
}

h1 {
	font-family: trebuchet ms, verdana, arial, helvetica, sans serif;
	color: #555555;
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-family: trebuchet ms, verdana, arial, helvetica, sans serif;
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

/*IDs*/

#container {
  	background-color: #FFFFFF;
  	width: 1000px;
  	margin:0 auto; /*center hack*/
  	border-left: 1px solid #3b3112;
	border-right: 1px solid #3b3112;
	border-bottom: 1px solid #3b3112;
	border-top: 1px solid #3b3112;
	margin-top: 15px;
}

#menu {
width: 1000px;
height: 39px;
background-color: #cdca8c;
  border-bottom: 5px solid #3b3112;
  float: right;
}

#header {
	width: 1000px;
	height: 190px;
	border-bottom: 5px solid #3b3112;
}

#topmenu {
  background-color: #cdca8c;
  float: left;
  color: #3b3112;
  font-weight: bold;
  font-size: 14px;
  padding-right: 7px;
  padding-left: 7px;
  padding-top: 14px;
  padding-bottom: 7px;
  border-right: 1px solid #3b3112;
  border-bottom: 5px solid #3b3112;
  text-align: center;
  
}

#topmenu_end {
  background-color: #cdca8c;
  float: left;
  color: #3b3112;
  font-weight: bold;
  font-size: 14px;
  padding-right: 7px;
  padding-left: 7px;
  padding-top: 14px;
  padding-bottom: 7px;
  border-bottom: 5px solid #3b3112;
  text-align: center;
  width: 107px;
}

#topmenu_home {
  background-color: #cdca8c;
  float: left;
  color: #3b3112;
  font-weight: bold;
  font-size: 14px;
  padding-right: 7px;
  padding-left: 7px;
  padding-top: 14px;
  padding-bottom: 7px;
  border-bottom: 5px solid #3b3112;
  text-align: center;
  width: 54px;
}

#topmenu:hover {
  float: left;
  background-color: #3b3112;
  color: #b7d9cb;
  font-weight: bold;
  font-size: 14px;
  padding-right: 7px;
  padding-left: 7px;
  padding-top: 14px;
  padding-bottom: 7px;
  border-right: 1px solid #3b3112;
  border-bottom: 5px solid #2b8f9e;
  text-align: center;
}

#leftnav {
  width: 200px;
  float: left;
  text-align: left;
  padding: 15px;
}

#rightcontent {
  width: 737px;
  float: right;
  text-align: left;
  padding: 15px;
  border-left: 1px solid #3b3112;
}

#content_left {
 width: 360px;
 float: left;
}

#content_right {
 width: 362px;
 float: right;
}

#footer {
  background-color: #cdca8c;
  border-top: 5px solid #3b3112;
  color: #3b3112;
  text-align: right;
  padding: 5px;
}

#column1diq {
  width: 190px;
  float: left;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: left;
  background-color: #ffffff;
  padding: 5px;
}

#column2diq {
  width: 480px;
  float: right;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
  background-color: #ffffff;
  padding: 5px;
}

#column1bg {
  width: 335px;
  float: left;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: left;
  background-color: #ffffff;
  padding: 5px;
}

#column2bg {
  width: 335px;
  float: right;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
  background-color: #ffffff;
  padding: 5px;
}

/*Classes*/

.pic {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 3px;
  margin: 5px;
}

.tickerouter {
  background-color: #ffffff;
  color: #333333;
  font-size: 12px;
  text-align: left;
  line-height: 15px;
  border: 1px solid #2b8f9e;
  margin-top: 0px;
}

.tickertop {
  background-color: #b9d9cc;
  color: #2b8f9e;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 5px;
  border-bottom: 7px solid #2b8f9e;
}

.scroller {
  padding: 10px;
  font-size: 12px;
  color: #333333;
  background-color: #FFFFFF;
  height: 175px;
}

.topseller {
  background-color: #aac5ba;
  color: #333333;
  font-size: 13px;
  text-align: left;
  padding: 5px;
  height: 120px;
}

.highlight { 
  background-color : #2b8f9e; 
  color: #FFFFFF;
}

/*Ticker*/


#v_container{
  height:170px;
  width:345px; 
}

.ticker{
  height:175px;
  width:345px;
  font-family: trebuchet ms;
}

/*Links*/

a:link {
  color : #2b8f9e;
  font-family : trebuchet ms, verdana, arial, helvetica, sans serif;
  text-decoration : none;
  font-weight: bold;
}

a:visited {
  color : #57a6ac;
  font-family : trebuchet ms, verdana, arial, helvetica, sans serif;
  text-decoration : none;
  font-weight: bold;
}

a:hover {
  font-family : trebuchet ms, verdana, arial, helvetica, sans serif;
  color: #3b3112;
  text-decoration : none;
  font-weight: bold;
}

a.highlight:link {
  background-color : #2b8f9e;
  color: #FFFFFF;
  font-family : trebuchet ms, verdana, arial, helvetica, sans serif;
  text-decoration : none;
}

a.highlight:visited {
  background-color : #2b8f9e;
  color: #FFFFFF;
  font-family : trebuchet ms, verdana, arial, helvetica, sans serif;
  text-decoration : none;
}

a.highlight:hover {
  font-family : trebuchet ms, verdana, arial, helvetica, sans serif;
  background-color: #3b3112;
  color: #FFFFFF;
  text-decoration : none;
}