﻿body {
	margin: 0;
	padding: 0;
	background-color: #3e85b4;
	background-image: url('/images/ray/tile.jpg');
	background-repeat: repeat-x;
	font: 12px/17px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* LAYOUT */
.wrapper {
	width: 511px;
	height: 701px;
	background: transparent url('/images/ray/background.png') no-repeat 0 0;
	overflow: visible;
	margin: 20px auto;
}

.topbox {
	width: 484px;
	height: 47px;
	background: transparent url('/images/ray/top_bg.png') no-repeat 0 0;
	position: relative;
	top: 9px;
	left: 13px;
}

.logobox {
	display: block !important;
	position: absolute;
	width: 108px;
	height: 108px;
	top: 243px;
	margin-left: -118px;
    background: transparent url('/images/ray/ray_logotype.jpg') no-repeat 0 0;	
	/*border: 1px solid red;*/
}

.footerbox a 
{
    font-size: 9px;
    color: #BCE4EA;
    text-decoration: none;
}

/* SLIDERS */

.slideboxtop {
	width: 386px;
	height: 8px;
	background: transparent url('/images/ray/slideboxtop.png') no-repeat 0 0;
	line-height: 1px;
	font-size: 1px;
}

.slideboxmiddle {
	width: 386px;
	text-align: left;
	background: transparent url('/images/ray/slideboxmiddle.png') repeat-y 0 0;
}


.slideboxbottom {
	width: 386px;
	height: 7px;
	background: transparent url('/images/ray/slideboxbottom.png') no-repeat 0 0;
	line-height: 1px;
	font-size: 1px;	
}


/* START TEST BUTTON */
.startbutton a {
	display: block;
	width: 130px;
	height: 19px;
	padding-top: 3px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: url('/images/ray/start.png') 0 0 no-repeat;
	text-decoration: none;
}


/* DIMMED BUTTON */
.dimmedbutton a {
	display: block;
	width: 130px;
	height: 19px;
	padding-top: 3px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: url('/images/ray/dimmed.png') 0 0 no-repeat;
	text-decoration: none;
}