/* @override http://www.stratecom.com.au/css/home-structure.css */
/* CSS Document */

body {
	background: #d2d4d7;
	color: #131313;
	/*text-align: center;*/ 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:17px;
	margin: 0;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	/*overflow-x: hidden;*/
}
#backgroundbox {
	position: fixed; 
	top:0px; 
	left: 0px; 
	width: 100%;
	height:100%; 
	border: 0px;
}
#wrapper {
	position: relative;
	padding-top:9px;
	width:828px;
	margin: 0 auto;
	/*min-height:1800px;
	width: 75%;
	text-align: left; */
	/* 	border: 1px dashed red; *** TMP to see where we are *** */
}

/* @group sidepanel */
#sidepanel-region {
	height: 190px;
	margin: 0px;
}
#sidepanel-region a {
	color: #4c4d4f;
	font-size: 12px;
	background: url(../images/arrow.gif) no-repeat;
	padding-left: 13px;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
#sidepanel-region a:hover {
	color: #d2232a;
	background: url(../images/arrow-over.gif) no-repeat;
	padding-left: 13px;
	text-decoration:none;
}

/* @end */

/* @group header area */
#header-structure {
	height:39px;
	padding-bottom:44px;
}
#logo-region {
	width:279px;
	height:39px;
	float:left;
}
#navigation-region {
	width:516px;
	font-size:11px;
	text-transform:uppercase;
	padding-top:24px;
	float:right;
	height: 39px;
}

/* @end */

/* @group Feature area */
#feature-struture {
	height:127px;
}
#feature-region {
	/*background:url(../images/bi-line.png) no-repeat;*/
	width:388px;
	height:106px;
	float:left;
}
/* @end */

/* @group Quicklinks area */
#quicklinks-structure {
	float:left;
	width:312px;
	color:#5a5a5a;
	font-size: 12px;
	line-height: 10px;
	padding-top: 9px;
}
#quicklinks-region p {
	color: #fff;
	padding: 0px;
	margin: 0px 0px 8px 0px;
}
#quicklinks-wlp, #quicklinks-wpp, #quicklinks-ws {
	height: 22px;
}
#quicklinks-wlp a {
	background: url(../images/ql-wlp.png) no-repeat;
	padding-bottom: 2px;
}
#quicklinks-wlp a:hover {
	background: url(../images/ql-wlp-over.png) no-repeat;
}
#quicklinks-wpp a {
	background: url(../images/ql-wpp.png) no-repeat;
	padding-bottom: 2px;
}
#quicklinks-wpp a:hover {
	background: url(../images/ql-wpp-over.png) no-repeat;
}
#quicklinks-ws a {
	background: url(../images/ql-ws.png) no-repeat;
	padding-bottom: 2px;
}
#quicklinks-ws a:hover {
	background: url(../images/ql-ws-over.png) no-repeat;
}
/* @end */



/* @group Content */
#content-structure {
}
#left-col-structure {
	width: 258px;
	float: left;
	border-top:#FFF solid 1px;
	padding-top: 16px;
}
#content {
	width: 500px;
	float: right;
	border-top:#FFF solid 1px;
	padding-top: 16px;
	padding-right: 14px;
}
/* @end */


/* @group Footer */
#footer-region p {
	color: #4c4d4f;
	font-size: 10px;
	padding: 0px;
	margin: 6px 0px 0px 0px;
	text-transform: uppercase;
}
#footer-region a {
	color: #d2232a;
	font-size: 12px;
	background: url(../images/arrow-over.gif) no-repeat;
	padding-left: 13px;
	text-decoration: none;
}
#footer-region a:hover {
	color: #4c4d4f;
	background: url(../images/arrow.gif) no-repeat;
	padding-left: 13px;
	text-decoration:none;
}
/* @end */

