/* MAIN FRAMEWORK */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	margin: 0px;
	padding: 0px 0px 1em 0px;
}
@media print {
.dontprint {
	display: none;
}
}

/* BANNER */

div#banner {
	background-color : #B5A66B;
	height: 310px;
	background-image: url(../images/banner-background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
@media print {
div#banner {
	display: none;
}
}
div#slideshow {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/slide01.jpg);
	background-repeat: no-repeat;
	width: 400px;
	height: 300px;
	border-left:100px solid #B5A66B;
}
div#logo {
	background-image: url(../images/logo-glas.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 154px;
	position: absolute;
	left: 518px;
	top: 0px;
}
@media print {
div#logo {
	display: none;
}
}
div#keywords {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	top: 10px;
	left: 110px;
	width: 300px;
	z-index: -1;
	display: none;
}

/* NAVIGATION */

#nav {
	position: absolute;
	top: 91px;
	left: 500px;
	padding: 0px;
	margin: 0px;
	width: 135px; /* same as li */
	z-index: 98;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
/* LEVEL 1 */
#nav li {
	display: block;
	height: 18px;
	width: 135px; /* a width + a padding */
	margin: 0px;
	padding: 0px;
	float:left;
}
#nav a {
	display: block;
	width: 115px;
	padding-left: 20px;
	height: 16px;
	color: #FFFFFF;
	text-decoration: none;
	border:none;
	background-image:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	border-bottom: 2px solid #CBC096;
}
#nav li:hover a,#nav li.sfhover a {
	background-color: #827026;
	margin-left:0px;
	color:white;
	border-bottom: 2px solid #FFFFFF;
}
/* LEVEL 2 */
#nav li ul {
	position: absolute;
	margin: 0px;
	padding: 100px 100px 50px 10px;
	width: 217px; /* same as ul below */
	left: -999em;
	margin-top:-118px; /* -top pad -li height */
	z-index: 99;
	display:block;
	background-image:url(../images/clearpixel.gif);
}
#nav li:hover ul, #nav li.sfhover ul {
	width: 217px; /* li width + li padding + li border */
	margin-left: 123px;
	left: auto;
}
#nav li li {
	height: 18px;
	width: 215px; /* a width + a padding */
	margin: 0px;
	padding: 0px;
	display: block;
	border-left: 2px solid white;
}
#nav li:hover ul li a, #nav li.sfhover ul li a {
	display: block;
	width: 195px;
	height: 16px;
	color: white;
	background-color: #B5A66B;
	text-decoration: none;
	padding-left: 20px;
	padding-right:0px;
	text-align:left;
	border:none;
	background-image:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	border-bottom: 2px solid #CBC096;
}
#nav li:hover li:hover a,#nav li.sfhover li.sfhover a {
	background-color: #827026;
	background-image:none;
	border:none;
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

/* TITLE */

div#titlebar {
	width: 640px;
	margin-left: 100px;
}
@media print {
div#titlebar {
	margin-left: 0px;
}
}
div#titlebar h1 {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	width: 640px;
	padding: 0px 0px 15px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 10px 0px 15px 0px;
}
@media print {
div#titlebar h1 {
	margin-top: 0px;
	padding-bottom: 10px;
	border: none;
}
}

/* ICONS */

div#gobar{
	position:absolute;
	top:325px;
	left:540px;
	width:200px;
	text-align:right;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	z-index: 97;
}
@media print {
div#gobar {
	display: none;
}
}
div#gobar span {
	color:#CCCCCC;
}
div#gobar a {
	color: black;
	text-decoration:none;
}
div#gobar a:hover {
	color: red;
	text-decoration:underline;
}
div#gobar a.goprint {
	background-image:url(../images/icon-print.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding-left: 20px;
}
div#gobar a.gopdf {
	background-image:url(../images/icon-pdf.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding-left: 20px;
}
div#gobar a.godwg {
	background-image:url(../images/icon-dwg.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding-left: 20px;
}
div#gobar a.gotxt {
	background-image:url(../images/icon-txt.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding-left: 20px;
}

/* CONTENT */

div#content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-left: 100px;
	width: 640px;
}
@media print {
div#content {
	margin-left: 0px;
}
}
div#content p {
	text-align: justify;
}
div#content h2 {
	margin: 0em 0em 1em 0em;
	padding: 0px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
@media print {
div#content h2 {
	display: none;
}
}
div#content a {
	text-decoration:none;
	color:blue;
}
div#content a:hover {
	color:red;
	text-decoration:underline;
}
.subhead {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.bulletlist {
	text-align: justify;
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
.bulletlist li {
	margin-bottom: 1em;
	padding-left: 30px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
.tight li {
	margin-bottom: 0.5em;
}
.bulletlist ul {
	list-style-image: none;
	list-style-type:none;
	margin: 0px;
	padding:0px;
	margin-top: 1em;
}
.tight ul {
	margin-top: 0.5em;
}
@media print {
.bulletlist, .bulletlist ul {
	list-style-type: disc;
	padding-left: 20px;
}
.bulletlist li {
	background-image: none;
	margin: 0em 0em 1em 0em;
	padding: 0px;
}
.tight li {
	margin: 0em 0em 0.5em 0em;
}
}
.althead {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:16px;
	font-weight: bold;
	color: #827026;
}
.line {
	border-top: 1px solid #CCCCCC;
	width: 100%;
	display:block;
	height:1px;
}
.imageleft {
	margin-left: 30px;
}
.imageright {
	margin-right: 30px;
}
.imagetop {
	margin-top: 30px;
}
.imagebottom {
	margin-bottom: 30px;
}
.columndivider {
	border-right: 1px solid #CCCCCC;
}
.ontop {
	position: relative;
	z-index: 200;
}
.tab {
	background-color:#FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.tab td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align:center;
}
.tab tr.head {
	font-weight:bold;
}
.tab td.left {
	text-align:left;
}
.tab td.right {
	text-align: right;
}

/* BOX */

.box {
	padding: 10px;
	background-color: #dbd6ae;
}
@media print {
.box {
	border: 2px solid #999999;
}
}
.smalltext {
	font-size: 10px;
}
.verysmalltext {
	font-size: 9px;
}
.box .heading {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid #827026;
	width: 100%;
	display:block;
}
.box .line {
	padding-bottom: 2px;
	border-bottom: 2px solid #827026;
	width: 100%;
	display:block;
	border-top: none;
}
.box table.data {
	background-color:#FFFFFF;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size: 9px;
}
.box table.normal {
	font-size: 11px;
}
.box table.data td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 1px;
	text-align:center;
}
.box table.data td.left {
	text-align:left;
}
.box table.data tr.head {
	font-weight:bold;
}
.box table.data td.na {
	background-color:#E9E9E9;
}

/* COLOURS */

.red01 {
	background-color: #fef3ee;
	}
.red02 {
	background-color: #fcd5c6;
	}
.red03 {
	background-color: #f8b8a4;
	}
.red04 {
	background-color: #f49e87;
	}
.red05 {
	background-color: #f1856e;
	}
.red06 {
	background-color: #ed6956;
	}
.red07 {
	background-color: #ea4843;
	}
.red08 {
	background-color: #e70a35;
	}
.red09 {
	background-color: #e70033;
}
.thermal01 {
	background-color: #b3a17f;
}
.thermal02 {
	background-color: #f0cd2a;
}
.thermal03 {
	background-color: #c5aa24;
}
.thermal04 {
	background-color: #ffdf29;
}
.thermal05 {
	background-color: #fffa9a;
}
.thermal99 {
	background-color: #dbd6ae;
}
.hinge {
	border: 1px solid #000000;
	padding: 1px;
}
.hinge4s {
	background-color: #b3a17f;
}
.hinge6s {
	background-color: #dbd6ae;
}
.hinge6h {
	background-color: #837c59;
}

/* FOOTER */

div#footer {
	margin-left: 100px;
	height: 34px;
	width: 640px;
	border-top: 1px solid #CCCCCC;
	padding-top: 17px;
	text-align:left;
	clear:both;
}
@media print {
div#footer {
	margin-left: 0px;
	padding-top: 2px;
	height: 14px;
}
}
div#footer a {
	color: black;
	text-decoration: none;
}
div#footer a:hover {
	color:red;
	text-decoration:underline;
}
div#footer div {
	float: right;
}
div#footer div a {
	color: blue;
	text-decoration: none;
}
@media print {
div#footer div {
	display: none;
}
}

/* THUMBNAIL VIEWER */

#thumbBox {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background-color: #695C00;
	visibility: hidden;
	z-index: 500;
	cursor:pointer;
	cursor:hand;
	cursor:url(images/shrink.cur),pointer,hand;
}
@media print {
#thumbBox {
	display:none;
}
}
#thumbBox .footerbar {
	font: bold 16px Tahoma;
	letter-spacing: 2px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
}
#thumbBox #thumbImage {
	background-color: white;
}
#thumbLoading {
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 499;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
@media print {
#thumbLoading {
	display:none;
}
}
.magnify {
	cursor:pointer;
	cursor:hand;
	cursor:url(images/magnify.cur), pointer, hand;
}

/* TOOLTIP */

div#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:490;
	background-color: white;
	border: 1px solid white;
	padding:2px;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	FILTER: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=3);
}