/* CSS Document */



@font-face {
	font-family: 'Nevis';
	src: url('../font/nevis-webfont.eot');
	src: url('../font/nevis-webfontd41d.eot?#iefix') format('embedded-opentype'), 
	     url('../font/nevis-webfont.woff') format('woff'), 
		 url('../font/nevis-webfont.ttf') format('truetype'), 
		 url('../font/nevis-webfont.svg#WebfontBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

element.style {
float: left;
margin-top: 10px;
margin-left: 20px;
}

/*
=======================================================================
	General Rules
=======================================================================
*/

* {
	padding:0px;
	margin:0px;
}

.columns {
	border: 1px dotted green;
}


h1 {font-size: 38px; color:#888; line-height: 1.25;}
h2 {font-size: 28px;}
h3 {font-size: 18px; }
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}

h1, h2, h3, h4, h5 {
	font-family: 'Nevis', sans-serif;
}

h2, h3, h4, h5, h6 {
	margin-top: 5px;
	color:#0059B2;
	line-height: 1.75;
}


/*
=======================================================================
	Outer Wrapper Rules
=======================================================================
*/
#outer_wrapper {
	width:100%;
}
.inner {
	width:960px;
	margin:0px auto;
	/* [disabled]overflow:hidden; */
	background:#fff;
}

.wrapper {
	width: 978px;
	margin: 0px auto;
	background:url('../images/bkgr.png') no-repeat #FFF;
	border-top: #888 solid 7px;
	border-bottom: #888 solid 22px;
	min-height:963px;
}

.top-bar {
	float:right;
	margin-right:22px;
}

.top-bar img {
	margin-right:16px;
}

.box-tv{
	float:left;
	margin:0 0 0 20px;
}
	
.box-tv .inner{
	float: left;
	width: 340px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;	/*min-height:270px !important;*/
}

.box-tv .btn{
	margin-top:10px;
}

.box-tv2{
	float:left;
	width:360px;
	margin:0 0 0 20px;
}

.box-tv2 .title{
	margin: 0 0 0 10px;
	float:left;
}

.box-tv2 .title .img{
	float:left;
}

.box-tv2 .inner{
	background:#333;
	width:352px;
	margin-top:38px;
	margin-bottom:15px
}

/*
.box-tv2 .inner{
	background:#333;
	width:352px;
	/*height:330px;
	margin-top:38px;
	margin-bottom:15px
	/*border:#EAEAEA 2px solid;
	-webkit-border-radius: 10px;  
    border-radius: 10px;*/	
}
.box-other{
	float:left;
	width:274px;
	margin:0 0 0 12px;
}

.box-other .title{
	margin: 0 0 0 10px;
	float:left;
}

.box-other .title .img{
	float:left;
}

.box-other .inner{
	background:#888;
	border:#EAEAEA 2px solid;
	width:274px;
	-webkit-border-radius: 10px;  
    border-radius: 10px;
	min-height:500px;
	
}*/

.icon {
	padding-right:115px;
	background:url(../images/arrow_dn.png) center right no-repeat;
}

.icon2 {
	padding-right:220px;
	background:url(../images/arrow_dn.png) center right no-repeat;
}

.sidemenu{
	float:left;
	margin-left:15px;
	margin-top:38px;
	}
	
.sidemenu>ul{
	list-style:none;
}

.sidemenu>ul>li{
	margin-bottom:15px;
	list-style:none;
}

#midsection {
	display:block;
}

.countdown_bnr{
	float:left;
	width:780px;
	margin: 20px 0 0 22px;
	color:#888;
}

.subscribe {
	float:right;
	margin: 5px 22px 0 0;
	width:140px;
}

.buttons {
	min-height:65px;
	/*padding-top:60px;*/
}

.buttons>ul{
	margin:20px 0px 0 0px;
	float:left;
	list-style:none;
}

.buttons>ul>li{	
	float:left;
	display:block;
	margin-left:3px;
	margin-bottom:15px;
	padding:0px 5px 0px 10px;
	list-style:none;
}


.mid_btns_images{
	float:left;
	margin: 34px 0 0 18px;
	-moz-box-shadow: 0 0 5px #fff;
-webkit-box-shadow: 0 0 5px #fff;
box-shadow: 0px 0px 5px #fff;
}


/**** COUNTDOWN ****/
#countdown {
	font-family: Nevis;
	color: #878787;
	margin-top:10px;
}

.numbers {
	font-size: 18px;
	font-weight: bold;
	color: #878787;
	/*-webkit-text-shadow: 1px 2px 3px #A7A2A2, 0 0 0 #000, 0px 2px 2px #A7A2A2;
	-moz-text-shadow: 1px 2px 3px #A7A2A2, 0 0 0 #000, 0px 2px 2px #A7A2A2;
	-o-text-shadow: 1px 2px 3px #A7A2A2, 0 0 0 #000, 0px 2px 2px #A7A2A2;
	-ms-text-shadow: 1px 2px 3px #A7A2A2, 0 0 0 #000, 0px 2px 2px #A7A2A2;
	text-shadow: 1px 2px 3px #A7A2A2, 0 0 0 #000, 0px 2px 2px #A7A2A2;*/
}

.days {
	display: block;
	float: left;
	width: 40px;
	text-align: center;
}

.hours {
	display: block;
	float: left;
	width: 40px;
	text-align: center;
}

.minutes {
	display: block;
	float: left;
	width: 40px;
	text-align: center;
}

.seconds {
	display: block;
	float: left;
	width: 40px;
	text-align: center;
}

.labels {
	font-size: 12px;
}

.title {
	font-family: 'Nevis', sans-serif;
	font-size: 16px;
}

#timer_days_label {
	padding-left: 0px;
}

#timer_hours_label {
	padding-left: 0px;
}

#timer_mins_label {
	padding-left: 0px;
}

#timer_seconds_label {
	padding-left: 0px;
}

/**** END COUNTDOWN  ****/

	
