/**
master.css - for Jenkin Bros
@author	Miinx  (dev<at>miinx.com.au)
**/
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	font: normal 11px Arial, "MS Trebuchet", sans-serif;
	background-color: #2c3135;
}
#bg {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 840px;
	margin-left: -419px;
	background-image: url("../images/common/bg_shadow.gif");
	background-repeat: repeat-y;
	background-color: #3a2e7c;
	min-height: 100%;
	height: 100%;
}
body#home #bg { height: 630px !important; }
body#about #bg { height: 900px !important; }
body#equipment #bg { height: 700px !important; }
body#products #bg { height: 1340px !important; }
body#accreditation #bg { height: 1050px !important; }
body#bdyContact #bg { height: 1340px !important; }
#container {
	position: absolute;
	left: 31px;
	top: 0px;
	width: 780px;
	height: 100%;
	background: url("../images/common/bg_top.gif") no-repeat 50% 0%;
	
}
h1 {
	position: absolute;
	top: 30px;
	left: 88px;
}
h1 a {
	position: absolute;
	height: 0px !important;
	height/**/: 53px;
	width: 269px;
	left: 0;
	top: 0;
	overflow: hidden;
	overflow-y: hidden;
	padding-top: 53px;
	background: url("../images/common/logo.gif") no-repeat 0 0;
}
h2 {
	margin: 0px;
	margin-bottom: 15px;
	color: #f6ca17;
	font: bold 0.95em Verdana, sans-serif;
}
h3 {
	margin: 0px;
	margin-bottom: 3px;
	color: #979aca;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0.1em;
}
p, li {
	font: 1.03em/1.4em Arial, "Trebuchet MS", sans-serif;
	margin: 0px;
	margin-bottom: 20px;
	color: #e1ddf6;
}
.mgnBtm15 {
	margin-bottom: 15px;
}
#address {
	position: absolute;
	left: 530px;
	top: 14px;
	font: 0.87em/1.55em Arial, sans-serif;
	color: #e9bf16;
	letter-spacing: 0.02em;
}
#address a,
.white {
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.04em;
	text-decoration: none;
}
#address a:hover {
	color: #f6ca17;
}
#sidebar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 142px;
	height: 100%;
	overflow: hidden;
}
#nav {
	position: absolute;
	left: 22px;
	top: 130px;
	width: 90px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	margin-bottom: 14px;
}
#nav a {
	font-size: 0.95em;
	color: #fff;
	text-decoration: none;
}
#nav a:hover { 
	color: #f6ca17; 
}
body#home #nav a#home,
body#about #nav a#about,
body#equipment #nav a#equipment,
body#products #nav a#products,
body#accreditation #nav a#accreditation,
body#bdyContact #nav a#contact {
	color: #f6ca17 !important;
	font-weight: bold !important;
}
#recog {
	position: absolute;
	top: 440px;
	left: 20px;
	font-size: 0.9em;
	letter-spacing: 0.05px;
	line-height: 1.4em;
	color: #f6ca17;
}
#vdots {
	position: absolute;
	width: 142px;
	height: 100%;
	top: 546px;
	left: 0px;
	background: url("../images/common/vdots.gif") repeat-y 100%;
}
#content_left {
	position: absolute;
	left: 170px;
	top: 130px;
	width: 345px;
}
#content_left ul {
	margin: 10px 15px 20px;
	padding-left: 1em;
}
#content_left li {
	padding-left: 10px;
	margin-bottom: 4px;
	color: #c1cbe6;
}
#content_right {
	position: absolute;
	left: 530px;
	top: 132px;
	width: 230px;
	clear: both;
}
#content_right img {
	margin-bottom: 20px;
}
#footer {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	font-size: 0.8em;
	color: #6b629a;
	font-family: verdana, sans-serif;
	text-align: center;
}
#footer a {
	color: #6b629a;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

