/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Social - Top Level
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.socialBank {
	width: 690px;
	height: 350px;
	left: 296px;
	top: 122px;
	position: absolute;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.socialTransparentBackground {
	width: 690px;
	height: 80px;
	background-color: #FFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	filter: alpha(opacity=15);
	opacity: 0.15;
	position: absolute;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Social - Buttons
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.socialButtonBank {
	width: 690px;
	height: 80px;
	position: absolute;
}

.socialButtonBankBackground {
	
}

.socialSectionButton {
	width: 210px;
	height: 36px;
	top: 20px;
	position: absolute;
}

#socialSectionButtonFacebook {
	left: 19px;
}

#socialSectionButtonTwitter {
	left: 240px;
}

#socialSectionButtonGraphics {
	left: 461px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Social - Section Containers
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.socialSectionContainer {
	width: 690px;
	height: 100px;
	top: 80px;
	position: absolute;
}

#socialFacebookContainer {
	
}

#socialTwitterContainer {
	
}

#socialGraphicsContainer {
	
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Social Section - Classes
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.socialHeader {
	color: #FFF;
	font-family: "Arial Black", arial, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	position: absolute;
}

.socialText {
	color: #FFF;
	font-family: arial, sans-serif;
	position: absolute;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Social Section - Facebook
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.facebookCoverContainer {
	width: 652px;
	height: 290px;
	left: 19px;
	position: absolute;
}

.facebookCoverGlow {
	width: 664px;
	height: 252px;
	left: -6px;
	top: -4px;
	position: absolute;
}

.facebookCoverImage {
	width: 652px;
	height: 240px;
	cursor: pointer;
	*cursor: hand;
	position: absolute;
}

.facebookHeader {
	width: 652px;
	height: 38px;
	top: 252px;
}

.facebookText {
	width: 652px;
	height: 20px;
	top: 296px;
}

.facebookCoverButton {
	height: 36px;
	top: 260px;
	position: absolute;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Social Section - Twitter
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.twitterItemContainer {
	width: 310px;
	height: 340px;
	position: absolute;
}

#twitterItemContainer_0 {
	left: 19px;
}

#twitterItemContainer_1 {
	left: 361px;
}

.twitterItemGlow {
	width: 322px;
	height: 302px;
	left: -6px;
	top: -4px;
	position: absolute;
}

.twitterItemImage {
	width: 310px;
	height: 290px;
	cursor: pointer;
	*cursor: hand;
	position: absolute;
}

.twitterItemHeader {
	width: 310px;
	height: 38px;
	top: 302px;
}

.twitterItemText {
	width: 310px;
	height: 20px;
	top: 346px;
}

.twitterItemButton {
	height: 36px;
	top: 310px;
	position: absolute;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Social Section - Graphics
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.graphicsItemContainer {
	width: 310px;
	height: 250px;
	position: absolute;
}

.graphicsItemGlow {
	width: 322px;
	height: 212px;
	left: -6px;
	top: -4px;
	position: absolute;
}

.graphicsItemImage {
	width: 310px;
	height: 200px;
	background-color: #666;
	cursor: pointer;
	*cursor: hand;
	position: absolute;
}

.graphicsItemHeader {
	width: 310px;
	height: 38px;
	top: 212px;
}

.graphicsItemText {
	width: 310px;
	height: 20px;
	top: 256px;
}

.graphicsItemButton {
	height: 36px;
	top: 220px;
	position: absolute;
}


