/* CSS Document */

body, html {
	margin: 0px;
	width: 100%;
	height: 100%;
}
.smallbold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}
.smalltext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.smalltext a:link {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.smalltext a:hover {
	text-decoration:none;
	color:#AE113D;
	font-weight:bold;
}
.smalltext a:visited {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.smalltext a:visited:hover {
	text-decoration:none;
	color:#AE113D;
	font-weight:bold;
}
.maintext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0B3F63;
	font-size:11px;
}
.maintext a:link {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
.maintext a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#AE113D;
}
.maintext a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
.maintext a:visited:hover {
	text-decoration:none;
	font-weight:bold;
	color:#AE113D;
}
.black{
	color:#000000;
}
.white {
	color:#FFFFFF;
}
.sideimage {
	border: 1px solid #AE113D;
	margin-bottom: 10px;
}
.hover {
	background:#AE113D;
}
#stripes {
	position:absolute;
	left:0px;
	top:0px;
	width:744px;
	height:108px;
	background-image: url(../Images/stripes_background.gif);
	background-repeat: repeat;
	z-index:0;
	visibility: visible;
}

#pagetitles {
	position:absolute;
	left:173px;
	top:32px;
	width:549px;
	height:45px;
	z-index:1;
	visibility: visible;
}

.pagetitles_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	letter-spacing:-0.1em;
	color:#A90231;
}
.pagetitles_text_sub {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-0.05em;
	color:#0B3F6D;
}

#side {
	position:relative;
	left:0px;
	top:0px;
	width:166px;
	height:auto;
	float:left;
	z-index:1;
	padding-top:120px;
}
#main {
	position:relative;
	left:0px;
	top:0px;
	width:552px;
	height:auto;
	float:right;
	z-index:1;
	padding-top:120px;
	padding-right:20px;
	padding-bottom:20px;
}

#menu {
	position:absolute;
	left:0px;
	top:0px;
	width:228px;
	height:auto;
	background:#0B3F6D;
	z-index: 2;
	visibility: hidden;
}

#thermalmenu {
	position:absolute;
	left:224px;
	top:64px;
	width:233px;
	height:auto;
	background:#0B3F6D;
	z-index: 2;
	visibility: hidden;
}

#acousticmenu {
	position:absolute;
	left:224px;
	top:96px;
	width:233px;
	height:auto;
	background:#0B3F6D;
	z-index: 2;
	visibility: hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #C5D9EC;
	border: 4px solid #A7022D;
}

.menubox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #0B3F6D;
	border: 4px solid #A7022D;
}

.box a:link {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
.box a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#AE113D;
}
.box a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
.box a:visited:hover {
	text-decoration:none;
	font-weight:bold;
	color:#AE113D;
}
.mainbg {
	background-attachment: scroll;
	background-image: url(../Images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.pageheader {
	background-image:url(../Images/stripes_background.gif);
	height: 70px;
}
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {
display:block;
}

* html .clearfix {
height:1%;
}
