#home {
	width: 100%;
	background: none;
	position: absolute;
	}

#nav-home {
	width: 700px;
	height: 20px;
	margin: 0 auto;
	padding: 62px 0 0;
	}

#nav-home ul {
	float: left;
	}

#nav-home ul li {
	margin-right: 40px;
	font: normal 16px Arial, Helvetica, sans-serif;
	float: left;
	}

#nav-home ul li a {
	color: #999;
	display: block;
	}
#nav-home ul li a:hover {
	color: #fff;
	}
#nav-home ul li a:active {
	color: #ddd;
	}

.strip-con {
	width: 100%;
	height: 200px;
	margin-top: 305px;
	background: url(../img/bg-strip.png) repeat-x center bottom;
	}

.strip {
	width: 940px;
	height: 200px;
	margin: 0 auto;
	position: relative;
	}

.logo-home h1 {
	width: 235px;
	height: 85px;
	background: url(../img/bg-logo-home.gif) no-repeat;
	position: absolute;
	bottom: 30px;
	left: 50px;
	z-index: 10;
	}

.slide-home {
	width: 650px;
	height: 40px;
	position: absolute;
	bottom: 55px;
	left: 300px;
	z-index: 10;
	}

#hero-home {
	width: 930px;
	height: 400px;
	margin: 0 auto;
	position: absolute;
	bottom: 136px;
	left: auto;
	right: auto;
	background: url(../img/bg-hero-home.png) no-repeat center bottom;
	}

.con-home {
	width: 960px;
	margin: 20px auto;
	
	}

h2.description {
	width: 945px;
	height: 35px;
	margin: 0 auto 30px;
	background: url(../img/title-home-description.gif) no-repeat center;
	}

.con-home .bucket {
	background: url(../img/bg-home-bucket.png) no-repeat;
	float: left;
	}

.con-home .bucket img {
	border: 1px solid #222;
	}

/*.con-home .bucket a {
	display: block;
	width: 260px;
	height: 95px;
	padding: 20px;
	background: url(../img/bg-home-bucket.png) no-repeat;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}
.con-home .bucket a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	}
.con-home .bucket a:active {
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	} */

.con-home .bucket h4 {
	font: normal 12px Arial, Helvetica, sans-serif;
	}

.con-home .bucket p {
	margin-bottom: 10px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #999;
	}

.con-home .bucket p a {
	color: #999;
	border-bottom: 1px solid #ccc;
	}
.con-home .bucket p a:hover {
	color: #666;
	}
.con-home .bucket p a:active {
	color: #333;
	}

#foot-home {
	width: 1000px;
	height: 30px;
	margin: 230px auto 30px auto; /* updated 8-4-09 */
	padding: 20px 0;
	background: url(../img/bg-foot-home.gif) no-repeat top center;
	border-top: 1px dotted #444;
	}

#foot-home p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #bbb;
	}

#foot-home ul {
	margin-left: 20px;
	}

#foot-home ul li {
	font: normal 12px Arial, Helvetica, sans-serif;
	padding-right: 10px;
	margin-right: 10px;
	color: #555;
	border-right: 1px solid #393939;
	float: left;
	}

#foot-home ul li:last-child {
	border-right: none;
	}

#foot-home li a {
	color: #555;
	}
#foot-home li a:hover {
	color: #999;
	}
#foot-home li a:active {
	color: #888;
	}

#supersize img, #supersize a{
	height:100%;
	width:100%;
	display:none;
	}

#supersize .activeslide, #supersize .activeslide img{
	display:inline;
	}