@charset "utf-8";
/* CSS Document */

body
{ background:#000;}


#main_header{width:auto; height:auto;}
#main_frame{padding:auto;
margin:auto;
width:980px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
display:table;
user-select:none;
-moz-user-select:none;
-webkit-user-select:none;}
.header{float:left; margin:0px 0px 10px 0px; padding:0px; width:980px; height:auto;  }
.img{ float:left; width:auto; height:auto; margin:0px 0px 0px -10px;}
.img1{ float:right; width:auto; height:auto; margin:0px 0px 0px 10px;}

.email{float:right; margin:-115px 50px 0px 0px;}
.email a{color:#FFF; margin:0px 0px 0px 0px; font-family:Arial;}
.email b{color:#FFF;}
.go {
	background:#000;
	color:#FFF;
}

#menu, #menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0;z-index: 9999;
	list-style: none; position:relative;
	
}
#menu {
	width: 100%;z-index: 9999;
	margin: -40px 0 0 0px;
	float:left;
}
#menu:before,  #menu:after {
	
	display: table;
}
#menu:after {
	clear: both;
}
#menu {
	zoom:1;
}
#menu li {
	float:left;
	background:none;
	border-radius: 6px;
	position: relative;

}
#menu a {
	float: left;
	padding: 12px 55px;
	color:#FFF;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	background:url(../images/menubg.png) no-repeat;
	margin:0px 0px 0px 5px;
	
}
#menu li:hover > a {
	color: #ca5717;
}
#menu li ul li:hover > a {
	color: #FFF;
}
#menu li li a {
	color:#FFF;
	background:#000000;
	border-radius:6px;
}
#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 1;
	background: -moz-linear-gradient(#444, #111);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -webkit-linear-gradient(#444, #111);
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#menu ul ul {
	top: 0;
	float:right;
	left: 0px;
	margin: 0 0 0 0px;
	_margin: 0; /*IE6 only*/
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
}
#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
	-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}
#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul a {
	padding: 10px;
	width: 150px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}
#menu ul a:hover {
	background-image: -moz-linear-gradient(#9f0a0c, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9f0a0c), to(#000000));
	background-image: -webkit-linear-gradient(#9f0a0c, #000000);
	background-image: -o-linear-gradient(#9f0a0c, #000000);
	background-image: -ms-linear-gradient(#9f0a0c, #000000);
	background-image: linear-gradient(#9f0a0c, #000000);
}
#menu ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}
#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}
#menu ul li:first-child a:hover:after {
	border-bottom-color: #04acec;
}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #0299d3;
	border-bottom-color: transparent;
}
#menu ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
/* Mobile */
	#menu-trigger {
	display: none;
}
/* iPad */
	.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;
}
#menu li:hover > .no-transition {
	display: block;
}

.marquee{float:left; width:999px; margin:0px 0px 0px -5px; background:url(../images/1.png) no-repeat; border-radius:32px;}
.marquee p{float:left; color:#FFF; font-family:Euphemia; font-size:14px;}

.img_gallery{float:left; margin:20px 0px 10px 10px; width:980px;}
.img_gallery img{float:left; margin:0px 0px 0px 10px; width:auto; height:auto;}

#main_wrapper{width:auto; margin:5px 0px 0px 0px;}
.wrapper{float:left; margin:0px 0px 0px 0px; height:auto; width:999px; background:#FFF !important;}
.wrapper h1{float:left; margin:0px 0px 0px 10px; height:auto; width:auto;  color:#000; padding:10px 0px 10px 0px; font-size:18px !important; border-bottom:2px solid #000000; font-family:Arial;}
.wrapper h2{float:left; margin:0px 0px 0px 0px; height:auto; width:990px; text-align:left; color:#C02019; padding:10px 0px 0px 0px; font-size:17px !important;}
.wrapper p{float:left; margin:10px 0px 10px 0px; height:auto; width:970px; text-align:justify; color:#44484e; padding:10px 10px 10px 10px; font-size:12px !important; font-family:Arial, Helvetica, sans-serif; background:#FFF; border:2px dashed #CCCCCC; line-height:18px; box-shadow: 0 3px 3px -3px #333;}


.left
{
float:left;
width:980px;
height:auto;

}

.left h1
{
float:left;
width:980px;
height:auto;

}
.left p
{float:left; 
margin:0px 10px 0px 10px;
height:auto;
width:960px;
color:#44484e; 
text-align:justify; 
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
border:none;

box-shadow:none;}

.read{float:right; margin:0px 0px 0px 0px; font-family:Arial; font-size:14px; color:#FFF; background:#000; padding:5px 5px 5px 5px; text-decoration:none;}
.img_gallery1{float:left;  margin:20px 0px 10px 3px; width:240px; height:173px; background:; border:1px #990000 solid;}
.img_gallery1 p{float:left; width:220px; margin:-110px 0px 0px 0px; color:#FFF; z-index:999; position:relative; background:#000; }

.read1{float:right; margin:-25px 10px 0px 0px; color:#000; z-index:999; position:relative; background:#FFF; padding:0px 5px 0px 5px; text-decoration:none;}

.enquiry_form
{
height:auto;
width:420px;
float:left;
margin:0px 0px 20px 0px;

}

.enquiry_form h1
{
height:auto;
width:440px;
float:left;
margin:0px 0px 20px 0px;
padding:0px 0px 0px 0px;
text-align:left;
color:#747474;
font-size:22px;
font-weight:normal;
font-family: Trebuchet MS;
border-bottom:#CCCCCC 1px solid;
}
.enquiry_form div
{
width:450px;
float:left;
height:auto;
color:#000;
font-size:12px;
font-family:Trebuchet MS;
font-weight: normal;
margin:10px 0px 0px 10px;
position:relative;
display:block;
margin-bottom:5px;
text-shadow:none;
font-weight:bold;
}
.enquiry_form input
{
color:#535651;
}
.enquiry_form input:hover
{

}
.txt_box
{
color:#67575F; background:#fff !important;
font-family:Arial;
font-size:11px;
font-weight: normal;
height:50px;
width:406px;
float:right;
margin:0px; border:1px solid #000;

}
.txt_area
{
color:#67575F;
font-family:Arial;
font-size:11px;
font-weight: normal;
height:23px;
width:326px;
float:right;background:#fff !important;
margin:0px; border:1px solid #000;
}
.enquiry_form  select 
{
height:23px;
width:330px;
float:right;
color:#67575F;background:#fff !important;
font-family:Trebuchet MS;
font-size:11px; 
font-weight: normal; border:1px solid #000;

}
.enquiry_form textarea 
{
color:#67575F;
font-family:Arial;
font-size:12px;
font-weight: normal;
height:50px;
width:326px;
float:right;
margin:0px; border:1px solid #000;

}
.enquiry_form textarea:hover
{

}
.enquiry_form select:hover
{
}
.button
{
height:25px;
width:80px;
border:none;
cursor:pointer;background:#fff !important;
color:#747474!important;
font-family: Arial!important;
 border:2px solid #747474;
 font-weight:bold;
float:right !important;
margin-top:0px !important;
margin-right:5px !important;
}
.button:hover
{
 color:#262016!important;
 border:2px solid #262016;

}

#main_footer
{
padding:0px;margin:0px;width:100%;height:auto; background:#a2080c;}

.footer
{
float:left;width:990px;height:50px; background:#a2080c; margin:10px 0px 0px 0px;  }



.copyright
{
margin:20px 10px 0px 100px;
float:left;
width:660px;
height:auto;
}

.copyright h5
{
margin:0px 0px 0px -90px;
float:left;
font-size:12px;
font-style:normal;
font-family:Arial, Helvetica, sans-serif;
color:#FFF;
width:760px;


}

.logo1
{
margin:10px 20px 0px 10px;
float:right;
width:90px;
height:40px;
}	

.logo2
{
margin:8px 0px 0px 0px;
float:right;
width:35px;
height:40px;
}	


.corner
{
float:left;
width:200px;
height:200px;
$(this).corner("tear");
background:#0099CC;
}		
		