@charset "utf-8";
/* CSS Document */

body
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin: 0;
	padding: 0;
	font-size:14px;
	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	line-height:20px;
	color:#505050;
	background-color:#FFF;
	width:100%;
}
p, ul, li, nav
        {

            padding:0;
            margin:0;
        }

#wrapper
{
	width:1000px;
	height:100%;
	margin:0 auto;
}

#header
{
	width:100%;
	height:110px;
	margin-top:0px;
	clear:both;
	float:left;
}

.logo
{
	background:url(../images/logo.png) no-repeat;
	width:270px;
	height:86px;
	float:left;
	margin-top:12px;
	margin-left:12px;
}

.social_icons
{
	float:right;
	margin-top:20px;
}

.social_icons ul li
{
	display:inline;
}

.hr
{
	clear:both;
	width:100%;
}

#main_body
{
	width:1000px;
	clear:both;
	margin-top:20px;
}

.left_side
{
	float:left;
	width:225px;
}

#menu {
overflow: auto;
position:relative;
z-index:2;
width:600px;
}


.parent-menu {
background-color: #6a135a;
min-width:200px;
float:left;
}

#menu ul
{
list-style-type:none;
}


#menu ul li a
{
padding:10px 15px;
display:block;
color:#fff;
text-decoration:none;
}


#menu ul li a:hover
{
background-color:#007ee9;
}

.active
{
background-color:#007ee9;
}

	
#menu ul li:hover > ul {

left: 200px;
-webkit-transition: left 200ms ease-in;
-moz-transition: left 200ms ease-in;
-ms-transition: left 200ms ease-in;
transition: left 200ms ease-in;

}


#menu ul li > ul {

position: absolute;
background-color: #333;
top: 0;
left: -200px;
min-width: 200px;
z-index: -1;
height: 100%;
-webkit-transition: left 200ms ease-in;
-moz-transition: left 200ms ease-in;
-ms-transition: left 200ms ease-in;
transition: left 200ms ease-in;
height:200px;

}


#menu ul li > ul li a:hover

{

background-color:#5b5b5b;

}

.right_side
{
	width:775px;
	float:right;
}


#sliderFrame {position:relative;width:775px; float:left;} /*remove the "margin:0 auto;" if you want to align the whole slider to the left side*/

#inner_banner
{
	position:relative;width:775px; float:left; margin-top:0px;}
	
        
#slider {
    width:775px;height:300px;/* Make it the same size as your images */
	background:#fff url(loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
	float:left;
}
#slider img {
	position:absolute;
	border:none;
	display:none;
}

.banner
{
	width:775px;
	height:240px;
	background:#CCC;
}

.main_content
{
	margin-top:10px;
	float:left;
}


.footer
{
	width:100%;
	height:30px;
	background:#6a135a;
	clear:both;
	float:left;
	margin-top:40px;
}

.footer_text
{
	color: #fff;
    margin: 0 auto;
    padding-top: 4px;
    text-align: center;
}

.footer_text a
{
	text-decoration:none;
	color:#fff;
}

/*Contact Form*/

.contactform
{
	float:left;
	width:390px;
	margin-top:10px;
	color:#747474;
}

.contactform ul
{
	list-style-type:none;
}

.colorr
{
	border: 1px solid gainsboro;
    height: 25px;
    margin-bottom:5px;
    width:390px;
	margin-top:5px;
}

.colorr1
{
	border: 1px solid gainsboro;
    margin-bottom:5px;
    width:390px;
	margin-top:5px;
}

.submitbutton
{
	
    border: medium none;
    cursor: pointer;
    height: 24px;
    vertical-align: middle;
	background:#636363;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;	
	float:left;
	color:white;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
}

.address
{
	float: left;
    margin-left: 85px;
    width: 300px;
}

h3
{
	margin-bottom: 3px;
}

.gallery1
{
	margin-left:60px;
}
.gallery
{
	margin-left:20px;
	margin-top:20px;
	float:left;
}

.left
{
	float: left;
    text-align: justify;
    width: 350px;
}

.right
{
	 float: right;
    margin-left: 51px;
    margin-top: 37px;
    width: 350px;
	text-align:justify;
}

.main_content a
{
	text-decoration:none;
	color:#000;
}

.quick_contact
{
	 margin-top: -137px;
    position: absolute;
}