@import "reset.css";
@import "960.css";

body {
	background: #181415;
	color: #b3afb0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a { color: #c32b28; }
a:hover { text-decoration: none; }
p { margin-bottom: 20px;}

h1 {
	font-size: 1.4em;
	letter-spacing: -1px;
	margin-bottom: 5px;
	color: #ffffff;
	font-weight: normal;
}
h1 small {
	font-size: .6em;
	margin-top: 4px;
	display: block;
	float: right;
}
small {
	font-size: .875em;
	color: #746d6f;
}
em {
	font-size: 1.1em;
	font-style: normal;
	letter-spacing: -1.25px;
	color: #d9d5d6;
}

#alert {
	background: #0c0b0b;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #565050;
}

#header {
	padding-top: 30px;
	padding-bottom: 30px;
}
#header a h1 {
	float: left;
	display: block;
	height: 40px;
	width: 280px;
	background: transparent url(../img/interface/header_logo.png) no-repeat 0px 0px;
}
#header a:hover h1 {
	background-position: 0px -100px;	
}
#header a h1 span {
	display: none;	
}
#header ul {
	float: right;
}
#header ul li {
	float: left;
}
#header ul li a {
	display: block;
	color: #b3afb0;
	padding: 10px 15px 10px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.2em;
	letter-spacing: -1px;
	background: transparent url(../img/interface/header_menu_bg.png) repeat-y 100% 0px;
}
#header ul li a:hover,
#header ul li.active a
{
	color: #ffffff;
	background: #000000 url(../img/interface/header_menu_bg.png) repeat-y 100% 0px;
}

#hero {
	background: #0e0b0e url(../img/interface/hero_bg.jpg) repeat-x 50% 0%;
	border-bottom: 1px solid #231d1f;
	border-top: 1px solid #231d1f;
	margin-bottom: 20px;
	color: #ffffff;
}

.banner { height: 110px;	}
.banner h1 { display: none;	}

#home {
	background: transparent url(../img/interface/hero_home.jpg) no-repeat 0% 0%;
	padding-left: 475px;
	padding-top: 190px;
	height: 130px;
	overflow: hidden;
}
#more {
	display: block;
	height: 20px;
	width: 170px;
	margin-top: 20px;
	background: transparent url(../img/interface/button_find_out_more.png) no-repeat 0px 0px;
}
#more:hover {
	background-position: 0px -100px;	
}
#more span {
	display: none;
}

#crew { background: transparent url(../img/interface/hero_crew.jpg) no-repeat 0% 0%;}
#dreadlocks { background: transparent url(../img/interface/hero_dreadlocks.jpg) no-repeat 0% 0%;}
#shop { background: transparent url(../img/interface/hero_shop.jpg) no-repeat 0% 0%;}
#contact { background: transparent url(../img/interface/hero_contact.jpg) no-repeat 0% 0%;}


#footer {
	color: #3f3738;
	margin-top: 20px;
	font-size: .875em;
}
#footer .container_12 {
	border-top: 1px solid #2a2527;
	padding-top: 20px;
	padding-bottom: 100px;
	background: transparent url(../img/interface/footer_logo.png) no-repeat 0px 15px;
}
#footer strong {
	font-weight: normal;
	color: #574c4e;
}

.block {
	padding-top: 30px;
	border-top: 1px solid #2a2527;
	margin-top: 30px;
	margin-bottom: 30px;
}
.frame {
	padding: 5px;
	background: #0e0b0e;
	border: 1px solid #231d1f;
}

.gallery a img {
	padding: 9px;
	background: #0e0b0e;
	border: 1px solid #231d1f;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 125px;
	height: 125px;
	float: left;
}
.gallery a:hover img {
	padding: 6px;
	border: 4px solid #c32b28;
}

.price {
	border-top: 1px solid #2a2527;
	border-bottom: 1px solid #2a2527;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.price a {
	display: block;
	width: 110px;
	height: 18px;
	float: right;
	background: transparent url(../img/interface/button_add_to_cart.png) no-repeat 0px 0px;
	margin-top: 2px;
}
.price a:hover {
	background-position: 0px -100px;	
}
.price a span { display: none; }
.price a, .pp {
	width: 110px;
	height: 18px;
	float: right;
	background: transparent url(../img/interface/button_add_to_cart.png) no-repeat 0px 0px;
	border: none;
	margin-top: 2px;
	cursor: pointer;
}

.form {}
.form label {
	clear: left;
	float: left;
	display: block;
	width: 125px;
	margin-right: 20px;
}
.form .i, form .t {
	background: #0e0b0e;
	padding: 5px;
	color: #ffffff;
	border: 1px solid #231d1f;
	width: 300px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
form .t {
	width: 450px;
	height: 200px;
}
.form .b {
	margin-left: 150px;	
}

#twitter {
	font-size: .875em;	
	color: #746d6f;
}
#twitter ul li {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #231d1f;
}
#twitter ul li a {
	display: block;
}
#twitter ul li span a {
	display: inline;
}