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

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0;
	background-color: #A4A677;
}
.table_head {
	background-image: url(images/template_file_02.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content_table {
	background-image: url(images/template_file_04.jpg);
	background-repeat: repeat-y;
}
.menu_backing {
	background-image: url(images/template_file_07.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
}
.nav_menu_area {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
h4 {
	font-size: 15px;
	font-weight: bold;
}
.black_text {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

a.nav:link {
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-left: 10px;
	text-transform: uppercase;
}
a.nav:visited {
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-left: 10px;
	text-transform: uppercase;
}
a.nav:hover {
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	margin-left: 10px;
	text-transform: uppercase;
}
a.nav:active {
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	margin-left: 10px;
	text-transform: uppercase;
}
a.footer:link {
	font-size: 10px;
	font-weight: normal;
	color: #A4A677;
	text-decoration: none;
	text-transform: uppercase;
}
a.footer:visited {
	font-size: 10px;
	font-weight: normal;
	color: #A4A677;
	text-decoration: none;
	text-transform: uppercase;
}
a.footer:hover {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
	text-transform: uppercase;
}
a.footer:active {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
	text-transform: uppercase;
}
hr {
	color: #000;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.image_leftpad {
	margin-right: 25px;
	float: right;
}
h5 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}

.arrow {
	float: right;
	margin-right: 15px;
	vertical-align: middle;
	margin-top: 6px;
}
.home_content {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.button {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/button.gif);
	height: 43px;
	width: 141px;
	text-transform: uppercase;
}
.form_fields {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #CFD0B9;
}
.categories_content {
	float: left;
	width: 98%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.product_sumary {
	border: 1px solid #A4A677;
	margin-bottom: 10px;
}
.image_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.image_right {
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}