html{
	width: 100%;
	min-height: 100%;
}
body{
	font: 14px Arial;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	width: 100%;
	height: 100%;
	background: white;
}

a{
	color: #6A737B;
	text-decoration: none;
}

a:hover{
	color: #F15A29;
}
p{
	line-height: 1.6em;
	margin: 10px 0 10px;
}
h1{
	font-family: Arial;
	font-weight: bold;
	font-size: 27px;
	line-height: 1.3em;
}
sup{
	font-size: 12px;
	vertical-align: top;
}
span.red{
	color: #EE3124;
}
#overlay{ 
	width: 100%; 
	height: 100%; 
	position: fixed;  
	_position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 1001; 
	background-color: #000000; 
	overflow: hidden;  
}
#popup{ 
	display: none; 
	position:absolute; 
	width:700px; 
	height:514px; 
	z-index:1002;  
	background-color: #000; 
}
#baner_close{ 
	color: #cc0000; 
}
#popup-box{
	margin: 0 auto;
	width: 700px;
	height: 514px;
	background: url(../images/intro-bg.jpg) top center no-repeat;
}
.popup-intro{
	margin: 0 auto;
	width: 554px;
	height: 370px;
	background: url(../images/intro-text.png) top center no-repeat;
}
.button{
	margin: 12px 208px;
	width: 181px;
	height: 76px;
	background: url(../images/intro-static.png) top center no-repeat;
}
span.hover{
	float: right;
	width: 61px;
	height: 61px;
}
span.hover:hover{
	margin: 8px 12px;
	background: url(../images/intro-hover.png) top center no-repeat;
}
.intro-go{
	float: right;
	margin: 5px 80px;
	width: 155px;
	height: 30px;
}
.banner-trig{
	width: 320px;
	height: 230px;
	background-image: url(../images/banner_hover.png);
}

.banner-trig a, .banner-trig a:link, .banner-trig a:visited {
	display: block;
}
.banner-trig img{
	width: 100%;
	height: 100%;
	border: 0;
}
.banner-trig a:hover img{
	visibility: hidden;
}


#wrapper{
	margin: 0 auto;
	/*width: 980px;*/
	background: transparent;
	overflow: auto;
}
#inner-wrap{
	margin: 0 auto -20px;
	padding-bottom: 120px;
	width: 915px;
	background: #fff;
	overflow: auto;
            border-left: 18px solid #C9C9C9;
            border-right: 18px solid #C9C9C9; 
}
#header{
	/*margin: 10px auto -20px;*/
	width: 980px;
	height: 212px;
}
.logo{
	padding-top: 42px;
	margin: 0 auto;
	width: 827px;
	height: 88px;
}
.left{
	float: left;
	width: 600px;
	margin: 70px 66px 0;
}
.right{
	float: left;
	width: 115px;
	margin: 108px 0;
}
#more{
	float: left;
	width: 838px;
	height: 121px;
	margin: 52px 46px 0;
}
#boxes{
	float: left;
	width: 828px;
	height: 210px;
	margin: 24px 52px 0;
}
#boxes p{
	padding-left: 8px;
	color: #fff;
	line-height: 1em;
	font-size: 12px;
}
#boxes a{
	color: #fff;
}
#boxes a:hover{
	color: #EE3124;
}
span.heading{
	font-family: Arial;
	color: #EE3124;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 0.5em;
}
span.title{
	text-transform: uppercase;
	line-height: 1.4em;
	font-size: 9px;
	font-family: "Arial Narrow", Arial;
	letter-spacing: 1px;
}
span.contact{
	text-transform: uppercase;
	line-height: 1em;
	font-size: 9px;
}
.more-info{
 	float: left;
	height: 8px;
	line-height: 0.8em;
	margin: 30px 52px 0;
	font-style: italic;
	text-transform: uppercase;
	font-size: 12px;
}
.more-infoformail{
 	float: left;
	height: 8px;
	line-height: 0.8em;
	margin: 30px 52px 0;
	text-transform: uppercase;
	font-size: 12px;
}
.long-box{
	margin: 0 auto;
	width: 817px;
	height: 49px;
	background: url(../images/grey-bg.jpg) top left repeat-x;
	float: left;
}
span.last-title{
	text-transform: uppercase;
	line-height: 1.8em;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.long-box p{
	padding-top: 6px;
	text-transform: uppercase;	
}
span.lastp{
	font-size: 10px;
}
.small-blk{
	width: 130px;
	height: 100px;
	background: url(../images/blk-bg-small.jpg) top left repeat-x;
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
}
.small-grey{
	width: 199px;
	height: 98px;
	background: url(../images/grey-bg.jpg) top left repeat-x;
	margin: 0 0 8px 8px;
	float: left;
}
#footer{
	margin: 0 auto;
	width: 980px;
	height: 93px;
}