@charset "utf-8";
@import url("reset.css");
@import url("forms.css");

body {
	background-color: #c2b39e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fdfbfa;
}

a{
	color:#FFFFFF;
}

a:hover{
	color:#DFD7B5;
}

#wrapper{
	width:924px;
	margin:20px auto 20px;
}

#menu-wrapp{
	width:900px;
	height:43px;
	line-height:43px;
	margin:0px auto;
	border-top:1px solid #978e7b;
	border-left:1px solid #978e7b;
	border-right:1px solid #978e7b;
	background:url(../images/menu-bg.jpg) repeat-x;
	text-align:right;
	font-size:12px;
}

/*==================================MENU===========================*/
ul#menu{
	margin:auto;
	padding:0px;
	list-style:none;
}

ul#menu li{
	display:inline;
}

ul#menu li.spacer{
	background:url(../images/bullet2.png) center no-repeat;
	padding:1px 2px;
	margin-right:-3px;
	margin-left:-3px;
}

ul#menu li a{
	padding:13px 13px;
	color:#556272;
}

ul#menu li a:hover, ul#menu li a.current{
	color:#fff;
	background:url(../images/menu-hover-bg.jpg) top repeat-x;
}


/*=================================================================*/

#head-wrapp{
	width:900px;
	min-height:197px;
	margin:0px auto;
	border-left:1px solid #978e7b;
	border-right:1px solid #978e7b;
	background:#cfc6b4 url(../images/green-bg.jpg) left repeat-y;
}

#head-left{
	float:left;
	width:179px;
	text-align:center;
	padding:2px 10px;
}

#head-right{
	float:right;
	width:701px;
}

h1.web-title{
	font-size:38px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

h2.web-title-description{
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin-top:-18px;
}

#main-wrapp{
	color:#cfc6b4;
	width:902px;
	padding:0px 11px;
	margin:0px auto;
	background:url(../images/2-blue-bg.jpg) top right no-repeat;
}

#main-wrapp-top{
	height:156px;
	width:880px;
	padding:10px;
	background:#556272;
	border-left:1px solid #978e7b;
	border-right:1px solid #978e7b;
}

.content-left{
	float:left;
	width:470px;
	padding:8px 10px 0px 0px;
	text-align:justify;
	font-weight:normal;
}

h2.content-title{
	font-size:14px;
	padding:0px;
	margin-bottom:8px;
}

.content-right{
	float:right;
	width:375px;
	text-align:justify;
	padding:0px 0px 0px 25px;
	background:url(../images/spacer.jpg) left repeat-y;
}

#main-inner-wrapp{
	background:#556272 url(../images/brown-bg.jpg) right repeat-y;
	width:900px;
	border-left:1px solid #978e7b;
	border-right:1px solid #978e7b;
	border-bottom:1px solid #978e7b;
}


.inner-content-left{
	float:left;
	width:626px;
	text-align:justify;
	padding:10px;
	background:url(../images/spacer3.jpg) right repeat-y;
	min-height:250px;
}

.inner-content-right{
	float:right;
	width:254px;
	text-align:justify;
	color:#556272;
}

#title{
	padding-top:0px;
}

.menu-title-wrapp{
	float:left;
	padding:10px;
}

.child-title-wrapp{
	float:left;
	padding:20px 15px 7px;
	margin-top:10px;
	background:url(../images/spacer3.jpg) left repeat-y;
}

h2.menu-title{
	color:#9ad243;
	font-size:18px;
	padding:0px;
	margin:0px;
}

h3.child-title{
	color:#c2b39e;
	font-size:14px;
	padding:0px;
	margin:0px;
}

#content{
	padding-top:5px;
	clear:both;
	text-align:justify;
}

#content-text{
	padding:5px 15px 15px;
	clear:both;
	text-align:justify;
}


h2.ln{
	margin:0px 0px 2px;
	padding:0px;
	font-size:14px;
	position:relative;
}

ul.latest-news{
	list-style:none;
	padding:0px;
	margin:0px;
}

.news-archieve{
	float:right;
	font-size:10px;
	padding-top:2px;
	*position:absolute;
	*top:0px;
	*right:2px;
}

.news-archieve a{
	color:#89b64f;
}


ul.latest-news li{
	padding-left:14px;
	padding-bottom:4px;
	background: url(../images/bullet.png) 0px 5px no-repeat;
}

.latest-news-title{
	font-size:13px;
}

.latest-news-content{
	font-size:10px;
}

.latest-news-content a{
	color:#89b64f;
}

#main-wrapp-bottom{
	height:166px;
	width:900px;
	background:#cfc6b4 url(../images/white-bg.jpg) left repeat-y;
	border-left:1px solid #978e7b;
	border-right:1px solid #978e7b;
	border-bottom:1px solid #978e7b;
}

#main-wrapp-bottom-left{
	float:left;
	width:249px;
}

#main-wrapp-bottom-right{
	float:left;
	width:611px;
	padding:5px;
}

.address{
	color:#556272;
	font-size:10px;
	background:url(../images/white-bg.jpg) repeat;
	padding:8px;
}

#footer-wrapp{
	width:880px;
	margin:auto;
	padding:25px 10px;
	color:#f4f0ed;
	text-align:center;
}

ul#mycarousel{
	padding:0px;
	margin:0px;
}

/*===========================PRODUCT THUMB================================*/]
.thumb  {
	width: 130px;
	height: 90px;
	margin: 3px;
	background:#fff;
	text-align:center;
	border:1px solid #990000;
}
	
.thumb-detail{
	color:#dfe1e4;
}

.gallery{
	border-collapse:collapse;
}

.gallery td{
	width:135px;
	min-height:130px;
	text-align:center;
}
/*========================================================================*/

.contact{
	text-align:center;
	padding:10px;
	font-size:12px;
}

h2.cs{
	color:#556272;
	font-size:15px;
	font-weight:bold;
}

#paging{
	text-align:right;
}

#paging a{
	padding:1px 4px;
	margin:2px;
	background:#f1f1f1;
	color:#666;
}

#paging a:hover{
	background:#6d7886;
	color:#fff;
}

#paging span.used{
	padding:1px 4px;
	margin:2px;
	background:#6d7886;
	color:#fff;
}

/*=========================NEWS==========================*/
.news-list{
	margin-bottom:10px;
	border-bottom:1px dashed #ccc;
	padding-bottom:4px;
	display:block;
}

.news-list a{
	color:#D2C188;
}

.news-list a:hover{
	color:#C6B779;
}

.news-detail{
	margin-bottom:8px;
	padding-bottom:4px;
}

.news-title{
	font-weight:bold;
	font-size:13px;
}

.news-title a{
	color: #c2b39e;
}

.news-title a:hover{
	color: #cfc6b5;
	text-decoration:underline;
}

.news-data{
	color:#ccc;
	font-size:10px;
	padding-bottom:7px;
}

#developer-text{
	color:#e0d7ca;
}

#developer-text a{
	color:#e0d7ca;
}

#developer-text a:hover{
	color:#f4f0ed;
}


