@charset "utf-8";
/*
=======================================================================
	General Rules
=======================================================================
*/
* {
	padding:0px;
	margin:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	
	color:#510000;
	height:100%;
	width:100%;
	background:#F0F0F0;
}
span.grung {
	width:100%;
	height:176px;
	float:left;
	background-image:url(../../images/cloud.png);
	background-repeat:no-repeat;
	background-position:top center;
	position:absolute;
	z-index:1;
}
span.blackstrip {
	width:100%;
	height:15px;
	float:left;
	background:url(../../images/black.png);
	position:absolute;
	z-index:1;
}
span.whitestrip {
	width:100%;
	height:10px;
	float:left;
	background:url(../../images/nav_bg.png);
	position:absolute;
	z-index:1;
	margin-top:176px;
}
a {
	text-decoration:none;
	outline:none;
	color:#666;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.under {
	text-decoration:underline;
}
.upper {
	text-transform:uppercase;
}
.italic {
	font-style:italic;
}
.white {
	color:#fff !important;
}
.black {
	color:#000 !important;
}
h1 {
	font-size:22px;
	font-weight:normal;
	font-family: 'Ubuntu', sans-serif;
}
h2 {
	font-size:20px;
	font-weight:normal;
	font-family: 'Ubuntu', sans-serif;
}
h3 {
	font-size:18px;
	font-weight:normal;
	font-family: 'Ubuntu', sans-serif;
}
h4 {
	font-size:16px;
	font-weight:normal;
	font-family: 'Ubuntu', sans-serif;
}
h5 {
	font-size:16px;
	font-weight:normal;
	font-family: 'Ubuntu', sans-serif;
}
h6 {
	font-size:13px;
	font-weight:normal;
	font-family: 'Ubuntu', sans-serif;
}
p {
	line-height:20px;
	text-align: justify;
}
.left {
	float:left !important;
	margin-bottom: 4px;
}
.right {
	float:right !important;
	margin-bottom: 4px;
}
.imgleft {
	float:left !important;
	margin:0px 15px 15px 0px;
}
.heading {
	width:983px;
	height:30px;
	color:#FFF;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-left: 17px;
	font-size: 20px;
}
input {
	font-size:11px;
}
textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;
}
.itlc {
	font-style:italic;
}
.noback {
	background-image:none !important;
}
.noborder {
	border:none !important;
}
.nobotmarg {
	margin-bottom:0px !important;
}
/*
/*
=======================================================================
	Navigation Rules
=======================================================================
*/
.navigation {
	float:left;
	width:1000px;
	height:35px;
	background:url(../../images/navigation.png);
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*
=======================================================================
	Announcement Rules
=======================================================================
*/
.navigation .announcment{
	float:right;
}
.announcment a.mlink{
	display:inline-block;
	height:25px;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	background:url(../../images/navigation.png);
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 10px;
}
.announcment a.mlink:hover{
	background:url(../../images/nav_bg.png);
}
.navigation .announcment ul{
	display:none;
	position:absolute;
	float:right;
	width:293px;
	z-index:999;
	background:#fff;
	list-style:none;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -200px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.navigation .announcment ul li{
	width:293px;
	/* [disabled]border-bottom:#ededed solid 1px; */
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
}
.navigation .announcment:hover a.mlink{
	background:#FFF;
}
.navigation .announcment:hover ul{
	display:block;
}
/*
=======================================================================
	Tweets Tab - Widget Rules
=======================================================================
*/
.widgettabs #tweetsec{
	width:100%;
	float:left;
	background:#FFF;
}
.widgettabs #tweetsec ul{
	width:100%;
	float:left;
	list-style:none;
}
.widgettabs #tweetsec ul li{
	width:100%;
	float:left;
	padding:10px 0px 10px 0px;
	border-top:#e2e2e2 solid 1px;
}
.widgettabs #tweetsec ul li .desc{
	padding:0px 10px 5px 10px;
}
.widgettabs #tweetsec ul li p{
	padding:0px 10px 0px 10px;
}
/*
=======================================================================
	728*90 banner Rules
=======================================================================
*/
.bigadv{
	float:left;
	padding:2px;
	background:#FFF;
	-moz-box-shadow:0px 0px 1px 1px #eee9d8;
	-webkit-box-shadow:0px 0px 1px 1px #eee9d8;
	box-shadow:0px 0px 1px 1px #eee9d8;
	margin:10px 0px 0px 0px;
}
.bigadv a{
	float:left;
}
.bigadv a img{
	width:728px;
	height:90px;
	border:#e0e0e0 solid 1px;
}
/*
=======================================================================
	Blog Posts Rules
=======================================================================
*/
.blog {
	width:100%;
	float:left;
	background:#FFF;
	-moz-box-shadow:0px 0px 1px 1px #eee9d8;
	-webkit-box-shadow:0px 0px 1px 1px #eee9d8;
	box-shadow:0px 0px 1px 1px #eee9d8;
}
.post{
	width:705px;
	float:left;
	padding:0px 15px 10px 15px;
	border-bottom:#e2e2e2 solid 1px;
	margin-bottom:10px;
}
.post .title{
	padding:0px 0px 10px 0px;
}
.post .title a{
	color:#444;
}
.post .thumb{
	float:left;
	width:703px;
	border:#d4d4d4 solid 1px;
	margin-bottom:5px;
}
.post .thumb a img{
	float:left;
}
.post .postoptions{
	float:left;
	width:705px;
	border-bottom:#d4d4d4 solid 1px;
	padding:5px 0px 10px 0px;
}
.post .lespad{
	padding:0px 0px 0px 0px;
}
.postoptions ul{
	float:left;
	width:705px;
	list-style:none;
}
.postoptions ul li{
	float:left;
	padding:0px 20px 0px 0px;
	color:#717171;
}
.postoptions ul li.author{
	float:left;
	padding:0px 20px 0px 20px;
	background:url(../../images/author.png) no-repeat 0px 0px;
}
.postoptions ul li.date{
	float:left;
	padding:0px 20px 0px 20px;
	background:url(../../images/date.png) no-repeat 0px 0px;
}
.postoptions ul li.coments{
	float:left;
	padding:0px 20px 0px 20px;
	background:url(../../images/comments.png) no-repeat 0px 1px;
}
.postoptions ul li.tags{
	float:left;
	padding:0px 20px 0px 20px;
	background:url(../../images/tags.png) no-repeat 0px 0px;
}
.postoptions ul li.venu{
	float:left;
	padding:0px 20px 0px 20px;
	background:url(../../images/venu.png) no-repeat 0px 0px;
}
.post .postdesc{
	float:left;
	width:705px;
	padding:5px 0px 5px 0px;
}
.post .postdesc p{
	padding:6px 0px;
}
.post a.readmore{
	float:left;
	background:url(../../images/readmore.gif) no-repeat 0px 3px;
	padding:0px 0px 0px 6px;
}
/*
=======================================================================
	Pagination Rules
=======================================================================
*/
.paging {
	width:100%;
	float:left;
	padding:0px 0px 10px 0px;
}
.paging ul{
	list-style:none;
	padding-right:15px;
}
.paging ul li{
	float:left;
	padding-left:5px;
}
.paging ul li h5{
	padding:3px 10px 0px 10px;
}
.paging a{
	display:block;
	height:20px;
	font-size:12px;
	font-weight:bold;
	color:#979797;
	padding:4px 10px 0px 10px;
	border-radius:3px;
}
.paging a:hover{
	color:#FFF;
}
.paging a.backcolr{
	color:#FFF;
}
.paging a.prevbtn, .paging a.nextbtn{
	background-color:#c4c4c4;
	color:#FFF;
}
/*
=======================================================================
	Blog Posts Detail Rules
=======================================================================
*/
.blog .detail {
	width:705px;
	float:left;
	margin-bottom:0px;
	padding-top:0px;
}
.blog .detail p{
	padding:6px 0px;
}
.detail .postoptions{
	border-bottom:none;
}
.detail .postdesc{
	border-top:#d4d4d4 solid 1px;
	margin-top:10px;
}
.detail .bigsec{
	width:675px;
	padding:15px;
	float:left;
	-moz-box-shadow:0px 0px 1px 1px #eee9d8;
	-webkit-box-shadow:0px 0px 1px 1px #eee9d8;
	box-shadow:0px 0px 1px 1px #eee9d8;
	background:#FFF;
	margin:10px 0px;
}
.detail h4{
	padding:0px 0px 6px 0px;
}
.detail h5{
	padding:0px 0px 6px 0px;
}
.detail .smallsec{
	width:315px;
	padding:15px;
	float:left;
	-moz-box-shadow:0px 0px 1px 1px #eee9d8;
	-webkit-box-shadow:0px 0px 1px 1px #eee9d8;
	box-shadow:0px 0px 1px 1px #eee9d8;
	background:#FFF;
	margin:10px 0px;
}
.detail .smallsec .left{
	padding:0px 10px 10px 0px;
}
/*
=======================================================================
	Share Rules
=======================================================================
*/
.blog .share {
	width:725px;
	float:left;
	padding:0px 0px 0px 10px;
}
.blog .share ul{
	list-style:none;
	float:left;
	padding:10px 0px 0px 0px;
}
.blog .share ul li{
	float:left;
	padding:0px 5px 0px 0px;
}
.blog .share ul li h6{
	padding:2px 5px 0px 0px;
}
.blog .share a.print{
	width:45px;
	height:45px;
	background:url(../../images/print.gif) no-repeat 50% 50%;
	display:inline-block;
	float:right;
	border-left:#e2e2e2 solid 1px;
}
/*
=======================================================================
	About Author Rules
=======================================================================
*/
.aboutauthor {
	width:705px;
	padding:15px;
	float:left;
	background:#FFF;
	-moz-box-shadow:0px 0px 1px 1px #eee9d8;
	-webkit-box-shadow:0px 0px 1px 1px #eee9d8;
	box-shadow:0px 0px 1px 1px #eee9d8;
	margin-top:15px;
}
.aboutauthor .thumb{
	padding-right:15px;
	float:left;
	width:80px;
	height:50px;
}
.aboutauthor .desc{
	float:left;
	width:610px;
}
.aboutauthor .desc h4{
	padding:0px 0px 8px 0px;
}
/*
=======================================================================
	Comments Rules
=======================================================================
*/
.commentsec {
	width:735px;
	float:left;
	background:#FFF;
	-moz-box-shadow:0px 0px 1px 1px #eee9d8;
	-webkit-box-shadow:0px 0px 1px 1px #eee9d8;
	box-shadow:0px 0px 1px 1px #eee9d8;
	margin-top:15px;
}
.commentsec .heading{
	margin-bottom:0px;
}
.commentsec ul.comments{
	width:735px;
	float:left;
	list-style:none;
	margin-bottom:10px;
}
.commentsec ul.comments li{
	float:left;
}
.commentsec ul li.level1 .insec{
	width:705px;
	border-bottom:#e2e2e2 solid 1px;
	float:left;
	padding:15px;
}
.commentsec ul li .thumb{
	width:65px;
	float:left;
}
.commentsec ul li .thumb a{
	width:45px;
	height:45px;
	float:left;
	padding:2px;
	border:#c6c6c6 solid 1px;
}
.commentsec ul li .desc{
	width:640px;
	float:left;
}
.commentsec ul li .desc .author_date{
	float:left;
	padding:0px 0px 5px 0px;
}
.commentsec ul li .desc .author_date p.date{
	color:#9a9a9a;
	padding:3px 0px 0px 0px;
}
.commentsec ul li .desc a.reply{
	float:right;
	font-size:10px;
	color:#565656;
	background-color:#efefef;
	padding:0px 0px 0px 0px;
	padding:3px 5px;
	border-radius:3px;
}
.commentsec ul li .desc a.reply:hover{
	color:#FFF;
}
.commentsec ul li.level2{
	float:left;
	background:url(../../images/comments_arrow.gif) no-repeat 15px 25px;
	padding-left:43px;
}
.commentsec ul li.level2 .insec{
	width:677px;
	border-bottom:#e2e2e2 solid 1px;
	float:left;
	padding:15px 15px 15px 0px;
}
.commentsec ul li.level2 .insec .desc{
	width:610px;
}
.commentsec ul li.level3{
	float:left;
	background:url(../../images/comments_arrow.gif) no-repeat 45px 25px;
	padding-left:73px;
}
.commentsec ul li.level3 .insec{
	width:647px;
	border-bottom:#e2e2e2 solid 1px;
	float:left;
	padding:15px 15px 15px 0px;
}
.commentsec ul li.level3 .insec .desc{
	width:580px;
}
/*
=======================================================================
	Leave A Reply Rules
=======================================================================
*/
.respond {
	width:735px;
	float:left;
	background:#FFF;
	-moz-box-shadow:0px 0px 1px 1px #eee9d8;
	-webkit-box-shadow:0px 0px 1px 1px #eee9d8;
	box-shadow:0px 0px 1px 1px #eee9d8;
	margin-top:15px;
	padding-bottom:10px;
}
.respond p{
	float:left;
	padding:10px 2%;
	width:96%;
}
.respond label{
	width:80px;
	float:left;
	font-size:14px;
	font-family: 'Ubuntu', sans-serif;
	padding:5px 0px 0px 0px;
}
.respond input.textfield{
	width:440px;
	height:32px;
	color:#666;
	padding:0px 5px;
	line-height:32px;
	float:left;
	border:#cbcbcb solid 1px;
	margin-bottom:5px;
	border-radius:3px;
	-moz-box-shadow:    inset 1px 1px 4px #e5e4e4;
   	-webkit-box-shadow: inset 1px 1px 4px #e5e4e4;
   	box-shadow:         inset 1px 1px 4px #e5e4e4;
	padding-bottom:0px;
}
.respond textarea{
	width:550px;
	height:102px;
	float:left;
	border:#cbcbcb solid 1px;
	margin-bottom:5px;
	border-radius:3px;
	-moz-box-shadow:    inset 1px 1px 4px #e5e4e4;
   	-webkit-box-shadow: inset 1px 1px 4px #e5e4e4;
   	box-shadow:         inset 1px 1px 4px #e5e4e4;
	padding-bottom:0px;
}
.respond p.form-submit input{
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	font-family: 'Ubuntu', sans-serif;
	border:none;
	padding:6px 10px 6px 10px;
	border-radius:3px;
	margin:0px 0px 0px 80px;
}
/*
=======================================================================
	Middle Size Column Rules
=======================================================================
*/
.midcol {
	width:293px;
	float:left;
	background-color:#FFF;
	-moz-box-shadow:0px 0px 1px 1px #eee9d8;
	-webkit-box-shadow:0px 0px 1px 1px #eee9d8;
	box-shadow:0px 0px 1px 1px #eee9d8;
	/* [disabled]padding-right: 15px; */
	/* [disabled]padding-bottom: 15px; */
	/* [disabled]padding-left: 15px; */
}
.midcol-1 {
    background-color: #FFFFFF;
    box-shadow: 0 0 1px 1px #EEE9D8;
    float: left;
    padding: 15px;
    width: 460px;
}
}
/*
=======================================================================
	Quick Enquiry Rules
=======================================================================
*/
.quickenquiry {
	width:305px;
	float:left;
}
.quickenquiry h3{
	width:293px;
	float:left;
	padding-bottom:10px;
}
.quickenquiry ul{
	width:293px;
	float:left;
	/* [disabled]border-top:#e2e2e2 solid 1px; */
	list-style:none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.quickenquiry ul li{
	padding-bottom:10px;
}
.quickenquiry ul li label{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	padding-bottom:10px;
}
.quickenquiry ul li.inputfield{
	width:273px;
	height:32px;
	color:#666;
	line-height:32px;
	float:left;
	border:#cbcbcb solid 1px;
	margin-bottom:5px;
	border-radius:3px;
	-moz-box-shadow:    inset 1px 1px 4px #e5e4e4;
	-webkit-box-shadow: inset 1px 1px 4px #e5e4e4;
	box-shadow:         inset 1px 1px 4px #e5e4e4;
	padding-bottom:0px;
	/* [disabled]margin-bottom:15px; */
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
.quickenquiry ul li input.bar{
	border:none;
	background:transparent;
	width:215px;
	height:32px;
	color:#800000;
	padding:0px 10px 0px 31px;
}
.quickenquiry ul li input.name{
	background:url(../../images/name.png)no-repeat 10px center;
}
.quickenquiry ul li input.email{
	background:url(../../images/email.png) no-repeat 10px center;
}
.quickenquiry ul li input.phon{
	background:url(../../images/phone.png) no-repeat 10px center;
}
.quickenquiry ul li.textfield{
	width:263px;
	height:32px;
	float:left;
	border:#cbcbcb solid 1px;
	margin-bottom:5px;
	border-radius:3px;
	-moz-box-shadow:    inset 1px 1px 4px #e5e4e4;
	-webkit-box-shadow: inset 1px 1px 4px #e5e4e4;
	box-shadow:         inset 1px 1px 4px #e5e4e4;
	padding-bottom:0px;
	margin-bottom:15px;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.quickenquiry ul li.textfield textarea{
	width:273px;
	height:32px;
	color:#800000;
	float:left;
	border:none;
	background:transparent;
}
.quickenquiry ul li input.go{
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	font-family: 'Ubuntu', sans-serif;
	border:none;
	padding:6px 10px 6px 10px;
	border-radius:3px;
	cursor:pointer;
}
.quickenquiry ul li.nopad{
	padding:0px;
}
.errormsg {
	width:436px;
	height:32px;
	padding:8px 12px 0px 12px;
	background:url(../../images/error_bg.gif) repeat-x;
	color:#FFF;
	border-radius:3px;
	margin:10px 0px 0px 0px;
}
.errormsg span{
	padding:4px 0 0 30px;
	background:url(../../images/error.png) no-repeat;
	height:18px;
	display:inline-block;
}
.successmsg {
	width:436px;
	height:54px;
	padding:6px 12px 0px 12px;
	background:url(../../images/success_bg.gif) repeat-x;
	color:#FFF;
	border-radius:3px;
	margin:10px 0px 0px 0px;
}
.successmsg div{
	padding:0px 0 0 30px;
	background:url(../../images/success.png) no-repeat 0px 5px;
	display:inline-block;
}
.successmsg div p{
	line-height:14px;
	padding-bottom:4px;
}
label.error {
	background:url(../../images/warning.png) no-repeat 100% 5px;
	color:#ff0000 !important;
	font-size:11px !important;
	font-weight:normal !important;
	float:right;
	padding:3px 20px 10px 0px !important;
	margin:-27px 10px 0px 0px;
}
/*
=======================================================================
	Contact Info Rules
=======================================================================
*/
.contactinfo {
	width:460px;
	float:left;
}
.contactinfo .cont_map{
	width:458px;
	float:left;
	border:#e0e0e0 solid 1px;
	margin-bottom:20px;
}
.contactinfo h3{
	padding-bottom:6px;
	margin-bottom:10px;
	border-bottom:#e2e2e2 solid 1px;
}
.contactinfo p{
	padding-bottom:10px;
}
.contactinfo .address{
	background:url(../../images/venu.png) no-repeat 0px 3px;
	padding:0px 0px 0px 20px;
	width:210px;
}
.contactinfo .address h5{
	padding:0px 0px 6px 0px;
}
.contactinfo .phoneno{
	background:url(../../images/phoneno.png) no-repeat 0px 3px;
	padding:0px 0px 0px 20px;
	width:210px;
}
.contactinfo .email{
	background:url(../../images/emailbig.png) no-repeat 0px 3px;
	padding:0px 0px 0px 20px;
	width:210px;
}
/*
=======================================================================
	Static Page Rules
=======================================================================
*/
.static {
	width:1000px;
	float:left;
}
.static p{
	padding:6px 0px;
}
.static p:first-child{
	padding-top:0px;
}
/*
=======================================================================
	Full Width Section Rules
=======================================================================
*/
.fullwidth {
	width:1000px;
	background-color:#FFF;
	-moz-box-shadow:0px 0px 1px 1px #eee9d8;
	-webkit-box-shadow:0px 0px 1px 1px #eee9d8;
	box-shadow:0px 0px 1px 1px #eee9d8;
	margin-bottom:15px;
}
.fullwidth .heading{
	width:983px;
	height:30px;
	color:#FFF;
	padding-top: 9px;
	padding-bottom: 0px;
	padding-left: 17px;
	font-size: 20px;
}
.bigst{
	width:980px;
	float:left;
	padding:10px;
	/* [disabled]border-bottom:#e2e2e2 solid 1px; */
}
.smallst{
	width:475px;
}
.smallst h5{
	padding:0px 0px 10px 0px;
}
.smallestst{
	width:310px;
}
.middle{
	padding:0px 17px;
}
a.readmore {
	float:left;
	color:#999999;
	background:url(../../images/readmore.gif) no-repeat 0px 3px;
	padding:0px 0px 0px 6px;
}
.nomarg {
	margin:0px !important;
}
/*
=======================================================================
	Small Column Rules
=======================================================================
*/
.smalcol {
	width:250px;
	background-color:#FFF;
	-moz-box-shadow:0px 0px 1px 1px #eee9d8;
	-webkit-box-shadow:0px 0px 1px 1px #eee9d8;
	box-shadow:0px 0px 1px 1px #eee9d8;
	margin:0px 15px 15px 0px;
}
.smalcol .heading{
	padding:10px;
	width:230px;
}
.smalcol .smalcolin{
	padding:0px 10px 10px 10px;
	width:230px;
}
/*
=======================================================================
	Middle Column Rules
=======================================================================
*/
.middlecol {
	width:470px;
	background-color:#FFF;
	-moz-box-shadow:0px 0px 1px 1px #eee9d8;
	-webkit-box-shadow:0px 0px 1px 1px #eee9d8;
	box-shadow:0px 0px 1px 1px #eee9d8;
	margin:0px 0px 15px 0px;
}
.middlecol .heading{
	padding:10px;
	width:450px;
}
.middlecol .middlecolin{
	padding:0px 10px 10px 10px;
	width:450px;
}
.middlecolin span{
	padding-bottom:7px;
	display:block;
}
/*
=======================================================================
	Two Column Rules
=======================================================================
*/
.twcol {
	width:735px;
	background-color:#FFF;
	-moz-box-shadow:0px 0px 1px 1px #eee9d8;
	-webkit-box-shadow:0px 0px 1px 1px #eee9d8;
	box-shadow:0px 0px 1px 1px #eee9d8;
	margin:0px 0px 15px 0px;
}
.twcol .heading{
	padding:10px;
	width:715px;
}
.twcol .twcolin{
	padding:0px 10px 10px 10px;
	width:715px;
}
.twcol h1, .twcol h2, .twcol h3, .twcol h4, .twcol h5, .twcol h6{
	padding:0px 10px 10px 0px;
}
/*
=======================================================================
	Blog Qoute Rules
=======================================================================
*/
.block {
	width:97%;
	padding:1.5%;
}
/*
=======================================================================
	BlockQoute Rules
=======================================================================
*/
.block1 {
	width:495px;
	background-color:#FFF;
	-moz-box-shadow:0px 0px 1px 1px #eee9d8;
	-webkit-box-shadow:0px 0px 1px 1px #eee9d8;
	box-shadow:0px 0px 1px 1px #eee9d8;
	margin-bottom:15px;
}
.block1 .blockin{
	width:465px;
	padding:5px 15px 15px 15px;
}
/*
=======================================================================
	Table Rules
=======================================================================
*/
.tables {
	width:980px;
	padding:10px;
	border-bottom:#e2e2e2 solid 1px;
}
.tables h5{
	padding-bottom:5px;
	margin-bottom: 10px;
}
table{
	width:100%;
}
table tr{
	border-radius:4px;
	background:#f3f3f3;
	margin-bottom:5px;
	width:100%;
	float:left;
}
table th{
	padding:.5%;
	text-align:center;
	width:17.6%;
	float:left;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
}
table td{
	padding:.5%;
	width:17.6%;
	float:left;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
}
/*
=======================================================================
	Other Options Rules
=======================================================================
*/
.otheroptions {
	width:465px;
	padding:15px;
	border-bottom:#e2e2e2 solid 1px;
	float:left;
}
.otheroptions h5{
	padding-bottom:10px;
}
.otheroptions ul{
	list-style:none;
	float:left;
}
.otheroptions ul li{
	float:left;
	padding:0px 20px 0px 0px;
}
.otheroptions ul li input{
	float:left;
	margin:0px 5px 0px 0px;
}
/*
=======================================================================
	Form Rules
=======================================================================
*/
.inputform {
	width:465px;
	padding:15px 15px 21px 15px;
	border-bottom:#e2e2e2 solid 1px;
	float:left;
}
.inputform h5{
	padding-bottom:10px;
}
.inputform p{
	float:left;
	padding:5px 0;
	width:100%;
}
.inputform label{
	font-size:14px;
	font-family: 'Ubuntu', sans-serif;
	padding:5px 0px 5px 0px;
	width:100%;
	float:left;
}
.inputform input.textfield{
	width:440px;
	height:32px;
	line-height:32px;
	padding:0px 5px;
	float:left;
	border:#cbcbcb solid 1px;
	margin-bottom:5px;
	border-radius:3px;
	-moz-box-shadow:    inset 1px 1px 4px #e5e4e4;
   	-webkit-box-shadow: inset 1px 1px 4px #e5e4e4;
   	box-shadow:         inset 1px 1px 4px #e5e4e4;
	color:#666666;
}
.inputform select{
	width:450px;
	height:32px;
	padding:0px 5px;
	color:#666;
	line-height:32px;
	padding:5px;
	float:left;
	border:#cbcbcb solid 1px;
	margin-bottom:5px;
	border-radius:3px;
	-moz-box-shadow:    inset 1px 1px 4px #e5e4e4;
   	-webkit-box-shadow: inset 1px 1px 4px #e5e4e4;
   	box-shadow:         inset 1px 1px 4px #e5e4e4;
	color:#666666;
}
.inputform textarea{
	width:440px;
	height:92px;
	padding:5px;
	float:left;
	border:#cbcbcb solid 1px;
	margin-bottom:5px;
	border-radius:3px;
	-moz-box-shadow:    inset 1px 1px 4px #e5e4e4;
   	-webkit-box-shadow: inset 1px 1px 4px #e5e4e4;
   	box-shadow:         inset 1px 1px 4px #e5e4e4;
}
.inputform p.form-submit input{
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	font-family: 'Ubuntu', sans-serif;
	border:none;
	padding:6px 10px 6px 10px;
	border-radius:3px;
}
/*
=======================================================================
	Alert Rules
=======================================================================
*/
.alert {
	float:left;
	width:465px;
}
.alert h5{
	padding:10px 0px 5px 0px;
}
/*Blue Alert*/
.notif_blue {
	background:url(../../images/blue.gif) repeat-x #4f74a3;
	width:96%;
	padding:2%;
	color:#FFF;
	margin-bottom:5px;
}
.notif_blue .alertin{
	background:url(../../images/info.png) no-repeat 0px 3px;
	padding:0% 2% 0% 8%;
}
.notif_blue .alertin h5{
	padding:0px;
}
.notif_blue .alertin p{
	padding:0px;
}
/*Red Alert*/
.notif_red {
	background:url(../../images/red.gif) repeat-x #b1191f;
	width:96%;
	padding:2%;
	color:#FFF;
	margin-bottom:5px;
}
.notif_red .alertin{
	background:url(../../images/info.png) no-repeat 0px 3px;
	padding:0% 2% 0% 8%;
}
.notif_red .alertin h5{
	padding:0px;
}
.notif_red .alertin p{
	padding:0px;
}
/*Blue Alert*/
.notif_yellow {
	background:url(../../images/yellow.gif) repeat-x #c3a14a;
	width:96%;
	padding:2%;
	color:#FFF;
	margin-bottom:5px;
}
.notif_yellow .alertin{
	background:url(../../images/info.png) no-repeat 0px 3px;
	padding:0% 2% 0% 8%;
}
.notif_yellow .alertin h5{
	padding:0px;
}
.notif_yellow .alertin p{
	padding:0px;
}
/*Blue Alert*/
.notif_green {
	background:url(../../images/green.gif) repeat-x #82c66e;
	width:96%;
	padding:2%;
	color:#FFF;
	margin-bottom:5px;
}
.notif_green .alertin{
	background:url(../../images/info.png) no-repeat 0px 3px;
	padding:0% 2% 0% 8%;
}
.notif_green .alertin h5{
	padding:0px;
}
.notif_green .alertin p{
	padding:0px;
}
/*
=======================================================================
	Lists Rules
=======================================================================
*/
.lists {
	float:left;
	width:680px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.lists h5{
	padding:0px 0px 5px 0px;
}
.lists ul{
	float:left;
	list-style:inside;
	width:230px;
}
.lists ul li, .lists ol li{
	padding:4px 0px;
}
.lists ul ul, .lists ol ul{
	padding:0px 0px 0px 15px;
}
/*
=======================================================================
	Static Page Rules
=======================================================================
*/
.gallery {
	width:1000px;
	float:left;
	background-color:#FFF;
	-moz-box-shadow:0px 0px 1px 1px #eee9d8;
	-webkit-box-shadow:0px 0px 1px 1px #eee9d8;
	box-shadow:0px 0px 1px 1px #eee9d8;
}
.gallery .heading{
	padding:10px 15px 10px 15px;
	width:970px;
}
.gallerysec{
	padding:0px 0px 0px 15px;
	width:985px;
}
/*
=======================================================================
	Filter Rules
=======================================================================
*/
ul#filterOptions {
	width:100%;
	height:26px;
	margin:10px 0;
	overflow:hidden;
}
ul#filterOptions li { 
	height:26px; 
	margin-right:10px; 
	display:inline-block; 
	float:left;
}
ul#filterOptions li h5{ 
	padding:4px 0px 0px 0px;
}
ul#filterOptions li a {
	height:21px;
	padding:5px 10px 0px 10px;
	background:#c4c4c4;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:block;
	border-radius:3px;
}
ul.ourHolder {
	width:985px;
	overflow:hidden;
}
li.item .hoverlinks a.mag{
	width:31px;
	height:32px;
	background:url(../../images/magcircle.png);
	float:left;
	display:inlin-block;
	margin-right:5px;
}
li.item .hoverlinks a.link{
	width:31px;
	height:32px;
	background:url(../../images/link.png);
	display:inline-block;
}
li.item:hover .caption{
	display:none !important;
}
li.item:hover .hoverlinks{
	display:block !important;
}
/*
=======================================================================
	Gallery - Two Column Rules
=======================================================================
*/
.twocolgal{
	float:left;
}
.twocolgal li.item{
	width:470px;
	height:256px;
	float:left;
	overflow:hidden;
	margin:0px 10px 15px 0px;
	padding:4px;
	background:#f8f8f8;
	border:#e5e5e5 solid 1px;
	float:left;
}
.twocolgal li.item .caption{
	width:450px;
	height:23px;
	padding:7px 10px 0px 10px;
	float:left;
	background:url(../../images/dblack.png);
	float:left;
	position:absolute;
	margin:-33px 0px 0px 0px;
	color:#FFF;
}
.twocolgal li.item .hoverlinks{
	width:270px;
	height:156px;
	padding:100px 0px 0px 200px;
	background:url(../../images/dblack.png);
	float:left;
	position:relative;
	margin:-259px 0px 0px 0px;
	display:none;
	z-index:99;
	float:none;
}
/*
=======================================================================
	Gallery - Three Column Rules
=======================================================================
*/
.threecolgal{
	float:left;
}
.threecolgal li.item{
	width:308px;
	height:190px;
	float:left;
	overflow:hidden;
	margin:0px 10px 10px 0px;
	padding:4px;
	background:#f8f8f8;
	border:#e5e5e5 solid 1px;
	float:left;
}
.threecolgal li.item .caption{
	width:288px;
	height:23px;
	padding:7px 10px 0px 10px;
	float:left;
	background:url(../../images/dblack.png);
	float:left;
	position:absolute;
	margin:-33px 0px 0px 0px;
	color:#FFF;
}
.threecolgal li.item .hoverlinks{
	width:188px;
	height:110px;
	padding:80px 0px 0px 120px;
	background:url(../../images/dblack.png);
	float:left;
	position:absolute;
	margin:-193px 0px 0px 0px;
	display:none;
}


/*
=======================================================================
	Style Switcher
=======================================================================
*/
.styles {
	padding:5px 10px 10px 10px;
	position:fixed;
	background:url(../../images/black.png);
	z-index:999;
	top:119px;
}
.styles ul{
	list-style:none;
}
.styles ul li{
	padding-top:5px;
}
.styles ul a{
	display:block;
	width:20px;
	height:20px;
	border:#fff solid 1px;
}
.styles ul a.blue{
	background:#1f89a0;
}
 strong{color:
	color: #1F89A0;
}
