* {
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin: 0;
	padding: 0;
}	

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	min-width: 960px;
	height: 100%;
	min-height: 550px;
	color: #fff;
	background: #000 url('images/background1.jpg') no-repeat top center;
}

#bar {
	width: 100%;
	min-width: 960px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url('images/marble-bar.png') no-repeat top center;
}

#bar_logo {
	width: 170px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
}

#bar_play {
	width: 270px;
	height: 140px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -135px;
}


#footer {
	width: 100%;
	min-width: 960px;
	height: 350px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url('images/marble-background.png') repeat top center;
}

#footer_btop {
	width: 100%;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url('images/marble-top.png') repeat-x top center;
}

#footer_bleft {
	width: 72px;
	height: 100%;
	position: absolute;
	top: -29px;
	left: 0;
	background: transparent url('images/marble-left.png') no-repeat top left;
	padding-top: 29px;
}

#footer_bright {
	width: 72px;
	height: 100%;
	position: absolute;
	top: -29px;
	right: 0;
	background: transparent url('images/marble-right.png') no-repeat top right;
	padding-top: 29px;
}

#brief {
	width: 448px;
	height: 160px;
	position: absolute;
	top: 32px;
	left: 50%;
	margin-left: -448px;
	padding: 16px 24px;
	overflow:auto;
	background: transparent url('images/transparent-background.png');
	border: 1px solid #ff9;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

#video {
	width: 320px;
	height: 192px;
	position: absolute;
	top: 32px;
	left: 50%;
	margin-left: 96px;
	background: transparent url('images/transparent-background.png');
	border: 1px solid #ff9;
	border-radius: 2px;
	-moz-border-radius: 2px;
}


#brief p {
	font-size: 16px;
	padding-bottom: 8px;
	text-align: justify;
}

#brief a {
	color: #ff3;
	font-weight: bold;
}

#screenshots {
	width: 100%;
	position: absolute;
	bottom: 8px;
	left: 0;
}

#screenshots_margin {
	margin: 0 14px;
}

#screenshots .item {
	border: 2px solid #ff9;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.jcarousel-skin-start .jcarousel-container {
	width: auto;
    background: transparent url('images/transparent-background.png');
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.jcarousel-skin-start .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-start .jcarousel-container-horizontal {
    padding: 8px 64px;
}

.jcarousel-skin-start .jcarousel-clip-horizontal {
    width:  100%;
    height: 79px;
}

.jcarousel-skin-start .jcarousel-item {
    width: 124px;
    height: 79px;
}

.jcarousel-skin-start .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 8px;
}

.jcarousel-skin-start .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 8px;
    margin-right: 0;
}

.jcarousel-skin-start .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-start .jcarousel-next-horizontal {
    position: absolute;
    top: 32px;
    right: 24px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('images/screenshots-next.png') no-repeat 0 0;
}

.jcarousel-skin-start .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0;
    right: auto;
    background-image: url('images/screenshots-prev.png');
}

.jcarousel-skin-start .jcarousel-next-horizontal:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-start .jcarousel-next-horizontal:active {
    background-position: 0 -64px;
}

.jcarousel-skin-start .jcarousel-next-disabled-horizontal,
.jcarousel-skin-start .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-start .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-start .jcarousel-prev-horizontal {
    position: absolute;
    top: 32px;
    left: 24px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('images/screenshots-prev.png') no-repeat 0 0;
}

.jcarousel-skin-start .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 0;
    background-image: url('images/screenshots-next.png');
}

.jcarousel-skin-start .jcarousel-prev-horizontal:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-start .jcarousel-prev-horizontal:active {
    background-position: 0 -64px;
}

.jcarousel-skin-start .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-start .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-start .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -96px;
}





#download {
	width: 720px;
	height: 450px;
	overflow: auto;
	padding: 16px;
	background-color: #f0f0f0;
	border: 2px solid #c33;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.download-brief {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
}

.download-header {
	color: #000;
	margin: 20px 0 4px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	text-transform: uppercase;
}

.download-text {
	color: #000;
	margin: 4px 0;
	font-size: 13px;
	text-align: justify;
}

.download-comment {
	color: #999;
	margin: 4px 0;
	font-size: 11px;
	text-align: justify;
}

.download-button {
	padding: 8px;
	text-align: center;
}

.download-link {
	color: #c33;
	font-size: 13px;
	font-weight: bold;
}
