/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');


Body{
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	background-color: #2e2e2e;
	margin-top:0px;
	background: url(images/red-bg2.jpg) center center fixed;
}
.logo{
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 109px;
	width: 309px;
}
.upimage{
	background-image: url(images/bodyup.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.middle{
	background-color: #FFFFFF;
}
.down{
	background-image: url(images/bodydown.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.downinner{

	background-image: url(images/down.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:140px;
}
.slogan{
	font-family: Georgia;
	font-size: 16px;
	color: #660000;
	padding-right: 20px;
	padding-left: 20px;
}
.text{font-family: Verdana;
	font-size: 11px;
	color: #2e2e2e}
.header{
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 124px;
	width: 800px;
}
.red{
	color:#FB2410;
	font-weight:bold;
	font-size:16px;
	padding-right:10px;
	padding-left: 10px;
	font-family: "Lucida Sans Typewriter";
 }
.footer{
	font-family: Verdana;
	font-size: 22px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.border{
	border: thin solid #CCCCCC;
}

.border1{
	border: 1px solid #ff0000;
}

.grow{
transition: 1s ease;
background:#fff;
}

.grow:hover{
-webkit-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
transition: 1s ease;
}


.newstyle01{
	color: #fd6b36 !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 1.6em;
    font-weight: normal;
    margin-bottom: 10px;
	font-weight:bold;
}
.newstyle02{
	font-family: 'Open Sans', sans-serif !important;
	padding-left: 10px;
	color: #000;
	font-size: 14px;
	line-height: 23px;
	margin-top: 0px;
}
.pagination{
	padding-top: 15px;
}
.pagination a{
	color: #fd6b36;
	padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
	list-style-type:none;
	text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination a:hover{
	background-color: #eee;
    border-color: #ddd;
}
.pagination > a.active{
	background-color: #fd6b36 !important;
	border-color: #fd3d05 #fd3d05 #fd3d05;
	color:#fff;
}
.left-arrow{
	border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.right-arrow{
	border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.box {
    border: 1px solid #555;
    padding: 3px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.downinner div{
	position:relative;
	top:-20px;
}
.mask ul{
	width: 175px !important;
}

.newstape {
  background-color: #fff;
  color: #fff;
  height: 1450px;
  overflow: hidden;
}

.newstape-content {
  position: relative;
  padding: 15px;
  text-align:center;
}

.newstape-drag { cursor: ns-resize; }
