/*------------------------------------
	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:#373435;
	text-decoration:none;
}
/*------------------------------------
	Layout
------------------------------------*/
body
{
	/*background:#848688;*/
}
#header, #content, #footer
{
	margin:0 auto;
}

#header
{
	background:#FFF;
}
#content
{
	padding:24px 0;
}
#footer
{
	padding:28px 0 24px 0;
	background:url(../../images/design-assets/footer-separator.gif) left top no-repeat;
	height:300px;
}
/*------------------------------------
	Nav
------------------------------------*/
/*
#nav
{
	background-color:#A8CF45;
	list-style:none;
	height:48px;
	margin-bottom:0;
}
#nav li
{
	float:left;
	display:inline;
	width:191px;
	border-right:1px solid #FFF;
}
#nav li:last-child
{
	width:192px;
	border-right:0 none;
}
#nav li a
{
	background-color:#A8CF45;
	display:block;
	line-height:48px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}
#nav li a:hover
{
}
*/

/* nav highlights */
#home-body #home-header-nav-link,
#about-body #about-header-nav-link,
#products-body #products-header-nav-link,
#contact-body #contact-header-nav-link,
#enquiry-body #enquiry-header-nav-link
{
	background:#0098DA !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;}

.white{color:#FFFFFF}
.blue{color:#0395E0}
.green{color:#A8CF45}
.white-glow{text-shadow:0px 0px 15px #FFF}

.blue-bg{background:#0395E0}
.green-bg{background:#A8CF45}

.block{display:block}

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

.separator
{
	display:block;
	height:0px;
	line-height:0px;
	border-top:1px solid #0395E0;
}

.download-brochure
{
	display:inline-block;
	padding:0 12px 0 48px;
	background:url(../../images/design-assets/download-arrow.png) 0 center no-repeat;
	background-color:#A8CF45;
	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:#A8CF45;
	line-height:40px;
	color:#FFF;
}
.read-more:hover
{
	text-decoration:none;
}

#social-icons a
{
	display:inline-block;
	margin:0 0.2em;
}

/* bjTabs */
.bjTabs ul.tabs
{
	list-style:none;
}
.bjTabs ul.tabs li.tab
{
	display:inline-block;
	line-height:2.4em;
	padding:0 1em;
	cursor:pointer;
	border:1px solid #999999; /* customize */
	border-bottom:0 none;
	background:#CCCCCC; /* customize */
	border-top-right-radius:1em;
	border-top-left-radius:0.4em;
}

.activeTab
{
	border-bottom:1px solid #FFF !important; /* customize */
	background:#FFF !important;; /* customize */
}

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

