@charset "UTF-8";
/* CSS Document */

.heading_18px {
	font-size: 18px;
	font-weight: bold;
	color: #cc3300;
	text-shadow: 1px 1px 1px #CCC;
	text-decoration: none;
	margin-bottom: 5px;

}

.links {
	color: #cc3300;
	text-shadow: 1px 1px 1px #CCC;
}

#container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;

}
#backdrop {
	width: 1000px;
	z-index: -2000;
	position: absolute;
}
#backdrop_top_fade {
	width: 1000px;
	position: absolute;
	top: 0px;
	height: 220px;
	background-image: url(../images/backdrop_image_fade.png);
	background-repeat: repeat-x;
	clear: none;
	z-index: 1;
}
#backdrop_bottom_fade {
	width: 1000px;
	position: absolute;
	top: 282px;
	z-index: 2;
	height: 321px;
	background-image: url(../images/backdrop_bottom_fade.png);
	background-repeat: repeat-x;
	clear: none;
}
#leftpanel ul li:hover {
	border: 1px solid #cc3300;
}
.fact_box {
	color: #cc3300;
	border: 1px dotted #999;
	padding: 5px;
}
#centre ul li img {
	filter: alpha(opacity=100);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity:1;
	border: 1px solid #fff;
}

#centre ul li a:hover img {
filter: alpha(opacity=70);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.70;
opacity:0.7;
border: 1px solid #cc3300;
}
#centre2 ul li img {
	filter: alpha(opacity=100);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity:1;
	border: 1px solid #FBF4ED;
}

#centre2 ul li a:hover img {
filter: alpha(opacity=70);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.70;
opacity:0.7;
border: 1px solid #cc3300;
}
#centre3 ul li img {
	filter: alpha(opacity=100);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity:1;
	border: 1px solid #FBF4ED;
}

#centre3 ul li a:hover img {
filter: alpha(opacity=70);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.70;
opacity:0.7;
border: 1px solid #cc3300;
}
.caption {
	font-size: 11px;
	color: #cc3300;
	clear: both;
	font-weight: bold;
	float: left;
}

a.links,h2,h3,h4 {
	color: #cc3300;
	text-shadow: 1px 1px 1px #CCC;
}
#rightpanel ul.more li a,#rightpanel ul.find_more li a,#rightpanel2 ul.more li a,#rightpanel2 ul.find_more li a {
	color: #cc3300;
	font-size:12px;
	text-decoration:none;
	z-index:4000;
}
#rightpanel ul.find_more {
	padding-top:6px;
	color: #cc3300;
}
#centre3 .footer h4 {
	color: #cc3300;
	text-shadow: 1px 1px 1px #CCC;
	font-size:11px;
}
#rightpanel ul li p a,#rightpanel2 ul li p a {
	font-size:14px;
	color: #cc3300;
	text-shadow: 1px 1px 1px #CCC;
}

#rightpanel a,#rightpanel2 a {
	color: #cc3300;
}

#sizer a {
	color:#cc3300;
}

.right_tab_heading {
	color: #cc3300;
}