/* CSS Document */

body {
	background-position: center;
	background-image: url(../images/page/thermospan/body_bg.png);
	background-repeat: repeat-y;
    background-color: #666666;
}

#bg_content_container {
	background-position: top center;
	background-image: url(../images/page/thermospan/content_bg.png);
	background-repeat: no-repeat;
}

a {
	color: #cc2e04;
}

.csc-sitemap ul li {
	background-image: url(../images/sitemap/level_01_thermo.png);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	
	font-weight: bold;

	list-style-type: none;
	
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.csc-sitemap ul ul li {
	background-image: url(../images/sitemap/level_02_thermo.png);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	list-style-type: none;
	
	font-weight: normal;
	
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
