@charset "utf-8";
/* CSS Document */

body{
	background: url(/img/background-90.png) #201c21;
	font-family: "Arial";
	color:#CCC;
	text-align:center;
	background-repeat: repeat;
	}
.Wrap{
	width:700px;	
	margin: 100px auto;
	/*border:2px solid #F00;*/
	}
.Logo{
	margin: 0 auto;
	width:500px;
	height:375px;
	background-image:url(/img/Orange-Honeycomb-web.png);
	}
.Site{
	margin: 10px auto;
	font-size:16px;	
	}
.Address{
	margin: 10px auto;
	font-size:12px;
	}
.Copyright{
	margin: 30px auto;
	font-size:9px;
	}
/* LINKS SECTION */
a {
	outline: none;
	text-decoration: none;
	padding: 2px 1px 0;
}

a:link {
	color: #900;
}

a:visited {
	color: #a67c52;
}

a:focus {
	border-bottom: 1px solid;
	background: #f7941d;
}

a:hover {
	border-bottom: 1px solid;
	background: #f7941d;
}

a:active {
	background: #265301;
	color: #CDFEAA;
}
/* ICONS SPRITE SECTION */
.Icons {
	margin: 0 auto;
	width:650px;
	height:200px;
	margin-top:50px;
	}
.IconText {
	padding-top:145px;
	color:#ED1C24;
	font-size:16px;
	font-weight:bold;
	left: 0px;
	}
.Strength {
 	float: left;
	width: 167px;
	height: 143px;
	background: url(/img/Icons_03.png) 0 0;
}

.Endurance {
	float: left;
	margin-left:75px;
	width: 165px;
	height: 143px;
	background: url(/img/Icons_03.png) -167px 0;
}

.Longevity {
	float: right;
	margin: 0 auto;
	width: 166px;
  	height: 143px;
	background: url(/img/Icons_03.png) -333px 0;
}
