body {
    background: #000 url(../graphics/bgr_body.jpg) repeat-y;
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #fff;
}

#logo {
    text-decoration: none;
    position: absolute;
    display: block;
    left: 75px;
    top: 75px;
    display: none;
}

#logo img {
    border: none;
}

#eye {
    height: 83%;
    width: 100%;
    background: url(../graphics/bgr_eye.png) no-repeat;
    position: absolute;
    top: 115px;
    display: none;
}

#motto {
    position: absolute;
    background: url(../graphics/bgr_motto.png) top right no-repeat;
    width: 0px;
    height: 70px;
    top: 577px;
    right: 100px;
}

#languages {
    position: absolute;
    width: 200px;
    text-align: right;
    font-size: 8pt;
    right: 0px;
    top: 0px;
    padding: 5px 10px;
    color: #a6a5a5;
}

#languages a {
    color: #a6a5a5;
    text-decoration: none;
}

#menu {
    position: absolute;
    top: 320px;
    left: 34px;
    display: none;
    background-color: transparent;
    z-index: 10;
}

#menu ul {
    list-style: none;
    font-size: 1.05em;
    letter-spacing: 0.07em;
    margin: 0px;
    padding: 0px;
}

#menu ul li {
    margin: 0px;
}

#menu a {
    display: block;
    color: #a6a5a5;
    text-decoration: none;
}

#menu img {
    border: none;
}

#menu a:hover, #languages a:hover {
    color: #fff;
}

#content {
    position: absolute;
    display: none;
    z-index: 8;
    width: 100%;
    right: 0px;
    top: 300px;
    height: 360px;
}

#content h1 {
    color: #605d5c;
    margin: 0px;
    padding: 0px;
    font-size: 1.5em;
    margin-bottom: -6px;
}

#content .wrapper {
    padding-left: 130px;
}

.thumbnails, .strip {
    height: 250px;
}

.thwrapper {
    position: absolute;
    z-index: 9;
    left: 130px;
    width: 86%;
    margin-top: 45px;
    min-width: 860px;
}

.overstrip {
    position: absolute;
    z-index: 9;
	margin-left: 20px;
    min-width: 860px;
}

.controller {
	width: 870px;
	    margin: 0 auto;
}

.thumbnails {
    width: 850px;
    height: 10px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.thumbnails img {
    margin: 10px;
    width: 142px;
    height: 142px;
    display: block;
    float: left;
    border: none;
	background: #333;
}

.thumbnails ul {
    margin: 0px;
}

.thumbnails li {
    margin: 0px;
    list-style: none;
}

.strip {
    width: 100%;
    background: url(../graphics/bgr_strip.png) top left repeat-x;
    opacity: 0.75;
    filter: alpha( opacity = 75);
}

#loading {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 8pt;
    color: #605d5c;
}

#music {
	position: absolute;
	top: 40px;
	right: 10px;
	font-size: 8pt;
	text-align: center;
	color: #ccc;
}

#loading img {
    vertical-align: middle;
    margin: 4px;
}

img.header {
    display: block;
    margin-bottom: -5px;
    margin-left: 2px;
    height: 27px;
	position: relative;
	z-index: 20;
}

.prev, .next {
    cursor: pointer;
    margin-top: 10px;
}

.prev {
    float: left;
    margin-left: 15px;
}

.next {
    float: right;
    margin-right: 15px;
}

.column {
    background: url(../graphics/arrow_right.png) 0px -56px no-repeat;
    width: 140px;
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    line-height: 2em;
    white-space: nowrap;
    color: #ccc;
}

.half {
	width: 400px;
	float: left;
	line-height: 3em;
	margin-top: 10px;

}

.contact span {
	width: 120px;
	float: left;
	text-transform: uppercase;
	color: #999;	
}

.contact input, .contact textarea {
	border: none;
	background: #666;
	padding: 2px;
	color: #ccc;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

.contact textarea {
	width: 300px;
	height: 100px;
	margin-top: 1em;
}

.contact .le {
	margin-left: 40px;
	width: 300px;
}

.contact .ri {
	width: 430px;
	margin-left: 10px;	
}

.btnPort {
	cursor: pointer;
}

.hide {
	display: none;
}

input.btn {
	background: transparent url(../graphics/arrow_right.png) 100% -60px no-repeat;
	margin-left: 300px;
	width: 80px;
	color: #ccc;
	letter-spacing: 0.05em;
	padding: 1px 5px;
	cursor: pointer;
}

.address {
	position: absolute;
	width: 450px;
	margin-left: 470px;
	margin-top: 20px;
	font-size: 8pt;
	clear: both;
	color: #aaa;
}

.formoutput {
	display: none;
}
