#noscript{
	background-color:#CC0000;
	padding:10px;
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
}

html,body{
	margin:0;
	padding:0;
	background-color:#b5a991;
	font-family:"Trebuchet MS", sans-serif, Verdana;
	font-size:12px;
	color:#666666;
}

#container{
	width:968px;
	margin:10px auto;
	}

#top{
	position:relative;
	background:#FFFFFF url(../images/bg-top.png) no-repeat top;
	height:93px;
	padding:1px 19px 0px 19px;
	overflow:hidden;
	}

#middle{
	background:#FFFFFF url(../images/bg-bottom.png) no-repeat bottom;
	padding:19px;
	}

#left{
	width:174px;
	float:left;
	}

#center{
	width:736px;
	float:left;
	margin-left:20px;
}

#home-center{
	width:542px;
	float:left;
}

#home-right{
	width:174px;
	float:left;
	margin-left:20px;
	}

#footer{
	padding:8px 0px;
	text-align:right;
	font-size:11px;
	color:#2d1f01;
}

.spacer{
	clear:both;
	height:2px;
	font-size:2px;
	}

.box{
	padding-bottom:19px;
	}

.box h3{
	margin:0;
	padding:0;
	font-size:12px;
	color:#2d1f01;
	width:174px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:url(../images/bg-box-title.png) no-repeat top;
	}

.box-inner{
	margin-top:-2px;
	border:1px solid #a49f93;
	padding:10px;
	}

* html .box-inner{
	width:152px;
	overflow:hidden;
	}

.box-inner-categorymenu{
	margin-top:-2px;
	border:1px solid #a49f93;
	}

a {
	color:#614409;
	text-decoration:none;
}

a:hover{
	color:#2d1f01;
	text-decoration:underline;
}

p{
	margin:8px 0px 0px 0px;
	padding:0;
}

img {border:0px;}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	color:#614409;
	margin:0px;
	padding:5px 0px;
	}

h1{
	font-size:14px;
	font-weight:lighter;
	padding-bottom:0px;
	}

h2{
	font-size:14px;
	color:#FF9900;
	font-weight:lighter;
	padding-bottom:0px;
	}

h3{
	font-size:12px;
	}

#home-slide{
	padding-bottom:10px;
	}


/** Main menu using sucker fish style list menu **/
#mainMenu{
	font-size:11px;
	line-height:30px;
	margin-top: 0px;
	font-weight: bold;
	height:30px;
	background:#FFFFFF url(../images/bg-menu.png) no-repeat center;
	padding:0px 19px;	
}

#mainMenu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#mainMenu li{
	  float:left;
	  position:relative;
      margin:0;
      padding:0;
	  text-decoration:none;
	  display: block;
	  color: #614409;
	  white-space:nowrap;	
}

#mainMenu li ul{
	display:none;
	position:absolute;
	top:30px;
	left:10px;
	border:1px solid #a49f93;
	line-height:23px;
	}

#mainMenu li ul li{
	width:174px;
	float:left;
	clear:both;
	background:url(../images/bg-submenu.png) repeat top;
	border-bottom:1px dotted #a49f93;
}

#mainMenu li ul li:hover, #mainMenu li ul li.over{
	background:url(../images/bg-submenu-over.png) repeat top;
}

#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }
	  
#mainMenu li:hover, #mainMenu li.over {
	color: #FFFFFF;
}


#mainMenu a{
	padding:0px 10px;
	color: #614409;
	text-decoration:none;
	display:block;
}

#mainMenu a:hover{
	color: #2d1f01;
}

#mainMenu li.lastMenu{
	border-bottom:none;
	}

#mainMenu li.activeMenu a{
	color: #2d1f01;
}

#mainMenu li ul li{
	border-right:none;
	}

/** page submenu **/
#pageSubmenu{

}

#pageSubmenu h1{
	font-size:14px;
	background-color:#CCCCCC;
	color:#333333;
	padding:3px 10px;
}

#pageSubmenu ul{
	margin:0;
	padding:0;
}

#pageSubmenu li{
	display:block;
	background-color:#EAEAEA;
	padding:5px 10px;
	border-bottom:1px dotted #CCCCCC;
}

#pageSubmenu a{
	color:#333333;
}



#col-right-1{
	width:500px;
	float:left;
	border-right:1px dotted #CCCCCC;
}

#col-right-2{
	width:230px;
	float:left;
}

/** Site Breadcrumb **/

.breadcrumb{
	
}

.breadcrumb a{
	color:#999999;
	}

/** Search Result **/
#top-search-box{
	position:absolute;
	width:300px;
	top:10px;
	right:19px;
	text-align:right;
	color:#83724f;
	}

#top-search-box span{
	float:left;
	}

#searchFor{
	border:1px solid #a49f93;
	height:21px;
	padding:0;
	margin:0;
	line-height:21px;
	font-size:14px;
	width:160px;
	}

#top-search-box p{
	margin:5px 0px;
	}
	
.search-hightlight{
	background-color:#FFFF00;
}
