/*
Credit: http://www.templatemo.com
*/

body {
	margin-top:30px;
	padding:0px;
	color:#333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:1.5em; 
	background-color: #ede4bb;
	background-image: url(../images/templatemo_body.png);
	background-position: top;
	background-repeat: repeat-x;
}

a, a:link, a:visited {
	color: #7c0d0b;
}

a:hover {
	color: #996600;
	text-decoration:none;
}

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1, h2, h3, h4, h5 { font-weight: normal; }

h1 { font-size: 40px; color: #000; margin: 0 0 30px 0; padding: 5px 0; }
h2 { font-size: 24px; color: #000; margin: 0 0 20px 0; padding: 0; }
h3 { font-size: 21px; color: #000; margin: 0 0 20px 0; padding: 0; }
h4 { font-size: 18px; color: #000; margin: 0 0 10px 0; padding: 0; }
h5 { font-size: 16px; color: #000; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 12px; margin: 0 0 5px 0; padding: 0; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.image_wrapper {
	padding: 1px;
	border: 1px solid #ccc;
	background: #fff;
}
.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 15px;
}

blockquote { font-style: italic; margin: 10px; }
cite { font-weight: bold; color: #666; }
cite span { color: #000; }


.button a {
	clear: both;
	display: block;
	width: 92px;
	height: 24px;
	padding: 4px 0 0 0;
	background:	url(../images/templatemo_button.png) no-repeat;
	color: #ccc;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}

.button a:hover {
	color: #fff;
	background: url(../images/templatemo_button_hover.png) no-repeat;
}

#templatemo_wrapper {
	/*
	* wjd
	*/
	overflow:hidden;
	position : absolute;
	top : 10%;
	width:  100%;
	//padding: 0 5px;
	//margin: 5px auto;
}

#templatemo_wrapper .fruit {
	position: absolute;
	top: 20px;
	left: -30px;
	width: 145px;
	height: 119px;	
	/*
	background: url(../img/olive.png) no-repeat;
	*/
}


/* header */

#templatemo_header {
	width: 980px;
	height: 170px;
	background: url(../images/templatemo_header.jpg) top left no-repeat;
}


#templatemo_header  #site_title {
	float : left;
	padding: 45px 0px 0px 50px;
}

#templatemo_header  #site_title img {
	float : left;
	vertical-align:top;
}
#templatemo_header #site_title  h1 {
	float : left;
	margin-left: 70px;
	margin-top: 5px;
}

#templatemo_header #site_title h2 {
	color: yellow;
	font-size: 18px;
	float : left;
	margin-left: 240px;
	margin-top: 0px;	

}

#templatemo_header   #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#templatemo_header   #site_title h1 span {
	padding: 0px 0px 20px 30px;
}

#templatemo_header   #site_title h1 a span {
	display: block;
	text-align: left;
	margin: 5px 0 0 3px;
	font-size: 12px;
	color: #352c2c;
	font-weight: bold;
}

/* end header */

/* menu */
#templatemo_menu {
	float: right;
	width: 800px;
	height: 35px;
	margin-top: -80px;
}

#templatemo_menu ul {
	float: left;
	margin: 0;
	padding: 10px;
	margin-left: 100px;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#templatemo_menu ul li a {
	position: relative;
	float: left;
	display: block;
	padding: 3px 20px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #786c38;	
	font-weight: bold;
	outline: none;
	background: url(../images/menu_divider.png) repeat-y;
}

#templatemo_menu ul li .first {
	background: none;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	color: #2c2710;
}

/* end of menu */

/* main */

#templatemo_main {
	clear: both;
	width: 99%;
	overflow:scroll;
	padding: 0px 10px;
	background: url(../images/templatemo_content.png) repeat-y;
}

#templatemo_sidebar {
	float: left;
	width:  300px !important;
	padding: 0 0 0px 0px;
	/*
	background: url(../images/templatemo_sidebar.png) no-repeat top;
	*/

}
.templatemo_sidebar {
	float: left;
	width:  190px;
	padding: 0 0 0px 0px;
	/*
	background: url(../images/templatemo_sidebar.png) no-repeat top;
	*/
}
.categories_list {
	width    : 300px;
	height   : 99%;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	list-style: none;
	overflow: scroll;
}
.categories_list a:hover  {
	color : #008000;
	font-size: 1.05em;
	font-weight:bold;
}
.categories_list li {
	margin: 0;
	padding: 0;
}
.categories_list li a {
	display		: block;
	font-size  : 1.00em;
	color      	: #3A240B;
	margin-bottom: 5px;
	padding: 3px 0 3px 20px;
	background: url(../images/templatemo_list.png) left center no-repeat;
}

.categories_list li a:hover {
	font-size  : 1.05em;
	color      : red  !important;
	/*
	color      : #4B3207;
	*/
	text-decoration: none !important;
	/*
		font-weight:bold;
	color : #008000;
	font-size: 1.05em;
	font-weight:bold;
	*/
}

#templatemo_content {
	margin-left: 0px;
	margin-top: -45px;
	z-index:10;
	width:77%;
	height: 70%;
	/*
	padding-bottom: 90px;
	*/
}

.box_w270 {
	width: 270px;
}

.news_box {
	clear: both;
	margin-bottom: 60px;
}

.news_box .left {
	float: left; 
	width: 140px;
}

.news_box .left img {
	border:1px solid #CCC;
	padding: 5px;
	background: #fff;
}

.news_box .right {
	float: right; 
	width: 430px;
}

.news_box p {
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.product_box {
	float: left;
	width: 180px;
	margin: 0 20px 20px 0;
}

.product_box img {
	width: 170px;
	height: 100px;
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

#contact_form {
	float: left;
	padding: 20px 0 0 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
}

#contact_form form .input_field {
	height: 18px;
	width: 230px;
}

#contact_form form label {
	display: block;
	font-size: 14px;	
}

#contact_form form textarea {
	width: 350px;
	height: 150px;
}

#contact_form form .submit_btn {
	margin-left: 108px;
}

/* end of main */

/* end of sidebar */

#templatemo_footer_wrapper {
	clear: both;
	width: 100%;
	background: #fff url(../images/templatemo_footer_top.jpg) top repeat-x;
}
div.bottom {
	clear        : both;
	background   : #fff url(../images/templatemo_footer_top.jpg) top repeat-x;
	color        : #7D0D0B;
 	border-top   : 1px #2E90BD solid; 
	height       : 35px; 
   	bottom       : 0px; 
   	left         : 30px;
	top          : auto;
	right        : auto;
	z-index      : 999;
	position     : fixed;
}
#templatemo_footer {
	position: relative;
	margin: 0 auto;
	width: 560px;
	padding: 40px 200px;
	min-height: 40px;
	color: #666;
	text-align: center;
	background: url(../images/templatemo_footer.jpg) top no-repeat;
}

#templatemo_footer a {
	color: #333;
}

#templatemo_footer .footer_friut {
	position: absolute;
	bottom: 0px;
	right: -50px;
	width: 324px;
	height: 218px;
	z-index: 10;
	background: url(../images/templatemo_footer_fruit.png) no-repeat;
}

#templatemo_footer .cup {
	position: absolute;
	bottom: 0px;
	left: 50px;
	width: 196px;
	height: 394px;
	background: url(../images/templatemo_cup.png) no-repeat;
	
}

/* end of footer */