body {
	background : #f3ead6 url(../img/design/bg_content.png) repeat-x; 
}
#header {
	background : url(../img/design/bg_header.png) repeat-x; 	
}
	#header #content_header {
		background : #0088dd url(../img/design/bg_headerContent.png) repeat-x;
	}
	#header #menu {
		background : #0088dd;
	}
		#header #menu ul li a {
			background : #feb318;
			color: #333333;
		}
		#header #menu ul li a:hover, #header #menu ul li a:active {
			background : #efe6ce;
			color: #703f0e;
		}
		#header #menu ul li a.active_menu {
			background : #efe6ce;
			color: #703f0e;
		}
#content #main_content {
	background :#f8f3e4;
}
#content #main_content #content_search {
	background : url(../img/design/bg_searchBox.png);
}
	#content #main_content #content_search .bot_searchBox {
		background : url(../img/design/bot_searchBox.png) no-repeat;
	}
	
	#content #main_content .content_column .content_box {
			background : #ffffff;
		}
			
			#content #main_content .content_column .content_box h3 {
				background : url(../img/design/bg_subTitle.png) repeat-x;
				color : #663300;
			}
			/* = box_type 2
			 ---------------------------------------------------------------*/
			#content #main_content .content_column .box_type2 ul li div {
				background :url(../img/design/border_img.png) no-repeat;
			}
			#content #main_content .content_column .box_type2 ul li span.blue {
				color : #1971d2;
			}
				#content #main_content .content_column .box_type2 ul li span.blue b {
					color : #1971d2;
				}
			#content #main_content .content_column .box_type2 ul li span.default {
				color : #000;
			}
				#content #main_content .content_column .box_type2 ul li span.default b {
					color : #d21919;
				}
			#content #main_content .content_column .box_type2 ul li p {
				color : #4e4e4e;
			}
			/* = box_type 3
			 ---------------------------------------------------------------*/
			#content #main_content .content_column .box_type3 {
				background : #f9f4e4;
			}
				#content #main_content .content_column .box_type3 h2 {
					background : url(../img/design/bg_subTitle.png) repeat-x;
					color : #a3120b;
				}
				#content #main_content .content_column .box_type3 table {
					color : #663300;
				}
			/* = box_type 4
			 ---------------------------------------------------------------*/
			
			#content #main_content .content_column .box_type4 ul li.one {
				background : #fbf8eb url(../img/design/bg_priceYellow.png) no-repeat right bottom;
			}
			#content #main_content .content_column .box_type4 ul li.two {
				background : #ffffff url(../img/design/bg_priceBeige.png) no-repeat right bottom;
			}
				#content #main_content .content_column .box_type4 ul li h5 {
					color : #663300;
				}
				#content #main_content .content_column .box_type4 ul li p {
					color : #4e4e4e;
				}
				
					#content #main_content .content_column .box_type4 ul li span b {
						color : #d21919;
					}
			
		/* = box_type 5
			 ---------------------------------------------------------------*/
			
			#content #main_content .content_column .box_type5 ul li div {
				background :url(../img/design/border_img.png) no-repeat;
			}
			#content #main_content .content_column .box_type5 ul li b {
				color : #663300;
			}
			#content #main_content .content_column .box_type5 ul li p {
				color : #4e4e4e;
			}
			#content #main_content .content_column .box_type5 ul li span b {
				color : #1971d2;
			}
		/* = box_type 6
			 ---------------------------------------------------------------*/
			#content #main_content .content_column .box_type6 {
				overflow : hidden;
			}
				#content #main_content .content_column .box_type6 h3 {
					color : #114d8d;
				}
			#content #main_content .content_column .box_type6 ul li div {
				background :url(../img/design/border_img.png) no-repeat;
			}
			#content #main_content .content_column .box_type6 ul li p {
				color : #4e4e4e;
			}
				#content #main_content .content_column .box_type6 ul li span b {
					color : #d21919;
				}
	
			
#footer {
	background : url(../img/design/bg_footer.png) repeat-x; 
}
	#footer #content_footer {
		color:#fff;
	}
	
/* = title color
 ---------------------------------------------------------------*/
#content #main_content .content_column .content_box h2.color_yellow {
	background : #feb515;
	color : #333333;
}
#content #main_content .content_column .content_box h2.color_orange {
	background : #e86606;
	color : #333333;
}
#content #main_content .content_column .content_box h2.color_beige {
	background : url(../img/design/bg_subTitle.png) repeat-x;
	color : #a3120b;
}
#content #main_content .content_column .content_box h2.color_blue {
	background : #1f8bff;
	color : #ffffff;
}
#content #main_content .content_column .content_box h2.color_darkblue {
	background : #1971d2;
	color : #ffffff;
}
/* = link
 ---------------------------------------------------------------*/
a:link, a:hover, a:active, a:visited {
	text-decoration : none;
}
#content #main_content .content_column .box_type2 h3 a:link,
#content #main_content .content_column .box_type2 h3 a:active,
#content #main_content .content_column .box_type2 h3 a:visited {
	color : #663300;
	font-size : 14px;
	text-decoration : none;
}
#content #main_content .content_column .box_type2 h3 a:hover {
	text-decoration : underline;
}
#content #main_content .content_column .box_type4 h5 a:link,
#content #main_content .content_column .box_type4 h5 a:active,
#content #main_content .content_column .box_type4 h5 a:visited {
	color : #663300;
	font-size : 14px;
	text-decoration : none;
}
#content #main_content .content_column .box_type4 h5 a:hover {
	text-decoration : underline;
}
#content #main_content .content_column .box_type3 a:link,
#content #main_content .content_column .box_type3 a:active,
#content #main_content .content_column .box_type3 a:visited {
	color : #663300;
	font-size : 12px;
	text-decoration : none;
}
#content #main_content .content_column .box_type3 a:hover {
	text-decoration : underline;
}
#content #main_content .content_column .box_type5 a:link,
#content #main_content .content_column .box_type5 a:active,
#content #main_content .content_column .box_type5 a:visited {
	color : #663300;
	font-size : 12px;
	text-decoration : none;
}
#content #main_content .content_column .box_type5 a:hover {
	text-decoration : underline;
}
#content #main_content .content_column .box_type6 h3 a:link,
#content #main_content .content_column .box_type6 h3 a:active,
#content #main_content .content_column .box_type6 h3 a:visited {
	color : #114D8D;
	font-size : 14px;
	text-decoration : none;
}
#content #main_content .content_column .box_type6 h3 a:hover {
	text-decoration : underline;
}
a.white_link:link, a.white_link:active, a.white_link:visited {
	color : #fff;
	font-size : 1em;
}
a.white_link:hover {
	text-decoration : underline;
}
