.featuredbox-wrapper,
.featuredbox{
	width: 975px;
    height: 337px;
    position: relative;
    overflow: hidden;
    font-family:  Verdana, Tahoma, "Lucida Sans";
    font-size: 9pt;
    font-weight: normal;	
} 
.featuredbox .description{
	bottom: 10px;
	left: 20px;
	font-size: 12px;
	color: #FFF;
	width: 350px;
	height: 36px;
	position: absolute;
	font-style:italic;
	font-weight:normal;
}
	.featuredbox .description h6 {
		padding: 0px;
		margin: 0px;
		line-height: 16px;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: normal;
	}
	.featuredbox .description span {
		color: #AAA;
		font-style: italic;
		font-size: 11px;
	}
.featuredbox-wrapper .navigation{
	bottom:0px;
	right:0px;
	padding:0px;
	position:absolute;
	z-index:100;	
	height: 60px;
	width: 530px;
	background:transparent url(images/bg.png) repeat scroll 0 0;
}
.featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.featuredbox-wrapper .navigation li{
	float: left;
	height: 20px;
	width: 20px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background:transparent url(images/inactive.png) no-repeat scroll 0 0;
}
.featuredbox-wrapper .navigation li.hover{

}
.featuredbox-wrapper .navigation li.active{
	background:transparent url(images/active.png) no-repeat scroll 0 0;
}
.featuredbox .box-slide1,
.featuredbox .box-slide2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 300px;
    width: 530px;
    z-index: -1;
	color: #000;	
}
.featuredbox #prev,
.featuredbox  #next,
.featuredbox  #control {
	position: absolute;
	z-index: 100;
	height: 20px;
	width: 40px;
	display: block;
	background: url(images/bg.png) repeat 0 0;
	font-size: 14px;
	padding: 8px 15px;
	text-decoration: none;
	color: #FFF;
}
.featuredbox #prev {
	left: 0px;
	top: 140px;
}
.featuredbox #next {
	right: 0px;
	top: 140px;
}
.featuredbox #control {
	right: 220px;
	top: 140px;
	padding: 8px 0px;
	width: 80px;
	text-align: center;
}
.featuredbox #prev:hover,
.featuredbox  #next:hover,
.featuredbox  #control:hover {
	background: #FFEC1F;
	color: #000;
}

	#mainnavig 											{ width: 975px; height: 46px; float: left; overflow: hidden; clear: both; background: transparent url(images/ebmenu_gradient.jpg) top left repeat-x; zoom: 1; }
	.menu 												{ width: 100%;  height: 46px; clear: both; }
	
/*  =links
	-------------------------------------------------------------- */
	.class1 a:link {text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #fff;}
.class1 a:visited {text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #fff;}
.class1 a:active {text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #fff;}
.class1 a:hover {text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #fff;}

.class2 a:link {text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#8cbae7;}
.class2 a:visited {text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#8cbae7;}
.class2 a:active {text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#8cbae7;}
.class2 a:hover {text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #8cbae7;}
/*  =main navigation
	-------------------------------------------------------------- */
	
	#topMenu 											{  }
	ul#topMenu 											{ list-style-image: none; list-style-position: outside; list-style-type: none; float: left; }
	ul#topMenu li 										{ float: left; padding: 0px 20px; }
	ul#topMenu li a 									{ font-size: 14px; font-family: Arial, Helvetica, san-serif; color: #ffffff; text-decoration: none; line-height: 160%; }
	ul#topMenu li a:hover 								{ color: #a0beae; }
	
	ul#topMenu li a:active,
	ul#topMenu li.page_item.current_page_item a:link,
	ul#topMenu li.page_item.current_page_item a:hover,
	ul#topMenu li.page_item.current_page_item a:visited, {}
	
	.thermometer {
    float: left;
    margin:0 80px;
	margin-bottom:20px;
}
.thermometer {
    width:70px;
    height:400px;
    position: relative;
    background: #ddd;
    border:1px solid #aaa;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
        -ms-border-radius: 12px;
         -o-border-radius: 12px;
            border-radius: 12px;
}

.thermometer .track {
    height:380px;
    top:10px;
    width:20px;
    border: 1px solid #aaa;
    position: relative;
    margin:0 auto;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,0,0)), color-stop(1%,rgb(255,255,255)));
    background: -webkit-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:      -o-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:     -ms-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:    -moz-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:   linear-gradient(to bottom, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background-position: 0 -1px;
    background-size: 100% 5%;
}

.thermometer .progress {
    height:0%;
    width:100%;
    background: rgb(20,100,20);
    background: rgba(20,100,20,0.6);
    position: absolute;
    bottom:0;
    left:0;
}

.thermometer .goal {
    position:absolute;
    top:0;
}

.thermometer .amount {
    display: inline-block;
    padding:0 5px 0 60px;
    border-top:1px solid black;
    font-family: Trebuchet MS;
    font-weight: bold;
    color:#333;
}

.thermometer .progress .amount {
    padding:0 60px 0 5px;
    position: absolute;
    border-top:1px solid #060;
    color:#060;
    right:0;
}



.thermometer.horizontal {
    margin:100px auto;
}

.thermometer.horizontal {
    width:350px;
    height:70px;
}

.thermometer.horizontal .track {
    width:90%;
    left:0;
    height:20px;
    margin:14px auto;

    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(0,0,0)), color-stop(1%,rgb(255,255,255)));
    background: -webkit-linear-gradient(left, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:      -o-linear-gradient(left, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:     -ms-linear-gradient(left, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:    -moz-linear-gradient(left, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:   linear-gradient(to right, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background-size: 5% 100%;
}

.thermometer.horizontal .progress {
    height:100%;
    width:0%;
}

.thermometer.horizontal .goal {
    left:100%;
    height:100%;
}

.thermometer.horizontal .amount {
    bottom:0;
    position: absolute;
    padding:0 5px 50px 5px;
    border-top:0;
    border-left:1px solid black;

}

.thermometer.horizontal .progress .amount {
    border-left:0;
    border-top:0;
    border-right:1px solid #060;
}