@charset "utf-8";
/* CSS Document */
body{
	background-color:#F6D7B8;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}
#header{
	margin:0 auto;
	}
a{ text-decoration:none;}	
.logo{ text-align:center;
	padding:5px 0;
	background:#F7DABA;
	}
.clear{
	clear:both;
	}
.color{color:#000; padding-left:20px; font-size:14px; text-decoration:none; line-height:22px;}	
.color1{color:#000; font-size:14px; text-decoration:none; line-height:22px;}	
/*-----nav----*/
.nav{ text-align:center;
	font-size:13px; 
    background:#353D54; 
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
    margin:0 5px;
	padding:5px;
	}
.nav ul{
	list-style-type:none;
    margin:0;
	padding:0;
	}
.nav ul li{
	display:inline;
	margin:0;
	padding:0;
	}
.nav ul li:first-child{
	margin:0 0 0 5px;
	}
.nav ul li:last-child{
	margin:0 5px 0 0;
	}
.nav ul li a{
	display:inline-block;
	color:#707070;
	padding:5px;
	text-decoration:none;
	}
.nav ul li a:hover{
	color:#f2f2f2;
	}
.nav ul li a.select{
	color:#f2f2f2;
	}
/*-- list --*/
.list {
	margin:0 0 0 0;
	padding:0 0 10px 0;
}
.list li {
	list-style:square;
	margin:3px 0 0 15px;
	padding:3px 0;
	color:#000;
	font-size:12px;
}
.list li a {
	text-decoration:none;
	font-size:12px;
	color:#000;
}

/*--testimonials--*/
.testimonials {
	margin:0 0 0 0;
	padding:0 0 10px 0;
}
.testimonials li {
	list-style:none;
	margin:8px 5px 15px 5px;
	padding:3px 0;
	color:#000;
	font-size:12px;
	border-width:0 0 1px 0;
	border-color:#000;
	border-style:dashed; text-align:justify;
}
.testimonials li a {
	text-decoration:none;
	font-size:12px; text-align:justify;
}
.testimonials li a span {font-weight:bold; font-size:16px;
}

/*-- form --*/
.form{float:left; width:290px; font-size:19px; padding-left:5px;}
.form span {font-size:13px;}
.form select{ width:90%;}

/* Styling  for responsive slider */
.banner{margin:0 5px;
}
.slider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0px auto 0px auto;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  }

.slider li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.slider li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.slider img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  max-width:100%;
  border: 0;
  }	
  
 .callus{text-align:center; margin-bottom:10px;} 
 
/*----container---*/ 
 .container{margin:5px;
 padding:5px;}
 h2{
	font-size:14px;
	font-weight:bold;
	color:#212121;
	padding:5px;
	margin:5px 5px 0 0;
	}
 h4{
	font-size:16px;
	font-weight:bold;
	color:#212121;
	border:#aaaaaa 1px dashed;
	padding:5px;
	margin:5px 5px 0 5px;
	}
p{
	text-align:justify;
	font-size:12px;
	color:#1F1F1F;
	margin:5px; 
	padding:0;
	line-height:20px;
	}
p span{
	color:#ff669a; font-size:14px;
	}
	

.midd{ width:225px; background: url(../images/green-rpt.png) repeat-y scroll left top rgba(0, 0, 0, 0); margin-left:10px;}
.midd img {display: block;}
.midd h1 {
    color: #000000;
    font-family: "Times New Roman",Times,serif;
    font-size:20px;
    font-style: italic;
    padding-left: 20px;
    padding-top: 0;
	font-weight:bold;
}

.midd ul{ margin:0; padding:0;}
.midd ul li {
    background: url(../images/arrow.png) no-repeat scroll 20px 5px rgba(0, 0, 0, 0);
    display: block;
    padding: 4px 0 4px 35px;
	font-size:13px;
}
.midd .bx {
    margin: 0;
    padding: 0 0 0 20px;
}
.midd .bx img {
    display: inline;
    height: 25px;
    padding-right: 10px;
    width: 35px;
}

#contact_us p {
    color: #b35c07;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 18px;
    padding: 0 20px 0 0;
    text-align: justify;
}
#contact_us h3{ font-size:15px;}
/*Gallery */





/* For inline examples only */
#PhotoSwipeTarget { width: 100%; height: 200px; }

#Indicators { text-align: center; margin-top: 20px; }
#Indicators span { display: inline-block; height: 10px; width: 10px; margin: 0 10px 0 0; padding: 0; -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; border-radius:5px; background: #c5c5c5; overflow:hidden; }
#Indicators span.current{ background: #EEBF02; }

/* jquery mobile */

.gallery { list-style: none; padding: 0; margin: 0; }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery li { float: left; width: 33.33333333%; }
.gallery li a { display: block; margin: 5px; border: 1px solid #3c3c3c; }
.gallery li img { display: block; width: 100%; height: auto; }
#Gallery1 .ui-content, #Gallery2 .ui-content { overflow: hidden; }		
 
 /*----footer--*/
 .footer{
	font-size:13px;
	background-color:#353D54; 
    -moz-border-top-left-radius:6px;
    -webkit-border-top-left-radius:6px;
    border-top-left-radius:6px; 
    -moz-border-top-right-radius:6px;
    -webkit-border-top-right-radius:6px;
    border-top-right-radius:6px;
    margin:5px 5px;
	}
.footer p{
	text-align:center;
	color:#fff;
	margin:0 5px;
	padding:5px 0;
	line-height:14px;
	}
.footer p a{
	display:inline-block;
	color:#fff;
	padding:5px;
	text-decoration:none;
	}
.footer p a:hover{
	color:#CC3333;
	}			