body {
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

img {
border:0;
}

.footer {
font-size:11px;
color:#666666;
text-decoration:none;
}

.footer:hover {
color:#0070af;
}

.title {
font-size:13px;
color:#666666;
}

.titleFront {
font-size:13px;
color:#666666;
}

.text {
font-size:12px;
color:#666666;
}

.nav_home {
display:inline;
background-image:url(images/nav_home.gif);
background-repeat:no-repeat;
width:100px;
float:left;
height:45px;
text-decoration:none;
}

.nav_home:hover {
background-image:url(images/nav_home.gif);
background-repeat:no-repeat;
background-position:0em -2.75em;
}


.nav_about {
display:inline;
float:left;
background-image:url(images/nav_about.gif);
background-repeat:no-repeat;
width:100px;
height:45px;
text-decoration:none;
}

.nav_about:hover {
background-image:url(images/nav_about.gif);
background-repeat:no-repeat;
background-position:0em -2.75em;
}


.nav_products {
display:inline;
float:left;
background-image:url(images/nav_products.gif);
background-repeat:no-repeat;
width:100px;
height:45px;
text-decoration:none;
}

.nav_products:hover {
background-image:url(images/nav_products.gif);
background-repeat:no-repeat;
background-position:0em -2.75em;
}


.nav_downloads {
display:inline;
float:left;
background-image:url(images/nav_downloads.gif);
background-repeat:no-repeat;
width:100px;
height:45px;
text-decoration:none;
}

.nav_downloads:hover {
background-image:url(images/nav_downloads.gif);
background-repeat:no-repeat;
background-position:0em -2.75em;
}


.nav_contact {
display:inline;
float:left;
background-image:url(images/nav_contact.gif);
background-repeat:no-repeat;
width:100px;
height:45px;
text-decoration:none;
}

.nav_contact:hover {
background-image:url(images/nav_contact.gif);
background-repeat:no-repeat;
background-position:0em -2.75em;
}


.heading {
color:#E97703;
font-size:20px;
}

.heading_black {
font-size:16px;
color:#000000;
display:inline;
padding-left:10px;
font-weight:bold;
}

.heading_blue {
font-size:18px;
color:#003780;
display:inline;
display:block;
padding-top:5px;
}

.title {
font-size:15px;
display:block;
font-weight:bold;
padding-bottom:10px;
}

.unlist {
margin:0em 0em 0em 0.5em;
padding:0em;
}

.list {
background-image:url(images/arrow.gif);
background-repeat:no-repeat;
background-position:0em 0.2em;
padding-left:15px;
list-style-type:none;
}

.content {
margin-left:15px;
}

.orangeText {
font-size:14px;
color:#F89E34;
}

.redArrow {
color:#FF0000;
font-weight:bold;
}

.fileLink {
color:#000000;
font-weight:bold;
}
.fileLink:hover {
text-decoration:none;
}

.smallLink {
color:#0070af;
font-size:12px;
}

.smallLink:hover {
color:#E97703;
text-decoration:none;
}


.credit {
	width:120px;
	height:10px;
	background-image:url(images/credit.gif);
	margin: 0px 0px 0px 15px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
.credit:hover {
	background-position: 0px -10px;
}

/* @group .bbut - brochure button */

a.bbut:link,
a.bbut:visited
{
display: block;
width: 100px;
color: white;
font-size: 14px;
font-weight: bold;
text-decoration: none;
background: #F9C23E url(images/bbut-wall.png) no-repeat;
height: 21px;
text-align: center;
line-height: 20px;
float: right;
}
a.bbut:hover,
a.bbut:active
{
	color: silver;
}

#wall a.bbut:link,
#wall a.bbut:visited
{
background: #F9C23E url(images/bbut-wall.png) no-repeat;
}


#floor a.bbut:link,
#floor a.bbut:visited
{
background: #DD3B2E url(images/bbut-floor.png) no-repeat;
}

#ceiling a.bbut:link,
#ceiling a.bbut:visited
{
background: #37A9A3 url(images/bbut-ceiling.png) no-repeat;
}
/* @end */


