@charset "utf-8";
/* CSS Document */

body
{
padding:auto;
margin:auto;
font-family:Trebuchet MS;
width:100%;
height:100%;
}
h1,h2,h3,h4,h5,h6,p,div
{
padding:0px;
margin:0px;
font-weight:normal;
}
ul,li,a,span,input
{
padding:0px;
margin:0px;
border:none;
}
img
{
border:none;
}


#main_frame
{
padding:auto;
margin:auto;
width:1000px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
user-select:none;
-moz-user-select:none;
-webkit-user-select:none;
display:table;
}
#main_headerr
{
padding:auto;
margin:auto;
width:100%;
height:100%;
background:#ebebe9;
}

#headerr
{
padding:0px;
margin:0px;
float:left;
width:1000px;
height:120px;
background:url(../images/header_bg.png) no-repeat;
z-index:999;
position:relative;
}


/* Menu */
.menu {	
	height:30px;
	width:450px;

	
	background: -webkit-linear-gradient(top, #FFF100 0%,#FFF100 100%);
	background: -moz-linear-gradient(top, #FFF100 0%,#FFF100 100%);
	background: -o-linear-gradient(top, #FFF100 0%,#FFF100 100%);
	background: -ms-linear-gradient(top, #FFF100 0%,#FFF100 100%);
	background: linear-gradient(top, #FFF100 0%,#FFF100 100%);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 15px;
	margin:0px 0px 0px 0px;
	
	}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 30px;
	margin:0px 0px 0px 0px;
	
	

}

/* Links */

.menu li a {
	display: block;
	padding: 0 10px;
	margin: 0px 0px 0px 0px;
	line-height: 28px;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;

	color:#FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	
	
}

.menu li:first-child a { border-left: none;}
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { color:#ef4349; }

/* Sub Menu */

.menu ul {
	width:150px;
	position: absolute;
	top:30px;
	left:0px;

	opacity: 0;
	
	background: #3D3D3D;

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.menu li:hover > ul { opacity: 1; }

.menu ul li {
	
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
	
}

.menu li:hover > ul li {
	height: 28px;
	overflow: visible;
	padding: 0;
	
}

.menu ul li a {
	width: 200px;
	padding: 4px 0 4px 20px;
	margin: 0;

	border: none;
	
	
}

.menu ul li:last-child a { border: none; 
}

#show
{
	color:#ef4349;
}

#main_slider
{
padding:auto;
margin:auto;
width:100%;
height:100%;
background:#ebebe9;
}



.slider
{
width:1000px;
height:527px;
float:left;
margin-top:0px;
margin-left:0px;
background:url(../images/slider_bg.png);
}



#main_wrapper
{
padding:auto;
margin:auto;
width:100%;
height:100%;
background:#ebebe9;
}



#wrapper
{
width:1000px;
height:336px;
float:left;
margin-top:0px;
margin-left:0px;
background:url(../images/wrapper_bg.png)
}


#wrapper h1
{
padding:0px;
margin:10px 0px 0px 45px;
float:left;
width:950px;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#094882;
font-weight:bold;
}

#wrapper h2
{
padding:0px;
margin:10px 0px 0px 45px;
float:left;
width:950px;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#EF4349;
font-weight:bold;
}



#wrapper p
{
padding:0px 0px 0px 0px;
margin:10px 10px 10px 45px;
float:left;
width:920px;
font-size:12px;
font-family:Arial;
color:#3f454b;
text-align:justify;
font-style:none;
}

#wrapper p a
{
padding:0px 0px 0px 0px;
margin:10px 10px 10px 0px;
float:left;
width:920px;
font-size:12px;
font-family:Arial;
color:#EF4349;
text-align:justify;
font-style:none;
text-decoration:none;
}

#wrapperr
{
width:1000px;
height:336px;
float:left;
margin-top:0px;
margin-left:0px;
background:url(../images/wrapper_bg.png)
}



.heading
{
	padding:0px;
	margin:10px 0px 0px 50px;
	float:left;
	width:265px;
	height:260px;
	
}

.image
{
	padding:0px;
	margin:0px;
	float:left;
	width:265px;
	height:35px;
}


.text
{
	padding:0px;
	margin:0px 0px 0px 40px;
	float:left;
	width:225px;
	height:200px;
	
}

.text p
{
padding:0px 0px 0px 0px;
margin:10px 10px 10px 5px;
float:left;
width:210px;
font-size:12px;
font-family:Arial;
color:#3f454b;
text-align:justify;
font-style:none;
}


.read_more
{
padding:0px;
margin:5px 0px 0px 130px;
float:left;
width:92px;
height:22px;
color:#e4141b;
font-size:14px;
text-decoration:none;
font-weight:bold;
}

.feed_back
{
padding:0px;
margin:4px 0px 0px 700px;
float:left;
width:92px;
height:42px;
background:#cecec8;
text-decoration:none;
}

.client
{
	padding:0px;
	margin:10px 0px 0px 25px;
	float:left;
	width:950px;
	height:40px;
	
}


.client h1
{
padding:0px;
margin:10px 0px 0px 25px;
float:left;
width:950px;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#094882;
font-weight:bold;
}



.client p
{
padding:0px 0px 0px 0px;
margin:10px 15px 10px 25px;
float:left;
width:880px;
font-size:12px;
font-family:Arial;
color:#3f454b;
text-align:justify;
font-style:none;
}

#main_footer
{
padding:auto;
margin:auto;
width:100%;
height:100%;
display:table;
background:#ebebe9;
}

.footer
{
padding:0px;
margin:0px;
float:left;
height:60px;
width:1000px;
background:#333333;
}


.sitemap
{
padding:0px;
margin:10px 0px 0px 10px;
float:left;
width:600px;
height:auto;
}
.sitemap h3
{
padding:0px;
margin:5px 20px 5px 12px;

float:left;
font-size:14px;
font-style:normal;
font-family:Arial, Helvetica, sans-serif;
color:#FED62B;
font-weight:bold;
width:80px;
}

.sitemap ul
{
list-style-type:none;
padding:0px 0px 0px 10px;
text-decoration:none;
width:600px;
}
.sitemap li
{
float:left;
margin:5px 0px 4px 10px;
padding-top:0px;
font-family: Arial;
font-size:11px;
color:#FFF;
-webkit-transition-duration: 0.4s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.4s; /*Mozilla duration version*/
-o-transition-duration: 0.4s;
width:60px;
}
.sitemap li:hover
{
text-decoration:underline;
color:#FED62B;
}

.copyright
{
margin:-20px 10px 0px 30px;
float:left;
width:590px;
height:auto;
}

.copyright h5
{
margin:0px 0px 0px 0px;
float:right;
font-size:10px;
font-style:normal;
font-family:Trebuchet MS;
color:#FFF;
width:590px;
}

.logo
{
margin:-20px 0px 0px 870px;
float:left;
width:110px;
height:auto;
}	
	



.roundabout-holder  { 
	width:350px;
	height:380px;
	margin:10px 0px 0px 90px;
	
}
.roundabout-moveable-item {
   width: 350px;
   height: 316px;
   cursor: pointer;
}
	.roundabout-moveable-item img{
		width:100%;
		
	}


.images
{
	padding:0px;
	margin:0px 10px 0px 0px;
	float:left;
	height:250px;
	width:200px;
	border:2px solid #0E4C84;
	
}


#table
{
	padding:0px;
	margin:20px 0px 0px 200px;
	float:left;
	width:600px;
	height:auto;
	font-size:14px;
	
}




.enquiry_form
{
height:495px;
width:460px;
float: left;
margin:8px 0px 15px 35px;
background:none;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-radius:10px 0px 0px 10px;
border-radius:10px 0px 0px 10px;
background:#3D3D3D;
padding:15px 20px 10px 10px;
border-right:4px solid #E4E3E2;
}
.enquiry_form div
{
width:466px;
float: left;
height:auto;
color: #ffffff;
font-size:14px;
font-family:Trebuchet MS;
margin-top:4px;
font-weight: normal;
margin-right:13px;
position:relative;
display:block;
margin-bottom:5px;
text-shadow:none;
font-weight:bold;
}
.enquiry_form input
{
-moz-box-shadow: 0px 1px 0px #777;
-webkit-box-shadow: 0px 1px 0px #777;
background: #ddd url('img/inputSprite.png') no-repeat 4px 5px;
background: url('img/inputSprite.png') no-repeat 4px 5px, -moz-linear-gradient(
           center bottom,
           rgb(225,225,225) 0%,
           rgb(215,215,215) 54%,
           rgb(173,173,173) 100%
           );
	  background:  url('img/inputSprite.png') no-repeat 4px 5px, -webkit-gradient(
          linear,
          left bottom,
          left top,
          color-stop(0, rgb(225,225,225)),
          color-stop(0.54, rgb(215,215,215)),
          color-stop(1, rgb(173,173,173))
          );
color:#333;
text-shadow:0px 1px 0px;
-moz-border-radius:8px;
-o-border-radius:8px;
border-radius:8px;
-webkit-border-radius:8px;
}
.enquiry_form input:hover
{
background:#EF4349;
}
.txt_box
{
color:#000000;
font-family:Arial;
font-size:11px;
font-weight: normal;
height:50px;
width:356px;
float:right;
margin:0px;
background:#CCCCCC;
-moz-border-radius:8px;
-o-border-radius:8px;
border-radius:8px;
-webkit-border-radius:8px;
}
.txt_area
{
color:#000000;
font-family:Arial;
font-size:11px;
font-weight: normal;
height:23px;
width:356px;
float:right;
margin:0px;
}
.enquiry_form  select 
{
height:23px;
width:360px;
float:right;
color: #000000;
font-family:Trebuchet MS;
font-size:11px;
font-weight: normal;
-moz-border-radius:8px;
-o-border-radius:8px;
border-radius:8px;
-webkit-border-radius:8px;
background:#CCCCCC;
}
.enquiry_form  textarea 
{
color:#000000;
font-family:Arial;
font-size:11px;
font-weight: normal;
height:50px;
width:356px;
float:right;
margin:0px;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px ;
background:#CCCCCC;
}
.enquiry_form textarea:hover
{
background:#EF4349;
}
.enquiry_form select:hover
{
background:#EF4349;
}
.button
{
height:25px;
width:80px;
border:none;
cursor:pointer;
color:#000000!important;
font-family: Arial!important;
 border:2px solid #E4E3E2;
 font-weight:bold;
box-shadow: 0px 3px 0px none!important;
-moz-box-shadow: 0px 3px 0px  #000000!important;
-webkit-box-shadow: 0px 3px 0px #000000 !important;
float:right !important;
margin-top:5px !important;
margin-right:5px !important;
}

#contact
{
height:500px;
width:420px;
float: left;
margin:8px 0px 8px 0px;
-moz-border-radius:0px 10px 10px 0px;
-webkit-border-radius:0px 10px 10px 0px;
border-radius:0px 10px 10px 0px;
background:#3D3D3D;
padding:10px 0px 10px 10px;
}
#contact a
{
color:#CCCCCC;
}
#contact a:hover
{
color:#CCCCCC;
text-decoration:underline;
}
#contact h3
{
height: auto;
width:410px;
float:left;
margin:0px 0px 20px 0px;
background: none;
padding:5px 5px 6px 0px;
text-align:left;
color:#FFFFFF;
font-size:18px;
font-weight:normal;
border-bottom:2px solid  #E4E3E2;
}
#contact font
{
font-family: Trebuchet MS;
font-size:14px;
color: #ffffff;
font-weight:bold;
width:295px;
float:left;
margin:10px 0px 5px 0px ;
height:40px;
}
#contact b
{
font-size:15px;
color:#B60101;
font-weight:bold;
float:left;
width:120px;
margin:10px 0px 0px 0px ;
height:40px;
}

#contact h2
{
height: auto;
width:410px;
float:left;
margin:0px 0px 20px 0px;
background: none;
padding:5px 5px 6px 0px;
text-align:left;
color:#FFFFFF;
font-size:18px;
font-weight:normal;
}
