/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

.highlight {
	color: #CC0000;
	text-decoration:none;
}

.highlight:link {
	color: #CC0000;
	text-decoration:none;
}
.highlight:visited {
	color: #CC0000;
	text-decoration:none;
}
.highlight:hover {
	color: #CC0000;
	text-decoration:underline;
}
.highlight:active {
	color: #CC0000;
	text-decoration:none;
}

.greylink {
	color: #999999;
	text-decoration: none;
}

.greylink:hover {
	color: #CC0000;
	text-decoration: none;
}

.title1_nolink{
	color: #000000;
	font-size:18px;
	font-weight: bold;
}
.title1{
	color: #000000;
	font-size:18px;
	font-weight: bold;
}

.title1:link {
	color: #000000;
	font-size:18px;
	font-weight: bold;
	text-decoration:none;
}
.title1:visited {
	font-size:18px;
	font-weight: bold;
	text-decoration:none;
}
.title1:hover {
	color: #999999;
	font-size:18px;
	font-weight: bold;
}
.title1:active {
	font-size:18px;
	font-weight: bold;
	text-decoration:none;
}
/****************************************************
Add to Favourites
*****************************************************/

.addtofav {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 17px;
	color: #666666;
}

.addtofav_link {
	text-decoration: none;
	color: #666666;
}

.addtofav_link:hover{
	color: #000000;
	text-decoration: none;
}

/****************************************************
Navigation
*****************************************************/

.nav_padding {
	padding: 3px 3px 0px 3px;
}

.nav {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.nav_link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif, serif;
}

.nav_link:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif, serif;
}

.nav_link_active {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif, serif;
}

.nav_link_active:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif, serif;
}

.nav_twolines {
	padding-top: 12px;
	padding-bottom: 12px;
}

.nav_oneline {
	padding-top: 20px;
	padding-bottom: 20px;
}

/****************************************************
Footer
*****************************************************/

.footer {
	padding: 15px;
}

.footer_link {
	text-decoration: none;
	color: #000000;
}

.footer_link:hover {
	text-decoration: none;
	color: #CC0000;
}

.swc {
	text-decoration: none;
	color: #666666;
	font-size: 11px;
}

.swc:hover {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}

.optimized_footer {
	font-size: 11px;
	text-align:center;
}

/****************************************************
Panel
*****************************************************/

.pnl_middle {
	background-image: url(images/greypnl_middle.jpg);
	background-repeat: repeat;
}

.pnl_lft {
	background-image: url(images/greypnl_middleleft.jpg);
	background-repeat: repeat-y;
}

.pnl_right {
	background-image: url(images/greypnl_middleright.jpg);
	background-repeat: repeat-y;
}

.pnl_top {
	background-image: url(images/greypnl_top.jpg);
	background-repeat: repeat-x;
}

.pnl_bottom {
	background-image: url(images/greypnl_bottom.jpg);
	background-repeat: repeat-x;
}


/****************************************************
Index
*****************************************************/

.index_bg {
	background-image: url(images/index_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.welcome {
	padding-top: 25px;
	color: #FFFFFF;
	font-size: 18px;
}

.welcome_title {
	font-family: "Arial Black", Arial, Helvetica, sans-serif, serif;
	font-size: 20px;
}



/****************************************************
positioning
*****************************************************/

.side_panel {
	width: 59px;
	height:49px;
}



/****************************************************
content
*****************************************************/

.table_underline {
	border-bottom: 1px solid black;
}

#insulation {
	text-align: center;
	vertical-align: top;
	width: 294px;
	padding: 55px 0px 0px 83px;
}