/*------------------------------------
	Fonts
------------------------------------*/
@font-face 
{
	font-family:"WeblySleek UI Light";
	src:url("/resources/fonts/weblysleekuil.eot?") format("eot"),
	url("/resources/fonts/weblysleekuil.woff") format("woff"),
	url("/resources/fonts/weblysleekuil.ttf") format("truetype"),
	url("/resources/fonts/weblysleekuil.svg#WeblySleekUILight") format("svg");
}
@font-face
{
	font-family:"WeblySleek UI Semilight";
	src:url("/resources/fonts/weblysleekuisl.eot?") format("eot"),
	url("/resources/fonts/weblysleekuisl.woff") format("woff"),
	url("/resources/fonts/weblysleekuisl.ttf") format("truetype"),
	url("/resources/fonts/weblysleekuisl.svg#WeblySleekUISemilight") format("svg");
}
@font-face
{
	font-family:"WeblySleek UI Semibold";
	src:url("/resources/fonts/weblysleekuisb.eot?") format("eot"),
	url("/resources/fonts/weblysleekuisb.woff") format("woff"),
	url("/resources/fonts/weblysleekuisb.ttf") format("truetype"),
	url("/resources/fonts/weblysleekuisb.svg#WeblySleekUISemibold") format("svg");
}
*
{
	margin:0;
	padding:0;
	border:0 none;
	font-family:"WeblySleek UI Light", Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	line-height:1.2em;
	font-weight:normal;
	color:#372B27;
	text-decoration:none;
}
.uc
{
	min-height:240px;
}
/*------------------------------------
	Layout
------------------------------------*/
body
{
	background:#E3E3E3;
}
#header, #content, #footer
{
	background-color:#FFF;
}
#header
{
}
#content
{
	min-height:480px;
	padding-top:16px;
	background-image:url(../../images/design-assets/header-shadow.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
#footer
{
	border-top:3px solid #004890;
	background-color:#E3E3E3;
}
/*------------------------------------
	Nav
------------------------------------*/
#nav-wrapper
{
	height:48px;
	background:#004890;
}
#nav
{
	background-color:#004890;
	list-style:none;
	height:48px;
	margin-bottom:0;
}
#nav li
{
	float:left;
	display:inline;
	width:137px;
	border-right:1px solid #004890;
}
#nav li:last-child
{
	width:132px;
	border-right:0 none;
}
#nav li a
{
	background-color:#004890;
	display:block;
	line-height:48px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}
/*
#nav li a:hover
{
	background-color:#ED3237;
}
*/

/* nav highlights */
#home-body #home-link,
#about-us-body #about-us-link,
#products-body #products-link,
#infrastructure-body #infrastructure-link,
#quality-policy-body #quality-policy-link,
#contact-body #contact-link,
#enquiry-body #enquiry-link
{
	background-color:#ED3237 !important;
}
/*------------------------------------
	General Styles
------------------------------------*/
.extra-large{font-size:48px; line-height:54px}
.large{font-size:32px; line-height:36px}
.medium{font-size:24px; line-height:28px}
.default{font-size:16px; line-height:18px}
.small{font-size:12px}

.center{text-align:center}
.capitalize{text-transform:uppercase}
.normal{font-weight:normal}
.bold{font-family:"WeblySleek UI Semibold", Tahoma, Arial, Helvetica, sans-serif}
.semilight{font-family:"WeblySleek UI Semilight", Tahoma, Arial, Helvetica, sans-serif}

.white{color:#FFFFFF}
.blue{color:#004890}
.red{color:#ED3237}
.gray{color:#A9ABAE}
.white-glow{text-shadow:0px 0px 15px #FFF}

.blue-bg{background:#004890}
.red-bg{background:#ED3237}
.gray-bg{background:#A9ABAE}
.lightgray-bg{background:#D6D7D9}
.yellow-bg{background:#F3ED86}

.block{display:block}

.link{text-decoration:none}
.link:hover{text-decoration:underline}

/*
.download-brochure
{
	display:inline-block;
	padding:0 12px 0 48px;
	background:url(/images/design-assets/download-arrow.png) 0 center no-repeat;
	background-color:#00AFEF;
	line-height:40px;
	color:#FFF;
}
.download-brochure:hover
{
	text-decoration:none;
}
*/
/*
.read-more
{
	display:inline-block;
	padding:0 48px 0 12px;
	background:url(/images/design-assets/read-more-arrow.png) right center no-repeat;
	background-color:#00AFEF;
	line-height:40px;
	color:#FFF;
}
.read-more:hover
{
	text-decoration:none;
}
*/
.about-link, .solutions-link
{
	padding:0px !important;
	text-indent:12px;
	float:left;
	display:inline;
	width:220px;
}
.about-link
{
	margin-right:12px;
}
#social-icons a
{
	display:inline-block;
	margin:0 0.2em;
}

.general-ul
{
	margin-left:1em;
}
#gmap
{
	width:616px;
	height:480px;
}
/*------------------------------------
	bjTabs
------------------------------------*/
.bjTabs ul.tabs
{
	list-style:none;
	margin-bottom:0 !important;
}
.bjTabs ul.tabs li.tab
{
	display:inline-block;
	line-height:2.4em;
	padding:0 1em;
	cursor:pointer;
	/*
	border:1px solid #A9ABAE; /* customize */
	/*border-bottom:0 none;
	/*background:#E2E2E2; /* customize */
	/*border-top-right-radius:1em;
	border-top-left-radius:0.4em;
	*/
	text-transform:uppercase;
	color:#00AFEF;
}
.activeTab
{
	border:1px solid #A9ABAE; /* customize */
	border-bottom:1px solid #FFF !important; /* customize */
	border-top-right-radius:0.4em;
	border-top-left-radius:0.4em;
	background:#FFF !important; /* customize */
	color:#373435 !important;
}

.bjTabs div.tabData
{
	/*border:1px solid #A9ABAE; /* customize */
	border-top:1px solid #A9ABAE; /* customize */
	margin-top:-1px;
}
.bjTabs div.tabData div.data
{
}

.general-ul
{
	list-style:none;
	margin-left:0;
}
.general-ul li
{
	padding-left:16px;
	background:url(/images/design-assets/bullet.gif) 0px 7px no-repeat;
}
/*------------------------------------
	Form
------------------------------------*/
#form-wrapper
{
	/*background:url(../../images/form-bg-repeat.png) left top repeat;*/
}
.red{color:#DC241F;}
.textbox, .form-label, textarea, .btn
{
	display:inline-block;
	width:100%;
	height:2em;
	line-height:2em;
	text-align:center;
}
.captchaUserInput
{
	width:3em;
}
.textbox, textarea
{
	border:1px solid #A9ABAE;
	background:#FFF;
	/*background:url(../../images/form-bg-repeat.png) left top repeat;*/
}
textarea
{
	height:6em;
	line-height:1.2em;
	padding:0.4em 0;
}
.err
{
	display:inline-block;
	width:100%;
	margin-top:0.3em;
}
.btn
{
	background:#004890;
	height:2.5em;
	line-height:2.5em;
	color:#FFF;
	cursor:pointer;
}
/*#submitEnquiry:hover, */#submitEnquiry:active, #submitEnquiry:focus
{
	background:#004890;
}
#loader
{
	display:inline-block;
	width:100%;
	text-align:center;
}
#loader img
{
	height:2em;
	vertical-align:middle;
}
#captcha-img
{
	display:inline-block;
	height:2em;
	width:auto;
	margin:0 0.5em 0 0;
	vertical-align:top;
	border:1px solid #FFF;
}
