/*--------------------*/
/*       COMMON       */
/*--------------------*/

body {
	margin:0px;
	padding:0px;
	font-size:13px;
	color:#373535;
	font-weight:normal;
	line-height:normal;
	font-family: 'allerregular';
}

p {
	margin:0px;
	padding-bottom:16px;
	line-height:16px;
}

li {
	list-style:none;
}

input,textarea,div,img,h1,ul,form,label,fieldset {
	margin:0;
	padding:0;
}

fieldset, a {
	outline:none;
	border:none;
}

img {
	border:none;
}


/*--------------------*/
/*       HEADER       */
/*--------------------*/

.container {
	width:100%;
	min-width:1003px;
}

.header {
	background-color:#d6d6d6;
	width:100%;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	-moz-box-shadow: 0px 1px 7px #444;
	-webkit-box-shadow: 0px 1px 7px #444;
	box-shadow: 0px 1px 7px #444;
	z-index:99;
	position:relative;
}

.header-wrapper {
	width:1003px;
	height:77px;
	margin:0 auto;
}

.logo {
	float:left;
	margin-top:18px;
	margin-left:11px;
}

.main-nav {
	float:left;
	padding-top:27px;
	padding-left:30px;
	font-family:"Trebuchet MS", Arial, Tahoma;
	font-size:12px;
	font-weight:bold;
}

.main-nav ul li {
	float:left;
	text-transform:uppercase;
	padding-left:5px;
	padding-right:5px;
	color:#111;
	border-right:#aaa solid 1px;
}

.main-nav ul li a {
	text-decoration:none;
	color:#111;
	height:24px;
	line-height:24px;
	display:block;
	padding-left:13px;
	padding-right:13px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.main-nav .last {
	border-right:none;
	padding-right:0px;
}

.main-nav ul li a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#a81a16;
}

.main-nav .active a {
	text-decoration:none!important;
	color:#fff!important;
	background-color:#a81a16!important;
}

.social {
	float:right;
	padding-top:27px;
	padding-right:8px;
}

.social ul li {
	display:inline;
	padding-left:5px;
}

/*--------------------*/
/*       CONTENT      */
/*--------------------*/

.content {
	width:100%;
}

.banner-area {
	padding-bottom:22px;
	background-image: url(../images/pattern1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.home-banner {
	height:523px;
	background-color:#240203;
	overflow:hidden;
}

.home-contents {
	width:1003px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:38px;
	background-image: url(../images/shade.jpg);
	background-repeat: repeat-y;
	background-position: 638px top;
	overflow:hidden;
}

.hc-lhs {
	float:left;
	width:611px;
}

.welcome-text {
	padding-bottom:20px;
	padding-left:5px;
	overflow:hidden;
}

.welcome-head {
	font-size:25px;
	font-family: 'LeagueGothicRegular';
	color:#a81a16;
	padding-bottom:15px;
}

.welcome-image {
	float:left;
	width:143px;
	height:192px;
	overflow:hidden;
	border:#fff solid 5px;
	-moz-box-shadow: 0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	box-shadow: 0px 0px 5px #aaa;
}

.welcome-p {
	float:right;
	width:432px;
	padding-top:5px;
	font-size:13px;
	color:#555;
}

.welcome-p p {
	line-height:18px;
	padding-bottom:18px;
}

.more a {
	color:#a01b00;
	text-decoration:none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left:10px;
}

.more a:visited {
	color:#a01b00;
	text-decoration:none;
}

.more a:hover {
	color:#a01b00;
	text-decoration:none;
	border-bottom:#a01b00 dotted 1px;
}

.home-gallery {
	border-top:#f5f2ec solid 1px;
	padding-top:20px;
	overflow:hidden;
	padding-bottom:10px;
}


.gallery-images {
	padding-bottom:20px;
	overflow:hidden;
	padding-top:10px;
}

.gallery-images ul li {
	float:left;
	margin-right:17px;
	margin-left:5px;
	width:123px;
	height:92px;
	overflow:hidden;
	border:#fff solid 5px;
	-moz-box-shadow: 0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	box-shadow: 0px 0px 5px #aaa;
}

.gallery-images .last {
	margin-right:0px;
}

.hc-rhs {
	width:335px;
	float:right;
}

.documentry {
	padding-bottom:20px;
}

.documentry h2 {
	font-size:25px;
	font-family: 'LeagueGothicRegular';
	color:#a81a16;
	padding-bottom:15px;
	margin:0px;
	font-weight:normal;
	padding-left:10px;
}

.youtube {
	border:#fff solid 5px;
	-moz-box-shadow: 0px 0px 7px #ccc;
	-webkit-box-shadow: 0px 0px 7px #ccc;
	box-shadow: 0px 0px 7px #ccc;
	width:320px;
}

.books {
	padding-left:10px;
}

.books h2 {
	font-size:25px;
	font-family: 'LeagueGothicRegular';
	color:#a81a16;
	padding-bottom:10px;
	margin:0px;
	font-weight:normal;
}

.books ul {
	padding-bottom:10px;
}

.books ul li {
	padding-bottom:10px;
	padding-left:20px;
	background-image: url(../images/book-icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height:14px;
}

/*--------------------*/
/*       FOOTER       */
/*--------------------*/

.footer {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.footer-wrapper {
	width:1003px;
	height:90px;
	margin:0 auto;
	color:#fff;
	font-size:12px;
}

.copyright {
	float:right;
	padding-top:40px;
	padding-right:10px;
}

.footer-links {
	float:left;
	padding-top:40px;
}

.footer-links ul li {
	display:inline;
	padding-right:12px;
	padding-left:12px;
	border-right:#fff solid 1px;
}

.footer-links ul li a {
	color:#fff;
	text-decoration:none;
}

.footer-links ul li a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:#fff dotted 1px;
}

.footer-links .last {
	padding-right:0px;
	border-right:none;
}

/*--------------------*/
/*       SUBPAGE      */
/*--------------------*/


.sub-banner {
	height:200px;
	background-color:#f7f7f7;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: center top;
}

.sub-contents {
	width:1003px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:38px;
	background-image: url(../images/shade.jpg);
	background-repeat: repeat-y;
	background-position: 675px top;
	overflow:hidden;
}

.sub-lhs {
	float:left;
	width:630px;
	padding-left:10px;
}


.sub-rhs {
	width:300px;
	float:right;
}


.youtube-sub {
	border:#fff solid 5px;
	-moz-box-shadow: 0px 0px 7px #ccc;
	-webkit-box-shadow: 0px 0px 7px #ccc;
	box-shadow: 0px 0px 7px #ccc;
	width:280px;
}

.sub-lhs h1 {
	font-size:25px;
	font-family: 'LeagueGothicRegular';
	color:#a81a16;
	padding-bottom:10px;
	margin:0px;
	font-weight:normal;
	border-bottom:#ddd solid 1px;
	margin-bottom:20px;
}

.sub-lhs p {
	line-height:18px;
	padding-bottom:18px;
	font-size:13px;
}

.sub-gallery {
	padding-top:30px;
	padding-bottom:15px;
}

.sub-gallery h2 {
	font-size:25px;
	font-family: 'LeagueGothicRegular';
	color:#a81a16;
	padding-bottom:10px;
	margin:0px;
	font-weight:normal;
	padding-left:10px;

}

.sg-image {
	border:#fff solid 5px;
	-moz-box-shadow: 0px 0px 7px #ccc;
	-webkit-box-shadow: 0px 0px 7px #ccc;
	box-shadow: 0px 0px 7px #ccc;
	width:280px;
	margin-bottom:20px;
}

.pf-gal {
	padding-bottom:10px;
}

.pf-gal ul {
	overflow:hidden;
	padding-bottom:20px;
}

.pf-gal ul li {
	float:left;
	width:185px;
	height:120px;
	margin-right:15px;
	margin-bottom:20px;
	border:#ddd solid 5px;
	background-color:#f7f7f7;
	overflow:hidden;
}

.pf-gal ul li img {
	display:block;
}


.pf-gal h2 {
	font-size:21px;
	font-family: 'LeagueGothicRegular';
	color:#fff;
	background-color:#a81a16;
	margin:0px;
	font-weight:normal;
	margin-bottom:20px;
	margin-top:20px;
	padding:5px 10px 5px 10px;
}










.c-top {
	overflow:hidden;
	padding-bottom:40px;
	font-size:13px;
	line-height:18px;
}

.ct-lhs {
	float:left;
	width:300px;
	border-right:#eee solid 1px;

}

.ct-rhs {
	float:left;
	width:280px;
	padding-left:30px;
}

.ct-rhs span {
	padding-right:3px;
}

.c-txt {
	padding-bottom:40px;
	color:#999;
}

/*--------------------*/
/*     contact form   */
/*--------------------*/

.contact-form {
	width:500px;
	padding-bottom:70px;
}

.contact-form .cform_element1 {
	padding-bottom:10px;
}

.contact-form .cform_element1 label {
	float:none!important;
	width:98%;
	overflow:hidden;
	font-size:12px;
	padding-left:3px;
	text-transform:uppercase;
	color:#666;
	font-family:Arial, Tahoma, Verdana;
	font-weight:bold;
}

.contact-form .txt-box1 {
	clear:both;
	width:96%;
	border:none;
	padding:9px 7px 8px 7px;
	margin:5px 0px 5px 0px;
	font-family:Arial, Tahoma, Verdana;
	font-size:13px;
	color:#454f4f;
	outline:none;
	background-color:#f1f3f3;
}

.contact-form .txt-box1:focus {
	background-color:#e7ebed;
}

.contact-form .txt-area1 {
	clear:both;
	width:96%;
	height:90px;
	border:none;
	padding:9px 7px 9px 7px;
	margin-top:5px 0px 5px 0px;
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#000;
	outline:none;
	background-color:#f1f3f3;
	resize:none;
	overflow:hidden;
}

.contact-form .txt-area1:focus {
	background-color:#e7ebed;
}

.contact-form .button1 {
	text-align:right;
	padding-top:5px;
	padding-right:5px;
}

.contact-form .button1 input {
	background-color:#990000;
	text-transform:uppercase;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Tahoma, Verdana;
	border:none;
	cursor:pointer;
	padding:7px 0px 7px 0px;
	width:156px;
	text-align:center;
}

.contact-form .button1 input:hover {
	background-color:#CC0000;
	color:#fff;
}

label.error {
	font-size:11px!important;
	color:#FF0000!important;
	text-transform:none!important;
	font-weight:normal!important;
}


/*--------------------*/
/*   End contact form */
/*--------------------*/