html {
	overflow-y: scroll;
	height: 100%;
	}

body{
	background:#ece8ee;
	margin:0;
	font: 13px/15px Arial, Helvetica, sans-serif;
	color:#3d3838;
	min-width:1002px;
	height:100%;
}
a{
	color:#3d3838;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
img{border-style:none;}
form,
fieldset{
	padding:0;
	margin:0;
	border:0;
}
input,
textarea,
select{
	vertical-align:middle;
	font:12px Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
	width: 100%;
	min-height: 100%;
}
* html #wrapper {height: 100%;}
.w1 {
	padding:0 0 114px;
	background:#fff;
	width:100%;
	position:relative;
}
.w2{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-wrapper.gif) repeat-x 0 100%;
}
.header-holder{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:20;
}
.header-holder .holder{
	width:100%;
	background:url(../images/bg-header-holder.png) repeat-x;
}
#header{
	width:990px;
	margin:0 auto;
	height:107px;
	background:url(../images/bg-header.gif) repeat-x;
}
.logo{
	width:317px;
	height:59px;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	margin:30px 0 0 31px;
	display:inline;
	background:url(../images/logo.png) no-repeat;
}
.logo a{
	height:100%;
	display:block;
}
#nav{
	float:right;
	margin:0 15px 0 0;
	display:inline;
	padding:38px 0 0;
	list-style:none;
}
#nav li{
	float:left;
	padding:0 0 5px 2px;
	background:url(../images/separator.gif) no-repeat;
}
#nav li:first-child{background:none;}
#nav li a{
	float:left;
	height:18px;
	margin:4px -1px 5px;
	padding:3px 9px 0 10px;
	color:#181818;
	position:relative;
}
#nav .active a,
#nav li a:hover{
	text-decoration:none;
	background:#be9206;
	color:#fff;
}
#nav li:hover,
#nav li.hover{position:relative;}
#nav li:hover .drop,
#nav li.hover .drop{display:block;}
#nav li .drop {
	position: absolute;
	top: 25px;
	left: 0;
	z-index:50;
	margin: 0;
	padding: 12px 0 0 0;
	background: #be9206;
	list-style:none;
	display:none;
}
#nav .drop li {
	font-size: 12px;
	line-height: 14px;
	float: none;
	background: none;
	white-space: nowrap;
	padding: 0 0 1px;
	margin: 0 0 -1px;
	
}
#nav .drop li a {
	color: #fff;
	float: none;
	padding: 5px 12px;
	display: block;
	background: none;
	position: relative;
	text-decoration: none;
	margin:0;
	height:auto;
	border-top: 1px solid #DFBC53;
}
#nav li:hover a,
#nav li.hover a {
	color: #fff;
	background:#be9206;
}
#nav li ul li a:hover,
#nav li ul li a:hover {
	color: #fff;
	background:#000;
	text-decoration:none;
}
.visual{
	width:100%;
	overflow:hidden;
}
.visual img{
	display:block;
	margin:0 auto;
}
.visual-info{
	position:absolute;
	top:107px;
	left:0;
	width:100%;
	z-index:5;
}
.visual-info .info{
	width:990px;
	overflow:hidden;
	margin:0 auto;
}
.box-email{
	width:156px;
	height:33px;
	float:right;
	padding:9px 10px 0 19px;
	margin:0 0 127px;
	font-size:16px;
	line-height:25px;
	color:#fff;
	text-decoration: none;
	background:url(../images/bg-box-mail.png) no-repeat;
}
.box-email:hover {
	text-decoration: none;
}
.home .box-email{margin:0 0 29px;}
.box-email span{
	display:block;
	position:relative;
	margin:4px 0 0 -5px;
}
.box-email .btn-signup{
	float:right;
	width:60px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 2px 0 5px;
	display:inline;
	position:relative;
	background:url(../images/btn-signup.gif) no-repeat;
}
.visual .block-title{
	width:100%;
	overflow:hidden;
	clear:both;
}
.home .visual .block-title {margin:0 0 80px;}
.visual .title{
	float:right;
	padding:23px 54px 17px 33px;
	background:url(../images/bg-title.png) repeat;
}
.home .visual .title{
	float:left;
	padding:21px 33px 13px 23px;
}
.home .visual .title h1{
	font-size:29px;
	line-height:34px;
	color:#fff;
	margin:0;
	letter-spacing:-1px;
	text-transform:uppercase;
}
.visual .title h1{
	font-size:24px;
	line-height:26px;
	margin:0;
	letter-spacing:-1px;
	text-transform:uppercase;
	color:#fff;
}
.visual .box-info{
	width:888px;
	height:136px;
	padding:15px 75px 0 27px;
	line-height:17px;
	color:#e0d7cb;
	background:url(../images/bg-box-info.png) no-repeat;
}
.column01{
	width:465px;
	overflow:hidden;
	float:left;
	position:relative;
}
.column01 .image{
	width:167px;
	float:left;
	margin:10px 20px 0 0;
}
* html .column01 .image {margin:10px 17px 0 0;}
.column02 .image img,
.column01 .image img{display:block;}
.column02 .txt,
.column01 .txt{overflow:hidden;}
.column02 .txt h2,
.column01 .txt h2{
	font-size:23px;
	line-height:25px;
	font-weight:normal;
	margin:6px 0 5px;
}
.column02 .txt p,
.column01 .txt p{margin:0 0 9px;}
.column02 .more,
.column01 .more{
	color:#e0d7cb;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	text-decoration:underline;
}
.column02 .more:hover,
.column01 .more:hover{text-decoration:none;}
.column02{
	width:337px;
	float:right;
	overflow:hidden;
	position:relative;
}
.column02 .image{
	width:79px;
	float:left;
	margin:0 21px 0 0;
}
* html .column02 .image {margin:0 18px 0 0;}
#main{
	width:990px;
	overflow:hidden;
	margin:20px auto 22px;
	background:url(../images/bg-main2.gif) repeat-y;
}
.home #main{background:url(../images/bg-main.gif) repeat-y;}
#content{
	width:688px;
	float:right;
	overflow:hidden;
	margin:0 30px 0 0;
	display:inline;
}
#content .text{
	width:100%;
	overflow:hidden;
}
.home #content{
	width:638px;
	margin:0 12px 0 0;
}

#content .text .image{
	width:369px;
	float:left;
	margin:0 12px 0 0;
}
* html #content .text .image {margin:0 9px 0 0;}
#content .text .image img{display:block;}
#content .txt{
	height:1%;
	overflow:hidden;
}
#sidebar{
	width:214px;
	float:left;
	overflow:hidden;
	margin:0 0 0 25px;
	display:inline;
}
.home #sidebar{
	width:280px;
	margin:0 0 0 27px;
}
.box-news{
	width:278px;
	overflow:hidden;
	margin:0 0 10px 2px;
	padding:0 0 13px;
	border-bottom:1px solid #d3d3d3;
}
.box-inf h2,
#content h2,
.box-news h2{
	font-size:23px;
	line-height:25px;
	color:#3c3c3c;
	margin:0 0 14px;
	font-weight:normal;
}
#content h2{margin:0 0 19px;}
.box-inf h2{margin:2px 0 9px 3px;}
.box-news ul{
	width:250px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	line-height:14px;
	color:#3c3c3c;
}
.box-news ul li{
	float:left;
	padding:0 0 11px;
	width:100%;
}
.box-news ul li a{
	font-weight:bold;
	color:#674821;
}
.box-news ul li p{margin:0;}
.box-news .btn-more{
	width:84px;
	font-size:11px;
	line-height:21px;
	font-weight:bold;
	color:#c7c7c7;
	background:#000;
	display:block;
	text-align:center;
	margin:2px 0 0;
}
.box-widget{
	width:212px;
	overflow:hidden;
}
.box-widget img{display:block;}
.box-inf{
	width:214px;
	overflow:hidden;
	margin:0 0 15px;
	border-bottom:1px solid #d3d3d3;
}
.box-inf .menu{
	width:214px;
	overflow:hidden;
	margin:0;
	padding:0 0 8px;
	list-style:none;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}
.box-inf .menu li{
	float:left;
	width:100%;
	border-top:1px solid #d3d3d3;
}
.box-inf .menu li a{
	display:block;
	width:194px;
	padding:6px 10px;
	text-decoration: none;
	color:#614f4a;
}
.box-inf .menu .active a,
.box-inf .menu li a:hover{
	background:#be9206;
	color:#fff;
	text-decoration:none;
}
.breadcrumbs{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:6px 0 18px;
	list-style:none;
	line-height:15px;
	color:#3d3838;
}
.breadcrumbs li{
	float:left;
	padding:0 5px 0 7px;
	background:url(../images/separator3.gif) no-repeat 0 60%;
}
.breadcrumbs li:first-child{
	background:none;
	padding-left:0;
}
.breadcrumbs li a{
	color:#3d3838;
	font-weight:bold;
}
.breadcrumbs li .home-link{color:#724611;}
.text-inf{
	width:100%;
	overflow:hidden;
	margin:0 0 32px;
}

#content .text-inf .title{
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	margin:0 0 17px;
	color:#3d3838;
	display:block;
}
.list-inf{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0 0 24px;
	list-style:none;
}
.list-inf li{
	float:left;
	width:100%;
	padding:0 0 15px;
}
.list-inf .image{
	width:165px;
	float:left;
	margin:0 18px 0 0;
}
* html .list-inf .image {margin:0 15px 0 0;}
.list-inf .image img{display:block;}
.list-inf .txt{
	height:1%;
	overflow:hidden;
}
.list-inf .txt h3{
	font-size:13px;
	line-height:15px;
	color:#3d3838;
	margin:-2px 0 4px;
	position:relative;
}
.list-inf .date{
	display:block;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
	margin:0 0 13px;
}
.list-inf .txt p{margin:0;}
.footer-holder{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top: -114px;
	background:url(../images/bg-footer-holder.gif) repeat-x;
}
#footer {
	width:990px;
	margin:0 auto;
	height: 114px;
	font-size:11px;
	line-height:13px;
	color:#ae9676;
}
#footer p{
	text-align:center;
	margin:0;
}
.footer-nav{
	overflow:hidden;
	margin:0;
	padding:8px 0 24px;
	list-style:none;
	font-size:12px;
	line-height:14px;
	text-align:center;
}
.footer-nav li{
	display:inline;
	padding:0 4px 0 6px;
	background:url(../images/separator2.gif) no-repeat 0 60%;
}
.footer-nav li:first-child{
	background:none;
	padding-left:0;
}
.footer-nav li a{color:#ffd393;}
.social{
	width:100%;
	overflow:hidden;
	position:relative;
}
.social .holder{
	position:relative;
	left:50%;
	float:left;
}
.social ul{
	position:relative;
	left:-50%;
	float:left;
	margin:0;
	padding:0 0 10px;
	list-style:none;
}
.social ul li{
	float:left;
	padding:0 3px 0 0;
}
.social ul li a{
	display:block;
	width:30px;
	height:31px;
	text-indent:-9999px;
	overflow:hidden;
}
.facebook{background:url(../images/icons.gif) no-repeat;}
.twitter{background:url(../images/icons.gif) no-repeat -30px 0;}
.linkedln{background:url(../images/icons.gif) no-repeat -60px 0;}
.rss{background:url(../images/icons.gif) no-repeat -120px 0;}
.icon{background:url(../images/icons.gif) no-repeat -90px 0;}
.cufon-active .visual .title h1 {
	line-height:24px;
	float:left;
}
.visual .title h1 cufon {
	float:left;
	padding:0 0 1px;
}
.home .visual .title h1 cufon{padding:0 0 4px;}
* html .home .visual .title h1 cufon {padding:0 0 8px;}
* +html .home .visual .title h1 cufon {padding:0 0 8px;}
.visual .title h1 span {display:block;}
.cufon-active .visual .title h1 span {
	float:left;
	clear:left;
}
* html .cufon-active .box-email span {
	line-height:23px;
	float:left;
	white-space:nowrap;
}
.cufon-active .column02 .txt h2,
.cufon-active .column01 .txt h2{
	line-height:23px;
	float:left;
}
.column02 .txt h2 cufon,
.column01 .txt h2 cufon {
	float:left;
	padding:0 0 2px;
}
hr {
	border: 1px solid #D3D3D3;
}

/************************** SLIDESHOW *************************/


.slideshow {
    height: 509px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.slideshow div {
    position:absolute;
	width: 100%;
    top:0;
	left: 0;
    z-index:1;
}

.slideshow div.active {
    z-index:3;
}

.slideshow div.last-active {
    z-index:2;
}

h1.spr-ir-news-article-title {
	font-size: 18px;
	line-height: 22px;
}