﻿

/***********************
     SiteMap
************************/

.sitemap ul {
    margin-left: 20px;
}

.sitemap li {
    margin-left: 20px;
	line-height: 2em;
}



/***********************
     Home Section
************************/

#boxesSection
{
	width:316px;
	margin:0 auto;
	padding:0px;
	float:left;
}

#boxesSection02
{
	width:316px;
	margin:0 auto;
	padding:0px;
	float:left;
	padding-left:19px;
}

#boxesSection03
{
	width:316px;
	margin:0 auto;
	padding:0px;
	float:left;
	padding-left:19px;
}




@charset "utf-8";
/* Creative eWorld CSS
   Version 2.1 (Last update on 11 May 2015)
*/


/* HTML5 display-role reset for older browsers */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, sub, tt, var, b, u, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;	
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* Links and remove of Dotted line */

a, a:link, a:visited, a:active {
	color: #3b3b3b;
	outline:0;
	text-decoration: none;
	webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #2d64a4;
 	ie-dummy: expression(this.hideFocus=true);
}

a.back {	
}

a.back:hover {	
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #878787;
}

/* <a> link with class */
a.btn {
	display: inline-block;
	background: #2d64a2;
	border: none;
	outline: none;
	
	font: normal 13px 'roboto', Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 20px;	
}

a.btn:hover {
	background: #224f81;
	color: #ffffff;	
}

a.link {
	background: url(../images/bullet.png) no-repeat left;
	padding-left: 15px;
	font: normal 13px 'roboto', Arial, Helvetica, sans-serif;
	color: #7f7f7f;
}

a.link:hover {
	color: #2d64a2;
}

/* Font Embed */

@font-face {
    font-family: 'roboto';
    src: url('../include/roboto-regular-webfont.eot');
    src: url('../include/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../include/roboto-regular-webfont.woff') format('woff'),
         url('../include/roboto-regular-webfont.ttf') format('truetype'),
         url('../include/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../include/roboto-light-webfont.eot');
    src: url('../include/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../include/roboto-light-webfont.woff') format('woff'),
         url('../include/roboto-light-webfont.ttf') format('truetype'),
         url('../include/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../include/roboto-bold-webfont.eot');
    src: url('../include/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../include/roboto-bold-webfont.woff') format('woff'),
         url('../include/roboto-bold-webfont.ttf') format('truetype'),
         url('../include/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('../include/roboto-medium-webfont.eot');
    src: url('../include/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../include/roboto-medium-webfont.woff2') format('woff2'),
         url('../include/roboto-medium-webfont.woff') format('woff'),
         url('../include/roboto-medium-webfont.ttf') format('truetype'),
         url('../include/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoblack';
    src: url('../include/roboto-black-webfont.eot');
    src: url('../include/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../include/roboto-black-webfont.woff2') format('woff2'),
         url('../include/roboto-black-webfont.woff') format('woff'),
         url('../include/roboto-black-webfont.ttf') format('truetype'),
         url('../include/roboto-black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* HTML */

html {
	position: relative;
	min-height: 100%;
}

body {
	background: #ffffff;
	color: #3b3b3b;
	font:normal 16px 'roboto', Arial, sans-serif;
	line-height: 23px;
	height: auto;
	margin: 0;
	padding-bottom: 40px;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	min-width: 1007px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

td {
	position: relative;
}

p {
	margin-bottom: 20px;
	font-weight: normal;
}

.clear {
	clear: both;
}
.clear_padright {
	padding-right: 0 !important;
}
.clear_padleft {
	padding-left: 0 !important;
}

.spacing-top {
	margin-top: 30px !important;	
}

.spacing-acct {
	margin-top: 15px;
}

.spacing-small {
	margin-top: 10px;	
}

.spacingright {
	margin-right: 15px;	
}

.spacingleft {
	margin-left: 7px;	
}

.spacingsides {
	margin: 0 7px;	
}

.textleft {
	text-align: left;	
}

.textleft img {
	float: left;	
}

.textcenter {
	text-align: center;	
}

.textcenter img {
	margin: auto;	
}

.textright {
	text-align: right;	
}

.textright img {
	float: right;	
}

.pullup {
	margin-top: -14px;
}


/* Basic Fonts */

h1, h2, h3, h4, h5, h6, h7, h8 {
	font-family: 'robotomedium', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1, h1 a, h1 a:link {
	font-size: 30px;
	color: #2970c0;
	line-height: 30px;
	letter-spacing: 0px;
	margin: 0 0 15px 0;
}

h2, h2 a, h2 a:link {
	font-family: 'robotoblack', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 34px;
	color: #fff;
	line-height: 30px;
	letter-spacing: 0.3px;
	margin: 0 0 0 0;
}

h3, h3 a, h3 a:link {
	font-size: 21px;
	color: #2970c0;
	line-height: 24px;
	letter-spacing: 0px;
	margin: 0 0 10px 0;
}

h4, h4 a, h4 a:link {
	font-size: 21px;
	color: #f76f02;
	line-height: 24px;
	letter-spacing: 0px;
	margin: 0 0 0 0;
}

h5, h5 a, h5 a:link {
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6e6e6e;
	line-height: 23px;
	letter-spacing: 0px;
	margin: 0 0 0 0;
}

h6, h6 a, h6 a:link {
	
}

.txt_small {
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #619cdf;
	line-height: 23px;
	letter-spacing: 0px;
	margin: 0 0 0 0;
}

b, strong {	
  font: normal 16px 'robotobold', Arial, Helvetica, sans-serif;
}

i, em {	
}

i b, i strong, em b, em strong, b i, b em, strong i, strong em {	
}


/* Listing Styles */

ol, ul {
}

ol > li {	
}

ul.lists {
	list-style: url(../images/tick.png) outside;
	margin-left: 28px;
}

ul.lists li {
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3b3b3b;
	line-height: 23px;
	padding-bottom: 7px;
}


/* Text Field & Button Style */

label {
	color: #575757;
	font-size: 13px;		
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

input {	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}

input[disabled="disabled"] {
	
	/* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=100); 
  
  /* Modern Browsers */
  opacity: 1;
  -webkit-opacity: 1;
}	

input[type="password"], input[type='text'], select, textarea, input[disabled="disabled"] {
   	padding: 7px;
	background: #ffffff;
	border: none;
	color: #1a1a1a;
	font-size: 14px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #d8d8d8;
	/*-webkit-text-fill-color: #808285;*/
	
	margin-bottom: 5px;
}

select {
	padding: 5px;font-size: 14px !important; color: #1a1a1a !important;
}
textarea {font-size: 14px !important; color: #1a1a1a !important;
}

input[type='submit'], input[type='button'] {
	cursor: pointer;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	border: 0;
	outline: 0;
	background: #2d64a2;
	color: #fff;
	font-size: 13px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 7px 20px;	
}

input[type='submit']:hover, input[type='button']:hover {
	background: #224f81;
}

input:focus,input[type='text']:focus, select:focus, textarea:focus {
	outline: 0;
}

/*for Contact Us Send enquiry button */

a.actionbtn, .actionbtn, a.regbtn { 
	color: white;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	background: #d81a33;
	text-decoration: none;
	min-width: 15%;
}

a.actionbtn:hover, .actionbtn:hover {
	background: #9e1325;	
}


/*for Download button */
.dlbtn { 
}


/* Back to top style */

#scrollUp {
	bottom: 0;
	right: 30px;
	width: 70px;
	height: 70px;
	padding: 10px 5px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#scrollUp:hover {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#scrollUp, a#scrollUp {
	bottom: 20px;
	right: 20px;
	width: 38px;
	height: 38px;
	background: url(../images/backtotop.png) no-repeat;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

#scrollUp-active {
    display: none;
}
/* Divider and Outline */

hr {
	background: url(../images/dash.jpg) repeat-x;
	width: 100%;
	height: 1px;
	border: 0;
	margin: 10px 0;
}

.hDiv {	
	background: url(../images/dot.jpg) repeat-x center;
	width: 100%;
	height: 1px;
	border: 0;
	margin: 30px 0;
}

.outline {
	border: 1px solid #d9d9d9;
}

/* Contact Tab */


#box {
    width: 285px;
	right: -247px;
    top: 180px; /* change this value to place the menu higher or lower */
    position: fixed;
    z-index: 100;
	background: #fff;
	color: #222222;
	font: normal 12px Arial, sans-serif;
	line-height: 19px;
	padding: 25px;
	box-shadow: -2px 1px 3px rgba(50, 50, 50, 0.30);
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	text-align:center;
}

#box h3 { color: #2d64a2; margin-bottom:5px; font-size:15px; font-weight:bold; }

#box a {
	color: #222222;
}

#box a:hover {
	color: #1a69c3;
	text-decoration:underline;
}

#tab {
    float: left;
	list-style: outside none none;
	margin-left: -61px;
	padding: 0px;
	position: relative;
	z-index: 9999;
	margin-top: -10px;
}

#tab li span {
    display: block;
    padding: 0;
    position: relative;
}

#tab img { cursor: pointer; }

.showTab, .hideTab {
    /* we specify the transition length for hiding and showing */
     transition: margin-right .4s ease-in;
	-webkit-transition: margin-right .4s ease-in;
}

.hideTab {
    margin-right:-40px;
}

.hideTab ul li img:hover{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.showTab {
    margin-right: 247px;
}

#box .side_logo {
	width:110px;
	margin:0 auto 10px;
}

/* Header */

header {
	width: 100%;
	height: 135px;
	margin: 0 auto;
	padding: 15px 0 0;
	box-sizing: border-box;
	background-color: #fff;
}

.header_wrapper {
	width: 1002px;
	margin: 0 auto;
	padding:0;
}

.logo {
	float: left;
}

.contact_info {
	float: right;
	color: #565656;
	font: normal 16px 'robotomedium', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
}

.c_info_title {
	font: normal 13px 'robotolight', Arial, Helvetica, sans-serif;
	color: #6ea2dc;
	text-transform: uppercase;
}

/* Search */

#search {
	background: none;
	overflow: hidden;
	
}

input[type='text'].search_field {
	background: none;
	border: none;
	font: normal 11px 'roboto', Arial, Helvetica, sans-serif;
	color: #e4e4e4 !important;
	display: inline-block;
	width: 140px;
	padding: 12px 0 12px 22px;
	vertical-align: top;
	float: right;
}

input[type='submit'].search_btn {
	background: url(../images/search_btn.png) no-repeat center;
	height: 14px;
	width: 14px;
	border: none;
	outline: none;
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-top: 13px;
}

/* Navigation */

nav {
	clear: both;
	width: 100%;
	height: 40px;
	background-color: #3e95f7;
	margin: 0 auto;
	margin-top: 10px;
}

.nav_wrapper {
	width: 1002px;
	margin: 0 auto;
}

ul#navmenu-h {
	float: left;
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: relative; 
	z-index: 500 !important; 
	height: 40px;
}

ul#navmenu-h li { 
	background: url(../images/menu_divider.jpg) no-repeat right;
	display: inline-block; 
	position: relative;
	padding: 0 29px 0 27px;
}

ul#navmenu-h li:last-child {
	background: none;
}

/* Root Menu */

ul#navmenu-h li a {
	display: block;
	padding: 8px 0px 7px;
	color: #ffffff;
	font: normal 15px 'robotoblack', Arial, Helvetica, sans-serif;
	letter-spacing: 0.30px; 	
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;	
	border: none;
}


/* Root Menu Hover Persistence */

ul#navmenu-h li:hover a,
ul#navmenu-h li.active a,
ul#navmenu-h li a.active {
	border-bottom: 5px solid #1a1a1a;
}

ul#navmenu-h ul {
 	display: none;
	position: absolute;
 	top: 100%;
 	left: 0;
	list-style-type:none;
	padding: 0;
	margin: 0;
	float: left;
	border: none;
	background-color: #3e95f7;
	min-width: 150px;
}

ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

ul#navmenu-h ul li { width: 100%; display: block; margin:0; background: none !important; padding: 0; margin: 0;}

/* 2nd Menu */

ul#navmenu-h li:hover li a {
	width: 100%;
 	float: none;
    background: #3e95f7;
 	color: #fff;
	font: normal 14px 'robotomedium', Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	margin: 0px;
	text-align: left;
	cursor: pointer;
	z-index: 500!important;
	border: none;
	text-shadow: none;
	text-transform: uppercase;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


ul#navmenu-h ul li a.submenu {
    background:url(../images/navarrow-right.png) center right no-repeat;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a {
	cursor: pointer;
	color: #3e95f7;
	border: none;
	background-color: #fff;
	z-index: 500!important;
}

ul#navmenu-h ul li.submenu:hover {
	 background:url(../images/navarrow-right-hover.png) center right no-repeat;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li a {
  float: none;
   background: #3e95f7;
 	color: #fff;
	font: normal 14px 'robotomedium', Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	margin: 0px;
	text-align: left;
	cursor: pointer;
	z-index: 500!important;
	width: 100%;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

ul#navmenu-h ul ul li a.submenu {
    background:url(../images/navarrow-right.png) center right no-repeat !important;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,ul#navmenu-h li:hover li:hover li:hover a,ul#navmenu-h li.iehover li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover a {
	cursor: pointer;
	color: #3e95f7;
	border: none;
	background-color: #fff;
	z-index: 500!important;
}


/* 4th Menu  */
ul#navmenu-h li:hover li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li.iehover li a {
  float: none;
    background: #3e95f7;
 	color: #fff;
	font: normal 14px 'robotomedium', Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	margin: 0px;
	text-align: left;
	cursor: pointer;
	z-index: 500!important;
	width: 100%;
	border: none;
	text-shadow: none;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	cursor: pointer;
	color: #3e95f7;
	border: none;
	background-color: #fff;
	z-index: 500!important;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul { 
	top: 0;
	left: 100%; 
	float:left;
}

/* Hover Function - Do Not Move */
ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul { display: none; }
ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul { display: block; }

ul#navmenu-h ul li.active a, ul#navmenu-h ul li.active a, ul#navmenu-h ul li a.active, ul#navmenu-h ul li:hover li.active a, ul#navmenu-h ul li:hover li:hover li.active a, ul#navmenu-h ul li:hover li:hover li:hover li.active a {
	color: #ffffff;	
	background-color: #a0a0a0 !important;
}

/* end Nav */


/* Banner */

#banner {
	width: 100%;
	min-width: 1002px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#slider {
    width: 1920px;
	margin: auto;	
}


/* HOME-PAGE Content */

.home_prt01,
.home_prt02 {
	clear: both;
	background: url(../images/home01.jpg) no-repeat center top;
	width: 100%;
	height: 380px;
	box-sizing: border-box;
	padding: 70px 0 0;
}

.home_prt02 {
	background: url(../images/home02.jpg) no-repeat center top;
	padding-top: 55px;
}

/* SUB-PAGE Content */

.subbanner {
	background: url(../images/subbanner.jpg) no-repeat center top;
	width: 100%;
	height: 182px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 0 0;
}

.page_title {
	font: normal 34px 'robotoblack', Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 2px 2px #54595a;
	letter-spacing: 0.3px;
}

.p_t_underline {
	background: url(../images/pageheader_u.png) no-repeat center;
	width: 100%;
	height: 10px;
	border: 0;
	margin: 5px 0 6px;
}

ul.breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;	
}

ul.breadcrumbs li {
	display: inline-block;	
	
	padding-right: 10px;
	font: normal 13px 'robotolight', Arial, Helvetica, sans-serif;	
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 2px 2px #54595a;
	letter-spacing: 1px;
	line-height: 23px;
}


ul.breadcrumbs li a {	
	padding-left: 9px;
	padding-right: 10px;
	font: normal 13px 'robotolight', Arial, Helvetica, sans-serif;	
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 2px 2px #54595a;
	letter-spacing: 1px;
	border-right: 1px solid #8a99ad;
}

ul.breadcrumbs li:last-child a { border: none; }

ul.breadcrumbs li a:hover {
	color: #ff8e33;	
}

.img_container,
.img_container02,
.prod_container {
	width: 400px;
	height: 268px;
	position: relative;
	border:1px solid #e9e9e9;
}

.img_container img,
.img_container02 img,
.prod_container img {
	position:absolute;
    top:0;
    bottom:0;
	left:0;
	right:0;
    margin:auto;
}

.img_container02 {
	width: 313px;
	height: 210px; }

.prod_container {
	width: 313px;
	height: 313px;
}

.highlight_part {
	background-color: #f1f1f1;
	box-sizing: border-box;
	padding: 20px 30px;
}

/**********************
   Contact  
**********************/



/* Footer */

footer {
	width: 100%;
	background: #053061;	
	position: absolute;
	bottom: 0;
	height: 40px;
}

.footer_wrapper {
	width: 1002px;
	margin: 0 auto;
	padding: 15px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	text-align: center;
	text-transform: uppercase;
	font: normal 11px 'roboto', Arial, sans-serif;
	color: #6288b4;
	letter-spacing: 0.5px;
}

.footer_wrapper a {
	color: #6288b4;
}

.footer_wrapper a:hover {
	color: #fff;
}

/***********************
  Print
************************/
@media print{
	body {
		padding: 0;
	}
	
	#maincontent {
		display: block !important;	
	}
	
	.printBtn, .actionbtn, #scrollUp, header, footer {
		display: none !important;	
	}
}
/*

@media (max-width:767px) {
body {		
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 600px;
}
	
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float:left
}
.col-xs-12 {
	width:100%
}
.col-xs-11 {
	width:91.66666667%
}
.col-xs-10 {
	width:83.33333333%
}
.col-xs-9 {
	width:75%
}
.col-xs-8 {
	width:66.66666667%
}
.col-xs-7 {
	width:58.33333333%
}
.col-xs-6 {
	width:50%
}
.col-xs-5 {
	width:41.66666667%
}
.col-xs-4 {
	width:33.33333333%
}
.col-xs-3 {
	width:25%
}
.col-xs-2 {
	width:16.66666667%
}
.col-xs-1 {
	width:8.33333333%
}
.col-xs-pull-12 {
	right:100%
}
.col-xs-pull-11 {
	right:91.66666667%
}
.col-xs-pull-10 {
	right:83.33333333%
}
.col-xs-pull-9 {
	right:75%
}
.col-xs-pull-8 {
	right:66.66666667%
}
.col-xs-pull-7 {
	right:58.33333333%
}
.col-xs-pull-6 {
	right:50%
}
.col-xs-pull-5 {
	right:41.66666667%
}
.col-xs-pull-4 {
	right:33.33333333%
}
.col-xs-pull-3 {
	right:25%
}
.col-xs-pull-2 {
	right:16.66666667%
}
.col-xs-pull-1 {
	right:8.33333333%
}
.col-xs-pull-0 {
	right:auto
}
.col-xs-push-12 {
	left:100%
}
.col-xs-push-11 {
	left:91.66666667%
}
.col-xs-push-10 {
	left:83.33333333%
}
.col-xs-push-9 {
	left:75%
}
.col-xs-push-8 {
	left:66.66666667%
}
.col-xs-push-7 {
	left:58.33333333%
}
.col-xs-push-6 {
	left:50%
}
.col-xs-push-5 {
	left:41.66666667%
}
.col-xs-push-4 {
	left:33.33333333%
}
.col-xs-push-3 {
	left:25%
}
.col-xs-push-2 {
	left:16.66666667%
}
.col-xs-push-1 {
	left:8.33333333%
}
.col-xs-push-0 {
	left:auto
}
.col-xs-offset-12 {
	margin-left:100%
}
.col-xs-offset-11 {
	margin-left:91.66666667%
}
.col-xs-offset-10 {
	margin-left:83.33333333%
}
.col-xs-offset-9 {
	margin-left:75%
}
.col-xs-offset-8 {
	margin-left:66.66666667%
}
.col-xs-offset-7 {
	margin-left:58.33333333%
}
.col-xs-offset-6 {
	margin-left:50%
}
.col-xs-offset-5 {
	margin-left:41.66666667%
}
.col-xs-offset-4 {
	margin-left:33.33333333%
}
.col-xs-offset-3 {
	margin-left:25%
}
.col-xs-offset-2 {
	margin-left:16.66666667%
}
.col-xs-offset-1 {
	margin-left:8.33333333%
}
.col-xs-offset-0 {
	margin-left:0
}

#maincontent, #wrapper, body, html, footer, header, .container, .footer_wrapper, .header_wrapper {
	min-width: 0;	
	width: 100%;
}

.footer_wrapper {
	padding-top: 5px;	
}

#maincontent {
	width: 95%;	
}

.userAccount {
	padding: 0 20px 25px;	
}

.logo {
	width: 100%;	
	text-align: center;
}

.logo img {
	display: inline-block;	
}

nav {
	width: 100%;	
	text-align: center;
	z-index: 5;
}

.nav_overlay {
	background: none;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	background: transparent url(../images/overlay.png) repeat left top ;	
	display: none;
	z-index: 90;
}

.nav_wrapper {
	z-index:99;
	position: fixed;
	left: -100%;
	top: 0;
	width: 80%;
	height: 100%;
	background:white;
	webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;	
}

.mobNav {
	overflow: auto;
	height: 100%;	
	padding: 30px 30px 80px;
}

.nav_wrapper.active {
	left: 0;	
}

.nav_overlay.active {
	display: block;	
}

.toggle {
	display: block;	
	z-index: 85;
}

.toggle {
    background: transparent url(../images/icon_menu.png) no-repeat center;
    width: 35px;
    height: 30px;
    border: 1px solid #e0e0e0;
    position: absolute;
    right: 15px;
    top: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul#navmenu-h {	
}

ul#navmenu-h, ul#navmenu-h li {
	display: block;	
	margin: 0;
	padding: 0;
}

ul#navmenu-h li a {
	color: #808285;	
	font-size: 14px;
	padding: 13px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

ul#navmenu-h li {
	border-bottom: 1px solid #e0e0e0;	
}

ul#navmenu-h li ul li a {
	background-color: #999 !important;
	color:white;
}

ul#navmenu-h li:last-child, ul#navmenu-h li li {
	border: none;	
}

ul#navmenu-h li:hover a {
	background-color: #d71c2f;
	color: white;
}

ul#navmenu-h ul {
	position: relative;
	width: 100%;
	border: none;
	text-align: center;	
	top: auto;
	float: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

ul#navmenu-h li li a, ul#navmenu-h li:hover li a {
	text-align: center;	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	padding: 15px 0;
}

ul#navmenu-h li li li
{
	position: relative;
	width: 100%;
	border: none;
	text-align: center;	
	top: auto;
	float: left;
}


h1 {
	font-size: 30px;
	line-height: 33px;	
}

h3 {
	font-size: 22px;	
}

.accHeader {
	font-size: 18px;	
}

.width100 {
	width: 100% !important;	
}

.second_col, .first_col {
	margin: 0;	
}

.spacing-top {
	margin-top: 20px !Important;	
}

.sec-spacing-top {
	margin-top: 35px !important;
}

.mobFullWd {
	width: 150px !important;	
	margin-bottom: 5px;
}

.mobRow {
	display: block;
	margin-left: 28px;
}

.mobView {
	display: inline-block !important;	
}

.deskView {
	display: none !important;	
}
	
.lesspacing {
	margin-right: 5px !important;
}

.table-responsive {
	border: none;	
}

.bca_label {
	padding: 8px;	
}

input.bca_input {
	font-size: 18px;	
}

input.bca_finalinput {
	font-size: 25px;	
}

.spacing-acct {
	margin-top: 10px;	
}

.logocol {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	margin: 15px auto;
	width: 100%;
}

.footer_right, .footer_left {
	float: none;
	width: 100%;
	text-align: center;	
}
}*/

/***********************
  Programmer Required
************************/
.IE8Fix
{
    z-index: 1;
}

.errMsg, .errMsg a:link, .errMsg a:visited, .errMsg a:Active
{
 	font-family: normal  Arial, sans-serif !important;	
     font-size:10px;
	color:#CC0000;
}

.errMsg a:hover
{
    text-decoration: underlink;
}