@import 'box.css';

Body
    {
    background: url("../images/bg.png") repeat-x fixed;
    background-color: #000000;
    padding: 0;
    margin: 0;
    margin-top:-10px;
    font:100% Georgia, "Times New Roman", Times, serif;
	}


div.boxtext   
       {
	margin: 0px 40px 0px 15px;
	}


/*--Trees--*/

#trees-left{
	background:url(../images/trees-left.png) no-repeat;
	display:block;
	width:125px;
	height:700px;
	position:fixed;
	top:0px;
	left:0px;
}


#trees-right{
	background:url(../images/trees-right.png) no-repeat;
	display:block;
	width:125px;
	height:700px;
	position:fixed;
	top:0px;
	right:0px;
}

/*--Header--*/

#fullwidth-header-wrapper {
	height: 120px;
	}

#header {
      background:url(../images/header-bg.png) no-repeat 50% 0;
	height: 165px;
	width: 980px;
	margin: 0 auto;
	position: relative;
	top:0;
}

.logo{
	background:url(../images/logo.png) no-repeat;
	display:block;
	width:500px;
	height:125px;
	position:absolute;
	top:40px;
	left:85px;
}
.logo a{
	display:block;
	width:323px;
	height:85px;
	text-indent:-9999px;
	overflow:hidden;
}

/*--Text header--*/

.text-header{
	color:#fff;
	position:absolute;
	top:50px;
	right:100px;
}
.logo-2{
	font-size:130%;
	padding:0;
	margin:0;
}
.logo-3{
	font-size:130%;
	padding:0 0 0 40px;
	margin:0;
}

/*--Mid-Section--*/


.under-header{
	height:400px;
	width:100%;
	position:relative;
	margin: 0;
	
}




.main{
	background:url(../images/blackbar1.png) no-repeat;
	width:600px;
	height: 55px;
	margin:0 auto;
	position:relative;
	padding: 4px 0 0px 0;
	
}

.main li {
	float: left;
	list-style: none;
      margin: 0;
	padding: 0px 20px 0 20px;
     }




main li a{
color:#ECECEC;
font-weight:normal;
text-decoration:underline;
}



.mainIE {
	background:url(../images/blackbar1.png) no-repeat;
	width:600px;
	height: 55px;
	margin:0 auto;
	position:relative;
	padding: 21px 0 0px 0;
	
}

.mainIE li {
	float: left;
	list-style: none;
        margin: 0;
	padding: 0px 20px 0 20px;
     }




mainIE li a{
color:#ECECEC;
font-weight:normal;
text-decoration:underline;
}


/*--block 3--*/

.aboveblock {
	background:url(../images/top.png) no-repeat;
	list-style: none;
	width:650px;
	margin:0 auto;
	position:relative;
	padding:21px 0px 0 0;
	color: white;
	font-size:140%;
	
	}


.word {
	font-size: 1.1em;
	padding: 6px 0 3px 28px;
	width: 500px;
}


.block{
	background:url(../images/whitebox.png) no-repeat;
	list-style: none;
        width:650px;
	height: 400px;
	margin:0 auto;
	position:relative;
	padding: -10px 0 25px 0;
	overflow: hidden;
	color: #222222;
}














/*--Footer menu--*/

.fullwidth-footer-wrapper {
        height: 200px;
	width:100%;
	position:relative;
	margin: 0;
     }


#footer{
	background:url(../images/bottom-bar.png) no-repeat;
	width:860px;
	height: 290px;
	margin: 0 auto;
	font-size: 80%; 
	color:#fff;
      


}

p.footer-text{
	width:300px;
	float:left;
	padding:0 0 0 38px;
	margin:25px 0 0 0;
}


/*--Footer menu--*/

.footer-menu{
	list-style:none;
	margin:23px 0 0 0;
	padding:2px 45px 0 0;
	text-align:right;
	float:right;

}

.footer-menu li{
	display:inline;
	padding:0 0 0 25px;

}

.footer-menu li a{
	color:#fff;
	text-decoration:none;

}

.footer-menu li a:hover{
	text-decoration:underline;

}

.devices  {
	height: 217px;
	margin: 1.6em 0;
}

.devices div {
	float:left;
	width: 50%;
	text-align: center;
}

.devices img {
	border: none;
}

.devices small {
	display: block;
}