/* CSS Document */
/*...................Common Styles Start......................*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, caption {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:12px;
	font-weight:normal;
	vertical-align:top;
	background:transparent;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #555555;
	line-height: 17px;
	text-decoration: none;
	text-align: left;
	background-color: #ffffff;
	font-style: normal;
	font-weight: normal;
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-x;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #0075a7;
	text-decoration: underline;
	outline: none;
}
p {
	color:#575757;
	margin-bottom:8px;
	text-align:justify;
	line-height:18px;
}
h1, h2, h3, h4, h5, h6, dl, dt, dd, form, fieldset, legend {
	margin: 0px;
	padding: 0px;
}
h1 {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: #f4690e;
	font: 30px/36px 'BebasNeue', Arial, sans-serif;
}
h2 {
	font-weight: bold;
	color: #01366C;
	text-align: left;
	font: 24px/36px 'BebasNeue', Arial, sans-serif;
}
h2 a {
	font-weight: bold;
	color: #01366C;
	text-align: left;
	font: 24px/36px 'BebasNeue', Arial, sans-serif;
}
h3 {
	font-weight: bold;
	font-variant: normal;
	color: #00598d;
	font: 22px/30px 'BebasNeue', Arial, sans-serif;
}
h4 {
	font-variant: normal;
	color: #F4690E;
	font: 20px/27px 'BebasNeue', Arial, sans-serif;
}
/*.............Form Styles Start.............*/
form {
	margin: 0px;
	padding: 0px;
	border: none;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.regtitle {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: #e82f2a;
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
}
.akoglobal-btn {
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	outline: none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #c30707;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.akoglobal-btn:hover, .akoglobal-btn:focus {
	box-shadow: 0 0 5px rgba(255, 64, 0, 1);
	-webkit-box-shadow: 0 0 5px rgba(255, 64, 0, 1);
	-moz-box-shadow: 0 0 5px rgba(255, 64, 0, 1);
	border: 1px solid rgba(249, 78, 21, 0.8);
}
.phone-icon {
	background-image:url(../images/phone-icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 30px;
	min-height:27px;
	float:right;
	font: 24px/24px 'BebasNeue', Arial, sans-serif;}
/*font*/
.t10 {
	font-size: 10px;
}
.t11 {
	font-size: 11px;
}
.t12 {
	font-size: 12px;
}
.t13 {
	font-size: 13px;
}
.t14 {
	font-size: 14px;
}
.t15 {
	font-size: 15px;
}
.t16 {
	font-size: 16px;
}
.t18 {
	font-size: 18px;
}
.t20 {
	font-size: 20px;
}
/*text weight*/
.textbold {
	font-weight: bold;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
/*text align*/
.tleft {
	text-align: left;
}
.tcenter {
	text-align: center;
}
.tright {
	text-align: right;
}
.tjustify {
	text-align: justify;
}
/*margin*/
.mrg5 {
	margin: 5px;
}
.mrg10 {
	margin: 10px;
}
.mrg15 {
	margin: 15px;
}
/*Padding*/
.pad5 {
	padding: 5px;
}
.pad10 {
	padding: 10px;
}
.pad15 {
	padding: 15px;
}
.pad-top3 {
	padding-top: 3px;
}
.pad-top5 {
	padding-top: 5px;
}
.pad-top10 {
	padding-top: 10px;
}
.pad-top15 {
	padding-top: 15px;
}
.pad-left3 {
	padding-left: 3px;
}
.pad-left5 {
	padding-left: 5px;
}
.pad-left8 {
	padding-left: 8px;
}
.pad-left10 {
	padding-left: 10px;
}
.pad-left15 {
	padding-left: 15px;
}
.pad-left25 {
	padding-left: 25px;
}
.pad-left30 {
	padding-left: 15px;
}
.pad-right5 {
	padding-right: 5px;
}
.pad-right10 {
	padding-right: 10px;
}
.pad-right15 {
	padding-right: 15px;
}
.pad-right25 {
	padding-right: 25px;
}
/*Line Height*/
.lh15 {
	line-height: 15px;
}
.lh16 {
	line-height: 16px;
}
.lh17 {
	line-height: 17px;
}
.lh18 {
	line-height: 18px;
}
.lh19 {
	line-height: 19px;
}
.lh20 {
	line-height: 20px;
}
.lh21 {
	line-height: 21px;
}
/*color*/
.clr1 {
	color: #0075a7;
}
.clr2 {
	color: #1675b5;
}
.clr3 {
	color: #f4690e;
}
.clr4 {
	color: #ffffff;
}
.clr5 {
	color: #000000;
}
.clr6 {
	color: #090909;
}
.clr7 {
	color: #333333;
}
.clr8 {
	color: #f4c00f;
}
.clr9 {
	color: #7a7979;
}
.clr10 {
	color: #892f1e;
}
/*end color*/
/*Spacer Styles*/
.clear {
	clear: both;
}
.spacer {
	clear: both;
	height: auto;
	overflow: hidden;
}
.sp1 {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.sp2 {
	clear: both;
	height: 2px;
	overflow: hidden;
}
.sp3 {
	clear: both;
	height: 3px;
	overflow: hidden;
}
.sp5 {
	clear: both;
	height: 5px;
	overflow: hidden;
}
.sp8 {
	clear: both;
	height: 8px;
	overflow: hidden;
}
.sp10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}
.sp15 {
	clear: both;
	height: 15px;
	overflow: hidden;
}
.sp20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}
.sp30 {
	clear: both;
	height: 30px;
	overflow: hidden;
}
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* clearfix for ie7 */
.clearfix {
	display: block;
	zoom: 1;
}
/*...................Common Styles End.....................*/

/*------------------------------------------------------------*/
/*--------------------------Header Starts--------------------*/
/*----------------------------------------------------------*/
#header {
	height: auto;
	width: 100%;
}
.wrapper {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header-in {
	height: 217px;
	width: 1000px;
	background-image: url(../images/header-in.jpg);
	background-repeat: no-repeat;
}
.logo {
	margin: 0px;
	height: 70px;
	width: 523px;
	float: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.htright {
	height: auto;
	width: 275px;
	color:#0081b1;
	padding-top: 5px;
	padding-right: 5px;
	float: right;
}
.htright ul {
	list-style:none;
}
/*-------------Menu-------------*/
#topmenu {
	height: 62px;
	width: 100%;
	margin-top:10px;
	background-color: #05AECA;
	background-image: url(../images/tmenu-bg.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
}
#topmenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
/*------------------------------------------------------------*/
/*--------------------------Header Ends----------------------*/
/*----------------------------------------------------------*/

/*------------------------------------------------------------*/
/*--------------------------Footer Starts--------------------*/
/*----------------------------------------------------------*/
#footer {
	height: 105px;
	width: 100%;
	background-color: #e5e7e9;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom:0;
}
.footer {
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 12px;
}
/* footer text */

#footer .footer-text, a {
	text-align:left;
	font-size:12px;
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, Tahoma;
	font-weight: normal;
}
#footer .footer-text a:hover {
	text-align:left;
	font-size:12px;
	color:#333333;
	font-family: Arial, Helvetica, Tahoma;
	font-weight: normal;
	text-decoration:underline;
}
#footer a {
	color:#333333;
	padding:0px 3px;
	text-decoration:none;
}
#footer a:hover {
	color:#333333;
	text-decoration:underline;
}
.fbold a {
	font-weight:bold;
}
/*------------------------------------------------------------*/
/*--------------------------Footer Ends----------------------*/
/*----------------------------------------------------------*/


/*...................Content......................*/
#PageWrapper {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#ContentBox {
	height: auto;
	width: 1000px;
}
#ContentBox .cbtitle {
	clear: both;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #f47100;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdce;
}
#ContentBox .cbL {
	height: auto;
	width: 240px;
	padding-right:10px;
	float:left;
}
#ContentBox .cbR {
	height: auto;
	width: 750px;
	float:left;
}
/*
	Slideshow
*/

#slides {
	height: 360px;
	width: 1000px;
	overflow:hidden;
}
.slides_container {
	width: 1000px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container a {
	height: 360px;
	width: 1000px;
	display:block;
}
.slides_container a img {
	display:block;
}
/*
	Pagination
*/

.pagination {
	width:100px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/slides/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}
.search-btn {
	font: normal 1em arial;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	background-color: #05a1da;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 5px rgba(5, 186, 253, 1);
	-webkit-box-shadow: 0 0 5px rgba(5, 186, 253, 0, 1);
	-moz-box-shadow: 0 0 5px rgba(5, 186, 253, 1);
	border: 1px solid rgba(4, 178, 242, 0.8);
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	cursor: pointer;
}
.search-btn:hover, .search-btn:focus {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 5px rgba(102, 213, 253, 1);
	-webkit-box-shadow: 0 0 5px rgba(102, 213, 253, 1);
	-moz-box-shadow: 0 0 5px rgba(102, 213, 253, 1);
	border: 1px solid rgba(102, 213, 253, 0.8);
}
.inputbox {
	font-size: 14px;
	color: #333333;
	height: 26px;
	width: 350px;
	padding-left: 2px;
	outline: none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.inputbox:hover, .inputbox:focus {
	box-shadow: 0 0 5px rgba(102, 213, 253, 1);
	-webkit-box-shadow: 0 0 5px rgba(102, 213, 253, 1);
	-moz-box-shadow: 0 0 5px rgba(102, 213, 253, 1);
	border: 1px solid rgba(9, 173, 233, 0.8);
}
.textarea {
	font-size: 14px;
	color: #333333;
	height: 100px;
	width: 350px;
	padding-left: 2px;
	outline: none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.textarea:hover, .textarea:focus {
	box-shadow: 0 0 5px rgba(102, 213, 253, 1);
	-webkit-box-shadow: 0 0 5px rgba(102, 213, 253, 1);
	-moz-box-shadow: 0 0 5px rgba(102, 213, 253, 1);
	border: 1px solid rgba(9, 173, 233, 0.8);
}
/*---------------Content Box-----------*/

.hdotline {
	background-image: url(../images/hdot-line.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: auto;
}
.inner-bnr {
	height: 147px;
	width: 1000px;
	background-image: url(../images/inner-bnr.jpg);
	background-repeat: no-repeat;
}
.inner-bnr-title {
	font-size: 21px;
	line-height: 27px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 20px;
	padding-left: 18px;
}
/*-----------Breadcrumbs Section----------*/
.breadcrumb {
	line-height: 18px;
	font-size: 14px;
	clear: both;
	color: #555555;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdce;
}
.breadcrumb a {
	color: #f47100;
	line-height: 18px;
	font-size: 14px;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #f47100;
	line-height: 18px;
	font-size: 14px;
	text-decoration: none;
}
.breadcrumb span {
	color: #000;
}
.breadcrumb span a {
	color: #000;
}
.breadcrumb span a:hover {
	color: #055fab;
}
/*...................Homepage Body Section Styles End......................*/

/*...........paging styles...........*/
.pager {
	overflow: hidden;
	text-align: right;
}
.pagerpro {
	float: right;
}
.pagerpro .pagerpro_li {
	display: inline;
}
.pagerpro .pagerpro_a {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	padding: 6px;
	color: #0075a7;
}
.pagerpro .pagerpro_a:hover {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 16px;
	font-weight: normal;
	background-color: #00b1f2;
	border-color: #d8dfea;
	border-bottom: 1px solid #cf2c25;
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
}
.pagerpro .current .pagerpro_a {
	color: #0075a7;
	font-weight: bold;
	padding: 5px;
	font-style: normal;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 16px;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00b1f2;
}
.pagerpro .current .pagerpro_a:hover {
	background-color: #00b1f2;
	color: #FFFFFF;
	font-style: normal;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.pagerpro .disabled {
	color: #999999;
	cursor: default;
	background: transparent;
	border: none;
}
/*..............Innerpage Styles Start........*/
/*..........Form Section Start.........*/
#Angel-form {
	text-align: left;
	line-height: 18px;
}
#Angel-form a:link {
	color: #b53d04;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}
#Angel-form a:visited {
	color: #b53d04;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}
#Angel-form a:hover {
	color: #b53d04;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}
#Angel-form .contdiv {
	height: auto;
	width: 630px;
	clear: both;
	margin-top: 2px;
	margin-bottom: 2px;
}
#Angel-form .contdiv .lbox {
	background-image: url(../images/colon.gif);
	background-repeat: no-repeat;
	background-position: 195px 4px;
	height: 23px;
	width: 200px;
	float: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#Angel-form .contdiv .rbox {
	height: auto;
	width: 390px;
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#Angel-form .contdiv .rbox .inputbox {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	height: 23px;
	width: 250px;
	padding-left: 2px;
	background-color: #fafafa;
}
#Angel-form .contdiv .rbox .inputbox:hover {
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
}
#Angel-form .contdiv .rbox .textarea {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #333333;
	border: 1px solid #cccccc;
	height: 70px;
	width: 250px;
	padding-left: 2px;
	background-color: #fafafa;
}
#Angel-form .contdiv .rbox .textarea:hover {
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
}
#Angel-form .contdiv .rbox .selectbox {
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border: 1px solid #cccccc;
	height: 22px;
	width: 250px;
	padding: 1px;
	background-color: #fafafa;
}
#Angel-form .contdiv .rbox .selectbox:hover {
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
}
#Angel-form .btndiv {
	height: auto;
	width: 598px;
	clear: both;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 8px;
	padding-bottom: 8px;
}
/*..........Form Section End.........*/

/*........pagination styles............*/

/*........News.............*/
.new_bg {
	width:324px;
	height:220px;
	overflow:hidden;
	float:left;
	padding:7px 0px 10px 0px;
	border:1px solid #dedede;
	margin-bottom:0px;
	margin-right:11px;
}
.videogallery-bg {
	background-image: url(../images/videogallery-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.photogallery-bg {
	background-image: url(../images/photogallery-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.media-bg {
	background-image: url(../images/media-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.new_bg h2 {
	font:22px/27px 'BebasNeue', Arial, sans-serif;
	color:#333333;
	padding:0px 0px 0px 5px;
}
.new_bg h2 a {
	font:22px/27px 'BebasNeue', Arial, sans-serif;
	color:#ffffff;
	padding:0px 0px 0px 5px;
	text-decoration:none;
}
.new_bg h2 span {
	color:#036791;
	font: 22px/27px 'BebasNeue', Arial, sans-serif;
}
.new_bg .event {
	padding-bottom:0px;
	border-bottom:1px solid #e8e8e8;
	height:auto;
}
.new_bg .event_last {
	padding-bottom:0px;
	height:64px;
}
.eventdescp {
	margin-left:0px !important;
}
.upcoming_event_new .eventdescp {
	margin-left:20px !important;
}
.new_bg .event_date img {
	width:90px;
	height:70px;
	padding:0px;
	float:left;
	margin:15px 10px 0px 10px;
	clear:both;
}
.new_bg .event_date a {
	color:#fff;
}
.new_bg .event_date p.month {
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding:0px;
	text-align:center;
	height:22px;
	line-height:22px;
	border:none;
}
.new_bg p {
	margin:0;
}
.new_bg .event_date p.date {
	font-size:13px;
	color:#fff;
	font-weight:bold;
	padding:0px;
	text-align:center;
	border:none;
}
.new_bg .event_date p.year {
	font-size:11px;
	color:#666666;
	font-weight:normal;
	padding:0px;
	text-align:center;
	border:none;
	line-height:18px;
}
.new_bg h6 {
	font-size:12px;
	color:#333;
	font-weight:bold;
	padding:14px 10px 0px 45px;
}
.new_bg h6 a {
	font-size:12px;
	color:#333;
	font-weight:bold;
}
.new_bg p {
	font-size:12px;
	color:#333;
	padding:0px 10px 0px 74px;
}
.new_bg p.last {
	font-size:12px;
	color:#333;
	padding:0px 6px 15px 40px;
	border-bottom:none;
}
.button {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:inset 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow:inset 1px 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow:inset 1px 1px 0 rgba(255, 255, 255, 0.3);
	cursor:pointer;
	display:inline-block;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	padding:6px 16px;
	outline:none!important;
	text-align:center;
	text-decoration:none;
	position:relative;
	-moz-box-sizing:border-box!important;
	line-height:16px;
}
.button-blue {
	background:#0075a7;
	background:-webkit-gradient(linear, left top, left bottom, from(#0075a7), to(#005f87));
	background:-moz-linear-gradient(top, #0075a7, #005f87);
	border:1px solid #036791;
	-pie-background:linear-gradient(top, #0075a7, #005f87);
	color:#ffffff;
}
.button-blue:hover, .button-blue:focus {
	border:1px solid #025579;
	background:#005f87;
	background:-webkit-gradient(linear, left top, left bottom, from(#005f87), to(#0075a7));
	background:-moz-linear-gradient(top, #005f87, #0075a7);
	-pie-background:linear-gradient(top, #005f87, #0075a7);
	border:1px solid #999;
	color:#ffffff;
	text-decoration:none;
}
.quote-l {
	background-image: url(../images/quote-l.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 20px;
	padding-right:5px;
}
.quote-r {
	background-image: url(../images/quote-r.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 20px;
}
/*.........Track Your Consignment..........*/
.track_bg {
	width:240px;
	overflow:hidden;
	padding:7px 0px 10px 0px;
	border:1px solid #dedede;
	margin-bottom:0px;
	background-image: url(../images/track-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.track_bg h2 {
	font:22px/27px 'BebasNeue', Arial, sans-serif;
	color:#ffffff;
	padding:0px 0px 0px 5px;
}
/*.........Homepage Content Box..........*/
#hpcontent {
	height: auto;
	width: 990px;
	float:left;
	background-image: url(../images/welcome-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #76d3fa;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#hpcontent .hpcleft {
	height: auto;
	width: 710px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	float:left;
}
#hpcontent .hpcright {
	height: auto;
	width: 265px;
	padding: 0px;
	float:left;
}
.aboutimgThumb {
	background-image: url(../images/about-imgthumb.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 129px;
	width: 175px;
	margin-top:15px;
	margin-right:10px;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 13px;
}
.more {
	font-weight: bold;
	font-variant: normal;
	color: #00598d;
	font: 16px/24px 'BebasNeue', Arial, sans-serif;
}
.hpservices {
	height: 27px;
	width: 265px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.hpservicesL {
	height: 27px;
	width: 30px;
	float:left;
}
.hpservicesR {
	height: 27px;
	width: 226px;
	float:left;
	padding-left:8px;
	overflow: hidden;
	position: relative;
	display: block;
	background: #fff;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 3px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.hpservicesR:hover {
	background: #ed1b23;
}
.hpservicesR a {
	text-align: left;
	padding-top:4px;
	width:100%;
	height:23px;
	font: 14px/22px Arial, sans-serif;
	display: block;
	text-decoration:none;
	color: #333333;
	position: relative;
}
.hpservicesR a:hover {
	text-align: left;
	padding-top:3px;
	display: block;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color: #ffffff;
	position: relative;
}
.bgclr1 {
	background-color:#ffe4e9;
}
.bgclr2 {
	background-color:#e9e5f3;
}
.bgclr3 {
	background-color:#feef9c;
}
.bgclr4 {
	background-color:#d9e486;
}
.bgclr5 {
	background-color:#b8e0fa;
}
.bgclr6 {
	background-color:#fde4ab;
}
.bgclr7 {
	background-color:#fec2d4;
}
/*.........Photo Gallery.........*/
.photogallery-thumb {
	width:147px;
	height:141px;
	margin-right:10px;
	margin-bottom:15px;
	float:left;
	text-align:center;
}
.photogallery-thumb img {
	width:137px;
	height:131px;
	border:solid 1px #CCCCCC;
	padding:4px;
	background-color:#FFFFFF;
}
.news-thumb {
	width:80px;
	height:50px;
	margin-right:10px;
	float:left;
	border:solid 1px #CCCCCC;
	padding:2px;
	background-color:#FFFFFF;
}
.newslink a {
	font-size:12px;
	font-weight:bold;
	color:#1675b5;
	text-decoration:none;
}
.newslink a:hover {
	font-size:12px;
	font-weight:bold;
	color:#1675b5;
	text-decoration:underline;
}
/*........ToolTip............*/
.tt-wrapper {
	padding: 0;
	width: 120px;
	height: 50px;
	float:right;
	margin: 0px auto 0px auto;
}
.tt-wrapper li {
	float:right;
}
.tt-wrapper li a {
	display: block;
	width: 33px;
	height: 34px;
	margin: 0 2px;
	outline: none;
	text-indent: -9000px;
	position: relative;
}
.tt-wrapper li .tt-twitter {
	background-color: transparent;
	background-image: url(../images/twitter-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.tt-wrapper li .tt-facebook {
	background-color: transparent;
	background-image: url(../images/facebook-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.tt-wrapper li .tt-linkedin {
	background-color: transparent;
	background-image: url(../images/linkedin-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.getsocial a{opacity:.8;filter:alpha(opacity=80)}.getsocial a:hover{opacity:1;filter:alpha(opacity=100)}
/*..........Innerpage Styles.............*/
#innerbox {
	width:710px;
	float:left;
	background:url(../images/inner_bg.gif) 0 38px no-repeat;
	height:auto;
}
#innerbox ul {
	list-style:none;
}
.hdg {
	width:710px;
	height:38px;
	background:#d7d7d7 url(../images/lc.gif) 0 0 no-repeat;
	float:left;
}
.hdg h2 {
	background:url(../images/arrow.gif) 22px 12px no-repeat;
	padding-left:36px;
	padding-top:2px;
	line-height:34px;
	float:left;
}
.innerbox {
	width:648px;
	float:left;
	height:auto;
	min-height:300px;
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	margin:0 0 0 5px;
	display:inline;
	padding-left:18px;
	padding-top:12px;
	padding-bottom:12px;
	padding-right:32px;
}
.innerbox ul {
	padding:0;
	list-style:none;
}
.innerbox p {
	padding:0;
	margin:0;
	margin-bottom:10px;
}
.innerbox-btm {
	background:url(../images/inner_btm.gif) top left no-repeat;
	float:left;
	width:700px;
	margin-left:5px;
	display:inline;
	padding-bottom:10px;
}
#sidebar {
	width:265px;
	height:auto;
	min-height:400px;
	float:left;
	margin-left:10px;
	padding-left:15px;
	display:inline;
	background-image: url(../images/cont_rg_bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
ul.contentlist {
	margin-bottom: 10px;
	padding: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border:solid 1px #f46a0e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 5px 9px #cccccc;
	-webkit-box-shadow: 3px 5px 9px #cccccc;
	box-shadow: 3px 5px 9px #cccccc;
}
ul.contentlist li {
	padding-left: 15px;
	margin-left: 10px;
	display:block;
	clear:both;
	background-image: url(../images/orange-square.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin-bottom: 3px;
	padding-top: 3px;
}
.aboutThumb img {
	width:200px;
	height:203px;
	float:right;
	margin-bottom:10px;
	margin-left:30px;
	border:solid 1px #CCCCCC;
	padding:4px;
}
/*.........Our Serives..........*/
.serives_bg {
	width:263px;
	overflow:hidden;
	padding:7px 0px 10px 0px;
	border:1px solid #dedede;
	margin-bottom:0px;
	background-image: url(../images/videogallery-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}
.serives_bg h2 {
	font:22px/27px 'BebasNeue', Arial, sans-serif;
	color:#ffffff;
	padding:0px 0px 0px 5px;
}
.serives_bg ul {
	list-style:none;
	padding:0;
	margin:0;
}
.serives_bg ul.list li {
	font-size:13px;
}
.serives_bg ul.list li a {
	display:block;
	color:#333333;
	padding:7px 8px 8px 33px;
	border-top:1px solid #e4e4e4;
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: 15px 12px;
}
.serives_bg ul.list li a:hover {
	color:#000000;
}
.serives_bg ul.list li:first-child a {
	border-top:none;
}
/*...........Media.............*/
.media_bg {
	width:263px;
	overflow:hidden;
	padding:7px 0px 10px 0px;
	border:1px solid #dedede;
	margin-bottom:0px;
	background-image: url(../images/media-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}
.media_bg h2 {
	font:22px/27px 'BebasNeue', Arial, sans-serif;
	color:#ffffff;
	padding:0px 0px 0px 5px;
}
.media_bg p {
	margin:0;
	padding:0;
}
/*........Services............*/
#services_box {
	margin-right:15px;
	margin-bottom:15px;
	float: left;
	height: 295px;
	width: 296px;
	overflow:hidden;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.services_description {
	height: 45px;
	width: 296px;
	overflow:hidden;
}
.services_title {
	font:22px/27px 'BebasNeue', Arial, sans-serif;
	color: #0573B1;
	padding-bottom:5px;
}
.features-pic {
	overflow: hidden;
	border: 5px solid white;
	height: 143px;
	width: 285px;
	box-shadow: 0 0 5px #939292;
	-webkit-box-shadow: 0 0 5px #939292;
	-moz-box-shadow: 0 0 5px #939292;
	float: left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.features-pic:hover {
	cursor: pointer;
}
/*GROW*/
.grow img {
	height: 143px;
	width: 285px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.grow img:hover {
	height: 175px;
	width: 350px;
}
/*........Toggle View...........*/
#toggle-view {
	list-style:none;
	font-family:arial;
	font-size:12px;
	margin:0;
	padding:0;
	width:648px;
	color: #000;
}
#toggle-view p {
	margin-bottom:8px;
}
#toggle-view li {
	padding-top:10px;
	position:relative;
}
#toggle-view h3 {
	border-bottom: 1px solid #eeeeee;
	width: 100%;
	background-color:#eeeeee;
	margin: 0;
	cursor:pointer;
	font-weight:normal;
	font-size:16px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/specification-bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#toggle-view span {
	position:absolute;
	right:5px;
	top:15px;
	color:#FF0000;
	font-size:21px;
}
#toggle-view .panel {
	margin:5px 0;
	display:none;
	cursor:default;
}
.accordion-content ul {
	margin: 0px;
	padding:0;
	list-style:none;
}
.accordion-content ul li {
	padding-left: 15px;
	margin-left: 10px;
	display:block;
	clear:both;
	cursor:default;
	background-image: url(../images/blue-square.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	margin-bottom: 3px;
	padding-top: 3px;
}
.nirmalThumb {
	float: left;
	position:relative;
	margin: 10px 25px 25px 20px;
	padding: 5px;
	width: 150px;
	background-color: #FFFFFF;
	border: #cccccc solid 1px;
}