@font-face {
    font-family: 'AvantGardeBkBTBook';
    src: url('../fonts/avant_garde_book_bt-webfont.eot');
    src: url('../fonts/avant_garde_book_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avant_garde_book_bt-webfont.woff') format('woff'),
         url('../fonts/avant_garde_book_bt-webfont.ttf') format('truetype'),
         url('../fonts/avant_garde_book_bt-webfont.svg#AvantGardeBkBTBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	padding:0;
	margin:0;
}

p{
	font-family: "AvantGardeBkBTBook";
	font-size:17px;
	color:#ffffff;
	position:relative;
}
a{
	text-decoration:underline;
	cursor:pointer;
}
a:hover{
	color:#ff7200;
}
body{
	background-color:#333333;
}

#main{
	width:760px;
	margin: 0 auto;
}

#header{
	background-color:#FFFFFF;
	width:760px;
	height:65px;
	margin: 0 auto;
	margin-bottom:10px;
}

#header .logo{
	margin-top: 10px;
	display:inline;
	float:left;
}

#header .logo_plus{
	margin-top: 10px;
	float:right;
	display:inline;
	margin-right:36px;
}

#header .abs_img{
	width:95px;
	height:20px;
	float:left;
	left:-45px;
	top:-20px;
	position:relative;
	display:inline;
}

.block{
	background-color:#000000;
	
	background:transparent;
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#A0000000,endColorstr=#A0000000);
     zoom: 1;
	background: rgba(0, 0, 0, 0.8);

	width:688px;/*760px;*/
	margin: 10px auto;
	
	padding:36px;
}

.subblock{
	margin-top:40px;
	margin-bottom:20px;
	height:135px;
}
.subblock .image{
	width:135px;
	display:inline;
	position:relative;
	float:left;
}
.subblock .text{
	width:480px;
	display:inline;
	position:relative;
	float:left;
}

#footer{
	width:688px;
	height:30px;
	background-color:#FFFFFF;
	padding-left:36px;
	padding-right:36px;
	padding-top:20px;
	
	font-family: "AvantGardeBkBTBook";
	font-size:14px;
	color:#191919;
}

#social_links {
	right:0px;
	margin-top:-10px;
	height: 30px;
	float:right;
}

#social_links .social_button{
	height:30px;
	width:30px;
	
	position: relative;
	margin:0 3px;
	float:left;
}

#social_links .social_button span.hover{
	height:30px;
	width:30px;
	position: absolute;
}