
body {
	background:url(images/background.jpg) repeat;
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;
	color:#2d2c2c;
	font-weight:400;
	line-height:15px;
}

.line {
	height:1px;
	background:#999;
	margin:30px 0;
}

.ad-box {
	width:208px;
	background:#fff;
	padding:1px;
	box-shadow:0 0 1px; rgba(0,0,0,0.5);
	margin-bottom:15px;
}
.ad-box img {
	width:208px;
	/*height:120px;*/
}

h1 {
	font-family: 'Droid Sans', sans-serif;
	font-size:20px;
	color:#688006;
	font-weight:400;
	margin-bottom:20px;
}
h2 {
	font-family: 'Droid Sans', sans-serif;
	font-size:17px;
	color:#688006;
	font-weight:400;
	margin-bottom:20px;
}
h3 {
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
	color:#688006;
	font-weight:400;
	margin-bottom:20px;
}


/*--------------------------------------------------------------------------------------*/

.logo {
	background:url(images/logo.jpg) no-repeat;
		width:178px;
		height:178px;
}

.menu-body {
	border:#688006 solid 1px;
	border-radius:7px 7px 0 0;
	margin-top:30px;
	height:500px;
}

.menu-body .menu-heading {
	background:#688006;
	padding:10px 15px;
	font-family: 'Droid Sans', sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:400;
	border-radius:5px 5px 0px 0px;
}
.menu-body .menu-heading .icon {
	background:url(images/category.png) no-repeat 0 2px;
	width:12px;
	height:12px;
	margin-right:10px;
	float:left;
}
.menu-body .list {}
.menu-body .list li {
	background:url(images/accept.png) no-repeat 10px 7px;
	line-height:24px;
	border-bottom:1px solid #688006;
	padding-left:20px;
}
.menu-body .list li.last {
	border-bottom:0px;
}
.menu-body .list li a {
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
	color:#444;
	font-weight:400;
	line-height:28px;
	padding-left:10px;
}
.menu-body .list li a:hover {
	color:#688006;
	padding-left:12px;
	-o-transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	-ms-transition: all .1s;
} 





.top-path {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}
.top-path .ad-btn {
	background:#688006;
	padding:10px 25px;
	border-radius:3px;
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:400;
	float:left;
	margin-top:6px;
	box-shadow:0 1px 2px rgba(0,0,0,0.3);
}
.top-path .ad-btn:active {
	box-shadow:0 0px 2px rgba(0,0,0,0.3);
}
.top-path .dvider {
	height:45px;
	width:1px;
	background:#444;
	margin-left:30px;
	margin-right:30px;
	float:left;
}
.top-path .social {
	float:left;
	padding-top:10px;
}
.top-path .social a {
	width:30px;
	height:30px;
	display:block;
	float:left;
}
.top-path .social p {
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
	color:#444;
	font-weight:400;
	float:left;
	margin-right:15px;
	line-height:24px;
}
.top-path .social a.facebook {
	background:url(images/Facebook.png) no-repeat 0 0;
}


.banner {
	width:820px;
	height:350px;
	border:3px solid #a8d5e8;
	padding:2px;
	background:#fff;
}
.banner img {
	width:820px;
	height:350px;
}


.nav-body {
	margin:20px 0 30px;
	background:#688006;
	border-radius:5px;
	padding:15px 0px;
}
.nav-body .nav li {
	border-right:1px solid #8ca913;
	float:left;
	position:absolute;
}
.nav-body .nav li.last {
	border-right:0px;
}
.nav-body .nav li a {
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:400;
	padding:0 15px;
}
.nav-body .nav li a:hover {}


.conteiner {
	width:590px;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}
.conteiner h1 {
	font-family: 'Droid Sans', sans-serif;
	font-size:20px;
	color:#688006;
	font-weight:400;
	margin-bottom:20px;
}
.conteiner .search {
	margin-top:0px;}
.conteiner .search input[type="text"] {
	width:428px;
	border:1px solid #ddd;
	outline:0px;
	padding:5px 10px;
	border-radius:3px;
	/*position:relative;*/
	float:left;
}
.conteiner .search button {
	/*position:absolute;*/
	background-position: -50px 0px;
	float:left;

}
.conteiner .content {
	margin-top:20px;
	margin-bottom:30px;
}
.conteiner .content p {
	/*width:298px;*/
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
	color:#727272;
	font-weight:400;
	float:left;
	line-height:20px;
	text-align:justify;
}
/*.conteiner .content .map-img {
	width:137px;
	height:200px;
	float:left;
	margin-right:15px;
}
*/
.conteiner .menu-list {
	border:#688006 solid 1px;
	border-radius:7px 7px 0 0;
	margin-top:30px;
	margin-bottom:30px;
	padding-bottom:15px;
}

.conteiner .menu-list .list-heading {
	background:#688006;
	padding:10px 15px;
	font-family: 'Droid Sans', sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:400;
	border-radius:5px 5px 0px 0px;
	margin-bottom:8px;
}
.conteiner .menu-list .list-heading .icon {
	background:url(images/category.png) no-repeat 0 2px;
	width:12px;
	height:12px;
	margin-right:10px;
	float:left;
}

.conteiner .menu-list .list {}
.conteiner .menu-list .list li {
	width:30%;
	float:left;
	background:url(images/widget-list-bullet.png) no-repeat 10px 8px;
	line-height:16px;
}
.conteiner .menu-list .list li a {
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
	color:#444;
	font-weight:400;
	line-height:24px;
	padding-left:20px;
}
.conteiner .menu-list .list li a:hover {
	color:#688006;
	text-decoration:underline;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-ms-transition: all .4s;
}


.search-sec {
	width:210px;
	float:right;
	font-family: 'Droid Sans', sans-serif;
	font-size:15px;
	color:#688006;
	font-weight:400;
}
.search-sec select {
	width:210px;
	border:1px solid #ddd;
	outline:0px;
	padding:5px 8px;
	border-radius:3px;
	margin-top:8px;
	margin-bottom:15px;
}
.search-sec .search-btn {
	background:#688006;
	padding:5px 15px;
	border-radius:3px;
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:400;
	box-shadow:0 1px 2px rgba(0,0,0,0.3);
	outline:0px;
	border:0px;
	cursor:pointer;
}
.search-sec .search-btn:active {
	box-shadow:0 0px 2px rgba(0,0,0,0.3);
}
.search-sec .line {
	height:1px;
	background:#999;
	margin:30px 0;
}



.footer {
	background:#2c3506;
	padding:20px 0 10px;
	margin-top:15px;
}
.footer p {
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
	color:#f0f0f0;
	font-weight:400;
	line-height:24px;
}
.footer a {
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:400;
	line-height:24px;
}
.footer a:hover {
	color:#688006;
}




/*.gry_box{width:430px; height:38px; background:#d0d0d0; padding:10px}

.gry_box01{width:450px; height:38px; float:left; background:#d0d0d0; padding:10px}

.green_box01{width:40px; height:38px; float:right; background:#698202; padding:10px}

.bg01{background:#eeeded; width:508px; padding:10px; border-bottom:1px solid #d0d0d0; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0}

.gry_left{width:250px; float:left}

.gry_right{width:205px; float:right}

.justify{text-align:justify; line-height:20px}

.bg01{background:#eeeded; width:428px; padding:10px; border-bottom:1px solid #d0d0d0; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0}

.text01{color:#fff; font-size:14px}

.text02{color:#fff; font-size:11px}

.green_box01{width:40px; height:38px; float:right; background:#698202; padding:10px}


.link01{color:#617701; text-decoration:none; font-size:14px; font-weight:bold; font-family:#617701}

.link01:hover{color:#3f3f3f; text-decoration:none; font-size:14px; font-weight:bold; font-family:#617701}

.link02{color:#617701; text-decoration:none;  font-family:#617701}

.link02:hover{color:#3f3f3f; text-decoration:none; font-family:#617701}*/


.box-One {
	background:#eeeded;
	display:block;
	box-shadow:0 0 1px rgba(0,0,0,0.8);
	border-radius:3px;
	padding-bottom:6px;
}
.box-One .heading {
	background:#d0d0d0;
	padding:12px 0 12px 15px;
}
.box-One .heading a {
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
	color:#617701;
	font-weight:700;
}
.box-One .heading p {
	margin-top:6px;
	font-size:13px;
}
.box-One .heading a:hover {
	color:#3f3f3f;
}

.box-One .cont {
	margin:15px;
}
.box-One .cont p {
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;
	color:#3f3f3f;
	font-weight:400;
	text-align:center;
}
.box-One .cont .line {
	height:1px;
	background:#d0d0d0;
	margin:10px 0px 14px 0px;
	padding:0px;
}
.box-One .cont .co-Left {
	width:230px;
	float:left;
	margin-right:10px;
	text-align:left;
}
.box-One .cont .co-Left span {
	font-family: 'Droid Sans', sans-serif;
	font-size:13px;
	color:#3f3f3f;
	font-weight:700;
}
.box-One .cont .co-Left p, .box-One .cont .co-Right p {
	text-align:left;
	margin-top:10px;
}
.box-One .cont .co-Right {
	width:170px;
	float:right;
	text-align:left;
}
.box-One .cont .co-Right a {
	color:#617701;
}
.box-One .cont .co-Right a:hover {
	color:#333;
}

.box-One .heading-Two {
	background:#d0d0d0;
}
.box-One .heading-Two a {
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
	color:#617701;
	font-weight:700;
}
.box-One .heading-Two p {
	margin-top:6px;
	font-size:13px;
}
.box-One .heading-Two a:hover {
	color:#3f3f3f;
}
.box-One .heading-Two .colA {
	width:205px;
	float:left;
	margin-right:10px;
	padding:10px;
}
.box-One .heading-Two .colB {
	width:200px;
	float:right;
}
.box-One .heading-Two .colB .link {
	width:125px;
	float:left;
	margin-right:5px;
	margin-top:13px;
	text-align:center;
}
.box-One .heading-Two .colB .link a {
	font-size:15px;
}
.box-One .heading-Two .colB .bg-box {
	width:70px;
	height:55px;
	background:#698202;
	float:right;
	text-align:center;
	line-height:55px;
	font-size:13px;
	color:#fff;
}


.numberbox
{
padding:4px;
color:#688006;
border: 1px solid #688006; /*Add 1px solid border, use any color you want*/
background-color:#C6D38B; /*Add a background color to the box*/
text-align:center; /*Align the text to the center*/
float:left;
}

.link03 {
	font-size:12px;
	color:#688006;
}

.link03:hover {
	font-size:12px;
	color:#000000;
}


/************************************ enquiry button ****************************************************/

.enquiry01 {
   border-top: 1px solid #59b55f;
   background: #7d9c3e;
   background: -webkit-gradient(linear, left top, left bottom, from(#478545), to(#7d9c3e));
   background: -webkit-linear-gradient(top, #478545, #7d9c3e);
   background: -moz-linear-gradient(top, #478545, #7d9c3e);
   background: -ms-linear-gradient(top, #478545, #7d9c3e);
   background: -o-linear-gradient(top, #478545, #7d9c3e);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #FFFFFF;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.enquiry01:hover {
   border-top-color: #274d1f;
   background: #274d1f;
   color: #ccc;
   }
.enquiry01:active {
   border-top-color: #1e6321;
   background: #1e6321;
   }
   
   
.search_select {
 border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 15px;
    margin-top: 8px;
    outline: 0 none;
    padding: 5px 8px;
    width: 250px;
}

.link01 {
color:#333333;
font-size:14px;
text-decoration:none;
}
 
.link01:hover {
color:#999999;
font-size:14px;
text-decoration:none;
}   

.search-btn {
    background: none repeat scroll 0 0 #688006;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    font-family: "Droid Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    outline: 0 none;
    padding: 5px 15px;
}
/**************************************************************************************************/   