 /* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8a6a66;
}
a {
	color: #A90000;
	font-weight: bold;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
input, select, textarea {
	font-family: Arial;
	font-size: 12px;
	color: #8c806e;
}
body { background: #f8f8f8;}
img { border: 0px; }

/* ### GLOBAL CLASSES ### */
.clear {
	clear: both;
	height: 0px;
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6 { line-height: normal; }
h5{
	font-size:15px;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	border-bottom:1px dotted #666;
	margin:0px 0px 10px 0px;
}
h6{
	font-size:16px;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	margin:0px 0px 30px 0px;
	border-bottom:dotted 1px #ec7707
}

/* ### WRAPPER ### */
.container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}

.bg_header{
	background:#fbf2eb;
	border-bottom:solid 4px #ec7707;
}
.bg_slider{
	background:#93261a;
	box-shadow: inset 2px 2px 10px #000;
	-webkit-box-shadow: inset 3px 3px 10px #000;
	-khtml-box-shadow: inset 3px 3px 20px #000;
	-ms-box-shadow: inset 3px 3px 20px #000;
	-moz-box-shadow: inset 3px 3px 20px #000;
	-o-box-shadow: inset 3px 3px 20px #000;
}
.top-content{
	width:100%;
	height:100px;
}

.bottom-content{
	width:100%;
}
#wrapper {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
}

/* ### MAIN CONTAINER ### */
#mainCntr {
	margin:0 auto;
	width:960px;
	background:url(../images/main-bg.PNG) repeat-y;
}

	/* ### HEADER CONTAINER ### */
#headerCntr {
	height: 266px;
	width: 960px;
	overflow: hidden;
	background: url(../images/sliders/slide1.png) no-repeat;
	z-index:100;
}

		/* ### LOGO ### */	
.logo {
	padding: 5px 0px 0px 0px;
	float: left;
}
			
/* ### MENU CONTAINER ### */
#menu{
	overflow: hidden;
	float: right;
	margin-top:54px;
	border-radius: 8px 8px 0px 0px;
	z-index:200;
}
#menu li {
  display: inline;
  line-height:38px;
  z-index:200;
}
#menu ul {
  list-style-type: none;
  padding-top: 0px;
  padding-right: 12px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin: 0px;
  	z-index:200;
}

#menu .current a {
  color: #F00;
  background:#ec7707
}


#menu a:hover {
  background: #a64c32;
  color:#FFF;
  }
  
#menu a {
  font-size: 12px;
  color: #fff;
  background:#a64c32;
  font-weight: bold;
  text-decoration: none;
  width:100%;
  height:60px;
}

#menu li:hover > ul { display: block;  } 

#menu li > ul{
	list-style-type: none;
	margin: 0; padding: 0;
	border: 0;
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	-moz-box-shadow: 3px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;
	background-image: none;
	border-radius:0px 5px 5px 5px; 
	position:absolute;
	border-radius: 8px 8px 0px 0px;
		z-index:200;
} 

#menu li > ul li{
	float: none;
	background:#fff;
} 

#menu li > ul a{
	background:#ec7707;
	box-shadow:none;
	border-radius:0px;
	width:100%;
		z-index:200;
}
#menu li > li:last-child,{
	border-radius:5px;
		z-index:200;
}

#menu li{
	float: left;
} 

#menu li: first-child{ margin-left:0px;z-index:200;}
#menu li a:link, #menu li a:visited{
	display: block;
	height: 1%;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
		z-index:200;
}

#menu li > ul li a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin:0px;
	padding:0px 30px 10px 5px;
	position:relative;
	z-index:200;
	border-top:solid 1px #f7b475;
}

#menu li > ul li:first-child a{ border-top:none; z-index:200;}

#menu li > ul li:last-child a{
	border-radius:0px 0px 5px 5px;
	z-index:200;
}



.menuCntr {
	overflow: hidden;
	width: 550px;
	float: right;
	margin-top:38px;
}
.menuCntrspan {
	display: block;
	color: #E5F9C0;
	font-weight: bold;
	text-align: right;
	padding: 12px 0px 0px 0px;
	height: 33px;
}	
.menuCntr ul {
	list-style-type:none;
	padding:24px 0px 0px 0px;
}	
.menuCntr li {
	float:left;
}	
.menuCntr ul li a {
	padding-left: 5px;
	color: #3B3527;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	display:block;
	cursor:pointer;
}
.menuCntr ul li a span {
	padding:12px 19px 0px 14px;
	display:block;
	height:26px;
	float:left;
}	
.menuCntr ul li a:hover {
	background: url(../images/nevi_l.jpg) no-repeat left top;
	text-decoration:none;
}
.menuCntr ul li a:hover span {
	background:url(../images/navi_r.jpg) no-repeat right top;
}
.menuCntr ul li a.active {
	background:#a64c32;
	color:#FFF;
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #ec7707;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #ec7707;
}
													
	
/* ### CONTENT CONTAINER ### */
#contentCntr {
	overflow: hidden; width: 960px;
}
	
		/* ### LEFT CONTAINER ### */
#leftCntr { float: left; width: 323px; padding: 45px 10px 5px 10px;}
		
		#leftCntr h2{font-size:25px; line-height:normal; font-weight:normal; color: #BC7D1B; text-decoration: none; height:55px; padding: 5px 0px 0px 52px; background: url(../images/h2.png) no-repeat left top; }
		
		#leftCntr h2 span { display: block; color: #5A738F; font-size: 13px; padding-top: 5px; font-weight: bold; }
		
			/* ### search box ### */			
			.searchbox { width: 323px; background: url(../images/s_bg.jpg) repeat-y left top; }
			.searchboxtop { background: url(../images/s_t.jpg) no-repeat left top ; width: 323px; }
			.searchboxbotm { background: url(../images/s_b.jpg) no-repeat left bottom ; width: 310px; overflow: hidden; padding: 11px 0px 25px 13px; }
			.searchboxbotm span { display: block; padding: 5px 0px 0px 48px; background: url(../images/search_icon.jpg) no-repeat left top; height: 42px; font-size: 22px; color: #3B3527; font-family: Arial, Helvetica, sans-serif; }
			.searchbox label{margin-top:3px; width: 85px; color: #516F17; font-family: Arial, Helvetica, sans-serif; font-size: 13px; display: inline-block; vertical-align: top; }			
			.searchbox input{ padding: 3px; width: 152px; border: 1px solid #ADB79B; height: 17px; font-size: 10px; margin:0px 5px 0px 0px; color:#4C4C4C; background: #F0F8E1; display:inline-block; vertical-align:top;  }
			.searchbox input.button{ width: 39px; border: 0px; padding: 0px; height: 23px; display:inline-block; margin: 0px; } 

			/* ### news box ### */		
			.newsbox{ width:323px; padding: 0px 0px 17px 0px; }
			.newsbox ul { list-style-type:none; }
			.newsbox li {padding: 5px 0px; border-bottom: dotted 1px #d2b1ad }
			.newsbox li:last-child { border-bottom:none;}
			.newsbox li p { padding:5px 0px 0px 0px; line-height:20px; }
			.newsbox li span { font-weight:bold;  color: #8F412A; display: block; }	
			.newsbox .read {color: #ffffff; display: block; text-align: right; padding: 9px 13px 0px 0px; height: 27px; text-decoration: none; font-weight: bold; background: #f7b374; }
			.newsbox a {text-decoration: none; color: #8a6a66; font-weight:normal; font-size:12px; }
			.newsbox a:hover {color: #93261a;}
							
		/* ### RIGHT CONTAINER ### */
		#rightCntr { float: right; width: 590px;}
		
		#rightCntr h1 {font-size:25px; line-height:normal; font-weight:normal; color: #BC7D1B; text-decoration: none; height:60px; padding: 0px 0px 0px 64px; background: url(../images/h1.jpg) no-repeat left center; }
		
		
		#rightCntr h1 span { display: block; color: #5A738F; font-size: 13px; padding-top: 5px; font-weight: bold; }
		
		#rightCntr h3 {font-size:25px; line-height:normal; font-weight:normal; color: #BC7D1B; text-decoration: none; height:42px; padding: 17px 0px 0px 60px; background: url(../images/h3.png) no-repeat left top; }			
			
			
			/* ### TXT BOX ### */			
			.txtbox { width: 560px; overflow: hidden; background: url(../images/txt_bo.jpg) repeat-x left bottom; padding: 42px 0px 1px 0px; }
			.txtbox p { padding:14px 0px 7px 0px; line-height:23px; text-align:justify; }
			.txtbox a { float: right; }

			/* ### project box ### */			
			.projectbox { width: 590px; overflow: hidden; padding: 26px 0px 19px 0px; overflow: hidden; }
			.projectbox a {color: #ffffff; display: block; text-align: right; padding: 9px 13px 0px 0px; height: 27px; text-decoration: none; font-weight: bold; background: #f7b374; }
			.projectbox a:hover {text-decoration: none; color: #93261a; }
			.projectboximg {padding: 0px 14px 35px 0px; float: left; }
			.projectbox2img {padding: 0px 0px 35px 0px; float: right; }				

/* ### FOOTER CONTAINER ### */	
#footerCntr {
	overflow: hidden;
	background: #93261a;
	font-size:12px;
	color: #FFCA46;
}

#footerCntr h3{
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	padding:0px 0px 10px 10px;
	margin-bottom:10px;
	border-bottom: solid 5px #b13628;
}

#footerCntr .col{
	width:280px;
	float:left;
	margin:10px 25px 0px 0;
}

#footerCntr .col1{
	width:343px;
	height:240px;
	float:left;
	margin:0px 30px 0px 0;
	background:#fad1ab;
	border-top:#93261a 1px;
}
#footerCntr .last{
	float:right;
	margin-right: 0px;
}
#footerCntrinner{
	margin: 0px auto;
	height:30px;
	overflow: hidden;
	background:#721a10;
	border-top: solid 1px #fad1ab;
	width: 100%;
}

#footerCntrinner p{
	margin-top:10px;
}

#footerCntr .col1 p{
	text-align:justify;
	line-height:24px;
	color:#93261a;
	padding:10px;
}

#footerCntr .col span{
	color:#FFF;
	margin-right:20px;
	border-bottom: dotted 1px #d14434;
}

#footerCntr .col i{
	color:#ec7707;
}
#footerCntr  ul {
	list-style-type: none;
	overflow: hidden;
}							
#footerCntr  li{
	padding:0px 8px 0px 18px;
	line-height:24px;
}

#footerCntr  ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
	font-size: 12px;
}	

.bullet{
	background:url(../images/bullet.PNG) center left no-repeat;
	margin-left:10px;
}
.bullet a{ padding-left:10px;}
.bullet a:hover{ padding-left:15px;}
#footerCntr  ul li a:hover {
	color:#ec7707;
}		

		/* inner pages css start */
		.aboutus-img{float:right; border:4px solid #fff; margin:0 0px 10px 20px;}
.innertext{
	padding:42px 0px 0px 0px;
	line-height:23px;
	text-align:justify;
}
.innertext p{
	margin-bottom:10px;
}
.aboutcolumnzone{padding:20px 0px 16px 0px;}
.aboutcolumn1{width:48%; float:left; margin:0px 0px 10px 0px;}
		.aboutcolumn2{width:48%; float:right; margin:0px 0px 10px 0px;}
		.abouticon{float:left; margin:0px 20px 0px 0px;}
		.insidereadmore{padding:10px 0px 10px 0px;}
		.innertext input.text{color:#000; width:300px; height:18px;}
		.innertext textarea.text{color:#000; width:300px; height:130px;}
		.innertext input.button{color:#000; background:#ffc850; font:bold 11px Arial, Helvetica, sans-serif; text-decoration:none; padding:4px 4px; margin:0px 5px 5px 0; border:1px solid #5b7a92;}
		.innertext input.button:hover{cursor:pointer; color:#fff; background:#663300; border:1px solid #ffc850;}
		.project-img{float:right; margin-left:20px;	border: 6px solid #666;}
		.whiteheading{font:30px Myriad Pro, Arial; color:#CBD76B; font-weight:100;	padding:0px; margin:25px 0px 20px 0px;}
		.ourprojectrow{margin-bottom:20px; border-bottom:1px dotted #666; padding-bottom:10px}
		.servicecolumnzone{padding:20px 0px 16px 0px;}
		.servicecolumn1{width:48%; float:left; margin:0px 0px 10px 0px;}
		.servicecolumn2{width:48%; float:right;	margin:0px 0px 10px 0px;}
		.blog-posted-row{padding:3px;}
		/* inner pages css ends */
		
#mycarousel li{ margin-left:5px;}




input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
.uneditable-input {
  padding: 5px 6px 5px 6px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) inset;
  border-radius:4px;
  border:#c4d0db solid 1px;
  height:30px;
  line-height: 1;
  margin-bottom:5px;
  }

textarea{
	padding: 12px 6px 2px 6px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) inset;
	border-radius:4px;
	border:#c4d0db solid 1px;
	width:500px;
	height:200px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #3c7fc0;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  outline: 0 none; 
}

label{
	display:inline;
	float:left;
	margin-right:20px;
	width:100px;
}
	
.btn {
cursor:pointer;
  border: none;
  text-shadow: none;
  color: #ffffff;
  border-radius:3px;
  padding:5px 10px;
  margin-top:10px;
  font-size:18px;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background: #93261a; }
  
  .btn a:hover{color:#ec7707;}
  .Puce{ margin-left:45px; list-style-image:url(../images/img/puce2.png);}
   .smPuce{ margin-left:45px; list-style-image:url(../images/img/puce.png);}
   .smPuce1{ margin-left:45px; list-style-image:url(../images/img/puce.png);}
   
   
       .ex1 a:hover,  
    .ex1 a:focus {  
        transform: scale(1.1);  
        box-shadow: -1px 2px 1px 1px rgba(0, 0, 0, 0.2); 
		
		background-position:center;
		z-index:200;
		opacity:10;
		width:auto;
		height:auto;
		display:block;
		transition-duration: 0.2s;
}
		
    
.titre{z-index:100; width:200px; background-color:#F7B374; height:20px; margin-top:10px; float:right; color:#FFFFFF; padding:5px;border-radius:3px;
font-family:Arial, Helvetica, sans-serif; font-weight:bold;
}
.ex1 img{margin-left:20px;}
	

  

   



