html { font-size: 100%; /* IE hack */ }

body {
	background-image: url('../_img/bg_body.jpg');
	background-repeat: repeat-x;
	background-color:	#FFFFFF;
	color:				#000000;
	font-family: 		arial,verdana,helvetica,sans-serif;
	font-size:			0.75em;
	margin: 0;
  padding: 0;	
}

img {
	border:0
}

a  {
	color:	#BC6B0F;
	text-decoration:		underline;
}

a:hover  {
	text-decoration:		none;
}

table {
	font-size: 100%;
}

td {
	font-size: 1em;
}

form {
	display:				inline
}

hr.separator{
	border: 0;
	color: #BC6B0F;
	background-color: #BC6B0F;
	height: 2px;
	width: 95%;
}

input, select {
	padding:				2px;
	color:					#000000; 	
	background:				#ECEBE6;
	color: #273842;
  vertical-align: middle;
}

.menu {
	background: #518C86;
}
		
.error {
	color:					#FF0000;
	font-size:				8px;
	font-style:				italic;
	font-weight:			bold;
}

.menu_sub{
	color:			#E6E6E6;
	background: #2F534F;
}
.menu_sub a{
	color:			#E6E6E6;
}

.titlea {
	font-weight: bold;
	color: #585858;
}

.small {
	font-size:				0.8em;
	font-family:			Verdana, Arial, sans-serif;
}	


.ulist ul {
	margin-left: 0;
	padding-left: 5 ;
	list-style-type: none;
}
.ulist li {
	background-image: url('../_img/bullet.gif');
	background-repeat: no-repeat;
	padding-left: 10px;
}

div.section_box{
	background-image: url('../_img/section_box.gif');
	width: 160px;
	font-size: 1.1em;
	font-weight: bold;
	color: #BC6B0F;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
}

div.footer{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}

div.main{
	margin-left: 5px;
	margin-right: 10px;
}

div.nav{
}

div.menu{
	margin-left : 20px;
}


.page_frame{
	background:url('../_img/bg_main.jpg') repeat-x;
}

.page_text{
	/*background:url('../_img/logo_ag.gif') no-repeat top center;*/
	height:100%;
	min-height:460px;
}

.section_title{
	width:100%;
	background-color: #BC6B0F;
	margin-bottom: 5px;
}

.page_text{
	
}

div.column{
	background-color: #FFFFFF;
	border: 1px #BC6B0F solid;
	border-collapse: collapse;
	border-spacing: 0px;
	padding:10px 5px;
	margin: 5px;
}

.column table {	
	text-align: left;
	border: 0px ;
	color: #000;
}

.column table table{	
	border: 0px ;
}
.column table th {	
	/*background:url('../_img/bg_table_header.jpg') no-repeat top center;*/
	color:  #000;
	padding: 5px;
	text-align: left;
	font-weight: bold;
}

.column_product td{
	padding:5px;
	color: #3A3A3A;
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}