/*Credit: Hardik Joshi#*/

body {
	margin: 0 !important;
	padding: 0 !important;
	color: #333 !important;
	font-family: Calibri !important;
	font-size: 14px !important;
	line-height: 1.8em !important;
	background:#2aa1b9 !important;
	
}
#wrapper {
	background-image: url(../images/templatemo_body2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#fff
}
a, a:link, a:visited {
	color: #0099CC !important;
	font-weight: normal !important;
	text-decoration: none !important;
}
a:hover {
	color: #009900 !important;
	text-decoration: underline !important;
}
p {
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}
img {
	border: none !important;
}
em {
	color: #000 !important;
	font-weight: bold !important;
	font-style: normal !important;
}
@font-face {
	font-family:'ColaborateRegular';
	src:url('../fonts/colabreg-webfont.eot');
	src:local('O'), url('../fonts/colabreg-webfont.woff') format('woff'), url('../fonts/colabreg-webfont.ttf') format('truetype'), url('../fonts/colabreg-webfont.svg#webfontdC3uTxCK') format('svg');
	font-weight:normal;
	font-style:normal
}
@font-face {
	font-family:'CalibriBold';
	src:url('../fonts/calibrib-webfont.eot');
	src:local('O'), url('../fonts/calibrib-webfont.woff') format('woff'), url('../fonts/calibrib-webfont.ttf') format('truetype'), url('../fonts/calibrib-webfont.svg#webfontbOpCiIlZ') format('svg');
	font-weight:normal;
	font-style:normal
}
h1, h2, h3, h4, h5, h6 {
	color: #2c93a6 !important;
	font-weight: normal !important;
	font-family:ColaborateRegular !important;
}
h1 {
	font-size: 28px !important;
	margin: 0 0 20px 0 !important;
	padding: 5px 0 !important;
}
h2 {
	font-size: 25px !important;
	margin: 0 0 5px 0 !important;
	padding: 5px 0 !important;
	border-bottom:1px solid #666 !important;
}
h3 {
	font-size: 20px !important;
	margin: 0 0 15px !important;
	padding: 0 !important;
}
h4 {
	font-size: 20px !important;
	margin: 0 0 15px !important;

}
h5 {
	font-size: 16px !important;
	margin: 0 0 5px !important;
	padding: 0 !important;
}
h6 {
	font-size: 14px !important;
	margin: 0 0 5px !important;
	padding: 0 !important;
}
.cleaner {
	clear: both !important;
}
.h10 {
	height: 10px !important;
}
.h20 {
	height: 20px !important;
}
.h30 {
	height: 30px !important;
}
.h40 {
	height: 40px !important;
}
.h50 {
	height: 50px !important;
}
.h60 {
	height: 60px !important;
}
a.more {
	clear: both;
	display: block;
	width: 123px;
	height: 39px;
	line-height: 39px;
	font-size: 11px;
	text-align: center;
	color: #333;
	font-weight: 700;
	background: url(../images/templatemo_more.png)
}
a.more:hover {
	text-decoration: none;
	color: #000;
}
.float_l {
	float: left
}
.float_r {
	float: right
}
.image_wrapper {
	position: relative;
	display: block;
	width: 144px;
	height: 121px;
}
.image_wrapper img {
	width: 130px;
	height: 107px;
	margin: 7px
}
.image_wrapper span {
	position: absolute;
	top: 0;
	left: 0;
	width: 144px;
	height: 121px;
	background: url(../images/templatemo_image_frame.png) no-repeat
}
.image_fl {
	float: left;
	margin: 3px 15px 0 0;
}
.image_fr {
	float: right;
	margin: 3px 0 0 15px
}
.tmo_list, .tmo_footer_list .tmo_list {
	margin: 0;
	padding: 0;
	list-style: none
}
.tmo_list li, .tmo_footer_list .tmo_list li {
	margin: 0;
	padding: 0 0 5px 20px;
	background: url(../images/templatemo_list.png) no-repeat scroll 0 4px
}
.pdf_list {
	margin: 0;
	padding: 0;
	list-style: none
}
.pdf_list li {
	margin: 0;
	padding: 0 0 5px 20px;
	background: url(../images/pdf_ico.jpg) no-repeat scroll 0 4px
}
.exl_list {
	margin: 0;
	padding: 0;
	list-style: none
}
.exl_list li {
	margin: 0;
	padding: 6px 0 6px 30px;
	background: url(../images/excel_icon.jpg) no-repeat scroll 0 0px
}
.mybox {
	border: solid 1px #ccc;
	padding:2px;
	margin-right:15px;
}


/*-----Table------*/
table.goods {
  border: solid 1px #D5D5D5;
  border-collapse: collapse;
  width:100%; 
 
}

table.goods td {
	border:1px solid #D5D5D5;
	font-size:12px;
	padding:1px 1px;
}

table.goods th {
	background-color:#0099CC;
	border-right:1px solid #D5D5D5;
	font-size:13.5px;
	line-height:100%;
	font-weight:bold;
	padding:3px 3px;
	text-align:left;
	color:#FFF
}

table.format {
  border: solid 1px #D5D5D5;
  border-collapse: collapse;
  width:90%; 
 
}

table.format td {
	border:1px solid #D5D5D5;
	font-size:12px;
	padding:1px 1px;
	text-align:center;
	
}

table.format th {
	background-color:#369;
	border-right:1px solid #D5D5D5;
	font-size:13.5px;
	line-height:100%;
	font-weight:bold;
	padding:3px 3px;
	text-align:center;
	color:#FFF
}

/*End Table*/
address {
	line-height:18px; 
	font-style:normal
}
#templatemo_top_wrapper {
	width: 100%;
	background: url(../images/templatemo_wrapper1.jpg) no-repeat top
}
#templatemo_top {
	width: 964px;
	height: 225px;
	margin: 0 auto;
	padding:5px 0 0 0;
}
#templatemo_header {
	width: 964px;
	padding: 10px 0
}
#site_title {
	margin: 0 auto
}
#site_title h1 {
	margin: 0;
	padding: 0
}
#site_title h1 a {
	display: block;
	margin: 0 auto;
	width: 330px;
	height: 68px;
	color: #fff;
	text-indent: -10000px;
	background: url(../images/templatemo_logo.png) no-repeat
}
#templatemo_middle {
	clear: both;
	width: 964px;
	height: 330px;
}
#home #templatemo_middle {
	background: url(../images/templatemo_banner2.png) no-repeat
}
#about #templatemo_middle {
	background: url(../images/about_banner.png) no-repeat
}
#about #templatemo_middle {
	background: url(../images/about_banner.png) no-repeat
}
#service #templatemo_middle {
	background:url(../images/service_banner.png) no-repeat
}
#tracking #templatemo_middle {
	background: url(../images/tracking_banner.png) no-repeat
}
#tariff #templatemo_middle {
	background: url(../images/tarrif_banner.png) no-repeat
}
#dgoods #templatemo_middle {
	background: url(../images/dgoods_banner.png) no-repeat
}
#tools #templatemo_middle {
	background: url(../images/tools_banner.png) no-repeat
}
#reach_us #templatemo_middle {
	background: url(../images/reachus_banner.png) no-repeat
}
#inq #templatemo_middle {
	background: url(../images/inq_banner.png) no-repeat
}
/* menu */
#templatemo_menu {
	/*width: 860px;*/
	width:100%;
	height: 33px;
	padding: 8px 52px;
}
#templatemo_menu ul {
	display: block !important;
	float: left !important;
	margin: 2px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
#templatemo_menu ul li {
	padding: 0 !important;
	margin: 0 !important;
	display: inline !important;
	
	
}
#templatemo_menu ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-weight:bold !important;
	float: left !important;
	display: block !important;
	width: 100px !important;
	height: 27px !important;
	text-transform:uppercase !important;
	padding:3px 0 0 0 !important;
	margin-left: 1px !important;
	font-size: 13px !important;
	text-align: center !important;
	text-decoration: none !important;
	color: #1A617B !important;
	outline: none !important;
}
#templatemo_menu ul li a.goods {
	width: 150px !important;
	padding:3px 0 0 0 !important;
}
#templatemo_menu ul li a:hover, #templatemo_menu ul li .current {
	color: #333 !important;
	background: url(../images/templatemo_mouse_hover.png) center no-repeat  !important;
}
#templatemo_menu ul li a.goods:hover, #templatemo_menu ul li a.gcurrent {
	color: #333 !important;
	background: url(../images/templatemo_mouse_ghover.png) center no-repeat  !important;
}
#search_box {
	float: right;
	width: 245px;
	padding-left: 2px;
	height: 33px;
	background: url(../images/templatemo_search.png) left bottom no-repeat  !important;
}
#search_box form {
	clear: both;
	width: 247px;
	height: 33px;
	padding: 0;
	margin: 0
}
#searchfield {
	display: block;
	float: left;
	font-size: 14px;
	height: 25px;
	width: 190px;
	padding: 3px 6px;
	font-size: 12px;
	color: #777;
	line-height: 0;
	background: none;
	border: none;
	margin-right: 10px;
}
#searchbutton {
	height: 33px;
	width: 35px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: none;
	border: none;
}
#mid_content {
	float: left;
	margin: 40px 30px 0 0;
	width: 350px;
	height: 95px;
	padding: 30px;
}
/*
#mid_content h2, #mid_content p  { color: #fff }
 end of menu */

#templatemo_main {
	clear: both;
	width: 960px;
	padding: 30px 0 10px 0;
	margin: 0 auto;
}
.col_w960 {
	clear: both;
	width: 960px;
	padding-bottom: 50px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc
}
.col_w960_last {
	margin: 0;
	border: 0
}
.col_w600 {
	width: 600px
}
.col_w450 {
	width: 450px
}
.col_w360 {
	width: 360px
}
.col_w300 {
	width: 300px
}
.col_w260_r {
	float: right;
	width: 280px
}
.col_w260_l {
	float: left;
	width: 250px;
	padding-right: 30px;
	border-right: 1px solid #ccc
}
.col_w260 {
	float: left;
	width: 260px;

}
.col_allw300 {
	width: 300px;
	float: left;
	margin-right: 30px
}
.col_w225 {
	float: left;
	width: 225px;
	margin-right: 20px;
}
.col_w225_content {
	padding: 0 6px;
	text-align:center
}
.col_w140 {
	float: left;
	width: 140px;
	text-align:center;
	margin: 5px 10px 5px 0
	
}
.col_w140 h5{
	text-align:center	
}
.col_last {
	margin: 0
}
.content_box {
	padding-bottom: 30px;
	margin-bottom: 10px;
	margin-top:5px;
}
p.news_box {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #666
}
.twit_rss a {
	margin-right: 40px
}
#templatemo_footer_wrapper_01 {
	width: 100%;
	background: #6ecddf;
	margin-bottom:35px
}
#templatemo_footer_wrapper_02 {
	width: 100%;
	background: #6ecddf
}
#templatemo_footer {
	width: 960px;
	padding: 15px 0 10px;
	margin: 0 auto;
	color: #333;
	background: #6ecddf
}
#templatemo_footer a {
	color: #333;
	text-decoration: underline
}
#templatemo_footer a:hover {
	color: #33a5bf;
}
.tmo_footer_list {
	margin: 0;
	padding: 0;
	list-style: none
}
.tmo_footer_list li {
	margin: 0;
	padding: 2px 0 0 20px;
	background: url(../images/templatemo_footer_list.png) no-repeat scroll 0 5px
}
.tmo_footer_list li a {
	color: #fff;
	text-decoration: underline
}
#templatemo_footer h5 {
	display: block;
	width: 205px;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	color: #fff;
	background: url(../images/templatemo_footer_header.png) no-repeat
}
.h2 {
	height:40px !important;
	background:url(../images/bg_input.gif) no-repeat top left !important;
	
}
.h1 {
	height:162px !important;
	background:url(../images/bg_input1.gif) no-repeat top left !important;
}
input {
	border:none !important;
	background:none !important;
	font-size:0.9em !important;
	padding-left:5px !important;
	
}
input[type="text"] {
	border:1px solid #cccccc !important;
}
img {
	border: none !important;
}
.select {
	font-family:Calibri !important;
	width:185px !important;
}
input.btn {
	width:75px !important;
	height:24px !important;
	color:#fff !important;
	background:url(../images/bttn.png) no-repeat !important;
	text-align:center !important;
	font-size: 1rem !important;
    line-height: 0.4;	
}
textarea {
	border:1px solid #cccccc !important;
	background:none !important;
	width:259px !important;
	height:139px !important;
	font-size:1em !important;
	padding-left:5px !important;
	margin-bottom:11px !important;
	overflow:auto !important;
}
fieldset {
	border:1px solid #ccc !important;
	margin-bottom:5px !important;
	padding-bottom:5px !important;
	padding-left:10px !important;
}
fieldset legend {
	font-size:12px !important;
	font-weight:bold !important;
	color:#2c93a6 !important;
	width:auto;
}

.outer {
	background: #2aa1b9 !important;
	padding:1px !important;
	margin-bottom:5px !important;
}
.inner {
	background: #fff !important;
	margin:0 !important;
	padding:1px !important;
}

/*--Tab*/

.tabbed_info_box {
	width: 960px;
	height: 300px;
	margin-top: 10px;
}
.info_box_content {
	width: 960px;
	height: 320px;
	line-height: 15px;
	overflow: auto;
	padding:5px
}
#facility_tabs {
	width: 960px;
	height: 26px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin:0 0 10px 0
}
.center_tab {
	margin: 0 3px;
}
.fac_tab {
	background:#6ccdde;
	font-family:CalibriBold;
	width: 220px;
	height: 25px;
	cursor: pointer;
	text-align: center;
	float: left;	
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:#fff;
	font-size:14px
}
.fac_tabw{ width:280px}
#tools .fac_tab{width: 313px;}
.fac_tab:hover, .fac_tab_active {
	background:#4879B5;
}


#spin_box, #pspi_box, #insp_box, #busi_box {
	height: 250px;
	width: 940px;
	overflow: auto;
	padding-right: 12px;
	text-align: justify;
}
.display_none {
	display:none
}
/******************* flexcroll javascript driven scrollbars */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 10px;
	background-color: #3b3b3b;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.vscrollerbar {
	width: 8px;
	background-color:#666;
	border: 1px solid #555;
	border-radius:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.hscrollerbase {
	height: 10px;
	background-color: white;
}
.hscrollerbar {
	height: 10px;
	background-color: black;
}
.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
}
/* --- Accordion --- */
.js #templatemo_main .accordion {
	visibility:hidden
}
.accordion {
	margin:0;
	padding:0
}
.accordion li {
	list-style-type:none
}
.accordion li.last-child {
	margin-left:19px;
	list-style-type:disc
}

.accordion .outer {
	border:1px solid #dadada;
	border-width:0 1px 1px;
	background: #fff;
	margin:0;
	padding:0
}
.accordion .inner {
	margin-bottom:0;
	padding:0 20px 0;
	overflow:hidden
}
.accordion .inner .inner {
	padding-bottom:0
}
.accordion .h {
	padding-top:.3em
}
.accordion p {
	margin:.5em 0 1em
}
.accordion h4{
margin-bottom:0px; padding:0px }
/*  
  Add styles for all links in the 'accordion':
.accordion a {...}
*/    


a.trigger {
	padding:5px 0 5px 20px;
	background-image: url(../images/plus.gif);
	background-repeat: no-repeat;
	background-position: 1px 50%;
	font-weight:700
}
a.trigger.open {
	background-image: url(../images/minus.gif)
}
.last-child a.trigger {
	padding-left:1px;
	background-image:none;
	font-weight:normal
}
#templatemo_main a.trigger {
	background-color:#f0f0f0;
	color: #2c93a6;
	font-weight: normal;
	font-family:ColaborateRegular
}
#templatemo_main a.trigger.open {
	border-color:#dadada;
	background-color:#e7e7e7;
	text-decoration:none;
	color: #2c93a6;
	font-weight: normal;
	font-family:ColaborateRegular
}
#templatemo_main a:hover.trigger.open, #templatemo_main a:focus.trigger.open, #templatemo_main a:active.trigger.open {
	border-color:#bcd;
	cursor:default;
	color: #2c93a6;
	font-weight: normal;
	font-family:ColaborateRegular
	
	
}

/*--------Weight Calc--------*/
/* Shadow Wrapping... */

.dhl .wrap1 {
  margin:0 auto;
  width:50%;
  background:url(../images/shadow_l.gif) left top repeat-y;
  }
.dhl .wrap2 {
  background: url(../images/shadow_t.gif) right top repeat-x;
  }
.dhl .wrap3 {
  background:url(../images/shadow_r.gif) right top repeat-y;
  }
.dhl .wrap4 {
  background: url(../images/shadow_b.gif) right bottom repeat-x;
  }
.dhl .wrap5 {
  background:url(../images/corner_bl.gif) left bottom no-repeat;
  }
.dhl .wrap6 {
  background:url(../images/corner_tl.gif) left top no-repeat;
  }
.dhl .wrap7 {
  background:url(../images/corner_tr.gif) right top no-repeat;
  }   
.dhl .wrap8 {
  padding: 5px 5px 5px 5px;
  background: url(../images/corner_br.gif) right bottom no-repeat;
  /* added next line for IE7 - not sure if makes difference or it's dijiTaskCTabPaneWrapper below */
  /*_padding: 0px;*/
}  
.volumetric_weight {
	background: #F2F2ED;
	padding: 1em;
	font-size: 1em;
}
.volumetric_weight fieldset {
	border: none;
	border-image: initial;
	display: block;
	-webkit-margin-start: 2px;
	-webkit-margin-end: 2px;
	-webkit-padding-before: 0.35em;
	-webkit-padding-start: 0.75em;
	-webkit-padding-end: 0.75em;
	-webkit-padding-after: 0.625em;
}
.volumetric_weight legend {
	display: none;
}
.volumetric_weight .unit_headline, .volumetric_weight .measures_headline {
	width: 400px;
	text-align: left;
	margin-right: .8em;
	float: left;
}
.volumetric_weight .radio_space {
	width: 100px;
	float: left;
}
.volumetric_weight input.volumetric_weight_radio {
	vertical-align: middle;
}
.volumetric_weight .radio_input {
	color: #666;
}
.volumetric_weight label {
	font-size: 1em;
	padding-bottom:1em;

}
.volumetric_weight .unit_measure {
	width: 100%;
	margin-bottom: 1em;
}
.volumetric_weight .unit_headline, .volumetric_weight .measures_headline {
	width: 11em;
	text-align: left;
	margin-right: .8em;
	float: left;
}
.volumetric_weight .dhl_box {
	background: url(../images/box_logo.gif) no-repeat;
	width: 17.5em;
	height: 10em;
	float: right;
}
.volumetric_weight .dhl_box_width {
	color: #4C4C4A;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 137px;
}
.volumetric_weight .dhl_box_height {
	color: #4C4C4A;
	font-size: 12px;
	font-weight: bold;
	margin-top: 30px;
	margin-left: 155px;
}
.volumetric_weight .dhl_box_length, .volumetric_weight .dhl_tube_length {
	color: #4C4C4A;
	font-size: 12px;
	font-weight: bold;
	margin-top: 33px;
	margin-left: 120px;
}
.volumetric_weight .dhl_tube {
	background: url(../images/weight_tube.gif) no-repeat;
	width: 17.5em;
	height: 10em;
	float: right;
}
.volumetric_weight .dhl_tube_width {
	color: #4C4C4A;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 180px;
}
.volumetric_weight .dhl_box_length, .volumetric_weight .dhl_tube_length {
	color: #4C4C4A;
	font-size: 12px;
	font-weight: bold;
	margin-top: 33px;
	margin-left: 120px;
}
.volumetric_weight .measures {
	width: 50%;
	text-align: left;
	margin-bottom: 0.8em;
	margin-left:0.5em;
}
.volumetric_weight input.vm_length, .volumetric_weight input.vm_width, .volumetric_weight input.vm_height, .volumetric_weight input.vm_result {
	color: #666;
	font-size: 1em;
	height: 1.7em;
	width: 8.5em;
	border: 1px solid #7F9DB9;
	padding-top: .2em;
	padding-left: .2em;
	border-image: initial;
}

.volumetric_weight input.calculate {
	background:url(../images/bttn.png) no-repeat;
	font-size: 1em;
	color: white;
	padding-bottom: .1em;
	margin-top: .4em;
	margin-bottom: 1.25em;
	cursor: pointer;
	float: right;
	border-image: initial;
}
.vertical_line {
	clear: both;
	background: url(../images/vertical_line.gif) repeat-x;
	height: 3px;
	margin-top: 15px;
	margin-bottom: 13px;
}
.volumetric_weight .result {
	width: 50%;
	text-align: left;
}
.volumetric_weight .result_input {
color: black;
font-weight: bold;

}

/*---------Inquiry Form----*/

#contact_form {
	margin:15px 0 0 0;
	background:url(../images/inq.jpg) no-repeat right
}
/** FORM STYLES GENERAL **/
#contact_form input, #contact_form select, #contact_form textarea {
	font-family:Calibri;
    color:#999999;
    width: 300px;
    height: 28px;
    border: #CCC solid 1px;
	/** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#contact_form input:hover, select:hover, textarea:hover {
    border: 1px solid #999;
}

#contact_form input:focus, select:focus, textarea:focus {
    border: 1px solid #999;
}

/** FORM STYLE: select **/
#contact_form select {
    padding: 5px 5px 3px 5px;
	width: 337px;
}
#contact_form select option {
    cursor: pointer;
    padding: 5px;
}
/** FORM STYLE: textarea **/
#contact_form textarea {
    height: 80px;
    padding: 4px 2px 2px 4px;
	width: 328px;
    
}
/** FORM STYLE: input **/
#contact_form input {
    padding: 0 5px 0px 30px;
    background-position: 7px 5px;
    background-repeat: no-repeat;
}

input#send {
    padding:0;
    cursor:pointer;
    width:75px;
    height: 24px;
    background: url(../images/bttn.png);
	border:none;
	color:#fff
}

input#send:hover {
	color: #fff;
	border:none
}

#contact_form label {
    display:inline-block;
    width: 100px;
    vertical-align:top;
    margin-top: 6px;
}
/** CONTAINER OF INPUTS **/
#contact_form span {
    border:0;
    padding:0;
    margin:0;
    display: block;
    margin-bottom: 10px;
}

#name {
    background-image: url(../images/user_suit.png);
}

#email {
    background-image: url(../images/email.png);
}

#phone {
    background-image: url(../images/phone.png);
}

#ajax_loader {
    display:none;
}

.success {
    border: 1px solid #00CC00 ;
    color:#4F8A10;
    background: #F2FFF2;
    display:none;
    margin-top: 3px;
    font-size: 11px;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
	/** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.error {
    display:none;
    margin-top: 3px;
    font-size: 11px;
    border: 1px solid #FF4F4F;
    color:#D6000E;
    background: #FFF2F2;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
	/** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.warning {
    display:none;
    margin-top: 3px;
    font-size: 11px;
    color: #9F6000;
    background: #FFF9D5;
    border: 1px solid #FFD324;
    padding: 5px;
    text-align: center;
	/** BORDER RADIUS HACKS **/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#contact_form .noicon {
    padding: 0px 7px 0 7px;
    text-align:center;
}

/*----Ends-----*/
.link-1 {
	display:block;
	float:right;
	background:url(../images/link_bg.gif) left top repeat-x;
	color:#ffffff;
	text-decoration:none;
}
.link-1 em {
	display:block;
	background:url(../images/link_left.gif) no-repeat left top;
}
.link-1 b {
	display:block;
	background:url(../images/link_right.gif) no-repeat right top;
	padding:1px 10px 4px 10px;
	font-style:normal;
}
.link-1:hover {
	text-decoration:none;
	color:#000000
}
.indent-2 {
	padding-right:10px;
	float:left
}
.clear {
	clear:both;
}
.fleft {
	float:left
}
.fright {
	float:right;
	margin-right:10px
}
p.contactinfo{
	line-height:18px
}
p.contactinfo span {
	display: block;
	width: 30px;
	float: left;
}
p.contactinfo span.email {
	display: block;
	width: 100px;
	float: left;
}
a.trigger{
	position: fixed;
	text-decoration: none;
	top: 10px; left: 0;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding: 5px 10px 0px 5px;
	font-weight: 700;
	background:#666;
	border:1px solid #444444;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	display: block;
	border-top-right-radius: 20px;	
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 0px;
}

a.trigger:hover{
	position: fixed;
	text-decoration: none;
	top: 10px; left: 0;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding: 5px 10px 0px 5px;
	font-weight: 700;
	border:1px solid #444444;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;		
	display: block;
	border-top-right-radius: 20px;	
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 0px;
}

/*Ticker*/
/* Ticker Styling */
.ticker-wrapper.has-js {
	margin: 10px 0px 10px 0px;
	padding: 0px 10px;
	width: 600px;
	height: 40px;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #2c93a6;
	font-size: 1em;
}
.ticker {
	width: 500px;
	height: 40px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #2c93a6;
}
.ticker-title {
	padding-top: 8px;
	color: #fff;
	font-weight: bold;
	background-color: #2c93a6;
	text-transform: uppercase;
}
.ticker-content {
	margin: 0px;
	padding-top: 13px;
	position: absolute;
	color: #fff;
	font-weight: bold;
	background-color: #2c93a6;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.0em;
	
}
.ticker-content:focus {
	border: none;
}
.ticker-content a {
	text-decoration: none;	
	color: #1F527B;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #2c93a6;
	display: block;
	width: 800px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #2c93a6;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
.ticker-controls {
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background-image: url('../images/controls2.png');
	background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	background-image: url('../images/controls2.png');	
	background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
	background-image: url('../images/controls2.png');
	background-position: 0px 16px;		
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;		
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;		
}
.ticker-controls li.jnt-next {
	background-image: url('../images/controls2.png');	
	background-position: 16px 16px;	
}
.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;	
}
.ticker-controls li.jnt-next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #2c93a6;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}


.textbox
{
	width:175px !important;
	height:14px ;
	padding-left:0px !important;
}
#tabs {
	font-family: tahoma,verdana,sans-serif;
	font-size: 85%;
	clear: both;
	text-align: center;
}

#tabs ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tabs li { float: left; 
}

#tabs a,span {  }

#tabs span {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #9999a9;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #ccccff;
}

#tabs a {
	position: relative;
	top: 0;
	margin: 1px 2px 0 0;
	float: left;
	background: #FFFAE1;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	padding: 5px 4px 5px 10px;
	text-decoration: none;
	color: #333;
}
a { color: #06C !important; }
#tabs a:hover {
	background: #FFF7CD;
	position: relative;
	top: 0;
	padding: 5px 4px 6px 10px;
	margin-top: 0px;
}

#tabs a.active {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #9999a9;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color: #ccccff;
}

#tabs a.active:hover {
	position: relative;
	top: 0;
	margin: 0 2px 0 0;
	float: left;
	background: #9999a9;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 4px 6px 10px;
	text-decoration: none;
	color:#ccccff;
}

#subtabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subtabs li {
	float: left;
	padding: 0 8px 0 8px;
	border-left: 1px solid #CCC;
	white-space: nowrap;
}

#subtabs li:first-child { border-left: none; }

#subtabs {
	font-family: tahoma,verdana,sans-serif;
	font-size: 85%;
	background: #9999a9;
	color: #666;
	padding: 5px 7px 7px 7px;
}
#topbar {
	padding-bottom: 0.5em;
	font-family: trebuchet ms,verdana,sans-serif;
	font-weight: bold;
	font-size: 200%;
}

#topbar a { text-decoration: none; color: #000; }

#topbar a:hover { text-decoration: underline; }
#bodyarea {
	padding: 20px;
	min-height: 300px;
	font-family:Calibri;
}

#main {
	text-align: left;
	border: 1px solid #666;
	background: #FFFDF3;
	clear: both;	
	margin-top: -1px;
	
}
.status
{
	color: #660099 !important;
}
/* --------------- start VK ------------- */
.small_contentBox {
	float:left;
	width:310px;
	padding:5px 4px 0 4px;
	border:1px dotted #ccc;
	border-top:3px solid #ccc;	
}
.tmargin10 {
	margin-top:10px;
}
.lflt {
	float:left;
}
.rflt {
	float:right;
}
#box-table-a {
	margin: 10px 0;
	width:90%;
	border-collapse: collapse;
	border: 1px solid #99cccc;
}
#box-table-a th {
	font-weight: bold;
	text-align:center;
	padding: 3px;
	background: #336699;
	border-top: 4px solid #6699cc;
	color: #fff;
}
#box-table-a td, #box-table-a td {
	text-align:center;
	padding: 5px;
	color: #000;
}
#box-table-a tr.altRow {
	background:#e8edff;
}
/* ------------- end VK ------------------ */

/*!
 *  Epiclock Styles
  
/*  Generic Styles
----------------------------------*/

.epiclock-wait-for-render
    { visibility: hidden; }

.epiclock-spacer
    { padding-right: 3px; }
/* Master Style
----------------------------------*/

.epiclock-retro .epiclock, .epiclock-retro .epiclock-img
    { display: block; float: left; }

.epiclock-retro .epiclock-img .epiclock-animation,
.epiclock-retro .epiclock-meridian,
.epiclock-retro .epiclock-separator { display: block; float: left; background-image: url(../images/epiclock.retro.png); background-repeat: no-repeat; height: 20px; }

/* Individual Styles
----------------------------------*/
.epiclock-retro .epiclock-spacer { display: block; float: left; width: 1px; height: 1px; margin: 0; }
.epiclock-retro .epiclock-animation { width: 20px; }
.epiclock-retro .epiclock-separator { width: 13px; text-indent: -999999px; background-position: 0 -420px; }

/* Container Clearfix
----------------------------------*/
.epiclock-retro:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.epiclock-retro { display: inline-block; }
* html .epiclock-retro { height:1%; }
.epiclock-retro { display:block; }

/* Static Positions
----------------------------------*/
.epiclock-retro .d1 .s { background-position: 0 -20px; }
.epiclock-retro .d2 .s { background-position: -20px -40px; }
.epiclock-retro .d3 .s { background-position: 0 -80px; }
.epiclock-retro .d4 .s { background-position: -20px -100px; }
.epiclock-retro .d5 .s { background-position: 0 -140px; }
.epiclock-retro .d6 .s { background-position: -20px -160px; }
.epiclock-retro .d7 .s { background-position: 0 -200px; }
.epiclock-retro .d8 .s { background-position: -20px -220px; }
.epiclock-retro .d9 .s { background-position: 0 -260px; }
.epiclock-retro .d0 .s { background-position: -20px -280px; }
.epiclock-retro .dpm .s { background-position: 0 -340px; width: 40px; }
.epiclock-retro .dam .s { background-position: 0 -400px; width: 40px; }

/* Animation Phase 1
----------------------------------*/
.epiclock-retro .d1 .a1 { background-position: 0 0; }
.epiclock-retro .d2 .a1 { background-position: -20px -20px; }
.epiclock-retro .d3 .a1 { background-position: 0 -60px; }
.epiclock-retro .d4 .a1 { background-position: -20px -80px; }
.epiclock-retro .d5 .a1 { background-position: 0 -120px; }
.epiclock-retro .d6 .a1 { background-position: -20px -140px; }
.epiclock-retro .d7 .a1 { background-position: 0 -180px; }
.epiclock-retro .d8 .a1 { background-position: -20px -200px; }
.epiclock-retro .d9 .a1 { background-position: 0 -240px; }
.epiclock-retro .d0 .a1 { background-position: -20px -260px; }
.epiclock-retro .dpm .a1 { background-position: 0 -360px; width: 40px; }
.epiclock-retro .dam .a1 { background-position: 0 -300px; width: 40px; }

/* Animation Phase 2
----------------------------------*/
.epiclock-retro .d1 .a2 { background-position: -20px 0; }
.epiclock-retro .d2 .a2 { background-position: 0 -40px; }
.epiclock-retro .d3 .a2 { background-position: -20px -60px; }
.epiclock-retro .d4 .a2 { background-position: 0 -100px; }
.epiclock-retro .d5 .a2 { background-position: -20px -120px; }
.epiclock-retro .d6 .a2 { background-position: 0 -160px; }
.epiclock-retro .d7 .a2 { background-position: -20px -180px; }
.epiclock-retro .d8 .a2 { background-position: 0 -220px; }
.epiclock-retro .d9 .a2 { background-position: -20px -240px; }
.epiclock-retro .d0 .a2 { background-position: 0 -280px; }
.epiclock-retro .dpm .a2 { background-position: 0 -380px; width: 40px; }
.epiclock-retro .dam .a2 { background-position: 0 -320px; width: 40px; }