/* CSS Document */
body{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
*{
	font-family:Arial,'Times New Roman',Times,serif;
	font-size:12px;
}
#box_main{
	margin:0 auto;
	width:802px;
	min-height:324px;
	background-image:url('main_bg.jpg');
	background-repeat:repeat;
}
#box_header{
	width:802px;
	height:158px;
}
#box_top{
	width:802px;
	min-height:324px;
	background-image:url('top_bg.jpg');
	background-repeat:no-repeat;	
}
#box_bottom{
	width:802px;
	background-image:url('bottom_bg.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
}
#box_navigation{
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
#box_footer{
	width:802px;
	height:32px;
	background-image:url('footer.jpg');
	background-repeat:no-repeat;
}
#content{
	padding-top:10px;
	margin-left:120px;
	width:580px;
	font-size:12px;
}
table{
	font-size:12px;
}
a:link.allplnk,a:active.allplnk,a:visited.allplnk{
	color:#62322C;
	text-decoration:none;
	padding:2px;
	font-size:14px;
	font-weight:bold;	
}
a:hover.allplnk{
	color:#62322C;
	background-color:#988E7F;
	padding:2px;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
}
a:link.allplnkactive,a:active.allplnkactive,a:visited.allplnkactive,a:hover.allplnkactive{
	color:#62322C;
	background-color:#988E7F;
	padding:2px;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
}
.product_image{
	width:50px;
}
.product_image_position{
	height:85px;
	padding-bottom:5px;
	padding-top:5px;
}
.product{
	float:left;
	width:31%;
	height:125px;
	padding:5px;
	text-align:center;
	border-bottom:1px solid #988E7F;
}
.product_description{
	height:40px;
}
A:link,A:hover,A:active,A:visited  {
  color: #62322C;
  text-decoration: underline;
  font-size:11px;
}