/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */ /* Headings */
h1,h2,h3,h4,h5,h6 {
	font-family: 'FSClerkenwellRegular';
	letter-spacing: -0.02em;
	line-height: 100%;
	margin: 0.1em 0 0.3em;
	letter-spacing: 0.03em;
}

h1 {
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
}

h2 {
	font-size: 28px;
	font-weight: 400;
}

h3 {
	font-size: 23px;
	font-weight: 400;
}

/* Elements */
body {
	font-family: helvetica,arial,sans-serif;
    font-weight: 100;
	background: #fff4e0;
	color: #3f200e;
	margin: 0 auto;
}

a, a:active, a:visited {
	color: #3f200e;
	text-decoration: none;
}

p,table {
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 2px 25px;
}

ul,ol {
	font-size: 13px;
	line-height: 1.2em;
	margin:0 0 2.0em 0;
	padding:0 1.3em;
}

ul li { margin-bottom:0.3em; }
ul li a:hover { text-decoration:underline; }

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.hidden,input[type=hidden] {
	display: none;
}

/* Tables */
table {
	width: 100%;
	margin: 0;
}

th {
	font-weight: bold;
	color: #969696;
	padding: 5px 0;
}

td {
	vertical-align: middle;
	padding: 2px 0;
}

/* Layout */
header {
	width: 928px;
	border-bottom: 1px solid #ead7b7;
	margin: 40px auto 0;
	padding: 0 6px 10px;
}

header .logo {
	display: block;
	float: left;
}

nav {
	float: right;
	margin: 0;
	padding: 10px 0 0;
}

nav ul {
	list-style: none;
	margin: 0 -5px 0 0;
	padding: 0;
}

nav ul li {
	float: left;
	margin: 0;
}

nav ul li a {
	letter-spacing: 0.02em;
	font-family: 'FSClerkenwellRegular', Geneva;
	text-transform: uppercase;
	line-height: auto;
	display: block;
	font-size: 16px;
	text-decoration: none;
	margin: 0;
	padding: 6px 8px 4px;
}

nav ul li a:hover {
	text-decoration: none;
    border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #f3e3c2;
	box-shadow: 0 0 5px #fff;
	-webkit-box-shadow: 0 0 5px #fff;
	-moz-box-shadow: 0 0 5px #fff;
	text-shadow: #f8f2e2 0 0 2px;
	-webkit-text-shadow: #f8f2e2 0 0 2px;
	-moz-text-shadow: #f8f2e2 0 0 2px;
}

section {
	overflow: hidden;
	width: 940px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ead7b7;
	margin: 0 auto;
	padding:9px 0px;
}

section .hero {
	display: block;
	height: 380px;
	text-indent: -2000px;
	background: url('/media/img/intro.jpg') no-repeat;
	box-shadow: 0 0 1px #FFF;
	-webkit-box-shadow: 0 0 1px #FFF;
	-moz-box-shadow: 0 0 1px #FFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 0;
}

section .hero a {
	display: block;
	height: 380px;
}

section .rakhero {
	background: url('/media/img/rak1.jpg') no-repeat;
	height: 300px;
}

.notifications {
	font-size: 13px;
	width: 940px;
	z-index: 5;
	color: #282828;
	margin: 0 auto;
}

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

.notifications li {
	text-align: center;
	background-color: #a1b65b;
	color: #fff4e0;
	padding: 5px;
	margin:0;
}

.notifications .warning {
	background-color: #daa130;
	color: #fff4e0;
}

.notifications .error {
	background-color: #cc6145;
	color: #fff4e0;
}

.blockbg {
    border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 880px;
	color: #fff4e0;
	padding: 15px 30px;
}

.blockbg a, .blockbg a:active, .blockbg a:visited {
    color: #fff4e0;
}

.right {
	float:right;
}

.left {
	float:left;
}

.small {
	font-size:12px
}

.tour {
    margin:25px 0 0;
    padding:0;
    color: #3f200e;
}

.tour ul {
    margin:0;
    overflow:hidden;
    list-style:none;
    letter-spacing: 0.02em;
    overflow:hidden;
}

.tour ul li {
    float:left;
    width:227px;
}

.tour ul li h3 {
    color:#a6371b;
    font-size:24px;
    text-align:center;
    margin:20px 0 0 0;
}

.tour P {
    text-shadow:-1px -1px #eee;
    text-align:center;
    font-family: 'FSClerkenwellRegular', Geneva;
    font-size:18px;
    padding:5px;
}

.blockbg.greenform {
    position:relative;
    background:#3a7579 url('/media/img/form-bg.jpg') no-repeat;
}

.blockbg.greenform a { text-decoration:underline; }

.blockbg.greenform .price { 
    position:absolute; 
    left:0; 
    top:0;
}

.blockbg.greenform .intro {
    background-color:#468289;
    padding:10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    width:650px;
}

.blockbg.greenform .basket {
    background-color:#5c9fa7;
    padding:10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    width:420px;
}

.blockbg h1,.blockbg h2,.blockbg h3 {
	text-shadow: #1c4d52 1px 1px 2px;
}

.blockbg .break {
	margin: 5px 0;
	padding: 5px 20px 10px;
	background: url('/media/img/formdivide.png') repeat-x left bottom;
}

.blockbg .break p { margin-bottom:10px; }

.blockbg #uploadform .break {
	padding: 5px 20px 10px 120px;
}

.blockbg .break img {
    float:left;
    margin-left:-110px;
    margin-top:-5px;
}

.blockbg .break .helplink {
    float:left;
    color:#6da6ac;
    font-size:11px;
}

.blockbg .warnmsg {
	color: #f3c09a;
	font-size: 13px;
    font-weight:bold;
}

#progress {
	display: none;
	margin: 13px 70px;
}

#progress .bar {
	border: 1px solid #e17604;
	background-color: #fff4e0;
	height: 50px;
	overflow: hidden;
	display: block;
}

#progress .bar .fill {
	background-color: #e98f05;
	height: 50px;
}

#progress .text,#progress .smalltext {
	text-align: center;
	margin: 10px 0 0;
}

.uploadtrack label {
	overflow:hidden;
	position:relative;
	cursor:pointer;
    display:inline;
    float:none;
    position:relative;
    _cursor: hand;
    padding: 5px 8px!important;
    line-height:30px;
    height:auto;
    margin:0;
}

.uploadtrack label input {
	z-index: 999;
	background-color: #fff;
	border: 1px solid #333;
	line-height: 0;
	font-size: 25px;
	position: absolute;
	width:500px;
	top: -3px;
	right:-25px;
	opacity: 0;
	filter: alpha(opacity = 0);
	-ms-filter: "alpha(opacity=0)";
	cursor: pointer;
    _cursor: hand;
	margin: 0;
    padding:0;
}

.uploadtable td {
    margin:0;
    padding:10px 0;
    border-top: 1px solid #4a878b;
}
.uploadtable tr:first-child td {
    border-top:none;
}
.uploadtable td:first-child {
    width:30%;
}

.tracklist tr {
    border-top: 1px solid #4a878b;
}
.tracklist tr:first-child { border-top:none; }

.tracklist td {
    padding: 10px 0;
}

#options ul {
	list-style: none;
	width: 1000px;
	margin: 0;
	padding: 0;
}

#options ul li {
	text-align: center;
	float: left;
	height: 180px;
	width: 300px;
	text-shadow: #53410f 1px 1px 2px;
	margin: 0 20px 0 0;
	padding: 0;
}

#options ul li a {
	display: block;
	height: 70px;
	padding: 110px 0 0;
}

#options ul li h2 {
	line-height: 13px;
	font-size: 23px;
	padding: 0;
	margin: 0 0 10px;
}

#options ul li p {
	width: 280px;
	font-size: 13px;
	line-height: 1.5em;
	padding: 0;
	margin: 0 auto;
    cursor:hand;
    _cursor:pointer;
}

#options .basic {
    background:#3a7579 url('/media/img/option-basic.jpg') no-repeat;
}
#options .basic a { background:url('/media/img/price-basic2.png') no-repeat; }
#options .ddp {
    background:#503c01 url('/media/img/option-ddp.jpg') no-repeat;
}
#options .ddp a { background:url('/media/img/price-ddp-brown2.png') no-repeat; }
#options .about {
    background:#a6371b url('/media/img/option-about.jpg') no-repeat;
}

button,.button {
    border-radius:0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
    text-decoration:none!important;
	background: #333;
	color: #eee;
	cursor: pointer;
	display: block;
	font-weight: bold;
	font-size: 13px;
	padding: 5px 8px 5px 8px !important;
	margin:0;
    text-align:center;
}

button:hover,.button:hover {
	text-decoration: none;
	cursor: hand;
    _cursor:pointer;
}

button.next,.button.next {
	float: right;
	clear: right;
	background-color: #339933;
	border-top: 1px solid #66cc66;
	border-left: 1px solid #006600;
	border-bottom: 1px solid #006600;
	border-right: 1px solid #66cc66;
	text-shadow: #ac361a 0 0 1px;
	box-shadow: #934d34 0 0 2px;
	-moz-box-shadow: #934d34 0 0 2px;
	-webkit-box-shadow: #934d34 0 0 2px;
    margin-top: 20px;
}

button.next:hover,.button.next:hover {
	background-color: #368f36;
}

button.calltoaction, .button.calltoaction {
    float:none;
    clear:both;
    display:block;
    color:white;
	background-color: #e98f05;
	border-top: 1px solid #f4c887;
	border-left: 1px solid #eeaa3f;
	border-bottom: 1px solid #b56f2a;
	border-right: 1px solid #b56f2a;
	text-shadow: #ac361a 0 0 1px;
	box-shadow: #934d34 0 0 2px;
	-moz-box-shadow: #934d34 0 0 2px;
	-webkit-box-shadow: #934d34 0 0 2px;
    margin:0 auto 0 auto;
    width:300px;
    font-size:18px;
    font-weight:normal;
}

button.calltoaction:hover,.button.calltoaction:hover {
	background-color: #e17604;
}

.button.upload {
	background-color: #e98f05;
	border-top: 1px solid #f4c887;
	border-left: 1px solid #eeaa3f;
	border-bottom: 1px solid #b56f2a;
	border-right: 1px solid #b56f2a;
	text-shadow: #e17604 0 0 1px;
	box-shadow: #b86f2b 0 0 2px;
	-moz-box-shadow: #b86f2b 0 0 2px;
	-webkit-box-shadow: #b86f2b 0 0 2px;
}

.button.upload:hover {
	background-color: #e17604;
}

.button.remove {
    display: inline;
    background-color: #bd411f;
	border-top: 1px solid #d48068;
	border-left: 1px solid #c65d40;
	border-bottom: 1px solid #a53416;
	border-right: 1px solid #9e3114;
	text-shadow: #ac361a 0 0 1px;
	box-shadow: #934d34 0 0 2px;
	-moz-box-shadow: #934d34 0 0 2px;
	-webkit-box-shadow: #934d34 0 0 2px;
}

.button.remove:hover {
	background-color: #ac361a;
}

.button.action {
	float: none;
	display: inline;
	padding: 2px 5px;
	color: #1c4d52 !important;
	background-color: #8fd0d6;
	border-top: 1px solid #a6e6ec;
	border-left: 1px solid #a6e6ec;
	border-bottom: 1px solid #48a4ac;
	border-right: 1px solid #48a4ac;
	text-shadow: #ffffff 0 0 1px;
	box-shadow: #934d34 0 0 2px;
	-moz-box-shadow: #934d34 0 0 2px;
	-webkit-box-shadow: #934d34 0 0 2px;
	font-size: 11px;
}

.button.action:hover {
	background-color: #5cb8c1;
}

.button.action.download {
	display: block;
	float: left;
	padding: 10px 15px !important;
	font-size: 14px !important;
	margin: 12px 8px 10px 3px;
    color: #1c4d52;
}

.total {
	font-family: 'FSClerkenwellRegular';
	font-size: 30px;
	clear: right;
	float: right;
	display: block;
	margin: 20px 0 0 0;
}

footer {
	color: #646464;
	width: 940px;
	clear: both;
	font-family: 'FSClerkenwellRegular';
	border-top: 1px solid #fff;
	margin: 0 auto;
	padding: 9px 0 0;
}

footer span {
	float: right;
}

footer .small {
	font-size: 11px;
	color: #999;
}

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

/* Forms */
input,textarea {
	background: #fff4e0;
	color: #505050;
	border: 1px solid #204d52;
	font-size: 12px;
	line-height: 13px;
    float:left; 
	padding: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

select { display:inline; }
form p span { float:left; }

form p {
	margin-bottom: 10px;
	padding: 0;
    overflow:hidden;
}

input {
	width: 300px;
}

textarea {
	height: 70px;
	width: 300px;
}

input[type=checkbox] {
	width: auto;
}

label {
	display:block;
	clear:left;
	float:left;
	font-weight: normal;
	width: 130px;
    padding:0;
    margin:0;
}

button {
    margin:0;
    padding:0;
    width:auto;
    overflow:visible;
}

.payment_form label {
	width: 200px;
}

.payment_form #id_cvv2 { width:50px; }

.payment_form .secure {
    float:right;
    margin-top:5px;
}

.lp {
    float:right; margin:0 0 40px 80px;
}

.columns {  
    overflow:hidden;  
}  
.columns li {
    float:left;
    width:210px;
    padding-right:10px;
} 

form input:focus+span.help,form textarea:focus+span.help {
	visibility: visible;
}

form input:focus,form textarea:focus {
	box-shadow: #8fd0d6 0px 0px 4px;
	-moz-box-shadow: #8fd0d6 0px 0px 4px;
	-webkit-box-shadow: #8fd0d6 0px 0px 4px;
}

form .help {
	vertical-align: top;
	visibility: hidden;
    padding:3px 8px;
    float:left;
    height:auto;
    overflow:hidden;
    margin:0 0 0 5px;
	color: #8fd0d4;
	font-size: 12px;
	background-color:#314b4d;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

form .error {
	font-size: 12px;
	visibility: visible;
	color: #f34c1e;
}

.progress-steps ol {
    list-style:none;
    height:10px;
    background:#ccc;
    margin:10px 0 20px 0;
    display:table;
    width:100%;
    table-layout:fixed;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    counter-reset:step;
}

.progress-steps ol li {
    display:table-cell;
}

.progress-steps ol li span:before {
    counter-increment:step;
    content:counter(step) ". ";
}

.progress-steps ol li span {
    display:block;
    height:30px;
    width:130px;
    background:#ccc;
    margin:-10px auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color:#888;
    text-align:center;
    line-height:30px;
    font-weight:400;
}

.progress-steps ol li.active span {
    background:#3a7579;
    text-shadow:-1px -1px #205255;
    color:#fff;
}

.progress-steps ol li:first-child {
    margin-left:0;
}
