/* Globle Property */

* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial;
	color:#666;
	font-size:13px;
	font-weight:normal;
	background:url(../images/header-bg.jpg) repeat;
}
a, img a:visited {
	border:none;
	outline:none;
	text-decoration:none;
	ont-weight: 400;
	text-decoration: none;
}
#main, #content, #header#wrapper, #gallery, #banner, .nav, .content:before, #main, #content, #header, #wrapper, #banner, #gallery, .nav, .content:after {
	content: "";
	clear: both;
}
ol, ul {
	list-style:none;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 20px;
	margin-bottom:10px;
}
p a {
	color: #000;
}
p a:hover {
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
	color: #060606;
	font-style: normal;
	font-weight: 300;
}
h1 {
	border-radius: 10px 10px 0 0;
	color: #000000;
	font-size: 1.5em;
	height: 50px;
}
h1 a{
	color: #666;
	padding-left:10px;
	text-decoration:underline;
}
h1 a:hover{
	color: #000000;
	text-decoration:none;
}
h5 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
.clr {
	clear:both;
	height:15px;
}
.middle-border {
	border-top: 1px solid #333333;
	float: left;
	margin: 15px 0 15px;
	width: 100%;
}
/* Globle Property End*/
#header {
	width:100%;
	float:left;
	background:#333333;
	height:135px;
	border-bottom: 1px dotted #FFFFFF;
}
#header .logoframe {
	max-width:600px;
	margin:0 auto;
	text-align:center;
}
#header .logoframe img {
	text-align:center;
	margin-top:25px;
	height:auto;
	
}
#main {
	max-width:600px;
	margin:0 auto;
}
#wrapper {
	width:92%;
	padding:0 4% 10px;
	float:left;
}
#banner {
	width:100%;
	float:left;
	border-radius:10px;
	border:2px solid #fff;
	box-shadow:inset 0 0 3px #666;
	margin-top:15px;
}
#banner img {
	width:100%;
	height:auto;
}
#wrapper .topbutton {
	float:left;
	width:100%;
	margin:2px 0 2px;
}
#wrapper .topbutton a {
	font-family:Muli;
	float:left;
	font-size:25px;
	font-weight:bold;
	width:100%;
	height:50px;
	line-height:50px;
	background: rgb(248,227,76); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(248, 227, 76, 1) 0%, rgba(239, 200, 28, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 227, 76, 1)), color-stop(100%, rgba(239, 200, 28, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(248, 227, 76, 1) 0%, rgba(239, 200, 28, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(248, 227, 76, 1) 0%, rgba(239, 200, 28, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(248, 227, 76, 1) 0%, rgba(239, 200, 28, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(248, 227, 76, 1) 0%, rgba(239, 200, 28, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e34c', endColorstr='#efc81c', GradientType=0 ); /* IE6-9 */
	text-align:center;
	color:#000;
	border:2px solid #fff;
	border-radius:10px;
}
#wrapper .topbutton a:hover {
	border:2px solid #fff;
	border-radius:10px;
	box-shadow:0 0 5px #ccc;
	text-shadow:0 0 10px #fff;
}
#wrapper .nav {
	width:100%;
	float:left;
	margin-bottom:20px;
	font-family:Muli;
}
#wrapper .nav ul {
	float:left;
	width:100%;
	margin-left:2px;
}
#wrapper .nav ul li {
	width:90%;
	border-radius:10px;
	margin-top:3px;
	float:left;
	height:44px;
	color:#fff;
	padding-left:10%;
	line-height:44px;
	font-size:14px;
	text-transform:uppercase;
	background:#333333;
	font-weight:bold;
}
#wrapper .nav ul li a {
	width:90%;
	float:left;
	border-radius:10px;
	display:block;
	color:#fff;
	text-decoration:none;
	background:url(../images/mobile-arrow.png) no-repeat right;
}
#wrapper .nav ul li:hover {
	background:#000;
	transition: all 0.8s linear 0s;
	color:#D8B100;
	cursor:pointer;
}
#wrapper .nav ul li:hover a {
	color:#D8B100;
	font-weight:bold;
	display:block;
}
#wrapper #gallery {
	float: left;
	width: 100%;
}
#wrapper #gallery ul {
	float: left;
	width: 100%;
}
#wrapper #gallery ul li {
	border: 1px solid #B6B6B6;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: block;
	float: left;
	height: auto;
	width: 31%;
	margin-right:2%;
	margin-bottom:20px;
}
#wrapper #gallery ul li:nth-child(3n) {
 margin-right:0px;
}
#wrapper #gallery ul li a {
	margin: 0;
}
#wrapper #gallery ul li a img {
	width:100%;
	height:auto;
}
#wrapper #gallery ul li:hover {
	border: 1px solid #F8E249;
	transition: all 1s ease 0s;
}
#wrapper #gallery ul li h6 {
	background-color: #D9D9D9;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 38px;
	line-height: 16px;
	font-size:10px;
	font-weight:bold;
	padding: 7px 0 0;
	text-align: center;
	text-transform: uppercase;
	display:block;
}
#wrapper #gallery ul li h6:hover, #gallery ul li:hover h6 {
	background: linear-gradient(to bottom, #F8E34C 0%, #EFC81C 100%) repeat scroll 0 0 transparent;
	color: #000000;
	transition: all 1s ease 0s;
}
#footer {
	width:100%;
	float:left;
	background:#333333;
	height:100px;
	border-top: 1px dotted #FFFFFF;
}
#footer .mainfooter {
	max-width:600px;
	margin:0 auto;
	padding-top:5px;
}
#footer .mainfooter p {
	color:#fff;
	text-align:center;
}
#footer .mainfooter p a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#footer .mainfooter p a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
/*Inner Page Start*/


#wrapper .content {
	float: left;
	width: 100%;
	background:#fff;
	margin-left:1px;
	border-radius:10px;
	box-shadow:0 0 1px #999;
}
#wrapper .content h3 {
	font-family:Arial, Helvetica, sans-serif;
	background: url("../images/pallet_headingbg2.jpg") repeat-x scroll left top transparent !important;
	border-radius: 10px 10px 0 0;
	color: #000000;
	font-size: 100%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 5px;
	font-weight:bold;
	padding: 0 20px 0 23px;
}
#wrapper .content .textwrapper {
	padding:2%;
	width:96%;
}
#wrapper .content .textwrapper .blackheading {
	background: none repeat scroll 0 0 #000000;
	color: #FFFFFF;
	border-radius:10px;
	font-size: 17px;
	font-weight: normal;
	line-height: 25px;
	margin: 10px 0;
	padding: 3% 6%;
	width: 88%;
}
#wrapper .content .textwrapper .blackheading strong {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: underline;
}
#wrapper .content .textwrapper .blackheading small {
	color: #FFFFFF;
	font-size: 14px;
	font-weight:normal;
}
#wrapper .content .textwrapper .rightimg {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 40%;
}
#wrapper .content .textwrapper .rightimg img {
	width:100%;
	height:auto;
}
#wrapper .content .textwrapper h2 {
	color: #000000;
	font-size: 24px;
	margin-bottom:10px;
}
#wrapper .content .textwrapper h2 span {
	color: #333333;
	font-size: 13px;
}
#wrapper .content .textwrapper ul#colm {
	float: left;
	width:56%;
}
#wrapper .content .textwrapper ul#colm li {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	list-style: disc inside none;
	padding: 2px 0;
}
#wrapper .content .textwrapper .blueheading {
	border-bottom: 8px solid #4F81BD;
	border-top: 8px solid #4F81BD;
	color: #4F81BD;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	margin: 20px 0;
	padding: 2% 6%;
	text-align: center;
	width: 88%;
}
#wrapper .content .textwrapper .imgbox {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	width:40%;
}
#wrapper .content .textwrapper .imgbox img {
	width:100%;
	height:auto;
}
#wrapper .content .textwrapper .centerimg {
	width:100%;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
}
#wrapper .content .textwrapper .centerimg img {
	width:100%;
	height:auto;
}
#wrapper .content .textwrapper .centerimg  p {
	text-align:center;
}
#wrapper .content .textwrapper .p-border {
	border-top: 1px solid #333333;
	color: #666666;
	padding-top: 15px;
	text-align: center;
}
#wrapper .content .textwrapper .mapview {
	width:100%;
	float:left;
	margin-bottom:20px;
}
#wrapper .content .textwrapper ol {
}
#wrapper .content .textwrapper ol li {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	list-style: disc inside none;
	padding: 8px 0;
}
#wrapper .content .textwrapper .cities_service {
	float: left;
	width: 100%;
	margin-bottom:10px;
}
#wrapper .content .textwrapper .cities_service ul#heading {
	background-color: #D8B100 !important;
	float: left;
	width: 100%;
	font-size:12px;
}
#wrapper .content .textwrapper .cities_service ul#heading li {
	border-right: 1px solid #000000;
	color: #FFFFFF;
	float: left;
	line-height:30px;
	padding-left:2%;
	width: 6%;
	font-size:12px;
}
#wrapper .content .textwrapper .cities_service ul#heading li + li {
	border-right: 1px solid #000000;
	color: #FFFFFF;
	float: left;
	line-height:15px;
	width: 15%;
}
#wrapper .content .textwrapper .cities_service ul#heading li + li + li {
	border-right: 1px solid #000000;
	color: #FFFFFF;
	float: left;
	line-height: 30px;
	width: 35%;
}
#wrapper .content .textwrapper .cities_service ul#heading li + li + li + li {
	border-right: 1px solid #000000;
	color: #FFFFFF;
	float: left;
	line-height: 30px;
	width: 15%;
}
#wrapper .content .textwrapper .cities_service ul#heading li + li + li + li + li {
	border-right: medium none !important;
	color: #FFFFFF;
	float: left;
	line-height: 30px;
	width: 15%;
}
#wrapper .content .textwrapper .text .cities_service ul {
	background-color: #F0F0F0 !important;
	border-top: 1px solid #000000;
	float: left;
	width: 100%;
}
#wrapper .content .textwrapper .cities_service ul li {
	border-right: 1px solid #000000;
	color: #000000;
	float: left;
	line-height: 30px;
	padding-left: 2%;
	width: 6%;
	font-size:12px;
}
#wrapper .content .textwrapper .cities_service ul li + li {
	border-right: 1px solid #000000;
	color: #000000;
	float: left;
	line-height: 30px;
	width: 15%;
}
#wrapper .content .textwrapper .cities_service ul li + li + li {
	border-right: 1px solid #000000;
	color: #000000;
	float: left;
	line-height: 30px;
	width: 35%;
}
#wrapper .content .textwrapper .cities_service ul li + li + li + li {
	border-right: 1px solid #000000;
	color: #000000;
	float: left;
	line-height: 30px;
	width: 15%;
}
#wrapper .content .textwrapper .cities_service ul li + li + li + li + li {
	border-right: medium none !important;
	color: #000000;
	float: left;
	line-height: 30px;
	width: 15%;
}
#wrapper .content .textwrapper .tabledata {
    border-bottom: 1px solid #666666;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
#wrapper .content .textwrapper .tabledata ul#tab {
    border-top: 1px solid #666666;
    float: left;
    width: 100%;
}
#wrapper .content .textwrapper .tabledata ul#tab li {
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    color: #000000;
    float: left;
    font-size: 11px;
    line-height: 25px;
    list-style: none outside none;
    text-align: center;
    width: 32.8%;
	height:75px;
}
#wrapper .content .textwrapper .tabledata ul#tab li:nth-child(2) {
    border-left: medium none !important;
}
#wrapper .content .textwrapper .tabledata ul#tab li:last-child {
    border-left: medium none !important;
}

#wrapper .content .textwrapper ul#sitemap {
    float: left;
    width: 100%;
	margin-bottom:20px;
}
#wrapper .content .textwrapper ul#sitemap li {
    border-bottom: 1px solid #000000;
    color: #000000;
    float: left;
    line-height: 30px;
    width: 100%;
}
#wrapper .content .textwrapper ul#sitemap li a {
    color: #000000;
    float: left;
    width: 100%;
}
#wrapper .content .textwrapper ul#sitemap li a:hover {
    color: #333333;
}
#wrapper .content .textwrapper .contactimg {
	width:100%;
	float:left;
	margin-bottom:10px;
}
#wrapper .content .textwrapper .contactimg img{
	width:100%;
	height:auto;
}

#wrapper .content .textwrapper .contactform {
   width:96%;
	float:left;
	margin-bottom:20px;
}
#wrapper .content .textwrapper .contactform input[type="text"] {
    border: 1px solid #CCCCCC;
    color: #A1A1A1;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    width: 99%;
}
#wrapper .content .textwrapper .contactform input[type="email"] {
    border: 1px solid #CCCCCC;
    color: #A1A1A1;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    width: 99%;
}
#wrapper .content .textwrapper .contactform textarea {
    border: 1px solid #CCCCCC;
    color: #A1A1A1;
    font-size: 14px;
    padding: 0 5px;
    width: 99%;
}
#wrapper .content .textwrapper .contactform input[type="submit"] {
    background: linear-gradient(to bottom, #F2D530 0%, #F2E163 100%) repeat scroll 0 0 transparent;
    border: 1px solid #F2D530;
    color: #000000;
    cursor: pointer;
    float: left;
    font-size: 15px;
    height: 30px;
    width: 120px;
}
#wrapper .content .textwrapper .contactform input[type="submit"]:hover {
    background: linear-gradient(to bottom, #F2E163 0%, #F2D530 100%) repeat scroll 0 0 transparent;
}


/*Inner Page End/
