/*
* RESETS & FIXES
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
    border:0;
}

INPUT.type_radio,
INPUT.type_checkbox {
	position: relative;
	bottom: -2px;
}
* HTML INPUT.type_radio,
* HTML INPUT.type_checkbox {
    position:static;
    bottom: 0;
}
A {
    text-decoration:none;
    -moz-outline-style:none;
}
A:hover{
    text-decoration:underline;
}
.reverse,
.reverse a {
	text-decoration:underline;
}
.reverse:hover,
.reverse a:hover {
	text-decoration:none;
}
INPUT, TEXTAREA, SELECT {
    font: 12px arial;
    padding: 1px 2px;
}
OPTION{
    padding: 0 7px 0 3px;
}
/* CLEARFIX */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.imgfix {
	vertical-align: bottom;
}
.ir {
	display:block;
	overflow:hidden;
	text-indent:-9999em;
}

/*
* CUSTOM CLASSES
*/

html {
  height:100%;
  overflow-y: scroll;
}
html *{
  color: #fff;
}
body {
  height:100%;
  background: #000;
  color: #fff;
  font-size: 12px;
}

h1 {
  font-size: 123%;
  font-weight: bold;
  margin-bottom: 12px;
}

h2 {
  font-size: 116%;
  font-weight: bold;
  margin-bottom: 8px;
}

.container {
  width:960px;
  margin:0 auto;
  position: relative;
  z-index:1;
  min-height: 100%;
  border: 0px solid #fff;
}
* html .container {
    height: 100%;
}
#content {
  padding-bottom:36px;
}
.content_inner {
  padding:50px 10px 0 10px;
  position: relative;
  left: 164px;
  top: 108px;
  width: 760px;
}
.content_below {
  width: 960px;
  margin-top: 125px;
  clear: both;
}
.content_below .left {
  float:left;
  width: 240px;
  text-align: right;
}
.content_below .right {
  float: right;
  width: 700px;
}

.content_below p {
  margin-bottom: 12px;
}
.content_below hr {
  border: 0;
  background-color: #fff;
  height: 1px;
  width: 96%;
  text-align: center;
  margin-bottom: 12px;
}

.content_below .vertical_sepparator {
  float: left;
  border-right: 1px solid #fff;
  height: 150px;
  margin: 0 6px;
}

.footer {
  position: relative;
  z-index:1;
  margin: -30px auto 0 auto;
  height:30px;
}
* html .footer {
  margin-top: -30px;
}
.footer_inner {
  width:940px;
  margin:0 auto;
  position: relative;
  border-top: 1px solid #fff;
}
.copyright {
  position:absolute;
  top:7px;
  left:29px;
}
.credits {
  position:absolute;
  top:7px;
  right:20px;
}
.footer p {
  font-size:11px;
}

.logo {
	position:absolute;
	top:30px;
	left:23px;
	width:200px;
	height:68px;
	background:url(../images/bg_header.png) no-repeat -89px -101px;
}

/***********************************************
* NAVIGATION ELEMENTS
************************************************/

#logo {
  position:absolute;
  top: 10px;
  left: 10px;
  width: 145px;
  height: 90px;
  border: 1px solid #fff;
  border-bottom: 0;
  text-align: center;
}
#logo .title{
  font-size: 160%;
  font-weight: bolder;
}
#logo .motto{
  padding-bottom: 2px 0;
}


#navigation {
	position:absolute;
	width:794px;
	height:44px;
	top:0px;
	right:10px;
	border-bottom: 1px solid #fff;
}

#navigation ul {
  float: right;
  margin-top: 14px;
  margin-right: 190px;
}

#navigation ul li {
  display: inline;
}

#navigation ul li a {
  font-size: 116%;
  padding-left: 16px;
}

#collections_navigation {
	position:absolute;
	width:145px;
	top:93px;
	left:10px;
	border: 1px solid #fff;
}

#collections_navigation ul li a{
  display: block;
  border-bottom: 1px solid #fff;
  padding: 4px 4px;
  text-decoration: none;
  text-transform: capitalize;
}

#collections_navigation ul li a.active, #collections_navigation ul li a:hover{
  color: #000;
  background-color: #fff;
}

#collections_navigation ul li a .description{
  font-size: 92%;
  color: #f0f0f0;
}

#collections_navigation ul li a.active .description, #collections_navigation ul li a:hover .description{
  color: #333;
}

#collections_navigation ul li.collection a{
  color: #000;
  background-color: #fff;
  font-size: 123%;
  border-bottom: 1px solid #000;
  padding: 6px 4px;
  letter-spacing: 1px;
  text-align: center;
}

/*
* COLLECTIONS
*/
div.collection_photo{
  float: left;
  border: 1px solid #fff;
  margin: 0 30px 8px 30px;
  _margin: 0 25px 8px 25px;
  _width: 191px;
}
div.collection_photo img, div.collection_photo a{
  border: 0
}
.collection_photo img{
  width: 191px;
  height: 264px;
}

a.collection_label{
  display: block;
  height: 30px;
  color: #000;
  background-color: #fff;
  text-align: right;
  padding: 1px 4px;
  text-transform: capitalize;
}
a.collection_label .description {
  color: #000;
  font-size: 92%;
}

#contact_link {
  text-align: center;
  padding-bottom: 4px;
}
#contact_link a{
  background: url(/images/icons/question-white.gif) no-repeat;
  padding-left: 20px;
}

#product_photo_container {
  margin-left: 70px;
  float: left;
}

#product_thumbs {
  float: right;
}

#breadcrumb_navigation {
  position: absolute;
  top: 15px;
  left: 200px;
}
#quick_search {
  position: absolute;
  right: 20px;
  top: 12px;
}

#quick_search input {
  width: 90px;
  background-color: #000;
  color: #aaa;
  border: 1px solid #fff;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
}
#quick_search .submit {
  width: auto;
  color: #000;
  background-color: #fff;
  border: none;
}

#products_navigation {
  position: absolute;
  top: 45px;
  right: 25px;
}
#products_navigation ul {
  float: right;
}
#products_navigation li {
  float: left;
  margin-left: 5px;
  width: 80px;
}

#products_navigation li .product_name {
  display: block;
  font-size: 85%;
  text-align: center;
  color: #bbb;
}


#products_navigation li.active .product_name {
  color: #111;
  background-color: #ccc;
}

#products_navigator {
  float: right;
  margin-left: 2px;
}
#products_navigator span, #products_navigator a{
  display: block;
  border: 1px solid #ccc;
  border-top: 0;
  font-size: 21px;
  padding: 9px 22px 8px 22px;
  text-decoration: none;
}
#products_navigator .disabled {
  color: #999;
}

#products_navigator .page_number {
  color: #bbb;
  text-align: center;
  font-size: 85%;
  margin-top: 4px;
}

.product_name {
  font-size: 116%;
  font-weight: bold;
}


#contact_form label {
  width: 540px;
  height: 32px;
  display: block;
  clear: both;
}
#contact_form input, #contact_form textarea {
  float: right;
  width: 340px;
  color: #000;
  margin: 0 0 12px 0;
}

#flash {
  padding: 20px;
  margin-bottom: 12px;
  background: #fdfdfd;

}
#flash div {
  color: #222;
  font-weight: bold;
}

.photos {
  margin-top: 12px;
}
.photo_thumb {
  float: left;
  width: 220px;
  margin-bottom: 20px;
  text-align: center;
}