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

img, img.a { 
  border: 0px; 
}
.error {
color: #C40000}
	

#container{
	position:relative;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	background: #896B45;
	
	border: 2px solid #301909;

}

#nav_container {
	height: 67px;
	width: 1000px;
	

}

#logo_backrground {
	background: url(../images/logo_background.jpg);
	
	width: 1000px;
	height: 340px;
	
	padding: 0px;
	margin: 0px;
}

#logo_frame_bottom {
	background: url(../images/logo_frame_bottom.jpg);
	
	width: 1000px;
	height: 72px;
	
	margin-bottom: 15px;
}

#login_container {
	padding-top: 15px;
	height: 50px;
}

.error_message {
	font-size: 10pt;
	color:#Ff0;
}

.wide_content_area {
	float: right; 
	width: 675px; 
	
/* 	background-color: #6E5637; */
}

.medium_content_area {
	width: 330px; 
	padding-right: 8px;
}



#footer {
	background: url(../images/footer.jpg);

	clear: both;
	width: 1000px;
	height: 72px;	
}

#menutitle {
  padding-top: 5px;
  padding-left: 15px;
  height: 24px;
  font-size: 11pt;
  color: #FFFFFF;
  text-align: left;
  font-weight: bold;
  width: 187px;
  float: left;
}

#leftside {
  height: 100%;
  width: 220px;
  float: left;
  
  margin-left: 30px;
  margin-right: 30px;
}

#rightside {
  height: 100%;
  width: 675px;
  float: right;
  
  margin-right: 30px;
}



ul.left_menu {
	list-style: none;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	width: 202px;


}

ul.left_menu a{
	color: #FFB75B;
	text-decoration: none;
	font-weight: bolder;
	font-size: 9pt;
	margin-bottom: 10px;
}



li.left_menu_item {
	padding-bottom: 3px;
}

.required {
	color: red;
	font-size: 10pt;
	font-weight: bold;
}

td {
	font-weight: bolder;
}

.form_field_label_bottom {
}



#search_container {
	position: absolute;
	top: 337px;
	left: 27px;

	width: 244px;
}

#search_input {

	border: 2px solid black;
	height: 27px;
	width: 240px;
	font-weight: bolder;
	font-size: 18px;		
}

#search_text {
	margin-top: 5px;
	color: white;
	font-weight: bolder;
	font-size: 11px;
	float: right;
	border: none;
	background-color: transparent;
}

.product_thumbnail_image_container {


	width: 296px;
	height: 265px;
	
	border: 1px solid #999999;
	
	margin: 10px;
	
	
	float: left;
	voice-family: "\"}\"";
	voice-family:inherit;
	
}

.product_thumbnail_image_background {
	width: 290px;
	height: 230px;

	
	background-color: white;
	
	margin-top: 6px;
	margin-left: 3px;
	margin-right: 3px;
	text-align:center;
}

.product_thumbnail_image {
}


.product_thumbnail_text {
	text-align: center;
}




/* individual product display */
.product_container {

	
	width: 100%;
}

.product_image_container {
	
	margin: auto;

	text-align:center;

}


.product_image {
	padding: 3px;	
	border: 1px solid #999999;
}


.product_text {
	text-align: center;
}


/* end individual product display */






.product_name_link {
	padding: 5px 10px;
}

.next_previous_button_container {

	text-align: center;
	margin-top: 10px;
	height: 30px;

}

.next_previous_button {
	margin-left: 30px;
	margin-right: 10px;
	border: 2px solid #CA7531; 
	padding: 5px 3px;
	font-weight: bolder;
}

.more_link {
	text-align: right;
	position: relative;
	top: 20px;
	right: 5px;
	z-index: 1000;
}
