/****************************** TAGS *******************************/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;	
}

body {
	background: #9f9f9f url("../images/bg.jpg") left top no-repeat;
	font: 11px Arial;
	color: #000000;
}

img {
	vertical-align: top;
}

a {
	color: #3321e4;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border-width: 0;	
}

ul {
	list-style-type: none;
}

/******************************** CLASSES *********************************/

.clear-left {
	clear: left;
	height: 0;
	overflow: hidden;	
}

.clear-right {
	clear: right;
	height: 0;
	overflow: hidden;	
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;	
}

#site {
	min-width: 780px;
}

.layout {
}

.line {
	background: url("../images/line.gif") no-repeat;
}

.empty-line {
	height: 1%;
	overflow: hidden;
	background: url("../images/empty-line.gif") 0px 498px no-repeat;
}

.balls {
	position: absolute;
	z-index: 1;
}

.balls div {
	position: absolute;
	background-repeat: no-repeat;
	display: none;
}

.ball-1  { background-image: url("../images/ball-1.png");  width: 47px; height: 47px; }
.ball-2  { background-image: url("../images/ball-2.png");  width: 74px; height: 74px; }
.ball-3  { background-image: url("../images/ball-3.png");  width: 52px; height: 52px; }
.ball-4  { background-image: url("../images/ball-4.png");  width: 56px; height: 56px; }
.ball-5  { background-image: url("../images/ball-5.png");  width: 76px; height: 76px; }
.ball-6  { background-image: url("../images/ball-6.png");  width: 28px; height: 28px; }
.ball-7  { background-image: url("../images/ball-7.png");  width: 51px; height: 51px; }
.ball-8  { background-image: url("../images/ball-8.png");  width: 86px; height: 86px; }
.ball-9  { background-image: url("../images/ball-9.png");  width: 43px; height: 43px; }
.ball-10 { background-image: url("../images/ball-10.png"); width: 57px; height: 57px; }
.ball-11 { background-image: url("../images/ball-11.png"); width: 27px; height: 27px; }
.ball-12 { background-image: url("../images/ball-12.png"); width: 69px; height: 69px; }
.ball-13 { background-image: url("../images/ball-13.png"); width: 48px; height: 48px; }
.ball-14 { background-image: url("../images/ball-14.png"); width: 96px; height: 96px; }
.ball-15 { background-image: url("../images/ball-15.png"); width: 52px; height: 52px; }
.ball-16 { background-image: url("../images/ball-16.png"); width: 70px; height: 70px; }
.ball-17 { background-image: url("../images/ball-17.png"); width: 32px; height: 32px; }

.text {
	width: 527px;
	padding: 82px 0 0 82px;
	display: none;
	position: relative;
	z-index: 2;
}

.text h1 {
	font: bold 18px Arial;
}

.text p {
	margin-top: 20px;
}

.text p.mb {
	margin-bottom: 50px;
}

.text p.black {
	font: bold 14px Arial;
	margin-top: 13px;
}

.text p.no-mt {
	margin-top: 0;
}

.text p.black strong {
	font: bold 18px Arial;
	line-height: 39px;
}

.text p.black strong a {
	color: #ffffff;
}

.text h1,
.text p.black {
	display: inline-block;
	color: #ffffff;
	line-height: 39px;
	background-color: #000000;
	padding: 0 18px;
}