@charset "utf-8";
#Top_bg{ width: 100%; position: relative;margin-top:20px; z-index: 10;}
#Top_img{width:100%; overflow:hidden;clear:both;}
.search_btn:hover, .slidetabs a:hover, .current{opacity:0.8; filter:alpha(opacity=80); -ms-filter: "alpha( opacity=80 )";}

.bg1{background-color:#222;}
.bg2{background-color:#1fcc1f;}
.bg3{background-color:#cc2a1f;}
.bg4{background-color:#1f47cc;}
#Top_img { height:275px; overflow:hidden; text-align:center}
#Top_img img {height:275px; margin:0 auto}

.slidetabs{ width:980px; height:105px; margin:0 auto}
.slidetabs a{float:left; margin-right:12px}
.slidetabs a.x{margin-right:0}
.slidetabs a, .slidetabs a span{display:block; width:236px; height:74px; line-height:74px}

#sd_btn1, #sd_btn1 span{background:url(../img/slide_btn1.gif) no-repeat left center;}
#sd_btn2, #sd_btn2 span{background:url(../img/slide_btn2.gif) no-repeat left center;}
#sd_btn3, #sd_btn3 span{background:url(../img/slide_btn3.gif) no-repeat left center;}
#sd_btn4, #sd_btn4 span{background:url(../img/slide_btn4.gif) no-repeat left center;}


.Top_banner li{ line-height:0; margin-bottom:10px;}
.Top_banner li a:hover img{opacity:0.8; filter:alpha(opacity=80); -ms-filter: "alpha( opacity=80 )";}
.Widgets{margin-bottom:30px}
.Widgets h2{ position:relative; border-bottom:1px dotted #9b6565; height:25px;}
.Widgets h2 strong{ padding-left:10px; font-size:14px; font-weight:normal; letter-spacing:2px; color:#333; line-height:25px}
.Widgets h2 a{ position:absolute; padding:2px 5px; right:0; top:3px; line-height:11px; font-size:11px; border:1px solid #a24040; color:#a24040}
.middle_widget{margin:10px 5px;}
.middle_widget li{background:url(../img/dot.gif) no-repeat left center; padding-left:10px;line-height:25px}
.middle_widget li a{margin-left:3px;}
.middle_widget li span.date{ color:#bfbfbf; font-size:11px;}

.right_widget{margin:10px 0 10px -2px; margin-left:1px}
.right_widget li{ float:left; margin-left:2.9%; margin-bottom:8px}
.right_widget li .thumb img{border:1px solid #bdbdbd}
.right_widget li .thumb .imgNone{ display:block; position:relative;}



#button {
	display:block;
	width:78px;
	height:28px;
	margin:0 auto;
	background-image: -webkit-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
	background-image: -moz-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
	background-image: -o-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
	background-image: -ms-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
	background-image: linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#feda71', EndColorStr='#feba48');

	border:1px solid #ca9336;

	-webkit-box-shadow:
		inset 0px 1px 0px #fee395,
		      0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px #fee395,
		      0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px #fee395,
		      0px 1px 1px rgba(0,0,0,.15);

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;

	font-size:13px;
	font-weight:bold;
	text-align:center;
	line-height:28px;
	text-decoration:none;

	color:#996633;
	text-shadow:0px 1px 0px rgba(255,255,255,.4);

	
}

#button:hover {
	background-image: -webkit-linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
	background-image: -moz-linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
	background-image: -o-linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
	background-image: -ms-linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
	background-image: linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fec252', EndColorStr='#fecd61');

	-webkit-box-shadow:
		inset 0px 1px 0px #fed17e,
		      0px 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow:
		inset 0px 1px 0px #fed17e,
		      0px 1px 1px rgba(0,0,0,.1);
	box-shadow:
		inset 0px 1px 0px #fed17e,
		      0px 1px 1px rgba(0,0,0,.1);
}



#modal {
	visibility:hidden;
	width:800px;
	padding:8px;
	background:rgba(0,0,0,.3);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

	position:absolute !important;
	top:50% !important;
	left:50% !important;
	margin-top:-125px !important;
	margin-left:-400px !important;
	z-index:101;
}


#popup{width:800px;
     padding-bottom:20px;
	text-align:center;
	background:#fcfcfc;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;}
#popup h2 {
	background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
	border-bottom:1px solid #bababa;
	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
	font-size:19px;
	font-weight:bold;
	line-height:44px;
	height:45px;
	color:#444444;
	text-shadow:0px 1px 0px #fff;
}

#popup h3{font-size:15px; line-height:70px}

.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.4);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}


#defaultCountdown {
	width:550px;
	height:100px;
	margin:0 auto;
	font-family:'BebasRegular', Arial, Helvetica, sans-serif;
}
#counter {
	height: 55px;
	position: relative;
	margin-bottom:10px;
}
#values {
	width: 100%;
	clear:both;
	margin: 0px auto;
}
.numbs {
	font-weight: bold;
	text-align: left;
	font-size:35px;
}
.date_label {
	font-size:17px;
	text-align:center;
	font-weight:normal
}
	
#counter_days,#counter_hours,#counter_minutes,#counter_seconds {
	float:left;
	width: 132px;
	text-align:center;
}


