body {
	background-color: White;
	color: Black;
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0px;
}
a, a:visited {
	color: maroon;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
.page_title {
	color: maroon;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 12px;
}
.page_content {
	margin-left: 20px;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 25px;
}
.home_about {
	color: White;
	margin-left: 20px;
	margin-top: 29px;
	margin-right: 15px;
}
.probox {
	width: 234px;
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
}
.pro_list_title {
	color: maroon;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 8px;
}
.pro_list_desc {
	margin-left: 10px;
	margin-right: 7px;
}
.silverspray {
	color: silver;
}
.header1 {
	display: block;
	height: 74px;
}
.header2 {
	height: 50px;
	display: block;
}
.spot_area {
	height: 290px;
	display: block;
	overflow: hidden;
}
.search_box {
	width: 188px;
	height: 113px;
	background-image: url(images/search_box.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 29px;
}
.search_box input, .search_box select {
	border: 1px solid #cccccc;
	font-family: Tahoma;
	font-size: 11px;
	padding: 5px;
	height: 15px;
	background-color: #f6f6f6;
	color: black;
}
.search_button {
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 61px;
	height: 27px!important;
	border: none!important;
}
.search_list {
width: 169px;
height: 27px!important;
}
.sidebar_menu {
	width: 241px;
	/*height: 430px;*/
}
.sidebar_menu a {
	display: block;
	width: 187px;
	height: 47px;
	line-height: 47px;
	text-decoration: none;
	color: black;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/sidebar-btn.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
}
.sidebar_menu a:hover {
	text-decoration: underline;
	color: maroon;
}