BODY {
	padding:0px; 
	margin:0px; 
	background: url('../images/bg.jpg') top repeat-x #c0b090;
	font-family: Georgia, Arial;
}
TABLE {font-family:Georgia, Arial; font-size: 9pt;}
A:hover {text-decoration: none}
A:visited {text-decoration: underline}
A:link {text-decoration: underline}
A:active {text-decoration: underline}

a.nostyle:link {text-decoration: none}
a.nostyle:visited {text-decoration: none}

.white {color:white;}
#container {background: url('../images/bg_top.png')}

h1 {
	font-size: 14pt;
	font-weight: normal;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
}

div.header_pic {
	background: url('/img/products/pic1.jpg') center no-repeat;
	height: 400px;
}
div.copyright {
	color: #807050;
	font-size: 8pt;
}
div.copyright a {
	font-style: italic;
	color:  #807050;
}

td.menu {
	text-align:center; 
	background: url('../images/menu_item.gif') center bottom no-repeat;
	color: white;
}
td.menu a:link, td.menu a:visited, td.menu a:active  {
	color: white;
	text-decoration: none;
}
td.menu a:hover {
	color: white;
	text-decoration: underline;
}
td.menu_sel {
	text-align:center; 
	background: url('../images/menu_item_sel.gif') center bottom no-repeat;
	color: black;
}
td.menu_sel a:link, td.menu_sel a:visited, td.menu_sel a:active{
	color: black;
	text-decoration: none;
}
td.menu_sel a:hover {
	color: black;
	text-decoration: underline;
}

td.text_top {
	background: url('../images/top_text.gif') center bottom no-repeat;
	height: 5px;
}
td.text_bottom {
	background: url('../images/bottom_text.gif') center bottom no-repeat;
	height: 5px;
}
td.text, td.text_index {
	background: white;
	padding: 6px 12px;
	color: black;
}
td.text_index p {
	font: 8pt/11pt;
}
td.text p, li {
	font: 9pt/13pt;
}
td.header {
	font-weight: bold;
}
td.header_h {
	font-weight: bold;
	border-bottom: solid 1px #f0f0f0;
	background-color: #cc9999;
}

div.product_item, div.product_item_sel {
	background: url('../images/arrow.gif') left center no-repeat;
	padding-left: 17px;
	padding-right: 10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-left: 0px;
	color: #67492c;
	cursor: pointer;
}
div.product_item:hover {
	background: white;
	text-decoration: underline;
}
div.product_item_sel {
	color: black;
	background: white;
}
div.product_item_sel:hover {
	text-decoration: underline;
}
div.product_splitter {
	border-bottom: solid 1px #e0e3d4;
	height:1px;
	font:0px/0px;
}
td.product_menu_top {
	background: url('../images/product_menu_top.gif') center bottom no-repeat;
	height: 5px;
}
td.product_menu_bottom {
	background: url('../images/product_menu_bottom.gif') center bottom no-repeat;
	height: 5px;
}
td.product_menu {
	background: #f9faf5;
	padding: 15px 15px;
	color: black;
}
td.news_top {
	background: url('../images/news_top.gif') center bottom no-repeat;
	height: 5px;
}
td.news_bottom {
	background: url('../images/news_bottom.gif') center bottom no-repeat;
	height: 5px;
}
td.news {
	background: #e5e8de;
	padding: 10px 15px;
	color: #4b2717;
	font-size: 7pt;
}
td.news a, td.login a{
	color: black;
	font-style: italic;
}
td.news a:hover, td.login a:hover {
	color: black;
	font-style: italic;
	text-decoration: none;
}

img.small_news {
	border: solid 1px #514326;
	margin-right: 8px;
	float: left;
}
img.left {
	border: solid 1px #514326;
	margin-right: 10px;
	float: left;
}

td.login_top {
	background: url('../images/login_top.gif') center bottom no-repeat;
	height: 6px;
}
td.login_bottom {
	background: url('../images/login_bottom.gif') center bottom no-repeat;
	height: 6px;
}
td.login {
	background: #b7a786;
	padding: 10px 12px;
	color: #514326;
	border-left: solid 1px #b0a080;
	border-right: solid 1px #b0a080;
	font-size: 11px;
}

input {
	border: solid 1px #514326;
	background: #f9faf5;
	font-family:Georgia;
}
.button {
	border: none;
	background: url('../images/button.gif') no-repeat;
	width: 67px;
	color: white;
	font-size: 8pt;
	height: 23px;
}
.button_wide {
	border: none;
	background: url('../images/button_wide.gif') no-repeat;
	width: 100px;
	color: white;
	font-size: 8pt;
	height: 23px;
}
.check {
	border: none;
	background: none;
}
input.small {
	font-size: 90%;
	border-color: #e0e0e0;
}
select {
	font-family: Georgia, Arial;
	font-size: 90%;
}
.hand {
	cursor: pointer;
}

p.alert {
	color: red;
}
