@charset "UTF-8";
/* CSS Document */

body{
background: url(images/bg.jpg) repeat-x #9d3c37;
padding: 0;
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #4c4a4b;
}

.bold{
font-weight: bold;
}

.highlight{
color: #7d1619;
font-weight: bold;
}

.clear{
clear: both;
}

#container{
width: 908px;
padding: 0 9px;
margin: auto;
background: url(images/container-bg.png) repeat-y;
}

* html #container{
background: url(images/container-bg.gif) repeat-y;
}

#container-bottom{
width: 886px;
height: 30px;
padding: 4px 20px 0 20px;
margin: auto;
background: url(images/container-bg-bottom.png) no-repeat;
text-align: right;
font-size: 10px;
color: #7d1619;
line-height: 10px;
}

* html #container-bottom{
background: url(images/container-bg-bottom.gif) no-repeat;
}

#container-bottom a{
color: #7d1619;
}

#container-bottom a:hover{
color: #4c4a4b;
}

#menu{
width: 152px;
padding: 0 14px;
float: left;
}

#menu ul{
list-style: none;
padding: 10px 0 0 0;
margin: 0;
}

#menu ul li{
padding: 0 0 6px 0;
}

#menu ul li a{
display: block;
border-top: 1px solid #dedede;
border-left: 6px solid #fff;
border-right: 6px solid #bebcbd;
border-bottom: 2px solid #bbb;
color: #4c4a4b;
text-decoration: none;
padding: 5px 8px;
}

#menu ul li a:hover{
background: #a15349;
color: #fff;
}

#menu ul li#active a{
font-weight: bold;
}

#menu ul li#fibreglass-warning a{
border: none;
text-decoration: underline;
}

#menu ul li#fibreglass-warning a:hover{
color: #a15349;
background: none;
}

#content-col{
width: 476px;
float: left;
padding: 0 0 0 18px;
}

#right-col{
width: 234px;
float: right;
}

#right-col-info{
background: #842425;
padding: 12px;
color: #fff;
}

#content{
border: 1px dashed #ccc;
margin: 20px 20px 20px 0;
padding: 15px;
overflow: auto;
height: 362px;
background: url(images/content-bg.jpg) repeat-x;
}

#content p{
margin: 0;
padding: 0 0 10px 0;
line-height: 18px;
}

#content p.title, p.title{
font-size: 13px;
color: #7d1619;
font-weight: bold;
padding-top: 4px;
}

#content p.intro{
font-weight: bold;
}

#content a{
color: #7d1619;
}

#content a:hover{
color: #333;
}

#content ul{
margin: 0 0 10px 0;
padding: 0;
list-style: none;
}

#content ul li{
background: url(images/bull.gif) no-repeat 3px 6px;
padding: 0 0 5px 15px;
}

#content ol{
margin: 0 0 10px 20px;
padding: 0;
}

#content ol li{
padding: 0 0 5px 0;
}

.logos{
float: left;
padding-right: 15px;
}

.associated_bodies_text{
margin-left: 120px;
}

#gallery_content{
width: 720px;
float: right;
}

.gallery_section{
width: 200px;
margin: auto;
padding: 0 0 20px 0;
}

.gallery_section a{
cursor: pointer;
