/*========================
Cascading Style Sheets
for C4i

by Lochlan McBride
Cornerstone Technologies
www.cstech.net.au
=========================*/

/*====General====*/
body {
	font:12px Arial, Helvetica, sans-serif;
	color:#5c5c5c;
	line-height:19px;
	margin:0;
	background:#fff; /*cms*/
}
h1 {
	margin:20px 0 10px;
	font:700 14px Arial, Helvetica, sans-serif;
	color:#007CB7;
}
h1 a {
	text-decoration:none !important;
}
h2 {
	margin:0;
	font:14px Arial, Helvetica, sans-serif;
}
h3 {
	background:url(_templateFiles/bg-th.jpg) repeat-x;
	color:#fff;
	padding:3px 5px;
	text-transform:uppercase;
	font:700 14px Arial, Helvetica, sans-serif;
	margin:0;
}
h4 {
	margin:10px 0 0;
	color:#007CB7;
	font:700 13px Arial, Helvetica, sans-serif;
}
h5 {
	margin:0;
	color:#007CB7;
	font:100 13px Arial, Helvetica, sans-serif;
}
h6 {
	margin:0;
	color:#007CB7;
	font:100 12px Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color:#007CB7;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:active {
	color:#389CC9;
}
table {
	padding:0;
	border-collapse:collapse;
	width:100%;
}
th {
	font-weight:700;
}
th, td {
	padding:0;
	text-align:left;
	vertical-align:top;
	font:12px Arial, Helvetica, sans-serif;
}
strong {
	font-weight:700;
}
a img {
	border:none;
}
.hr {
	height:1px;
	width:100%;
	background:#c7c7c7;
	line-height:1px;
}
.noBg {
	background:none !important;
}
ul {
	margin:0 0 0 15px;
	padding:0;
}
ul li {
	list-style-position:outside;
}
ul ul {
	margin:0;
	padding:0 0 0 10px;
	list-style-type:none;
}
ul ul li {
	background:url(_templateFiles/bg-dash-bullet.gif) no-repeat 0 50%;
	padding-left:12px;
}
.pdf {
	background:transparent url(_templateFiles/icon_pdf.gif) no-repeat scroll left 0px !important;
	padding-left:17px;
}

/*====Layout====*/
#upper-wrap {
	width:1080px;
	margin:0 auto;
}
#fixed {
	top:0;
	position:fixed;
	width:1080px;
	z-index:100;
}
#fold {
	background:url(_templateFiles/bg-left-fold.png) no-repeat;
	height:143px;
	width:120px;
	position:absolute;
	left:0;
	top:0;
}
#curve {
	background:url(_templateFiles/bg-right-curve.png) no-repeat;
	height:24px;
	width:120px;
	position:absolute;
	right:0;
	top:0;
}
#top {
	background:#007CB7 url(_templateFiles/bg-nav.png) repeat-x;
	height:24px;
	z-index:-1;
	margin:0 auto;
	width:840px;
}
#contactUs {
	background:url(_templateFiles/bg_contactUs.png) repeat-x;
	display:block;
	height:12px;
	width:61px;
	position:absolute;
	top:5px;
	right:118px;
}
#outter-wrap {
	margin:0 auto;
	width:840px;
}
#header {
	margin:23px 0 0;
}
#header h1 {
	margin:0;
}
#header h1 span {
	display:none;
}
#content {
	margin:83px 0 0;
	padding:0 7px;
}
#content table {
	background-color:#F1F8FC;
	margin:20px 0 0;
}
.rightShadow {
	background:#fff url(_templateFiles/bg-rightShadow.gif) repeat-y right;
}
#footer {
	font-size:11px;
	text-align:center;
	margin:15px 0;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer li {
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
	padding:0 8px;
}
#footer li a {
	color:#fff;
	text-decoration:none;
}
#footer li a:hover {
	text-decoration:underline;
}
#copyright {
	color:#c7c7c7;
	margin:3px 0 0;
}
#cstech {
	color:#c7c7c7;
}
#cstech a {
	color:#c7c7c7;
	text-decoration:none;
}

/*====Home====*/
.topShadow {
	background:#fff url(_templateFiles/bg-topShadow.gif) no-repeat;
	height:3px;
	line-height:3px;
	font-size:0;
	margin-top:26px;
}
.bottomShadow {
	background:#fff url(_templateFiles/bg-bottomShadow.gif) no-repeat;
	height:7px;
	line-height:7px;
	font-size:0;
}
#home #header {
	height:297px;
	margin:69px 0 0;
	border-bottom:solid 1px #fff;
}
#home #content, #markets #content {
	padding:16px 20px 13px;
	margin:26px 0 0;
	background-color:#F1F8FC;
}
#home #content td, #markets #content td {
	line-height:16px;
}
#home #content {
	margin-top:0;
}
#home table, #markets table {
	background:url(_templateFiles/bg-hometable.gif) repeat-y -1px 0;
	margin:0;
}
#home th {
	width:230px;
}
#home th h3 {
	width:230px;
}
#home td img, #markets td img {
	margin:0 0 10px;
}
.spacer {
	text-align:center;
	width:35px;
}
#news {
	margin:20px 0 0;
	height:27px;
	position:relative;
	background:url(_templateFiles/bg-news.gif) no-repeat;
}
#news h2  {
	background:#007CB7;
	color:#fff;
	text-transform:uppercase;
	padding:5px 8px 4px;
	margin:1px;
	float:left;
}
#news strong {
	color:#007CB7;
}
#news ul {
	margin:0 0 0 68px;
	padding:0;
}
#news li {
	padding:0;
	list-style-type:none;
	line-height:26px;
	width:100%;
}
#news li a {
	margin:0 0 0 10px;
}

/*====General====*/
.sideImage {
	position:relative;
	float:right;
	margin-top:-76px;
	padding:0 0 40px 25px;
}
#general td, #products td {
	padding:5px 15px 15px;
}
.moreBox {
	width:240px;
	float:right;
	margin:0 0 0 25px;
}
.moreBox div {
	padding:10px 20px;
	border:solid 1px #C7C7C7;
	border-top:none;
	margin-top:-1px;
	height:250px;
	position:relative;
}
.moreBox h2 {
	margin:0;
	padding: 5px;
}
.moreBox h1 {
	margin:0 0 4px;
}
.moreBox ul {
	margin:0 0 20px;
	padding:0;
}
.moreBox li {
	list-style-type:none;
	background:url(_templateFiles/bg-arrow-bullet.gif) no-repeat 0 50%;
	padding:0 0 0 15px;
	margin:0;
}
.moreBox a:link, .moreBox a:visited {
	text-decoration:none;
}
.moreBox a:hover {
	text-decoration:underline;
}
.moreBox img {
	position:absolute;
	bottom:15px;
	left:15px;
}

/*====Markets====*/
#markets #header {
	height:365px;
	margin:46px 0 0;
}
#markets #content {
	margin:0;
}
#markets th {
	width:242px;
}
#markets th h1 {
	margin-top:0;
}
#markets #info {
	border-top:solid 1px #C7C7C7;
	background-image:none;
	margin:20px 0 0;
}
#markets #info td {
	padding:10px 0 0;
	vertical-align:middle;
}
#markets #info td a {
	text-decoration:none;
	background:url(_templateFiles/bg-arrow-bullet.gif) no-repeat left center;
	padding-left:17px;
}
#markets #info td a:hover {
	text-decoration:underline;
}
#markets #info h3 {
	padding:5px;
	display:inline;
}

/*====Products====*/
.productsTable {
	margin-top:0 !important;
}
.productsTable .image {
	background:#FFF;
	border:solid 1px #C7C7C7;
	border-right:none;
	padding:15px 10px 0;
}
.productsTable .details {
	background:#FFF;
	border:solid 1px #C7C7C7;
	border-left:none;
	padding-left:0;
	width:520px;
}
.productsTable .moreBox {
	float:none;
	margin:0;
	padding:0;
	border:solid 1px #C7C7C7;
	width:200px;
}
.productsTable .moreBox img {
	position:static;
	margin-top:100px;
}
.productsTable .moreBox h3 {
	margin:-5px -15px 5px;
}
.productsTable .spacer {
	width:14px;
}

/*====News====*/
#general .newsTable {
	font-size:11px;
}
#general .newsTable td {
	padding:3px;
}

/*====Form====*/
table#contact-form {margin-top:-211px;float:left;}
table#contact-form #addresses {padding-top:153px;}
form {
	margin:0; 
	padding:0 0 10px 0;
}
form fieldset {
	border:0;
	margin:0;
	padding:0;
}
form fieldset legend {display:none;}
form fieldset div.form-row {
	margin-top:7px;
	clear:both;
}
form fieldset label {
	width:8em;
	float:left;
	padding:5px 0;
	text-align:right;
	margin-right:6px;
}
form input, form textarea, form select {
	background:#FFF url(_templateFiles/inputBg.gif) no-repeat scroll left top;
	border:1px solid #AAA;
	width:250px;
	font:12px Tahoma, Verdana, sans-serif;
	padding:2px;
}
form input:focus, form textarea:focus, form select:focus {
	border:1px solid #007CB7;
}
form .button {
	width:70px;
}
form .button:active {
	background:#FFF url(_templateFiles/inputBg.gif) no-repeat scroll left bottom;
}
/*---Submit Button---*/
form fieldset.submit {
	clear:both;
	padding:8px 0 0 8.4em;
}

/*====Secure Login====*/
#secure input {
	width:200px;
	margin:2px 0;
}
.form-row-Secure {
	margin:5px 0;
}
#secure .submit {
	width:60px;
	margin-left:146px;
}

/*Search Bar*/
.search_bar{display:block;position:absolute;top:1px;right:205px;width:200px;height:20px;}