@charset "utf-8";


/* = = = = = = = = = = = = = = = = = = = = = = */
/* = = =           Reset Styles          = = = */
/* = = = = = = = = = = = = = = = = = = = = = = */

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background:url(../images/bg.png) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.75em;
	color: #111;
}
section, article,
header, footer,
aside, nav,
hgroup, figure {
	display: block;
}
div:after,
section:after,
article:after,
header:after,
footer:after,
aside:after,
nav:after,
hgroup:after,
.clear:after {
	visibility: hidden;
	height: 0;
	content: " ";
	clear: both;
	display: block;
}
h1, h2, h3, h4, h5, h6, strong, th {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
}
p {
	margin-bottom: 15px;
}
ul {
	list-style: none;
	margin-bottom: 15px;
}
li {
	margin-bottom: 5px;
}
a {
	text-decoration: underline;
	color: #111;
}
a:hover {
	text-decoration: none;
}
a img, img {
	border: 0 none transparent;
}
:focus {
	outline: 0 none transparent;
}

/* Form */
select,
textarea,
input {
	padding: 5px;
	border: 0 none transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #111;
}
textarea {
	overflow: auto; /* IE scroolbar fix */
}

article {
	padding: 0 20px 20px;
}
article h1 {
	background: #FF6600;
	font-size: 14px;
	line-height: 51px;
	color: #fff;
	padding: 0px 15px;
	margin:0 -20px 24px;
}
article h1 a {
	color: #fff;
}
article h1 a:hover {
	text-decoration: underline;
}


/* = = = = = = = = = = = = = = = = = = = = = = */
/* = = =          Common Styles          = = = */
/* = = = = = = = = = = = = = = = = = = = = = = */


.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.img > img {
	display: block; /* Removes bottom space */
}
.limg {
	float: left;
	padding:0 10px 0 0;
}
.rimg {
	float: right;
	padding:0 10px 0 10px;
}

/* Buttons */
.btn {
	height: 28px;
	padding: 0 15px 0 8px;
	display: inline-block;
	background: url(../images/gbtn_bg.png) no-repeat right center;
	text-decoration: none;
	border: 0 none transparent;
	font: 13px/28px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}
.btn:hover {
	text-decoration: underline;
}


/* = = = = = = = = = = = = = = = = = = = = = = */
/* = = =        General Structure        = = = */
/* = = = = = = = = = = = = = = = = = = = = = = */

.screen {
	width: 100%;
	float: left;
	min-width: 950px;
}
.pg_center {
	width: 950px;
	margin: 0 auto;
}

#top_bg {
	background: url(../images/bg2.png) repeat-x;
}
#wrapper{}
#header,
#nav,
#banner,
#content,
.full_col {
	width: 100%;
	float: left;
}

#header {
	padding-top: 18px;
}
#logo {
}

#header .search {
	float: right;
	padding-right: 15px;
	text-align: right;
	line-height: 18px;
	color: #483f3c;
}
#header .search .sxt {
	padding-bottom: 12px;
}

#header .search .sxt p {
	float: right;
	background-position: left center;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 0;
}

#header .search .sxt .email {
	background-image: url(../images/mail.png);
	background-repeat:no-repeat;
	padding-left: 21px;
}

#header .search .sxt .phone {
	background-image: url(../images/phone.png);
	background-repeat:no-repeat;
	padding-left: 22px;
}




#nav {
	padding-left: 75px;
}
#nav .primary {
	width: 100%;
	min-height: 20px;
	float: left;
	margin: 0;
	padding:0 5px 7px;
	font: normal 14px/48px Arial, Helvetica, sans-serif;
	color: #fff;
	
	background: #b49400; /* Old browsers */
	background-image:-moz-linear-gradient(top, #b49400, #a58600);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#b49400), to(#a58600));
	background-image:-webkit-linear-gradient(top, #b49400, #a58600);
	background-image:-o-linear-gradient(top, #b49400, #a58600);
	background-image:linear-gradient(to bottom, #b49400, #a58600);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b49400', endColorstr='#a58600', GradientType=0);
}
#nav .primary > li {
	margin: 0;
	padding: 0 15px;
	float: left;
	
	/* Show secondary menu above banner/content */
	position: relative;
	z-index: 100;
}
#nav .primary li a {
	color:#fff;
	text-decoration: none;
}
#nav .primary li a:hover,
#nav .primary li.active a {
	text-decoration: underline;
}

/* Dropdown menu */
#nav .primary > li.dropdown {
	cursor: pointer;
}
#nav .primary > li.dropdown:hover {
	-moz-box-shadow: 0 0 0 1px #a68700;
	-webkit-box-shadow: 0 0 0 1px #a68700;
	box-shadow: 0 0 0 1px #a68700;
	outline /*\**/: 1px solid #a68700\9; /* IE8 */
}
#nav .primary > li.dropdown:hover > a {
	text-decoration: underline;
}
#nav .primary ul {
	display: none;
	-moz-box-shadow: 0 0 0 1px #a68700;
	-webkit-box-shadow: 0 0 0 1px #a68700;
	box-shadow: 0 0 0 1px #a68700;
	position: absolute;
	left: 0;
	width: 150px;
	padding: 0 0 15px;
	
	background: #b49400; /* Old browsers */
	background-image:-moz-linear-gradient(top, #a68700, #725e00);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#a68700), to(#725e00));
	background-image:-webkit-linear-gradient(top, #a68700, #725e00);
	background-image:-o-linear-gradient(top, #a68700, #725e00);
	background-image:linear-gradient(to bottom, #a68700, #725e00);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a68700', endColorstr='#725e00', GradientType=0);
}
#nav .primary > li:hover ul {
	display: block;
}
#nav .primary ul li {
	margin: 0;
	line-height: 24px;
	border-bottom: 1px solid #b49400;
}
#nav .primary ul li a {
	display: block;
	padding: 0 15px;
}
#nav .primary ul li a:hover {
	background: #b49400;
}

#content {
	border: 20px solid #F1EDC9;
	background: #edebdf;
	overflow: hidden;
}

#content a {
color: #665a3d;
}

#main {
	width: 605px;
	float: left;
	background: #fff;
	padding: 0 0 2000px 0;
	margin: 0 0 -2000px 0;
}

#main ul {
	list-style: disc;
	margin-left: 15px;
}

#main ol {
	margin-left: 22px;
}

#sidebar {
	width: 304px;
	float: left;
	background: #edebdf;
	position: relative;
	padding: 0 0 2000px 0;
	margin: 0 0 -2000px 0;
	padding-top: 24px;
}
#sidebar h3 {
	background:#bf5c2d;
	font:bold 14px/51px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0px 15px 0 40px;
}
#sidebar .trbr {
	width: 18px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	zoom: 1;
	background: #000;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
#sidebar .trbrsdw {
	width: 11px;
	height: 100%;
	position: absolute;
	background: url(../images/trnbg-shdw.png) repeat-y left top;
	left: 0px;
	top: 0px;
}
#sidebar .widget {
	padding: 0px 20px 35px 40px;
	word-wrap: break-word;
}

#sidebar .widget h3 {
	background: #bf5c2d;
	font-size: 14px;
	line-height: 51px;
	color: #fff;
	padding: 0px 15px 0 40px;
	margin: 0 -20px 15px -40px;
}
#sidebar .formcss div {
	margin-bottom: 10px;
}
#sidebar .formcss label {
	width: 55px;
	float: left;
	clear: left;
	font: 11px/28px Arial, Helvetica, sans-serif;
	color: #464646;
}
#sidebar .formcss input[type="text"] {
	width: 185px;
	height: 28px;
	float: right;
	padding: 5px;
	background: #e1dfd4;
	border: 1px solid #c5c3b9;
	border-bottom: 1px solid #f6f6f4;
	border-top: 1px solid #9f9f9f;
	font-size: 11px;
	line-height: 18px;
	color: #464646;
}
#sidebar .list {
}
#sidebar .list li {
	background: url(../images/arrow.png) no-repeat left 2px;
	padding-left: 20px;
	padding-bottom: 7px;
	line-height: 18px;
	color: #111;
}
#sidebar .list li a {
	color: #111;
	text-decoration: none;
}

#sidebar .list li.active a {
	text-decoration: underline;
}


#sidebar .list li a:hover {
	text-decoration: underline
}


#sidebar .listtwo {
}

#sidebar .listtwo li {
    background: none;
	list-style: disc;
	margin-left: 25px;
	padding-left: 2px;
	padding-bottom: 4px;
}



#sidebar .scl_links {
}
#sidebar .scl_links li {
	line-height: 45px;
	color: #111;
	padding-bottom:7px
}
#sidebar .scl_links li a {
	display: inline-block;
	padding-left: 60px;
	text-decoration: none;
	color: #111;
}
#sidebar .scl_links li a:hover {
	text-decoration: underline;
}
#sidebar .scl_links li.fb a {
	background: url(../images/f_ico.png) no-repeat left center;
}
#sidebar .scl_links li.tw a {
	background: url(../images/t_ico.png) no-repeat left center;
}
#sidebar .scl_links li.in a {
	background: url(../images/in_ico.png) no-repeat left center;
}
#sidebar .scl_links li.gp a {
	background: url(../images/gp_ico.png) no-repeat left center;
}

#footer {
	background: #3a311b;
	padding: 20px 0;
	margin-top: 25px;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
}
#footer .col {
	float: left;
	padding: 7px 0 0 18px;
}
#foot_nav {
}
#footer ul {
	margin: 0;
}
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0 7px;
	border-right: 1px solid #fff;
	line-height: 14px;
}
#footer ul li.nobdr {
	border: 0 none transparent;
}
#footer ul li a {
	text-decoration: none;
	color: #fff;
}
#footer ul li a:hover,
#footer ul li a.active {
	text-decoration: underline;
}


/* = = = = = = = = = = = = = = = = = = = = = = */
/* = = =             Homepage            = = = */
/* = = = = = = = = = = = = = = = = = = = = = = */

.home article h1 {
	margin-bottom: 10px;
}
#banner {
	margin-top: -5px;
	color: #fff;
}
#banner p a {
	color: #fff;
}
#slider {
	width: 100%;
	height: 408px;
	overflow: hidden;
	position: relative;
}
#slider .slide {
	width: 100%;
}
#slider .lft {
	float: left;
	width: 631px;
	height: 408px;
	border: 20px solid #e9e4d3
}
#slider .lft img {
	width: 591px;
	display: block;
}
#slider .rht {
	width: 319px;
	height: 403px;
	float: left;
	padding: 45px 15px 22px 22px;
	margin-top: 5px;
	position: relative;
	font: 13px/18px Arial, Helvetica, sans-serif;
	
	background: #bf5c2d; /* Old browsers */
	background-image:-moz-linear-gradient(top, #bf5c2d, #943d1b);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#bf5c2d), to(#943d1b));
	background-image:-webkit-linear-gradient(top, #bf5c2d, #943d1b);
	background-image:-o-linear-gradient(top, #bf5c2d, #943d1b);
	background-image:linear-gradient(to bottom, #bf5c2d, #943d1b);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf5c2d', endColorstr='#943d1b', GradientType=0);

}
#slider .rht .trbr {
	position: absolute;
	background: #000;
	height: 100%;
	width: 11px;
	left: 0px;
	top: -5px;
	padding-top: 5px;
	zoom: 1;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
#slider .rht h2 {
	width: 298px;
	background: #a53c19;
	padding: 7px 5px 7px 20px;
	border-right: 10px solid #d4a491;
	margin: 0 0 10px -22px;
	font: normal 24px/32px Georgia, "Times New Roman", Times, serif;
}
#slider .rht h2 a {
	text-decoration: none;
	color: #fff;
}
#slider .rht .fr .btn {
	margin-top: 40px;
}
#slider .slide_no {
	position: absolute;
	right: 15px;
	bottom: 30px;
	z-index: 99;
	margin: 0;
	font: bold 13px/21px Georgia, "Times New Roman", Times, serif;
	color: #483f3c;
}
#slider .slide_no li {
	float: left;
}
#slider .slide_no a {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: 0 4px;
	background: #fbfaf3;
	text-decoration: none;
	text-align: center;
	color: #483f3c;
}
#slider .slide_no a:hover,
#slider .slide_no a.active {
	color: #fff;
	text-decoration: none;
	background: #977c00;
}

.feapnl h1 {
	background: #665a3d;
	text-transform: uppercase;
}
.feapnl .full_col {
	padding: 15px 0;
	margin-left: -5px;
}
.feapnl .full_col .descr {
	width: 410px;
	float: right;
}
.feapnl .full_col .descr h2 {
	font-size: 15px;
	line-height: 18px;
	color: #706447;
}
.feapnl .full_col .descr h2 a {
	color: #706447;
	text-decoration: underline
}
.feapnl .full_col .descr h2 a:hover {
	color: #333;
}
.feapnl .full_col .descr .limg {
	padding-right: 24px;
}

/* = = = = = = = = = = = = = = = = = = = = = = */
/* = = = Full Width Content / No Sidebar = = = */
/* = = = = = = = = = = = = = = = = = = = = = = */

#main.full_col {
	width: 100%;
}

