@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	margin-bottom:1px;
}
body {
	text-align:center;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color:#fff;
	background-color: black;
}
#container {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:1065px;
	font-size: 18px;
	line-height: 22px;
}
#header {
	position: relative;
	z-index: 2;
}
#header #navbar {
	position: relative;
	z-index: 2;
}
#header #explore {
	position: absolute;
	z-index: 3;
	top: 136px;
	right: 60px;
	width: 142px;
}
#explore-btn {
	display: block;
	background: url(../images/explore-button.png) no-repeat;
	text-indent: -99999em;
	width: 142px;
	height: 18px;
}
#explore ul {
	display: none;
	width: 142px;
	padding: 5px 0;
	background-color: #7b0d0d;
}
#explore ul li {
	list-style: none;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 15px;
}
#explore ul li a {
	text-decoration: none;
	color: white;
}
#explore ul li a:hover {
	text-decoration: underline;
}

#body {
	position: relative;
	z-index: 1;
	margin: -58px 0 0;
}
#home {
	margin: 0 107px 0 108px
}
#footer {
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
}
#footer a {
	color: white;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}

a {
	color: white;
}
#page-bottom a {
	color: black;
}

form.styled div.form_element {
	position: relative;
	height: 45px;
}

form.styled div.form_element label {
	position: absolute;
	z-index: 5;
	top: 10px;
	left: 15px;
	color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

form.styled div.form_element input.text {
	position: absolute;
	text-align: right;
	font-size: 18px;
	top: 0;
	width: 100%;
	padding: 5px 10px;
	border: 3px solid #330000;
	background: #1c1c1c;
	color: #fff;
}
form.styled div.form_element input.text:focus {
	outline: none;
	border: 3px solid #7b0d0d;
}

.cart_info {
	padding: 10px 0;
	font-size: 12px;
	margin: 15px 0;
}

#store-wrapper {
	padding: 15px 107px 15px 108px;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

form.checkout {
	margin-left:20px;
	margin-top:20px;
}
form.checkout select.date_picker {
	width:109px;
	margin-right:10px;
}
form.checkout select.datetime_picker {
	width:89px;
	margin-right:10px;
}
form.checkout *:focus {
	background-color:#ddd;
}
div.form_element {
	margin-bottom:10px;
	width:620px;
}
form.checkout p.message {
	font-size:10px;
	margin-top:4px;
}
form.checkout label[for] {
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	letter-spacing: 1px;
}
form.checkout textarea,
form.checkout select,
form.checkout input[type="text"],
form.checkout input[type="password"] {
	font-size: 14px;
	border:1px solid #666;
	background-color:white;
	padding:4px;
	width:300px;
	color:#666;
}

form.checkout textarea.required,
form.checkout input.required[type="text"],
form.checkout input.required[type="password"] {
	background:url(../images/form-text-input-bg.png) top right no-repeat;
}
