@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
* {
	padding:0px;
	margin:0px;
}


body {
	overflow-x: hidden;
	color:#F1F1F1;
	background: #333 repeat-x;
	background: url(../images/BG.jpg) repeat;
	font: 12px Verdana, Geneva, sans-serif;
} 
a {
	text-decoration:none;
	outline:none;
	color:#dddddd;
}
a:hover, a:active, a:focus {
    outline:none;
	border:none;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.under {
	text-decoration:underline;
}
.upper {
	text-transform:uppercase;
}
.italic {
	font-style:italic;
}
.colr {
	color:#fff !important;
}
.white {
	color:#fff !important;
}
.black {
	color:#000 !important;
}
h1 {
	font-size:20px;
	font-weight:normal;
}
h2 {
	font-size:18px;
	font-weight:normal;
}
h3 {
	font-size:16px;
	font-weight:normal;
}
h4 {
	font-size:15px;
	font-weight:normal;
}
.subhead {
	margin-top:18px;
	width:100%;
	float:left;
}
h5 {
	font-size:12px;
	font-weight:normal;
}
h6 {
	font-size:12px;
	font-weight:normal;
}
p {
	line-height:18px;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.heading {
	padding:15px 0px 10px 0px;
	width:100%;
	margin-bottom:15px;
}
input {
	font-size:16px;
}
.itlc {
	font-style:italic;
}
.noback {
	background-image:none !important;
}
.noborder {
	border:none !important;
}

/*
=======================================================================
	Buttons
=======================================================================
*/
/* Button One */
a.buttonone {
	float:left;
	width:145px;
	height:21px;
	padding:5px 10px 0px 30px;
	background-image:url(../images/buttonone.gif);
	background-repeat:repeat-x;
	display:inline-block;
	color:#fff;
	margin-top:10px;
}
/* Button Two */
a.buttontwo {
	float:left;
	height:17px;
	padding:3px 10px 0px 10px;
	background-image:url(../images/buttontwo.gif);
	background-repeat:repeat-x;
	display:inline-block;
	color:#fff;
	border:#101010 solid 1px;
}
/*
=======================================================================
	Input Form Rules
=======================================================================
*/
ul.forms {
	float:left;
	list-style:none;
	padding:0px 0px 10px 0px;
	width:100%;
}
ul.smallforms {
	padding:0px 20px 3px 0px !important;
	float:left;
	width:200px;
}
ul.forms li{
}
ul.forms li.txt{
	width:100px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
}
ul.forms li.smalltxt{
	float:left;
	width:70px;
	padding-top:5px;
}
.req {
	color:#F00;
}
ul.forms li.inputfield{
	float:left;
}
ul.forms li.inputfield input.bar{
	width:468px;
	height:24px;
	line-height:24px;
	background-color:#444;
	border:#939393 solid 1px;
	padding:0px 5px;
	color:#999999;
}
ul.forms li.inputfield input.smallbar{
	width:88px;
	height:24px;
	line-height:24px;
	background-color:#444;
	border:#939393 solid 1px;
	padding:0px 5px;
	color:#999999;
}
ul.forms li.inputfield select{
	width:480px;
	height:24px;
	line-height:24px;
	background-color:#444;
	border:#939393 solid 1px;
	color:#999999;
}
ul.forms li.inputfield select.smallselect{
	width:auto !important;
	float:left;
	margin-right:10px;
	min-width:60px;
}
ul.forms li.textfield{
	float:left;
	width:478px;
}
ul.forms li.textfield textarea{
	width:468px;
	height:110px;
	border:#939393 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	background-color:#444;
	color:#999999;
}
ul.forms li.radiobtn{
	float:left;
}
ul.forms li.radiobtn input{
	margin:0px 10px;
	float:left;
}
ul.forms li.check{
	float:left;
	width:auto;
	margin-right:10px;
}
ul.forms li.labletxt{
	margin:0px 20px 0px 0px;
	float:left;
}
/*
=======================================================================
	Wrapper Section Rules
=======================================================================
*/
#wrapper_sec {
	width:100%;
	padding:0px 8px;
	background: url(../images/BG.jpg);
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper_sec .innerwraper{
	width:960px;
	padding:0px 1px;
	border-top:#292929 solid 1px;
	margin-right: auto;
	margin-left: auto;
	
}
/*
=======================================================================
	Master Header Rules
=======================================================================
*/
#masthead {
	width:100%;
	height:136px;
	background-image:url(../images/header.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.logo {
	float:left;
	padding:10px 0px 20px 30px;
	height:67px;
}
.right_header {
	float:right;
	width:244px;
	height:73px;
	padding-top:23px;
	padding-left:276px;
	background-image:url(../images/reservation_head.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
}
.right_header p.area_code{
	float:left;
	color:#666;
	font-size:12px;
	font-weight:bold;
	padding:0px 7px 0px 0px;
}
.right_header p.phonenumber{
	float:left;
	color:#888;
	font-size:24px;
	font-weight:bold;
	padding:3px 0px 0px 0px;
}
.right_header a{
	float:right;
	color:#666666;
	margin:5px 10px 0px 0px;
	font-size:12px;
}
ul.share {
	float:right;
	list-style:none;
	margin-top: -130px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.share li{
	float:left;
	margin-left:5px;
	text-transform:uppercase;
	color:#FFF;
}
/*
=======================================================================
	Banner Rules
=======================================================================
*/
#banner {
	width:960px;
	height:483px;
	float:left;
}
/*
=======================================================================
	Content Section Rules
=======================================================================
*/
#content_sec {
	width:960px;
	margin-right: auto;
	margin-left: auto;
	background: #070707 repeat-y right;
}
.fullback {
	background-image:none !important;
	background-color:#070707;
}
.zigzag {
	width:960px;
	height:5px;
	background-image:url(../images/zigzag.gif);
	background-repeat:repeat-x;
}
/*
=======================================================================
	Home Page Sections Rules
=======================================================================
*/
.homewelcome {
	float:left;
	width:940px;
	padding:10px;
	background-image:url(../images/content_bg1.gif);
	background-repeat:repeat-x;
	background-color:#070707;
}
.homewelcome .homeleftsec{
	float:left;
	width:630px;
	padding:10px 20px 10px 10px;
	height:192px;
}
.clubtimings{
	float:right;
	width:266px;
	padding:6px;
	border:#333333 solid 1px;
	margin-bottom:10px;
}
.clubtimings img{
	width:266px;
	height:184px;
	z-index:1;
}
.clubtimings h3{
	width:246px;
	height:30px;
	padding:10px 10px 0px 10px;
	background-image:url(../images/black_trans.png);
	margin-top:-90px;
	z-index:9;
	float:left;
	position:relative;
}
.clubtimings p{
	width:117px;
	margin-top:-45px;
	z-index:9;
	position:relative;
	padding:0px 10px;
}
/*
=======================================================================
	Bread Crumb Rules
=======================================================================
*/
#crumb {
	width:958px;
	height:40px;
	float:left;
	background-image:url(../images/crumb.gif);
	background-repeat:repeat-x;
	text-transform:uppercase;
}
#crumb ul{
	float:left;
	list-style:none;
	padding:11px 0px 0px 0px;
}
#crumb ul li{
	float:left;
	list-style:none;
	padding:0px 10px 0px 10px;
}
#crumb ul li a{
	float:left;
	padding:2px 0px 0px 0px;
	color:#999;
}
#crumb ul li a:hover{
	text-decoration:underline;
}
#crumb ul li a.active{
	color:#ddd;
}
#crumb ul li.link{
	float:left;
	list-style:none;
	background-image:url(../images/sep_footer.gif);
	background-repeat:no-repeat;
	background-position:99.9% 80%;
	padding:0px 10px;
}
/*
=======================================================================
	Column 1 Rules
=======================================================================
*/
.col1 {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
.col1 P.welcome{
	padding:5px 0px;
}
/*
=======================================================================
	Home Tabs Rules
=======================================================================
*/
.hometabs {
	width:640px;
	float:left;
}
.hometabs ul{
	width:640px;
	list-style:none;
	float:left;
}
.hometabs ul li{
	width:187px;
	padding:15px 12px 20px 13px;
	float:left;
	border-right:#222222 solid 1px;
}
.hometabs ul li.last{
	border:none;
}
.hometabs ul li h5{
	width:187px;
	padding:0px 0px 10px 0px;
	float:left;
}
.hometabs ul li a.thumb{
	width:177px;
	height:76px;
	padding:4px;
	float:left;
	border:#333333 solid 1px;
}
.hometabs ul li p{
	width:187px;
	padding:5px 0px;
	float:left;
}
/*
=======================================================================
	Blog Rules
=======================================================================
*/
.blog {
	width:600px;
	padding-top:10px;
	padding-left: 50px;
}
.blog ul{
	width:600px;
	list-style:none;
	padding-top:10px;
}
.blog ul li{
	width:600px;
	margin-bottom:20px;
	padding-bottom:10px;
}
.blog ul li .adminline{
	width:600px;
	border-bottom:#555555 solid 1px;
	margin-bottom:10px;
	height:26px;
	color:#888888;
}
.blog ul li .adminline p{
	float:left;
	background-image:url(../images/sep_footer.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px;
	margin-right:10px;
}
.blog ul li .adminline a{
	color:#ddd;
	line-height:18px;
}
.blog ul li h4.title{
	margin:0px 0px 5px 0px;
}
.blog ul li p.txt{
	width:600px;
	padding:10px 0px;
	float:left;
	color:#aaaaaa;
}
.blog ul li p.txt img{
	float:left;
	border:#5f5f5f solid 3px;
	margin:0px 15px 15px 0px;
}
.blog ul li a.readmore{
	float:right;
	background-image:url(../images/readmore.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:0px 10px;
}

/*
=======================================================================
	Blog 2 Rules
=======================================================================
*/
.blog2 {
	width:500px;
	padding-top:10px;
	padding-left: 50px;
	line-height: 20px;
	font-size: 14px;
}
.blog2 ul{
	width:600px;
	list-style:none;
	padding-top:10px;
}
.blog2 ul li{
	width:600px;
	margin-bottom:20px;
	padding-bottom:10px;
}
.blog2 ul li .adminline{
	width:600px;
	border-bottom:#555555 solid 1px;
	margin-bottom:10px;
	height:26px;
	color:#888888;
}
.blog2 ul li .adminline p{
	float:left;
	background-image:url(../images/sep_footer.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px;
	margin-right:10px;
}
.blog2 ul li .adminline a{
	color:#ddd;
	line-height:18px;
}
.blog2 ul li h4.title{
	margin:0px 0px 5px 0px;
}
.blog2 ul li p.txt{
	width:600px;
	padding:10px 0px;
	float:left;
	color:#aaaaaa;
}
.blog2 ul li p.txt img{
	float:left;
	border:#5f5f5f solid 3px;
	margin:0px 15px 15px 0px;
}
.blog2 ul li a.readmore{
	float:right;
	background-image:url(../images/readmore.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:0px 10px;
}


/*
=======================================================================
	Comments Rules
=======================================================================
*/
.comments {
	width:640px;
	float:left;
}
.comments ul{
	width:640px;
	float:left;
	list-style:none;
}
.comments ul li{
	width:640px;
	float:left;
	list-style:none;
	padding-bottom:10px;
	margin-bottom:10px;
}
.comments ul li .authore_date{
	width:630px;
	border-bottom:#333 solid 1px;
	float:left;
	padding:5px 5px 10px 5px;
}
.authore_date .authore{
	float:left;
}
.authore_date .authore img{
	float:left;
	border:#dddddd solid 3px;
	margin-right:10px;
}
.authore_date .authore p{
	float:left;
	padding-top:8px;
	font-size:12px;
}
.authore_date p.date{
	float:right;
	padding:8px 10px 0px 0px;
	color:#999999;
}
.comments ul li p.txt{
	color:#aaa;
	width:620px;
	padding:10px;
	float:left;
}
.comments ul li a.buttonone{
	margin-right:10px;
}
.comments ul li .reply{
	width:590px;
	padding-left:20px;
	float:left;
	list-style:none;
	margin:20px 0px 20px 30px;
	border-left:#333333 solid 1px;
}
.comments ul li .reply .authore_date{
	width:580px;
	border-bottom:#333 solid 1px;
	float:left;
	padding:5px 5px 10px 5px;
}
.comments ul li .reply a.buttonone{
	margin-right:10px;
	margin-bottom:10px;
}
.comments ul li .reply p.txt{
	color:#aaa;
	width:570px;
	padding:10px;
	float:left;
}
/*
=======================================================================
	Leave Reply Rules
=======================================================================
*/
.leavereply {
	width:640px;
	float:left;
}
.leavereply input{
	width:628px;
	height:24px;
	padding:0px 5px;
	line-height:24px;
	background-color:#444444;
	border:#939393 solid 1px;
	float:left;
	margin-top:10px;
	color:#999999;
}
.leavereply textarea{
	width:628px;
	height:123px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#444;
	border:#939393 solid 1px;
	float:left;
	margin:10px 0px;
	color:#999999;
}
/*
=======================================================================
	Paging Rules
=======================================================================
*/
.paging {
	float:left;
	width:100%;
	padding:10px 0px;
}
.paging ul{
	float:left;
	list-style:none;
}
.paging ul li{
	float:left;
	margin-left:4px;
}
.paging ul li a.paging_btn{
	float:left;
	width:27px;
	height:21px;
	display:inline-block;
}
.paging ul li a.paging_btn img{
	float:left;
	width:27px;
	height:21px;
}
.paging ul li a.links{
	float:left;
	width:25px;
	height:17px;
	display:inline-block;
	padding-top:2px;
	text-align:center;
	border:#181818 solid 1px;
	color:#FFF;
}
.paging ul li a.links:hover{
	background-color:#222222;
	border:#424242 solid 1px;
	color:#999999;
}
.paging ul li a.selected{
	background-color:#222222;
	border:#424242 solid 1px;
	color:#999999;
}
/*
=======================================================================
	News Rules
=======================================================================
*/
.news {
	width:900px;
	float:left;
	padding-bottom:20px;
	margin-right: auto;
	margin-left: auto;
}
.news ul{
	width:600px;
	float:left;
	list-style:none;
}
.news ul li.simple{
	width:600px;
	float:left;
	border-bottom:#555555 solid 1px;
	padding:20px 0px;
}
.news ul li .thumb{
	width:140px;
	float:left;
}
.news ul li .thumb a{
	float:left;
	border:#535353 solid 3px;
}
.news ul li .thumb a img{
	float:left;
	width:124px;
	height:124px;
}
.news ul li.simple .desc{
	width:455px;
	float:left;
}
.news ul li .desc p.date{
	width:100%;
	float:left;
	color:#777777;
}
.news ul li .desc p.txt{
	width:100%;
	float:left;
	padding:5px 0px 10px 0px;
}
.news ul li.simple .desc .postin{
	width:100%;
	float:left;
	padding:8px 0px 5px 0px;
}
.news ul li .desc .postin a.readmore{
	float:left;
	padding:0px 0px 0px 15px;
	background-image:url(../images/readmore.png);
	background-repeat:no-repeat;
	background-position:left;
	text-transform:uppercase;
}
.news ul li .desc .postin .cat{
	float:right;
}
.news ul li .desc .postin a:hover{
	text-decoration:underline;
}

.news ul li .featured_tag{
	width:110px;
	height:30px;
	padding-top:5px;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	background-image:url(../images/featured.gif);
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	margin:-140px 0px 0px -10px;
	color:#FFF;
}
/*
=======================================================================
	Contact Rules
=======================================================================
*/
.contact {
	width:907px;
	float:left;
}
.contact h5{
	padding-bottom:05px;
	padding-top:30px;
}
.contact h4{
	margin:30px 0px 20px;
	padding-right: 10px;
}
.contact a{
	color:#FFF;
}
/*
=======================================================================
	Reservation Rules
=======================================================================
*/
.reserve {
	width:640px;
	float:left;
}
.reserve .phone{
	background-image:url(../images/phone.gif);
	background-repeat:no-repeat;
	background-position:27px 4px;
	padding-left:50px;
	font-size:14px;
	margin:20px 0px 20px 10px;
}
.reserve .mail{
	background-image:url(../images/email.gif);
	background-repeat:no-repeat;
	background-position:19px 4px;
	padding-left:50px;
	font-size:14px;
	margin:20px 0px 40px 10px;
}
.reserve p.txt{
	width:610px;
	float:left;
	padding-left:30px;
}
.reserve h3{
	margin-top:30px;
}
.reserve h3{
	margin-top:30px;
}
/*
=======================================================================
	Column 2 Rules
=======================================================================
*/
.col2 {
	width:220px;
	height:400px;
	float:right;
	padding:10px 10px 0px;
	margin-top: -1150px;
	z-index: 9999;
	margin-right: 20px;

}
.col2 .righthead{
	width:220px;
	height:27px;
	padding:10px 10px 0px 10px;
	float:right;
	background-color:#FFF;
}
/*
=======================================================================
	Reach Us Rules
=======================================================================
*/
.reachus {
	width:200px;
	float:left;
	margin-bottom:10px;
}
.reachus h3{
	width:200px;
	float:left;
	padding:5px 0px 10px 0px;
}
.reachus .map{
	width:266px;
	height:184px;
	border:#333333 solid 1px;
	padding:6px;
	float:left;
}
.reachus a.enlarge{
	float:left;
	padding:0px 0px 0px 20px;
	background-image:url(../images/enlarge.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin:10px 0px;
	color:#888;
}
/*
=======================================================================
	Advertisment Rules
=======================================================================
*/
.advertisment {
	width:280px;
	float:left;
}
.advertisment a{
	width:266px;
	float:left;
	padding:6px;
	border:#333333 solid 1px;
	margin-bottom:10px;
}
/*
=======================================================================
	Quick Links Rules
=======================================================================
*/
.quicklinks {
	width:220px;
	float:left;


}
.quicklinks ul{
	width:200px;
	float:right;
	list-style:none;
	padding-top:10px;
}
.quicklinks ul li{
	width:200px;
	float:right;
	background-image:url(../images/right_arrow.gif);
	background-repeat:no-repeat;
	background-position:10px 15px;
	border-bottom:#222222 solid 1px;
}
.quicklinks ul li a{
	color:#999999;
}

/*
=======================================================================
	Column 3 Rules
=======================================================================
*/
.col3 {
	width:920px;
	float:left;
	padding:10px 20px;
	background: #070707 url(../images/col1.png) repeat-y top;
}
/*
=======================================================================
	Gallery Page Rules
=======================================================================
*/
.gallery {
	width:920px;
	float:left;
}
.gallery .sorting{
	width:920px;
	float:left;
}
.gallery .sorting ul{
	float:left;
	list-style:none;
}
.gallery .sorting ul li{
	float:left;
}
.gallery .sorting ul li.txt{
	padding:3px 20px 0px 0px;
}
.gallery .sorting ul li a{
	float:left;
	height:17px;
	padding:3px 10px 0px 10px;
	background-repeat:repeat-x;
	display:inline-block;
	color:#fff;
	border:#181818 solid 1px;	
}
.gallery .sorting ul li a:hover{
	background-image:url(../images/buttontwo.gif);	
	border:#101010 solid 1px;
}
.gallery .sorting ul li a.selected{
	background-image:url(../images/buttontwo.gif);	
	border:#101010 solid 1px;
}
.gallery ul.gallerylist{
	width:920px;
	float:left;
	margin:20px 0px;
	padding:20px 0px;
	border-top:#535353 solid 1px;
	border-bottom:#535353 solid 1px;
	list-style:none;
}
.gallery ul.gallerylist li{
	width:160px;
	float:left;
	margin-right:30px;
	margin-bottom:35px;
}
.gallery ul.gallerylist li.last{
	margin-right:0px;
}
.gallery ul.gallerylist li img{
	width:154px;
	float:left;
	height:151px;
	border:#828282 solid 3px;
}
.gallery ul.gallerylist li a.image{
	width:154px;
	height:151px;
	background-repeat:no-repeat;
	display:block;
	font-size:100000px;
	overflow:hidden;
	display:inline-block;
	float:left;
	margin-top:-154px;
	margin-left:3px;
	z-index:99;
}
.gallery ul.gallerylist li a.image:hover{
	background-image:url(../images/img_hover_big.png);
}
.gallery ul.gallerylist li a.video{
	width:154px;
	height:151px;
	background-repeat:no-repeat;
	display:block;
	font-size:100000px;
	overflow:hidden;
	display:inline-block;
	float:left;
	margin-top:-154px;
	margin-left:3px;
	z-index:99;
}
.gallery ul.gallerylist li a.video:hover{
	background-image:url(../images/video_hover_big.png);
}
/*
=======================================================================
	Static Rules
=======================================================================
*/
.static {
	width:100%;
	float:left;
}
.static h3.heading{
	margin-top:30px;
	margin-bottom:20px;
}
.static p.txt{
	width:100%;
	float:left;
	padding:10px 0px;
}
.static .sec1{
	width:170px;
	float:left;
}
.static .sec2{
	width:400px;
	float:left;
	margin-right:29px;
}
.static .sec2 ol{
	width:400px;
	float:left;
	padding-left:20px;
}
.static .sec2 ol li{
	width:400px;
	padding:5px 0px;
}
.static .sec3{
	width:220px;
	float:left;
}
.static .sec3 ul{
	width:200px;
	float:left;
	padding-left:20px;
}
.static .sec3 ul li{
	width:200px;
	padding:5px 0px;
}
.static h1{
	padding:10px 0px;
}
.static h1{
	padding:10px 0px;
}
.static span{
	padding:0px 0px 5px 0px;
}
.static h2{
	padding:8px 0px;
}
.static h3{
	padding:6px 0px;
}
.static h4{
	padding:5px 0px;
}
.static h5{
	padding:5px 0px;
}
.static h5 span{
	padding-bottom:10px;
}
.static h6{
	padding:5px 0px;
}
.static table{
	float:left;
	width:640px;
	color:#656464;
}
.static tr.tablehead{
	background-color:#666666 !important;
	font-weight:bold;
	color:#fff;
}
.static tr.tablehead td{
	border:#666 solid 1px;
}
.static tr{
	padding:5px;
	background-color:#fbfbfb;
}
.static tr.tabledark{
	background-color:#f3f3f3 !important;
}
.static tr td{
	padding:5px;
	border:#2f2f2f solid 1px;
}
/*
=======================================================================
	Footer Rules
=======================================================================
/*
#footerH {
	width:960px;
	color:#666;
	background: #000 url(../images/footer_bg.gif) repeat-x;
	bottom: 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;

}
.footerH {
	bottom: 0px;
	position: relative;
	padding-left: 0px;

}
a.top {
	display:inline-block;
	width:43px;
	height:18px;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	position:absolute;
	margin-left:960px;
}

#footerH ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	list-style: none;
	padding: 20px 20px 20px 20px;
}
#footer .leftfoot ul li{
	float:left;
	background-image:url(../images/sep_footer.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#footer .leftfoot ul li.last{
	background-image:none;
}
#footer .leftfoot ul li a{
	color:#666;
}
#footer .leftfoot ul li a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer .leftfoot p{
	float:left;
	list-style:none;
	padding:3px 0px 0px 20px;
}
#footerH2 {
	text-align: right;
	list-style: none;
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;



}
#footer .rightfoot ul{
	float:left;
	list-style:none;
	padding:15px 0px 0px 10px;
	margin-top: -55px;
}
#footer .rightfoot ul li{
	float:left;
	padding:0px 10px;
}
#footer .rightfoot ul li.designdby{
	float:left;
	padding:12px 10px 0px 0px;
}
#wrapper_sec #content_sec .col1 .contact #GoogleMaps {
	width: 100%;
}
*/

#DivFooter {
	width: 100%;
	margin-left: 8px;
	}
	
#FooterDiv {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background: #333333;
	height: 80px;
	}
	
#FooterDiv ul li {
	width: 900px;
	margin-left: 40px;
	margin-top: -20px;
	padding-top: 20px;
	text-decoration: none;
	list-style: none;
	}
	
#FooterLedDiv {
	margin-right: -20px;
	width: 100%;
	text-align: right;
	margin-top: -40px;
	}