#circles
{
	position: absolute;
	width: 100%;
	height: 660px;
	background: transparent url(../images/circles/bg.png);
	background-repeat: repeat-x;
}

#circles #banner_bg
{
	width: 100%;
	height: 65px;
	background: transparent url(../images/circles/banner_bg.png);
}

#circle_heart
{
	position: absolute;
	width: 475px;
	height: 230px;
	background-color: #505050;
	font-family: Century Gothic, Verdana, Arial, Helvetica, Sans-Serif;
	left: 5px;
	top: 35px;
	color: White;
	padding: 0px;
	margin: 0px;
}

#circle_heart h3
{
	padding:0;
	margin: 12px 0px 10px 0px;
	vertical-align: top;
	font-size: 1.0em;
}

#circle_heart p
{
	font-size: 0.7em;
	padding-right: 5px;
}

#circle_video
{
	float: left;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	/*margin: 15px 0px 15px 5px;*/
}

#circles .controls
{
	position: absolute;
	left: 509px;
	width: 360px;/*150px;*/
	height: 350px;
	background-color: #C8C8C8;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#circles .controls_bg
{
	background: rgb(175, 0, 0);
	width: 200px;
	left: -25px;
	height: 25px;
	position: absolute;
}

#circles .controls a
{
	color: White;
	display: block;
	font-family: Century Gothic, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	font-weight: bold;
	width: 143px;
	text-align: center;
	position: absolute;
	padding: 0;
	margin: 0;
}

#circle_leaders
{
	position: absolute;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#circle_info div
{
	width: 413px;
	height: 275px;
	background: transparent url(../images/circles/info_bg.png) top left;
	background-repeat: no-repeat;
	position: absolute;
	padding: 0;
	margin: 0;
	color: White;
	font-family: Century Gothic, Verdana, Arial, Helvetica, Sans-Serif;
	cursor: pointer;
}

#circle_info div h3
{
	position: absolute;
	width: 248px;
	height: 32px;
	top: 8px;
	left: 160px;
	text-align: right;
	font-size: 1.0em;
	margin: 0;
	padding: 5px 0px 0px 0px;
}

#circle_info div p
{
	position: absolute;
	display: block;
}

#circle_info div p.email
{
	width: 230px;
	height: 25px;
	top: 200px;
}

#circle_info div p.phone
{
	width: 200px;
	height: 20px;
	top: 239px;
}