/*---------------SOCIAL----------------*/
#main_containerSocial{
	width:830px; 
height:465px; 
margin:0 auto
}
.social_container{
	width:460px;
margin:232px 0 0px 0px; 
padding:0;
float:right;
}
.social_image{
	width:310px;
	height:350px;
	background:url(../images/experience/social.png) no-repeat top;
	behavior:url(../js/iepngfix.htc);
	float:left;
	margin-top:90px;
}
.social_text{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	line-height:18px;
}
.social_text a:link, a:visited{
	color:#666;
	font-weight:bold;
	text-decoration:underline;
}
.social_text a:hover{
	color:#46A6DE;
	font-weight:bold;
	text-decoration:underline;
}

/*------------DOWNLOADS------------------*/
.downloads_container{
	width:800px;
	margin:0 auto;
}
.down{
	width:180px;
	height:150px;
	line-height:15px;
	margin:10px;
	float:left;
	padding:0;
	display:block;
}
.down ul{
	list-style:none;
}
.down li a:link, a:visited{
	color:#000;
}
.down li a:hover{
	color:#46A6DE;
}
.downImg {
	display:block;
	float:left;
	margin:0;
	width:130px;
	height:110px;
}
.downText {
	display:block;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
	line-height:20px;
	width:100px;
	float:left;
}
.downSubtitle{
	font-size:11px;
	float:left;
	width:100%;
	display:block;
}
.downText span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	color:#666;
}


