@charset "utf-8";
/* ---------------------------- Access Recycling CSS mainfile ----- */ 
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif, "Helvetica 65 Medium";
	font-size: 9pt;
	color: #666666;
	line-height: 14pt;
	background-color: #F3F4F4;
	background-position: top;
}
#footerwrapper {
	background-image: url(../images/bg.jpg);
	background-repeat:repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background-image: url(../images/layout_content.gif);
	background-repeat:repeat-y;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#nav {
	background-image: url(../images/layout_navbar.jpg);
	height: 43px;
}

#title {
	background-image: url(../images/layout_title.gif);
	height: 57px;
}
#footer {
	background-image: url(../images/layout_footer.gif);
	height: 86px;
	clear: both;
	width: 800px;
	margin: 0 auto;
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
}
#footertext {
	padding-top: 58px;
	padding-right: 29px;
	padding-bottom: 0px;
	padding-left: 31px;
}
.copyright {
	float: left;
	margin: 0px;
	padding: 0px;
}
.jamfooter {
	float: right;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #A72C31;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

#contentwrapper {
	width: 800px;
	background-image: url(../images/layout_content.gif);
	background-repeat: repeat-y;
	clear: both;
}
#content {
	padding-top: 10px;
	padding-right: 29px;
	padding-bottom: 0px;
	padding-left: 31px;
}
#left_content {
	width: 420px;
	float: left;
	margin-right: 30px;
}
#right_content {
	width: 290px;
	float: left;
}
/* ---------------------------- Navigation ----- */
#nav li {
	display: inline;
	height: 43px;
	list-style-type: none;
	float: left;
	margin: 0;
}

#nav ul {
	margin: 0;
	display: inline;
	list-style-type: none;
	float: right;
}

#nav a {
	margin-right: 0px;
}
#jamfooter li {
	display: inline;

	list-style-type: none;

	margin: 0;
}

#jamfooter ul {
	margin: 0;
	display: inline;
	list-style-type: none;
	float: right;
}

#jamfooter a {
	margin-right: 0px;
}

/* ---------------------------- Buttons ----- */
#home{
	background-image: url(../images/home01.png);
	margin: 0px;
	height: 43px;
	width: 54px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#home:hover{
	background-position: center bottom;
}
#about{
	background-image: url(../images/about01.png);
	margin: 0px;
	height: 43px;
	width: 56px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#about:hover{
	background-position: center bottom;
}
#news{
	background-image: url(../images/news01.png);
	margin: 0px;
	height: 43px;
	width: 58px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#news:hover{
	background-position: center bottom;
}
#scrap{
	background-image: url(../images/scrap01.png);
	margin: 0px;
	height: 43px;
	width: 58px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#scrap:hover{
	background-position: center bottom;
}
#services{
	background-image: url(../images/services01.png);
	margin: 0px;
	height: 43px;
	width: 75px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#services:hover{
	background-position: center bottom;
}
#gypsum{
	background-image: url(../images/gypsum01.png);
	margin: 0px;
	height: 43px;
	width: 76px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#gypsum:hover{
	background-position: center bottom;
}
#bridges{
	background-image: url(../images/bridges01.png);
	margin: 0px;
	height: 43px;
	width: 73px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#bridges:hover{
	background-position: center bottom;
}
#timber_sales{
	background-image: url(../images/timber01.png);
	margin: 0px;
	height: 43px;
	width: 115px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#timber_sales:hover{
	background-position: center bottom;
}
#contact{
	background-image: url(../images/contact01.png);
	margin: 0px;
	height: 43px;
	width: 92px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
#contact:hover{
	background-position: center bottom;
}
#jam{
	background-image: url(../images/layout_footer1.gif);
	margin: 0px;
	height: 86px;
	width: 172px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}
#jam:hover{
	background-position: center bottom;
}
.centre {
	text-align: center;
}
.tables table {
	background-color: #EAECEB;
	border: 1px solid #999999;
}
.bolder {
	font-weight: bold;
}
.gallery {
}
.gallery img {
	margin: 4px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h4 {
	font-size: 12pt;
}
.titles {
}
hr {
	color: #CCCCCC;
	font-size: 9px;
}
#left_content p {
	margin-bottom: 0px;
	margin-top: 10px;
}
#right_content p {
	margin-bottom: 0px;
	margin-top: 10px;
}
h3 {
	font-weight: normal;
	font-size: 12pt;
	line-height: 5pt;
}
.scrap_left {
	width: 420px;
	float: left;
}
.scrap_right {
	float: right;
	width: 300px;
}
#scrap1 {
	width: 748px;
	clear: both;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
#scrap2 {
	width: 748px;
	clear: both;
	margin-bottom: 25px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#scrap3 {
	width: 748px;
	clear: both;
	margin-bottom: 25px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#scrap4 {
	width: 748px;
	clear: both;
	margin-bottom: 25px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#scrap5 {
	width: 748px;
	clear: both;
	margin-bottom: 25px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#scrap6 {
	width: 748px;
	clear: both;
	margin-bottom: 25px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#scrap7 {
	width: 748px;
	clear: both;
	margin-bottom: 25px;
	margin-top: 10px;
	padding-bottom: 10px;
}
.images img {
	margin-bottom: 5px;
}
.images2 img {
	margin-bottom: 6px;
	
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #A72C31;
}
#flash_home {
	margin-top: 10px;
}

.scrap_left li {
	list-style-type: square;
}
