html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	outline:none;
}

/* ---------------- common tags --------------------- */
h1, h2, h3, h4, h5, h6, strong {font-weight:bold;}
i, em { font-style:italic; }
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft{
	text-align:left;	
}
.alignright{
	text-align:right;	
}
.aligncenter{
	text-align:center;	
}
.clear  {
	clear:both;
	line-height:1px;
	height:1px;
}
textarea{
	overflow:auto;
	font-family:Georgia, Times, serif; /* Body Font Family Will Come Here */
}
a { 
	/*color:#cc6600; - Orange links*/
	color:#0a9925;
	text-decoration:none;
}
a:hover {
	color:#000;
}

/* ---------------- layout tags --------------------- */

body{
	background:url(../images/bg_body.jpg) no-repeat center top;
	font-family:Georgia, Times, serif;
	font-size:25px;
	color:#000;
}
.bodycopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
        line-height: 20px;
        font-style: normal;
	color:#000;
}

.background-overlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/bg-slider/texture-overlay.png) repeat 0 0;
	z-index:-998;
}
.box{
	width:866px;
	margin:0 auto;
}
#header{
	background:url(../images/bg_header.png) repeat-x;
	width:100%;
	height:54px;
	margin-bottom:70px;
}
#navigation{
	width:826px;
	height:54px;
	font-size:18px;
	padding:0;
	margin:0;
}
#navigation ul{
	width:100%;
	display:table;
}
#navigation li{
	display:table-cell;
	line-height:53px;
	font-style:italic;
	text-align:center;
	white-space:nowrap;
}
#navigation li a{
	background:url(../images/bg_divider.png) no-repeat -2px center;
	color:#fff;
	display:block;
	padding:0 15px;
}
#navigation li.first a, #navigation li:first-child a{
	background:none;
	padding-left:14px;
}
#navigation li a:hover, #navigation li a.active, #navigation li.active a{
	background:url(../images/menu-hover-bg.jpg) repeat-x 0 0;
	/*background:#cc6600;*/
}


/* container */
#container{
	width:100%;
	padding-bottom:360px;
}
.content-shadow{
	background:url(../images/bg_content_shadow.png) repeat;
	width:826px;
	padding:20px 17px 20px 23px;
}
.content{
	background:url(../images/bg_content.png) repeat;
	padding:77px 70px 94px 70px;
}
#logo a{
	font-family:Arial, Helvetica, sans-serif;
	width:665px;
	font-size:53px;
	color:#0a9925;
	/*color:#cc6600;*/
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 34px 0;
	text-shadow:rgba(255, 255, 255, 1) 0px 1px 1px;
}
.entry h4{
	font-size:29px;
	color:#333;
	font-style:italic;
	text-align:center;
	padding:14px 0 37px 0;
	text-shadow:rgba(255, 255, 255, 1) 0px 1px 1px;
}
.entry h3{
	font-size:41px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	letter-spacing:-1px;
	font-style:italic;
	padding:0 0 20px 0;
	text-shadow:rgba(0, 0, 0, 1) 0px 1px 1px;
}
.entry p{
	line-height:30px;
	text-align:center;
	font-style:italic;
	padding:0 60px 0 40px;
	text-shadow:rgba(255, 255, 255, 1) 0px 1px 1px;
}

/* footer */
#footer{
	background:url(../images/bg_footer.png) repeat;
	width:100%;
	padding:30px 0 156px 0;
}
.news{
	width:358px;
	float:left;
	margin:0 0 0 36px;
}
.news h5{
	font-size:14px;
	color:#fff;
	font-style:italic;
	font-weight:normal;
	padding:0 0 18px 0;
	text-shadow:rgba(255, 255, 255, 0.50) 0px 1px 0px;
}
.news p{
	font-size:12px;
	color:#ccc;
	line-height:21px;
	font-style:italic;
	text-shadow:rgba(255, 255, 255, 0.50) 0px 1px 0px;
}
.social{
	width:160px;
	float:left;
	margin:12px 0 20px 55px;
}
.social li{
	float:left;
	margin:0 0 0 7px;
}
.social li.first, .social li:first-child{
	margin-left:0;
}
.list{
	width:165px;
	float:right;
	margin:8px 36px 0 0;
}
.list li{
	font-size:12px;
	color:#fff;
	line-height:24px;
	font-style:italic;
}
.list li strong{
	background:url(../images/bg_divider2.png) no-repeat right center;
	padding:0 10px 0 3px;
	margin:0 6px 0 0;
}
.list li a{
	color:#fff;
}
.list li a:hover{
	color:#afafaf;
}
.footer-links{
	display:inline;
	width:200px;
	height:20px;
	float:right;
	margin-top:15px;
}
.footer-links ul li{
	float:left;
	font-size:14px;
	font-style:italic;
	padding:0 5px;
	border-right:1px solid #fff;
}
.footer-links ul li.last{
	border:none;
}
.footer-links ul li a:hover{
	color:#fff !important;
}

/* inner */
body.innerpage{
	background:url(../images/bg_inner.jpg) no-repeat center top;
}
#container.innerpage{
	padding-bottom:150px;
}
#container.innerpage #logo a{
	color:#0a9925;
	letter-spacing:-1px;
	margin-bottom:17px;
}
#container.innerpage .content{
	padding-bottom:50px;
}
#container.innerpage .entry p{
	padding:0;
	color:#333;
}
.gallery{
	width:100%;
	margin:72px 0 0 0;
	position:relative;
}
.gallery-large{
	margin-top:25px;
}
.carousel{
	width:690px !important;
}
.gallery li{
	background:url(../images/bg_gallery.png) no-repeat;
	width:196px;
	height:167px;
	float:left;
	padding:9px;
	margin-right:20px;
	position:relative;
}
.gallery li img{
	width:196px;
	height:162px;
}
.gallery .carousel-large{
	border:9px solid #fff;
}
.gallery .carousel-large li {
	width:670px;
	height:571px;
	padding:0;
	background:#fff;
	margin-right:0;
	overflow:hidden;
}
.gallery .carousel-large li img {
	/*width:670px;*/
	width:auto;
	height:571px;
}
.gallery li.first, .gallery li:first-child{
	margin-left:0;
}
.gallery .zoom{
	background:url(../images/ico_zoom.png) no-repeat center center;
	width:20px;
	height:16px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	left:97px;
	top:82px;
}
.gallery .left{
	background:url(../images/sprite_left.png) no-repeat left top;
	width:28px;
	height:28px;
	display:block;
	position:absolute;
	left:-35px;
	top:65px;
	text-indent:-9999px;
}
.gallery-large .left{
	top:275px;
}
.gallery .left:hover{
	background-position:left bottom;
}
.gallery .right{
	background:url(../images/sprite_right.png) no-repeat right top;
	width:28px;
	height:28px;
	display:block;
	position:absolute;
	right:-35px;
	top:65px;
	text-indent:-9999px;
}
.gallery-large .right{
	top:275px;
}
.gallery .right:hover{
	background-position:right bottom;
}