@charset "utf-8";
/* CSS Document */

html {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin:0px;
	padding:0px;
	background-image:url(../image/bg-texture.jpg);
	background-color:#000;
}

p {
	font-size:13px;
	margin: 5px 0px 0px 0px;
	text-align: justify;

}

img { border: none; }

h5 { margin: 0px; padding:0px;}

#container {
	width:960px;
	margin:0 auto;
}

#top-container {
	width:960px;
	height:335px;
}

#name {
	width:335px;
	height:335px;
	background-color:#9e4535;
	float:left;
}

#name img {
	border:none;
	text-align:center;
	margin-left:20px;
	margin-top:110px;
}

#index-header {
	border:none;
	width:625px;
	height:751px;
	background: url(../image/home-banner-2.jpg);
	float:right;
	position:relative;
}

#header {
	border:none;
	width:625px;
	height:335px;
	background-color:#bebfc1;
	float:left;
}

.h-text-1 { color:#FFF; z-index:9999; position:absolute; opacity:0.9; bottom:0px; padding:10px 20px; width:100%;  box-sizing: border-box;  background:#b76243; }
.h-text-2{  box-sizing: border-box; background:#FFFFFF; width:100%; opacity:0.8;  position:absolute; top:396px; font-family: 'Nunito', sans-serif; padding-left:15px;}
.h-text-2 h4{ font-weight:400; font-size:18px; color:#9e4535; }
.h-text-1 h5 { text-transform: uppercase; } 
.h-text-1 a { color:#FFF; text-decoration:underline; font:normal 13px Arial; }
.h-text-1 p { margin-top:2px; }

#content {
	width: 565px;
	float: left;
	background-color: #bebfc1;
	min-height: 356px;
	padding: 30px;
}

#content a.category {
	font: normal 13px Arial, Helvetica, sans-serif;
	color:#FFF;
	display:inline-block;
	text-decoration:none;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#C60;
	padding:5px;
	padding-right:8px;
	padding-left:8px;
	}

#content a.category:hover { background-color:#9e4535; }

#content a.article { background:none; }
#content a.article:hover { background:none; }
#content a.article img { margin-top:10px; }
.slider-wrap { height: auto; width: 565px; background-color:#FFF; }
.small-pics { width:70px; height:53px; background-color:#CCC; margin-right:5px; }

.cross-link {
    display: block;
    margin-top: -14px;
    padding-top: 15px;
    position: relative;
    width: 62px;
    z-index: 9999;
}

.nav-thumb {
    border: 1px solid black;
    height: 37px;
    margin-right: 5px;
    width: 50px;
}

.stripViewer .panelContainer
.panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.stripViewer {
	position: relative;
	overflow: hidden;
	width: 565px;
	height: 424px;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}

.stripViewer .panelContainer .panel {
	float: left;
	height: 424px;
	position: relative;
	width: 565px;
}

.stripNavL, .stripNavR, .stripNav {
	display: none;
}

#content h4 {
	background-color:#9e4535;
	color:#FFF;
	font-weight:normal;
	height: 30px;
	line-height:30px;
	margin: 20px 0px 0px 0px;
}

.firsth4 { margin: 0px; }

#left-nav-container {
	float:left;
	width:335px;
}

#left-nav-container ul#nav {
	width:335px;
	height:300px;
	float:left;
	background-color:#d85c26;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
	margin:0px;
	padding:0px;
}

#left-nav-container ul#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width:335px;
	height:300px;
}

#left-nav-container ul#nav li {
	list-style:none;
	margin: 0px 0px 0px 0px;
	height:50px;
	line-height:50px;
}

#left-nav-container ul#nav li.first {
	margin: 0px;
	font-weight: bold;
	background-color: #bebfc1;
	
}

#left-nav-container ul#nav li.selected {
	background-color: #bebfc1;
	font-weight: bold;
}

#left-nav-container ul#nav li a span{
	padding-right:40px;
}

#left-nav-container ul#nav li a:link,a:visited {
	text-align: right;
	color:#FFF;
	text-decoration: none;
	color:#520000;
	height: 50px;
	width: 335px;
	display:block;
	float:left;
	padding:0px;
}
	
#left-nav-container ul#nav li a:hover,a:active {
	text-decoration: none;
	font-weight:bold;
	color:#520000;
	font-weight:bold;
}

#social-icon {
	width:335px;
	height:86px;
	float:left;
	background-color:#b03f21;
}

#footer {
	width:335px;
	height:30px;
	float: left;
	background-color:#d96438;
}

#footer p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#520000;
	line-height: 15px;
	text-align:center;
	padding-top: 9px;
	margin:0px;
}

#main-container {
	width:625px;
	height:535px;
	float: left;
	background-color:#fffbd5;
}

#social-icon span {
	font: 12px arial, sans serif;
	color:#FFF;
	display:block;
	float:left;
	line-height: 24px;
	margin: 32px 0px 0px 85px;
}

#social-icon a {
	display: block;
	float: left;
	margin: 32px 0px 0px 10px;
	width: 23px;
	height: 24px;
}

#social-icon a.fb {
	background:url(../image/fb.png) no-repeat scroll left top transparent;
	height:24px;
	width:23px;
}

#social-icon a.tw {
	background:url(../image/tw.png) no-repeat scroll left top transparent;
	height:24px;
	width:23px;
}

#social-icon a.gt {
	background:url(../image/gt.png) no-repeat scroll left top transparent;
	height:24px;
	width:23px;
}
