body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;

    font-family: 'Cantarell', Arial, serif;
	font-size: 11pt;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

a:link { color: #8383FF; text-decoration: none; }
a:visited {color: #8383FF; text-decoration: none}
a:active {text-decoration: none}
a:hover {color: #000099; text-decoration: underline}

.img {
	border: 0px;
}

.letterbox {
	background: #212121;
	width: 100%;
    height: 440px;
    top: 50%;
	margin-top: -220px;  /* half of height */
	position: absolute;
}

.header {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -400px;  /* half of width */
    width: 800px;
}
.header_img {
    float: right;
}
.content {
    position:absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;  /* half of width */
    height: 360px;
	top :50%;
	margin-top: -160px;  /* not quite half of height */
	background: #FFFFFF;
}

.footer {
    position: absolute;
	text-align: center;
	width: 100%;
	bottom: 4px;
    font-size: 9pt;
}

#info-body {
	position: absolute;
	width: 260px;
    height: 260px;
    left: 50%;
    margin-left: -130px;
	top: 50%;
    margin-top: -130px;
	color: #000;
}

#info-body li{
    display: none;
}

#info-body li.loader{
    background: url('../images/loader.gif') no-repeat center center;
    height: 100px;
}

#info-body p{
    margin: 7px;
    text-align: justify;
}

#home-menu .heading {
	position: absolute;
	top: 15px;
	left: -4px;
	z-index: 10;
	border: 0px;
    margin-left: -48px;
}

#home-menu .active .heading {
    margin-top:40px;
    margin-left:0;
    /*@todo - IE opacity*/
}

#home-menu .inactive .heading {
    display:block;
    opacity:0.3;
    /*@todo - IE opacity*/
}

#home-menu .ball {
	border: 0px;
    width: 170px;
	height: 170px;
}

#home-menu .inactive .ball {
    display:inline;
    height:85px;
    opacity:0.3;
    /*@todo - IE opacity*/
    width:85px;
}

#home-menu div {
    position: absolute;
}

#home-menu .top{
    margin-top: 55px;
}

#home-menu .bottom{
    margin-top: 235px;
}

#home-menu .left{
    left: 70px;
}

#home-menu .right{
    right: 70px;
}

#contact-form label {
    clear:both;
    float:left;
    display:block;
    width: 60px;
    margin:0 0 5px 0;
}

#contact-form input {
    float:right;
    width: 180px;
    margin:0 0 5px 0;
    border: 1px solid #000;
}

#contact-form textarea {
    float:right;
    width: 180px;
    height: 110px;
    border: 1px solid #000;
}

#contact-form .actions {
    text-align: right;
}

#contact-form button {
    cursor: pointer;
    background: url('../images/label_send.png') no-repeat #fff;
    width:70px;
    height:35px;
    border: none;
    text-indent: -9999px;
}

#contact-form label.error { float: right; color: red; padding-left: .5em; vertical-align: top; width: 230px; text-align: right; }
#contact-form p { clear: both; }

#contact-form #title {display: none;}
