@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #CCC;
}
.shederectors #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #0E5BB3;
	padding: 0;
}
.shederectors #header {
	background-image: url(https://www.shederectors.com.au/_img/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 354px;
}
.shederectors #header-top {
	height: 32px;
}
.shederectors #header-left {
	background-image: url(https://www.shederectors.com.au/_img/shed-framing-1.jpg);
	background-repeat: no-repeat;
	background-position: left 15px;
	height: 115px;
}
.shederectors #header-left h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 1.8em;
}
.shederectors #header-cont {
	height: 285px;
}
.shederectors #header-img {
	height: 240px;
	padding-left: 65px;
}
.shederectors #header-submnu {
	padding-top: 4px;
}
.shederectors #header-mnu {
	height: 35px;
	padding-left: 412px;
	padding-top: 5px;
}
.shederectors #bsa {
	color:#333;
	font-size: 0.7em;
	padding-right: 1em;
}
.shederectors #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.shederectors #mainContent {
	padding: 0 20px;
}
.shederectors .cusHR {
	display: block;
	position: relative;
	width: 100%;
	clear: both;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
	border-top-width: 1px;
	/*border-bottom-width: 1px;*/
	border-top-style: solid;
	border-right-style: none;
	/*border-bottom-style: solid;*/
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3CF;	/*border-bottom-color: #FFF;*/
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.cusUL {
	padding-top: 40px;
	padding-right: 35px;
}
.cusUL ul {
	list-style:outside square;
	padding-left: 12px;
}
.cusUL ul li {
	padding-bottom: 12px;
	color: #0FF;
	font-size: 0.8em;
}
.shederectors #mainContent .boxBG {
	background-image: url(https://www.shederectors.com.au/_img/boxBG-1-flat.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 320px;
	width: 300px;
}
.shederectors #mainContent .boxInner {
	padding: 16px;
}
.shederectors #mainContent .boxH2 {
	margin-top:0;
	font-size:1.2em;
	color: #9CF;
}
.BoxList ul {
	padding-left: 6px;
	margin: 0px;
	list-style-position: outside;
	display: inline-block;
}
.BoxList ul li {
	font-size: 0.7em;
	padding-bottom: 12px;
}
.BoxList2 ul {
	padding-left: 6px;
	margin: 0px;
	list-style-position: outside;
	display: inline-block;
}
.BoxList2 ul li {
	font-size: 0.7em;
	padding-bottom: 12px;
}
.shederectors #mainContent .boxContent {
	margin:0;
	font-size:0.8em;
	line-height:130%;
	text-align:justify;
}
.shederectors #footer {
	background-image: url(https://www.shederectors.com.au/_img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.shederectors #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.shederectors #footer p .myLnk a:link {
	text-decoration:none;
	color:#FF9;
}
.shederectors #footer p .myLnk a:visited {
	color:#FF9;
}
.shederectors #footer p .myLnk a:active {
	color:#0F0;
}
.shederectors #footer p .myLnk a:hover {
	color:#0F0;
}
