﻿@charset "utf-8";
body
{
	padding: 0;
	margin:0;
	font-family: "Arial";
}
table, p
{
	padding: 0;
}
*
{
	margin: 0;
	
}

ul, li
{
	list-style: none;
}
h1
{
	font-size: 28px;
}
h2
{
	font-size: 22px;
}

p
{
	font-size: 10.64pt;
	color: Black;
	padding-bottom: 10px;
	font-family: Arial;
	line-height: 14pt;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}
p a, a:hover
{
	font-size: 10.64pt;
	color: Black;
	text-decoration: none;
}
.wrapper
{
	width: 990px;
	margin: 0 auto;
	padding: 0;
}
.bg
{
	background-image:url(../images/bg.jpg);
	height:296px;
	background-repeat:repeat-x;
	
}
.menubg
{
background-image:url(../images/menubg.jpg);
	height:50px;
	background-repeat:repeat-x;
}
/* menu */

.menu
{
	/*background-image: url(../images/menu_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;*/
	height: 50px;
	padding: 0px 0px 0px 230px;
	width: 990px;
	margin: 0px 0px 0px 0px;
}
.menu ul
{
	float: left; /*width:427px;*/
	
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	color: #000;
	margin: 0px 0px 0px 0px;
}
.menu ul li
{
	float: left;
	width: auto;
	padding: 0px 0px 0px 0px;
	margin:0px;
}
.menu ul li a
{
	padding: 0px 0px 0px 0px;
	float: left;
	margin:0px;
	top:auto;
	bottom:auto;
}
.menu ul li a, img
{
	border: solid 0px white;
	margin:0px;
	padding:0px;
}
.rightpane
{
	padding-top: 23px;
	padding-right: 22px;
	width: 341px;
}
leftpane
{
	padding-top: 23px;
	padding-right: 22px;
	width: 570px;
}
/*.menu ul li a.active, .menu ul li a:hover
{
	
	
	height: 70px;
}*/
.main
{
	padding: 0 20px 3px 12px;
	/*float: left;*/
	width: 990px;
}
.servieprovide
{
	background-image: url(../images/service_provide.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 340px;
}
/* footer */
.footer_top
{
	height: 30px;
}
.footer1
{
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 66px;
	width:auto;

	
}

.copy_right
{
	
	font-size: 11px;
	color: #7f7f7f;
	
}

.vital
{
	color: #7d7d7d;
	text-decoration: none;
	padding: 0;
	font-size: 11px;
}
.vital:hover
{
	color: #000000;
	font-size: 11px;
}

.text_pad
{
	color: #000;
	font-size: 18px;
	padding: 5px 0;
}
/*service page*/
.eventspecial
{
	float: left;
}
.eventspecial ul
{
	margin: 0;
	padding: 0px;
	float: inherit;
}
.eventspecial ul li
{
	list-style-image: url(../images/tick3.jpg);
	list-style-position: inside;
	font-size: 9.64pt;
	color: #a66f01;
	margin: 0;
	padding: 5px 0px 0 15px;
	float: inherit;
}
.services_img_box
{
	float: inherit;
	padding: 4px; /*background:url(../images/gallery/img_box.jpg) left top no-repeat; */
	text-align: center;
	border: solid 2px #f9cc8c;
}
/* gallery*/
.img_box
{
	float: left;
	padding: 2px; /*background:url(../images/gallery/img_box.jpg) left top no-repeat; */
	margin: 2.8px;
	text-align: center;
	border: solid 2px #f9cc8c;
	height: 132px;
}
.img_bor
{
	border: 0px solid #FFFFFF;
}
/* contact us*/
.contact_img_box
{
	float: left;
	padding: 4px; /*background:url(../images/gallery/img_box.jpg) left top no-repeat; */
	text-align: center;
	border: solid 2px #b3b3b3;
}
.name
{
	font-size: 13px;
	font-weight: bold;
	color: #3a3a3a; /*width: 110px;*/
	padding-bottom: 5px;
}
.dot
{
	font-size: 13px;
	font-weight: bold;
	color: #3a3a3a;
	width: 10px;
	padding-bottom: 5px;
}
.input
{
	/*	background: url(../images/contact/input_bg.gif) left top no-repeat;*/
	background-color: White;
	border: solid 1px #d2c5ab;
	width: 145px;
	float: left;
	padding: 3px 12px;
}
.textarea
{
	/*background: url(../images/contact/textarea.gif) left top no-repeat;*/
	background-color: White;
	border: solid 1px #d2c5ab;
	width: 145px;
	height: 101px;
	float: left;
	padding: 3px 12px;
	
	
}
.submit
{
	/*background: url(../images/submit.gif) left top no-repeat;*/
	background-color: White;
	border: solid 1px #f9cc8c;
	width: 76px;
	height: 25px;
	float: left;
	cursor: pointer;
	padding-bottom: 2px;
	margin: 0 0 0 0;
	color: #000;
	font-size: 14px;
	text-align: center;
	display: block;
}
/*inquiry css start*//*
.formError
{
	position: absolute;
	top: 300px;
	left: 300px;
	width: 150px;
	padding-bottom: 15px;
	display: block;
	z-index: 5000;
}
.formError .formErrorContent
{
	width: 100%;
	background: #000;
	color: #fff;
	font-family: tahoma;
	font-size: 10px;
	box-shadow: 1px 1px 6px #000;
	-moz-box-shadow: 1px 1px 6px #000;
	-webkit-box-shadow: 1px 1px 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.formError .formErrorArrow
{
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 15px;
	height: 15px;
}
.formError .formErrorArrow div
{
	box-shadow: 1px 4px 5px #000;
	-moz-box-shadow: 1px 4px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	font-size: 0px;
}
.formError .formErrorArrow .line10
{
	width: 15px;
	height: 1px;
	background: #000;
	margin: 0 auto;
	font-size: 0px;
	display: block;
}
.formError .formErrorArrow .line9
{
	width: 13px;
	height: 1px;
	background: #000;
	margin: 0 auto;
	display: block;
}
.formError .formErrorArrow .line8
{
	width: 11px;
	height: 1px;
	background: #000;
	margin: 0 auto;
	display: block;
}
.formError .formErrorArrow .line7
{
	width: 9px;
	height: 1px;
	background: #000;
	margin: 0 auto;
	display: block;
}
.formError .formErrorArrow .line6
{
	width: 7px;
	height: 1px;
	background: #000;
	margin: 0 auto;
	display: block;
}
.formError .formErrorArrow .line5
{
	width: 5px;
	height: 1px;
	background: #000;
	margin: 0 auto;
	display: block;
}
.formError .formErrorArrow .line4
{
	width: 3px;
	height: 1px;
	background: #000;
	margin: 0 auto;
	display: block;
}
.formError .formErrorArrow .line3
{
	width: 1px;
	height: 1px;
	background: #000;
	margin: 0 auto;
	display: block;
}
*/
/* gallery */
.nub_bg
{
	background-image:url(../images/num_bg.jpg);
	height:71px;
	background-repeat:repeat-x;
	background-position:top left;
	
}
