﻿body {
	margin: 0 auto;
	padding: 0;
	border: 0;

	font-family: Arial, Helvetica, "sans-serif";
	font-size: 0.75em;
	color: #ccc;
	text-align: center;

	background-color: #000;
	background-image: url('2008/images/bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

h1, h2, h3 {
	color: #fff;
}

h2, h3 {
	font-size: 1.4em;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 1em 0;
}

hr {
	height: 1px;
	border: 0px;

	background-color: #ccc;
}

img.float-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

img.float-right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

#container {
	position: relative;
	width: 968px;
	margin: 0 auto;

	line-height: 1.6em;
	text-align: left;
}

#identity {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 76px;
	background-image: url('2008/images/fullhdclub-logo.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#identity h1 {
	margin: 0;
	text-indent: -999em;
}

#identity a {
	float: left;
	width: 120px;
	height: 76px;
	display: block;
}

#main-nav {
	position: absolute;
	top: 0;
	right: 0;

	text-transform: uppercase;
	font-weight: bold;

	background-position: top left;
	background-repeat: repeat-x;
}

#main-nav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;

	background-image: url('2008/images/main-nav_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

#main-nav ul li {
	float: left;
	display: inline;

	border-right: 2px solid #333;
}

#main-nav ul li.last {
	border-right: 0;
}

#main-nav ul li a {
	text-decoration: none;
}

#main-nav ul li span {
	display: block;
	padding: 0.87em 1.2em;

	text-decoration: none;

	background-image: url('2008/images/main-nav_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

#main-nav ul li.first span {
	background-image: url('2008/images/main-nav_left-curve.gif');
	background-repeat: no-repeat;
}

#main-nav ul li.last span {
	background-image: url('2008/images/main-nav_right-curve.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

#main-nav ul li a:hover span,
#main-nav ul li.selected span {
	color: white;
	background-position: 0 -40px;
}

#main-nav ul li.last a:hover span,
#main-nav ul li.selected.last span {
	background-position: bottom right;
}

#main-nav ul li ul {
	position: absolute;
	right: 0;
	padding: 0;
	width: 49em;
	list-style: none;

	background-image: url('2008/images/sub-nav_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

#main-nav ul li ul li{
	margin: 0;
	padding: 0;
}

#main-nav ul li ul li.first {
	background-image: url('2008/images/sub-nav_on.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#main-nav ul li ul li.last {
	background-image: url('2008/images/sub-nav_on.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

#main-nav ul li ul li a:hover,
#main-nav ul li ul li.selected {
	background-image: url('2008/images/sub-nav_on.gif');
	background-position: 50% 100%;
	background-repeat: repeat-x;
}

#main-nav ul li ul li.first a:hover {
	background-image: url('2008/images/sub-nav_on.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#main-nav ul li ul li.last a:hover {
	background-image: url('2008/images/sub-nav_on.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#main-nav ul li ul li.first.selected {
	background-image: url('2008/images/sub-nav_on.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#main-nav ul li ul li.last.selected {
	background-image: url('2008/images/sub-nav_on.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#content h2,
#content h3 {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
	padding-bottom: 0.5em;
}

#content.homepage {
	padding-top: 590px;

	background-image: url('2008/images/promo-home.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

.homepage #promotion {
	position: absolute;
	top: 250px;
	left: 266px;

	text-indent: -9999em;
}

#content.homepage #buy-bluray p.button a {
	display: block;
	width: 480px;
	height: 460px;
	
	float: left;
	margin-top: -520px;
	margin-left: 0;

	font-size: 1px;
	text-indent: -99999px;

	background-image: url('2008/images/promo-buy-bluray-button.gif');
	background-position: bottom center;
	background-repeat: no-repeat;

}

#content.homepage #buy-devices p.button a {
	display: block;
	width: 480px;
	height: 460px;

	float: right;
	margin-top: -520px;
	margin-right: 0;

	font-size: 1px;
	text-indent: -99999px;

	background-image: url('2008/images/promo-buy-devices-button.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

.homepage #promotion a {
	width: 452px;
	height: 40px;
	display: block;

	margin-top: -10px;

	background-image: url('2008/images/promo-button_home.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.content-page {
	padding-top: 330px;

	background-image: url('2008/images/promo-content.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

.content-page #promotion {
	position: absolute;
	top: 260px;
	right: 20px;

	text-indent: -9999em;
}

.content-page #promotion a {
	width: 330px;
	height: 40px;
	margin-top: -10px;
	display: block;

	background-image: url('2008/images/promo-button_content.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#bluray-titles {
	float: left;
	width: 280px;
	margin-right: 1.5em;
	padding: 10px 16px 10px 16px;

	color: #fff;

	background-color: #000;
	background-image: url('2008/images/red-panel.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#bluray-titles h3 {
	padding-top: 0.5em;

	font-size: 1em;
}

#bluray-titles hr {
	height: 0px;
	border: 0px;
	background-color: transparent;
	clear: both;
}

#bluray-titles .title-info {
	clear: both;
	padding-right: 0.5em;

	background-image: url('2008/images/clear-panel.png');
	background-position: top right;
	background-repeat: no-repeat;
}

#bluray-titles .title-info img {
	float: left;
	margin-right: 1em;
	margin-bottom: 1.5em;
}

.more-link {
	clear: left;
}


#bluray-catalog {
	float: left;
}

.bluray-directory {
	clear: both;
	height: 40px;
	margin: 1em 0;

	background-image: url('2008/images/directory-bar_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

.bluray-directory ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bluray-directory ul li {
	float: left;
	display: inline;

	border-right: 1px solid #333;
}

.bluray-directory ul li.first {
	background-image: url('2008/images/directory-bar_on.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.bluray-directory ul li a {
	text-decoration: none;
}

.bluray-directory ul li span {
	display: block;
	height: 20px;
	padding: 10px 0.6em;

	text-decoration: none;
}

.bluray-directory ul li a:hover span,
.bluray-directory ul li.selected span {
	background-image: url('2008/images/directory-bar_on.gif');
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

.bluray-directory ul li.first a:hover span  {
	background-image: url('2008/images/directory-bar_on.gif');
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.pagination {
	float: right;
	width: 200px;

	background-image: url('2008/images/pagination-bar.gif');
	background-position: top right;
	background-repeat: repeat-x;
}

.pagination span.label {
	float: left;
	border-right: 1px solid black;
}

.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination ul li {
	display: block;
	float: left;
}

.pagination ul li a {
	text-decoration: none;
}

.pagination span.label,
.pagination ul li.selected span {
	padding: 0.88em 0.6em;

	color: #000;
	font-weight: bold;
}

.pagination ul li.selected span,
.pagination ul li.first span {
	background-image: url('2008/images/pagination-bar.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.pagination ul li a:hover span {
	background-image: url('2008/images/pagination-bar.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#bluray-catalog .title-info {
	float: left;
	width: 230px;
	height: 100px;
	margin-right: 1em;
	margin-bottom: 2em;

	background-image: url('2008/images/clear-panel.png');
	background-position: top right;
	background-repeat: no-repeat;
}

#bluray-catalog .title-info h3 {
	padding-top: 1em;

	font-size: 1em;
}

#bluray-catalog .title-info img {
	float: left;
	margin-right: 1em;
	margin-bottom: 1.5em;
}

#widgets {
	float: left;
	width: 300px;
}

#news-events {
	width: 272px;
	padding: 10px 16px 10px 16px;

	color: #fff;

	background-color: #000;
	background-image: url('2008/images/grey-panel.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#news-events p {
	padding-bottom: 1em;

	border-bottom: 1px solid #fff;
}

#privileges,
.panel {
	width: 270px;
}

#privileges ul,
.panel ul {
	margin: 0;
	padding: 0;
}

.content-panel,
.contact-form,
#privileges,
.panel {
	margin-bottom: 1em;
	padding: 16px;

	background-color: #000;
	background-image: url('2008/images/panel-bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

.content-panel h2,
.contact-form h2,
#privileges h2,
.panel h2 {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
	padding-bottom: 0.5em;

	color: #0cf;

	border-bottom: 2px solid #333;
}

#content-column {
	float: left;
	width: 650px;
	margin-right: 1em;
}


#bluray-titles h2,
#member-privileges h2,
#news-events h2 {
	padding-top: 0.25em;
	padding-bottom: 1.25em;
	/*
	background-image: url('2008/images/header-shadow.png');
	background-position: 0 100%;
	background-repeat: no-repeat;
	*/
}
#content.homepage #member-privileges {
	float: left;
	width: 280px;
	margin-right: 2em;
	padding: 10px 16px 10px 16px;

	color: #fff;

	background-color: #000;
	background-image: url('2008/images/blue-panel.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}


#member-privileges ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content.order-form ol {
	margin: 0;
	margin-left: 1.6em;
	padding: 0;
}


#member-privileges ul li,
#content.order-form ol li {
	margin: 0;
	padding-bottom: 1em;
}

#member-privileges ul li {
	padding-left: 2.5em;
	background-image: url('2008/images/star.gif');
	background-position: 0 0.25em;
	background-repeat: no-repeat;
}


#member-privileges h2 {
	color: white;
	border: 0;
}

.content-panel ul ,
.content-panel ol {
	margin: 0;
	padding: 0;
	margin-left: 1.5em;
}

.content-panel ol li {
	color: #0cf;
	font-weight: bold;
}

.content-panel p {
	margin: 0;
	padding: 0;
	padding-bottom: 1.5em;

	color: #ccc;
	font-weight: normal;
}

#why-samsung-player ul {
	margin-left: 1.2em;
}

#why-samsung-player ul li {
	margin-bottom: 0.4em;
}

.order-form .panel {
	float: left;
	clear: none;
	width: 440px;
}

#non-uob-member.panel {
	float: right;
}

#uob-member.panel p,
#uob-member.panel ol,
#non-uob-member.panel p,
#non-uob-member.panel ol {
	font-size: 1.2em;
	line-height: 1.6em;
}

.referral-form {
	width: auto;
	margin-top: -250px;
}

.referral-form ol,
.referral-form ul {
	margin: 0;
	margin-left: 1.6em;
	padding: 0;
	line-height: 2.2em;
}

.referral-form ol li ol {
	list-style: lower-alpha;
}

.referral-form fieldset {
	border: 0;
	border-top: 1px solid #333333;
}

.referral-form fieldset legend {
	color: #00ccff;
	font-weight: bold;
	padding: 0 1em;
}

.referral-form .form-row {
	float: left;
	width: 260px;
	margin-right: 1em;
}

.referral-form .form-row .text {
	width: 250px;
}

.referral-form .form-row label {
	display: block;
	color: white;
	font-weight: bold;
	margin-bottom: 0.2em;
}

#add-fields {
	display: block;
	float: left;
	clear: both;

	padding: 0.4em 0.8em;
	width: 110px;
	margin-left: 670px;

	color: black;
	background-color: #c6c5d7;
	background-image: url('2008/images/button-bg.gif');
	background-repeat: repeat-x;

	border: 1px solid #003c74;
	text-decoration: none;
}

.contact-form span.required {
	color: #FF0000;
}

.contact-form form {
	margin-top: 1em;
}

.contact-form fieldset {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.contact-form fieldset br  {
	clear: left;
}

.contact-form legend  {
	display: none;
}

.contact-form label,
input.text,
textarea.text {
	display: block;
	float: left;

	margin: 0;
	margin-bottom: 0.8em;
	padding: 0;
}

input.text,
textarea.text {
	width: 45%;
	padding: 0.2em;
}

textarea.text {
	width: 75%;
	height: 10em;
}

.contact-form label {
	width: 18%;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

input.text,
textarea.text {
	background-color: #EEEEEE;
	border: 2px solid #0cf;
}

input.text:focus,
textarea.text:focus {
	background-color: lightyellow;
}


fieldset.buttons input {
	margin-left: 39em;
	border: 0;
}

.referral-form fieldset.buttons {
	text-align: center;
}

.referral-form fieldset.buttons input {
	margin-left: 0;
}

* html fieldset.buttons input {
	margin-top: 0.5em;
	margin-left: 38em;
}

.office-name {
	color: #0cf;
	font-weight: bold;
}

address {
	font-style: normal;
}

.faq ol li h4 {
	margin: 0;
	margin-bottom: 0.4em;
}

.answer table {
	margin-bottom: 1em;
}

.answer table th {
	padding: 0.2em;
	background-color: #333;
}


.answer table td {
	padding: 0.2em;
	font-weight: normal;
	color: #ccc;
}

.answer table tr.alternate {
	background-color: #222;
}

#promotion p {
	display: none;
}

#promotion p.button {
	display: block;
}


#widgets #member-privileges h2 {
	color: #0cf;
}

#footer {
	margin-bottom: 1em;
	padding: 1.5em 2em .5em 2em;
	clear: both;

	font-size: 0.75em;
	color: #666;
	text-transform: uppercase;

	background-color: #333;
}

#footer hr {
	display: none;
}

#footer-nav {
	float: left;
}

#footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-nav ul li {
	display: block;
	float: left;
	margin-right: 1em;
}

#footer-nav ul li a {
	text-decoration: none;
}

#footer-nav ul li a:hover {
	text-decoration: underline;
}

#copyright {
	float: left;
}

#copyright a {
	text-decoration: none;
}

#simpleet {
	float: right;
}

#simpleet a {
	color: #666;
	text-decoration: none;
}

.clear {
	clear: both;
}
/* PNGFIx for IE - stupiak IE6 */
/* { behavior: url(iepngfix.htc) }*/