@charset "utf-8";
/* CSS Document */

/*Body background*/

body {
	background:url(images/wood.jpg) center fixed;
	 font-family: Arial;
    font-size: 13px;
    line-height: 18px;
	}
	
#banner{
	margin-left:auto;
	margin-right:auto;
	margin-top:-40px;
	background-image:url(images/banner-wood.png);
	height:200px;
	width:995px;
	padding:0px;
}

#banner h1{
	margin-left:250px;
	font-family: "New York", serif;
	color:#552b00;
	text-shadow:#000;
	font-size:59px ;	
	word-spacing:10px;
	letter-spacing:6px;
	margin-top:-85px;
	
	}
	
#navbar{
	
	width:995px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;

}
	
#navmanu{
	background:url(images/nav.png) repeat;
	padding:0px;
	width:990px;
	height:40px;
	}
#navmanu ul
{
	margin:0px;
	padding:0px;
	line-height:30px;
	
	}
#navmanu li{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	position:relative;
	
	}
#navmanu ul li a{
	
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	height:40px;
	width:160px;
	display:block;
	color:#630;
	font-size:24px;
	/*text-shadow: 1px 1px 1px #ff3;*/
	}
#navmanu ul ul{
	position:absolute;
	visibility:hidden;
	top:32px;
	}
#navmanu ul li:hover ul{
	visibility:visible;
	}
#navmanu li a:hover{
	background:#660;
	color:#0C0;
	}
#navmanu ul li ul li a{
	font-size:14px;
	background:url(images/nav.png);
	height:30px;
	width:250px;
}
#navmanu ul li:hover ul li a:hover{
	background:#660;
	color:#6F0;
	}
.clearFloat{
	clear:both;
	margin:0;
	padding:0;
	}


	#slider-wrapper {
    height: 390px;
	background: #666;
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	
}
#slider {
	margin-left:auto;
	margin-right:auto;
	width:995px;
    background: url("../images/loading.gif") no-repeat scroll 50% 50% transparent;
    height: 350px;
    position: relative;
    width: 940px;
   /* border: 10px solid #630;*/
}
#slider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
	width:990px;
	height:350px;
}
#slider a {
    border: 0 none;
    display: block;
}

.nivoSlider {
    position: relative;
}
.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
	width:990px;
	height:350px;
}
.nivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 5;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    font-family: arial;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    z-index: 8;
}
.nivo-caption p {
    margin: 0;
    padding: 5px;
}
.nivo-caption a {
    color: red;
    display: inline !important;
    text-decoration: none;
}
.nivo-caption a:hover {
    color: blue;
    text-decoration: underline;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    background: url("../images/arrows.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    text-indent: -9999px;
    top: 45%;
    width: 30px;
    z-index: 9;
}
a.nivo-prevNav {
    left: 15px;
}
a.nivo-nextNav {
    background-position: -30px 50%;
    right: 15px;
}
.nivo-controlNav {
    bottom: -30px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}
.nivo-controlNav a {
    cursor: pointer;
    float: left;
    height: 22px;
    margin-top: 250px;
    position: relative;
    text-indent: -9999px;
    width: 22px;
    z-index: 9;
}
.nivo-controlNav a.active {
    background-position: 0 -22px;
}  

 #line_scrool{
	 padding-top:4px;
	 height:30px;
	 background:url(images/nav.png);
	 width:990px;
	 margin-left:auto;
	margin-right:auto;
	font-size:18px;
	color:#663300;
 }
    
#contant{

	background:	 url(images/img_bac.jpeg) center fixed;
	height:750px;	
	margin-left:auto;
	margin-right:auto;
	width:990px;
}

#contant_item{
	width:200px;
  margin-left:45px;
  float:left;
  
}

#contant_item img{
	margin-left:25px;
	margin-top:30px;
	width:150px; 
	height:150px;
}
#contant_item a {
	text-decoration:none;
	opacity:1.0;
	filter:alpha(opacity=100);
}

#contant_item a:hover{
	opacity:0.4;
	filter:alpha(opacity=40);
	
	}

#contant_item h2{
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:18px;
	color:#FFF;
}

#keyword1{	
	width:980px;
	
	padding:5px;
	height:100%;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
	background:#2D1600;
	
}

#product{
	width:980px;
	height:100%;
	overflow:hidden;	
	margin-left:auto;
	margin-right:auto;
	background:#663300;
	margin-top:0px;
	padding:5px;
}

#product h1{
	margin:0px;
	font:Arial, Helvetica, sans-serif;
	font:20px;
	color:#FFDFBF;
}

#product p{
	padding:10px
		font:Arial, Helvetica, sans-serif;
	word-spacing:5px;
	color:#FFDCB9;
}

#keyword_item_contant{
	
	width:240px;
	color:#CCFF99;
	margin-top:5px;
	float:left;	
	text-align:center;
}
#keyword_item_contant a{
				color:#FFFF00;
				text-decoration:none;
				text-align:center;
				font-size:14px;
				list-style:circle;
}
#keyword_item_contant a:hover{
		color:#396;
		border-bottom:#CCC 1px solid;
				text-decoration:none;
				text-align:center;
				font-size:14px;
				list-style:circle;
}
#key_pro_cont{
	width:auto;
}
#key_pro_cont h2{
	margin:0px;
	color:#FFF;	
	/*text-align:center;*/
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

#abt{
	width:995px;
	height:100%;	
	margin-left:auto;
	margin-right:auto;
}
#abt_det{
	width:990px;
	height:100%;
    overflow:hidden;
	background:#663300;
}

#abt_cont{
	width:990px;
	padding:10px;
}
#abt_cont h1{
	
	font:Arial, Helvetica, sans-serif;
	font:18px;
	color:#FFDFBF;
}
#abt_cont p{
	padding:10px
	font:Arial, Helvetica, sans-serif;
	word-spacing:5px;
	color:#FFDCB9;

}
#abt_cont strong{
	font-size:14px;
	}
#abt_block{
	width:300px;
	padding:5px;
	float:left;
	margin-left:15px;
}
#abt_block h2{
	font:18px "Arial Black", Gadget, sans-serif;
	color:#FFDFBF;
}
#abt_block img{
	widows:290px;
}
#abt_block p{
	padding:10px
	font:Arial, Helvetica, sans-serif;
	word-spacing:3px;
	color:#FFDCB9;
}

#product_cat{
 width:290px;
 float:left;
 margin-left:25px;
 }
 
#product_cat h2{
	font:Arial, Helvetica, sans-serif;
	font:12px;
	color:#FFDFBF;
}
#product_cat a{
	text-align:center;
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFDFBF;
}
#product_cat a:hover{
	   font:Arial, Helvetica, sans-serif;
	font:15px;
	color:#FFFFFF;
	text-outline:1px;
}
#product_cat p{
	margin-left:5px;
	font-size:14px;
	font:Arial, Helvetica, sans-serif;
	word-spacing:3px;
	color:#FFDCB9;
}

#product_cat img{
	alignment-adjust:central;
	width:290px;
	height:190px;
	border:3px solid #FFF;
	margin-left:5px;
}

#pro_cat{
	width:990px;
	margin-left:10px;
	margin-top:20px;
	
}
#pro_cat img{
	width:150px;
	height:100px;
	border:1px solid #FFF;
	margin-left:5px;
	margin-right:10px;
	float:left;
}
#pro_cat h1{
	margin-left:15px;
	font:Arial, Helvetica, sans-serif;
	font:20px;
	color:#FFDFBF;
	}
#pro_cat h2{
	margin:0px;
	font:Arial, Helvetica, sans-serif;
	font:15px;
	color:#FFDFBF;
	}
#pro_cat p{
	margin-left:10px;
	padding:10px
	font:Arial, Helvetica, sans-serif;
	word-spacing:3px;
	color:#FFDCB9;
	}
#pro_pro {
	
	width:160px;
    float:left;
	margin:10px;
	}
#pro_pro h2{
	text-align:center;
	margin:0px;
	font:Arial, Helvetica, sans-serif;
	font:15px;
	color:#FFDFBF;
	}
#pro_pro p
{
	margin-left:10px;
	padding:10px
	font:Arial, Helvetica, sans-serif;
	word-spacing:3px;
	color:#FFDCB9;
	}
#pro_pro img{
	width:150px;
	height:100px;
	border:1px solid #FFF;
	margin-left:5px;
	margin-right:10px;
	float:left;
}

#cont_form{
	margin-left:100px;
	float:left;
	margin-right:100px;
	}
#cont_form label{
	font:Arial, Helvetica, sans-serif;
	color:#FFDCB9;
	font-size:12px;
}

#cont_form form input{
	margin-left:5px;
	width:250px;
	margin-bottom:5px;
	border:#630 1px solid;
	height:25px;
}

#cont_form form .submit{
	width:100px;
	height:25px;
	font:Arial, Helvetica, sans-serif;
	background:#CCC;
	/*height:10px;*/
}

#cont_de{
	margin-left:100px;
}
#cont_de h2{
	
	margin:0px;
	font:Arial, Helvetica, sans-serif;
	font:15px;
	color:#FFDFBF;
}