@charset "utf-8";
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body	{
	margin:0px;
	padding:0px;
	background-image: url(images/bg_main.gif);
	background-position: left top;
	background-repeat: repeat;
	font-family:Tahoma;
	color:#787465;
	font: 0.7em/1.2em Tahoma, Geneva, sans-serif;
	}
td {
	vertical-align:top;
	}	
img {
	border:0;
	}
a img {
	background:none;}																	
/*--------------------------------------------------   ul, em, i, form	 ---------------------*/						
ul {
	list-style-type:none;
	margin:0px; 
	padding:0px; 
	}	
em, i {
	font-style:normal;
	}						
form {
	padding:0px;
	margin:0px;
	}						
/*----------------------------------------------------   a	 ---------------------*/						
a	{
	color:#AAA69A;
	font-size:11px;
	text-decoration:none;
	background:url(images/bg_hover.gif) left bottom repeat-x;
	}
a:hover	{
	color:#AAA69A;
	font-size:11px;
	text-decoration:none;
	background:none;
	}
b {
	color:#AAA69A;
	}
span a	{
	color:#787465;
	text-decoration:underline;
	background:none;
	}
span a:hover	{
	color:#787465;
	text-decoration:none;
	background:none;
	}						
/*----------------------------------------------------   input, textarea	 ---------------------*/						
input, textarea {
	width:80px;
	background-color:#25231C;
	border:1px solid #8A7327;
	font-family:Tahoma;
	font-size:11px;
	color:#787465;
	line-height:13px;
	padding-left:2px;
	padding-right:2px;
	}												
input	{
	height:22px;
	margin:0px 0px 0px 0px;
	}
textarea	{
	height:180px;
	margin:0px;
	overflow:auto;
	}
.chkbox {
	width:22px;	
  }
.buttons {
	width:100px;	
  }
.nonADDT {
	width:330px;	
  }
/*-----------------------------------------------------   bg_talling	 ---------------------*/
.bg_main	{
	background-image: url(images/bg_main.gif);
	background-position: left top;
	background-repeat: repeat;
	}																	
.bg_left	{
	background-image: url(images/bg_main.gif);
	background-position: right top;
	background-repeat: repeat;
	}
.bg_right	{
	background-image: url(images/bg_right.gif);
	background-position: left top;
	background-repeat: repeat;
	}
					
/*-----------------------------------------------------  	li	 	---------------------*/
li	{
	background-image: url(images/list_0_1.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	font-size:11px;
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 10px;
	}
li a	{
	font-size:11px;
	text-decoration:none;
	}
li a:hover	{
	font-size:11px;
	text-decoration:none;
	}	
.list_1_1 li	{
	font-size:11px;
	margin:0px 0px 12px 0px; 
	}
.list_1_1 li a	{
	font-weight:bold;
	}																	
/*------------------------------------------------------- footer	 ---------------------*/
.footer td	{
	color:#454238;
	font-size:12px;
	padding:0px 48px 0px 0px;
	}	
.footer a	{
	color:#454238;
	font-size:12px;
	text-decoration:none;
	background:none;
	}
.footer a:hover	{
	color:#454238;
	font-size:12px;
	text-decoration:underline;
	background:none;
	}
/*-----------------------------------------------------    end   ---------------------*/													
h1 {
	color: #FFF;
	font-size: 1.6em;
	font-weight: lighter;
}
h2 {
	color: #FFF;
	font-size: 1.4em;
	font-weight: lighter;
}
h4 {
	color: #FFF;
	font: italic lighter 0.9em/1.2em Verdana, Geneva, sans-serif;
	text-transform: none;
}
#products {
	width: 660px;
	border: 2px solid #CF7A23;
	background: #FFF;
	padding: 10px;
}
#products h2 {
	color: #CE7926;
	font-size: 1.2em;
}
#products b {
	font-weight: bold;
	color: #CB7C2D;
}

#menu {
	background: url(images/header_bg.jpg);
	height: 197px;
	padding-top: 115px;
	padding-left: 10px;
}
