/* @override http://www.stratecom.com.au/css/main-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;
}

/* @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 sidepanel */
#sidepanel-region {
	height: 220px;
	padding:5px 0px 0px 0px;
	margin:0px;
}
/*#sidepanel-region a {
	color: #4c4d4f;
	font-size: 12px;
	background: url(../images/arrow.gif) no-repeat;
	padding-left: 13px;
	text-decoration: underline;
}
#sidepanel-region a:hover {
	color: #d2232a;
	background: url(../images/arrow-over.gif) no-repeat;
	padding-left: 13px;
	text-decoration:none;
}*/

/* @end */

/* @group Quicklinks area */
#quicklinks-structure {
	float:left;
	width:312px;
	color:#5a5a5a;
	font-size: 12px;
	line-height: 10px;
	padding: 9px 0px 30px 0px;
}
#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 */
#left-col-structure {
	width: 258px;
	float: left;
}
#content-structure2 {
	width: 514px;
	float: right;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 20px;
}
#content {
	padding: 3px 5px 10px 6px;
}

/* @end */


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




/* @group Breadcrumbs */
.breadcrumb-wrapper {
	color: #000;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	/*position:relative;
	top: -9px;*/
	height: 40px;
	line-height: 15px;
	margin-top: -7px;
}
a.breadcrumb-link  {
	color: #ffffff;
	font-size: 12px;
	padding: 0px 6px 0px 3px;
	text-decoration: underline;
}
a:hover.breadcrumb-link  {
	color: #d2232a;
	text-decoration:none;
}
a.breadcrumb-link.selected-page  {
	color:#000;
	text-decoration: none;
}
	
/* @end */


/* @group Terms */
.terms-region {
	visibility: hidden;
	height: 100px;
	/*margin-bottom: 20px;
	margin-top: 8px;
	background: whitesmoke;
	padding: 3px 4px 4px 4px;*/
}
/* @end */


/* @group Doc Tracker Stuff */
fieldset {
	border: 0px;
	padding: 8px 0px 20px 0px;
}
legend {
	font-weight: bold;
}
#ajax_doc_tracking_form {
	padding-top: 8px;
	padding-bottom: 0px;
}
#ajax_doc_tracking_form label {
	font-size: 11px;
	text-transform: uppercase;
}
/* @end */

/* @group FEATURE REGION - USED FOR DISCLAIMERS */
#feature-region {
	background: whitesmoke;
	padding: 2px 3px 3px 3px;
	margin: 5px;
}
#feature-region p {
	margin: 0px;
}	
/* @end */






