

.wrapper_top { margin: 0 auto 70px; min-height: 100%; height: auto !important; height: 100%; clear: both; }

/* Header ================================================================================ */
.logo { float:left; }
.header-container { }

.header { }

/* ======================================================================================= */


/* Navigation ================================================================================ */

.nav-container { 
	text-align:center;
	background-color:#c6c6c6;
	width:100%;
	height:36px;

	position: fixed;
	bottom:0;
	z-index: 100;
}

ul#nav {
	width:906px;
	display:block;
	margin:0 auto;
}

#nav li {
	float:left;
}

#nav li.blog {
	position:relative;
}

ul#nav li a {
	display: block;
}

ul#nav li a:hover {
	text-decoration: underline;
} 

ul#nav ul.subNav {
	padding-top: 1px;
	display:none;

	position: absolute;
	top: -84px;
	left: 1px;
	
	z-index:1000;
}

ul#nav ul.subNav li {
	width:196px;
	height:41px;
	padding:0;
	margin-bottom:1px;
	display:block;
	float:none;
	
}

dl {
	padding-bottom:15px;
	margin:30px auto 20px;
	width:600px;
	border-bottom: #CCC solid 1px;
}

dl dt{
	padding-bottom:5px;
	margin-bottom:15px;
	font-weight:bold;
	text-align:left;
	border-bottom: #CCC solid 1px;
}

dl dd{
	text-align:left;
}

dl dd span{
	display:block;
	width:70px;
	height:40px;
	float:left;
}




/* ======================================================================================= */


/* Slider =============================================================================== */

.widget-slider {
    height: 620px;
    overflow: hidden;
    padding: 0 0 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.widget-slider ul{ height: 600px; }
.widget-slider ul li {
    background-position: center center;
    background-repeat: no-repeat;
    height: 600px !important;
    width: 100% !important;
}
.widget-slider ul li a{ display: block; height: 600px; width: 100%; }
.widget-slider ul li a img { display: none; }
.widget-slider img{ text-align: center; }
.widget-slider .pagination {
    bottom: -9px;
    left: 0;
    overflow: hidden;
    padding: 7px 7px 11px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000;
}
.widget-slider .pagination a {
    background: none repeat scroll 0 0 #e1e1e1;
    border: 1px solid #e1e1e1;
    border-radius: 8px 8px 8px 8px;
    color: transparent;
    display: inline-block;
    font-size: 2px !important;
    height: 8px;
    margin: 0 7px 0 0;
    width: 8px;
}
.widget-slider .pagination a.activeSlide {
    background-color: #000000;
    border: 1px solid #000000;
}

/* ======================================================================================= */