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

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(images/backing.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
.header_backing {
	background-color: #000;
}
.home_image {
	background-image: url(images/home_05.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.home_content_backing {
	background-image: url(images/home_07.jpg);
	background-repeat: repeat-y;
}
.image_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left_column {
	width: 170px;
	margin-left: 30px;
}
.right_column {
	margin-right: 50px;
	margin-left: 35px;
}
a.menu:link {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.menu:visited {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.menu:hover {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a.menu:active {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.spacingtop15 {
	margin-top: 30px;
}
.other_pages_backing {
	background-image: url(images/panda_09.jpg);
}
.heading_bold {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.BUTTONS {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	background-color: #9DC4A9;
	border: 1px solid #000;
	width: 140px;
	height: 25px;
}
.BUTONS2 {
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
	color: #000;
	background-color: #9DC4A9;
	border: 1px solid #000;
	height: 30px;
}

.BUTTONSright {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	background-color: #9DC4A9;
	border: 1px solid #000;
	width: 120px;
	float: right;
	height: 25px;
}
.price {
	font-size: 12px;
	font-weight: bold;
	color: #C00;
}
hr {
	color: #C7B199;
}
.item_boarder {
	border: 1px solid #C7B199;
}
.table_header {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-color: #C7B199;
	height: 30px;
	line-height: 30px;
}
a:link {
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
.spacing_40 {
	margin-top: 40px;
}
.bold_heading {
	font-size: 12px;
	font-weight: bold;
}
.bold_heading_40 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 40px;
}
.red_heading {
	font-size: 12px;
	font-weight: bold;
	color: #C00;
}
a.footer:link {
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
a.footer:visited {
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
a.footer:hover {
	font-size: 11px;
	color: #CCC;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
}
a.footer:active {
	font-size: 11px;
	color: #CCC;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
}

