html, body, form, fieldset {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100.01%; /* Avoids obscure font-size bug */
    line-height: 1.5;
    height: 100%;
}

body {
    height: 100%;
    margin-bottom: 1px; /* Avoid jumping scrollbars */
    background: #0d0d0d;
    font-family: arial,verdana,sans-serif;
    font-size: 10px;
    color: #a29d97;
}

a {
    font-family: arial,verdana,sans-serif;
    font-size: 10px;
    color: #a79e95;
    text-decoration: none;
}

a:hover { text-decoration: underline; }
h1 { margin: 0; }
img { border: none !important; }

h2 {
    margin-top: 0;
    font-size: 16px;
    color: #a79e95 !important;
    font-weight: normal;
}

blockquote { border: none !important; }

/** General Styling **/

.bold {
	font-weight: bold;
}

/** cart **/

div.cart-head {
float: left;
width:200px;
font-size:16px;
font-weight:bold;
display: inline;
margin: 5px 0 0 20px;
}

div.cart-path {
float:right;
width:741px;
}

div.cart-detail, div.checkout {
float:left;
width: 900px;
margin-top:30px;
}

div.cart-detail table {
margin-left: 40px;
width:900px;
}


td { text-align:center;}
.left { text-align:left; }
.right { text-align:right; }
.leftq { padding: auto 30px !important; text-align: left; }

.opt { text-transform: uppercase !important; }

td,th {
	font-size: 12px;
	color: #88817a;
}

table { border-collapse: collapse; }
th {border-bottom: 1px dotted #262423; }

th,td {border-bottom: 1px dotted #262423; }

tr.totals th { background: #bead89; color: #0d0d0d; }
tr.totals td { border: none !important; }
tr.promo td { border: none !important; }

div#promo {
padding: 8px;
border: 1px solid #262423;
width: 187px; 
}

input.promo {
width: 92px;
border: 1px solid #666;
font-size: 11px;
background: #0d0d0d;
color: #ededed;
}

img.border {
padding: 8px 0;
}

.padright {
text-align:right;
padding-right: 10px;
border-right: 1px dotted #262423;
}

a.gold {
font-size: 12px;
color: #ead5a8 !important;
text-decoration: none;
}
a.gold:hover { text-decoration: underline; }

a.grey {
font-size: 12px;
color: #777 !important;
text-decoration: none;
}
a.grey:hover { text-decoration: underline; }

/** Login **/

table#login, table.FormItems { width: auto !important; margin-left: 20px !important; }
table#login td, table.FormItems td { border: none !important; text-align: left; }

td.FormHeader { 
	font-size: 14px;
	font-weight: bold;
}

table#login th { border-top: 1px dotted #262423 !important; }
table#login td a { font-size: 12px; }


h3 {
border-top: 1px dotted #262423;
border-bottom: 1px dotted #262423;
font-size: 12px;
font-weight: bold;
padding: 2px 0;
}

div.login-detail {
float:left;
width: 880px;
margin:20px 30px;
}


div.login-detail p a, p.gold a {
font-size: 12px !important;
color: #ead5a8 !important;
}





/**************************/
/** Main site structures **/
/**************************/

div#container {
    width: 979px;
    margin: 20px auto 0 auto;
}

div#head-left {
    float: left;
    width: 245px;
    display: inline;
    margin: 0;
}

div#head-right {
    float: right;
    width: 320px;
    text-align: right;
    margin: 0;
}

div#head-right, div#head-left { margin-bottom: 15px !important; }

div#head-right span {
    text-transform: uppercase;
    font-weigh: bold;
    margin-left: 30px;
}

div#footer {
    float: left;
    display: inline;
    margin: 30px 0;
}

div#page {
    float: left;
    width: 979px;
    margin: 0;
    border: 1px solid #5a5651;
    border-left: none;
    border-right: none;
    padding: 20px 0;
    font-size: 10px;
}

div#tpage {
    float: left;
    width: 979px;
    margin: 0;
    border: 1px solid #5a5651;
    border-left: none;
    border-right: none;
    padding: 20px 0;
    font-size: 12px;
}

div#tpage a{
    font-size: 12px !important;
    color: #ead5a8;
	 font-weight: bold;
}

div#tpage li a{
	 font-weight: normal !important;
}

div#tpage li.heading{
	 color: #A79E95 !important;
}

div#tpage p.heading{
	 font-weight: bold;
	 font-size: 16px;
}

div#tpage table.topics td{
    color: #ead5a8;
    text-align: left;
    vertical-align: top;
}

div#menu {
    float: left;
    width: 970px;
    margin: 15px 0 0 0;
    text-transform: uppercase;
}



/*************************/
/** Range page elements **/
/*************************/

div#colls {
	float: left;
	display: inline;
	width: 100px;
	margin: 10px 0 0 20px;
}

div#collection {
    float: right;
    width: 750px;
    margin: 10px 0 0 0;
}

div#collection div.centrebox {
    margin: 0 auto 0 auto;
	height: 325px;
}

div#collection div.prod {
	float: left;
    display: inline;
    margin: 0;
    height: 325px;
    width: 121px;
    text-align: center;
}

div.prod span {
    font-size: 11px;
    color: #d6bb7e
}

div.prod img {
	height: 300px;
	width: 121px;
    margin-bottom: 4px;
}

div#top-left {
    float: left;
    display: inline;
    width: 200px;
    margin-left: 20px;
}

div#pagination {
    float: right;
    width: 750px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

div#pagination img {
    vertical-align: middle;
    border: none;
}



/*****************************/
/** Product detail elements **/
/*****************************/

div#product-left {
    float: left;
    display: inline;
    width: 230px;
    margin-left: 20px;
}

div#product-detail {
    float: left;
    display: inline;
    width: 400px;
    margin-left: 20px;
}

div#product-detail table.sizestable td {
   	text-align: left;
	padding: 3px;
}

div#product-detail table.sizestable tr.checkoutbutton td {
	padding-top: 30px;
   	border: none;
}

div#product-detail table.sizestable th {
   	text-align: left;
}

div#product-detail table.sizestable th a {
   	font-size: 12px;
	color: #ead5a8;
}


div#product-pics {
    float: left;
    display: inline;
    margin: 38px 0 0 70px;
    width: 90px;
}

div#product-detail p {
    font-size: 12px !important;
    color: #848484 !important;
}

div#product-detail p a {
    font-size: 12px !important;
	text-decoration: none;
	color: #ead5a8;
    
}


div#product-detail p.price {
    font-size: 16px !important;
    color: #9d9d9d !important;
    font-weight: bold;
}

strike { font-weight: normal !important; }

div#product-detail td {
    font-size: 11px;
    font-weight: bold;
    color: #9d9d9d;
}

div#product-right {
    float: right;
    display: inline;
    width: 500px;
    margin-right: 20px;
    text-align: right;
}

/*****************************/
/** Form and input elements **/
/*****************************/

input.newsletter, input.FormInputText,input.text,input.formControlText {
    width: 100px;
    padding: 3px 5px;
    border: 1px solid #69645f;
    font-family: arial,verdana,sans-serif;
    font-size: 11px;
    color: #a79e95;
    background: #0d0d0d;
    vertical-align: middle;
}

input.qty {
	 padding: 3px 5px;
    border: 1px solid #69645f;
    font-family: arial,verdana,sans-serif;
    font-size: 11px;
    color: #a79e95;
    background: #0d0d0d;
    vertical-align: middle;
}

input.FormInputText,input.text,input.formControlText { width: 150px !important; }

select {
    font-size: 11px;
    width: 126px;
    background: #0d0d0d;
	color: #a79e95;
	border: 1px solid #eee;
}

select.FormInputSelect { width: 160px !important; }
select.CountrySelect { width: 200px !important; }

/****************************/
/** Generic helper classes **/
/****************************/

.clear {
    /* Clear floats without extra space */
    clear: both;
    height: 0 !important;
    margin: 0;
    font-size: 1px;
    overflow: hidden;
}

.hide { display: none; }
.inline { display: inline; }
/****************************/
/** Archive classes **/
/****************************/
/** main **/
#archive {
    float: left;
    width: 979px;
    margin: 0;
    border: 1px solid #5a5651;
    border-left: none;
    border-right: none;
    padding: 20px 0 30px 0;
}
#archive .left_column {
	width: 100px;
	text-align: right;
	float: left;
}
#archive div#top-left {
    margin-left: 0px;
	text-align: left;
	width: 100px;
}
#archive div#colls {
	width: 90px;
	margin: 0px 0 0 0px;
	line-height: 21px;
}
#archive .left_column a {
	background: transparent url(../images/carrow.gif) no-repeat right center;
	padding: 0 17px 0 0;
}
#archive .left_column a.grey {
	color: #999;
}
#archive .right_column_home {
	float: right;
	margin: 25px 25px 0 0;
}
#archive .right_column_home {
	width: 726px;
}
/** common **/
#archive .right_column_biography, #archive .right_column_shows, #archive .right_column_projects, #archive .film_layout {
	width: 846px;
	float: right;
	margin: 37px 0px 0 0;
	line-height: 14px;
}
#archive .right_column_home a, #archive .right_column_shows a, #archive .right_column_projects a, #archive .film_layout a {
	/**display: inline;**/
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
   color: #999;
}
#archive .right_column_home a:hover, #archive .right_column_shows a:hover, #archive .right_column_projects a:hover, #archive .film_layout a:hover{
	color: #ead5a8;
}

/** biography **/
#archive .right_column_biography {
	background: transparent url(../images/archive/biography_img.jpg) no-repeat top left;
}

#archive .right_column_biography a {
	color: #ead5a8;
	font-size: 11px;
	text-decoration: underline;
}
.gold {
	color: #ead5a8;
}
#archive .right_column_biography .column1 {
	width: 280px;
	margin: 0px 0px 0px 240px;
	float: left;
	display: inline;
}
#archive .right_column_biography .column2 {
	width: 280px;
	margin: 0px 0 0 30px;
	float: left;
	display: inline;
}
#archive .right_column_biography p{
	line-height: 12.5px;
	font-size: 11px;
	padding: 0;
	margin: 0 0 10px 0;
}
/** shows **/

#archive .right_column_shows a {
	margin: 10px;
}
/** projects **/
#archive .right_column_projects .column1 {
	width: 200px;
	height: 382px;
	float: left;
	display: inline;
	padding-top: 68px;
	font-size: 12px;
	margin-right: 20px;
}
#archive .right_column_projects .column1 .title {
	color: #ead5a8;
	line-height: 21px;
	margin:0px;
}
#archive .right_column_projects .column1 .time {
	color: white;
	font-size: 11px;
}
#archive .right_column_projects .column1 .bigTitle {
	color: #ead5a8;
	font-size: 15px;
}
#archive .right_column_projects .column2 {
	width: 240px;
	float: left;
	display: inline;
	font-size: 12px;
	margin-right: 20px;
	text-align: center;
	line-height: 29px;
}
#archive .right_column_projects .column2 .time {
	color: white;
	font-size: 11px;
}
#archive .right_column_projects .column2 .bigTitle {
	color: #ead5a8;
	font-size: 15px;
}
#archive .right_column_projects .column2 a{
	padding: 0 10px 11px 10px;
	display: inline;
	float: none;
	color: #ead5a8;
}
#archive .right_column_projects .column3 {
	width: 360px;
	float: left;
	display: inline;
	font-size: 12px;
}
#archive .right_column_projects .column3 a{
	padding: 0 5px 11px 5px;
}

/** Films **/
#archive .film_layout .column1 {
	width: 125px;
	float: left;
	display: inline;
	padding-top: 89px;
	font-size: 12px;
	margin-right: 20px;
}

#archive .film_layout .column1 .title {
	margin-bottom: 110px;
	color: #ead5a8;
	line-height: 21px;
	margin: 0px;
}

#archive .film_layout .column2 {
   width: 320px;
	float: left;
	display: inline;
	font-size: 12px;
	margin-right: 20px;
	line-height: 16px;
}

#archive .film_layout .column2 .time {
	color: white;
	font-size: 11px;
	margin-bottom: 5px;
}
#archive .film_layout .column2 .bigTitle {
	color: #ead5a8;
	font-size: 15px;
	margin-bottom: 10px;
}

#archive .film_layout .column2 .longDesc {
	font-size: 12px;
	margin-bottom: 5px;
}

#archive .film_layout .column2 .subTitle {
	margin-top: 15px;
	font-size: 12px;
	color: #ead5a8;
}

#archive .film_layout .column3 {
	width: 360px;
	float: left;
	display: inline;
}

/***************************************************/
/**************** Contact Us page ******************/
/*********** Added By Adam: 14-08-2007 *************/

#contactus {
    float: left;
    width: 979px;
    margin: 0;
    border: 1px solid #5a5651;
    border-left: none;
    border-right: none;
    padding: 20px 0 30px 0;
}

#contactus .contact_left {
	width: 475px;
	height: 480px;
	text-align: left;
	float: left;
	display: inline;
	margin-right: 15px;
}

#contactus .success_block {
	position: relative;
	top: 40%;
	left: 50px;
	width: 200px;
	height: 25px;
	color: #ead5a8;
	font-size: 10pt;
	font-weight: bold;
}

#contactus div#top-left {
   margin-left: 0px;
	text-align: left;
	float: left;
}

#contactus .contactMails {
	width: 375px;
	text-align: left;
	float: right;
	display: inline;
}

#contactus .mail, .mail a {
	font-size: 12px;
}

#contactus .mail {
   padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #41413F;
}

#contactus .contact_right {
	width: 340px;
	height: 480px;
	text-align: right;
	float: left;
	display: inline;
	margin-left: 15px;
	margin-top: 37px;
}

#contactus .contactForm input, .contactForm textarea {
	border: 1px solid #5a5651;
	background-color: #000000;
	color: #88817A;
	font-size: 8pt;
}

#contactus .contactForm input.textField {
	height: 13px;
	width: 178px;
	text-align: left;
	padding: 3px 5px 3px 5px;
	padding-right: 3px;
}

#contactus .contactForm textarea.tArea {
	padding: 5px;
	font-family: Arial;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 200px;
	width: 300px;
	text-align: left;
	vertical-align: top;
	overflow: auto;
}

#contactus table.cForm {
	border: none !important;
}

#contactus table.cForm th {
	font-weight: bold;
	text-align: left;
	border: none !important;
	width: 120px;
}

#contactus table.cForm td.in, table.cForm td {
	text-align: right;
	border: none !important;
}

/**************************************/
/************ Look Book ***************/

div.lookbook {
    float: left;
    width: 919px;
    margin: 0;
    border: 1px solid #5a5651;
    border-left: none;
    border-right: none;
    padding: 40px 30px 40px 30px;
}

div.lookbook div.left-col {
	width: 430px;
	padding: 10px;
	min-height:  100px;
	height: 100%;
	float: left;
	margin: 0px;
	border-right: 1px solid #5a5651;
}

div.lookbook div.right-col {
	width: 440px;
	padding: 10px;
	padding-left: 15px;
	min-height:  100px;
	height: auto;
	float: left;
	margin: 0px;
	/*border-left: 1px solid #5a5651;*/
}

div.lookbook div.textHead {
	width: 320px;
	/*color: #EAD5A8;*/
	color: #AA9A69;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin-left: 55px;
}

div.lookbook div.mainHead {
	width: 320px;
	/*color: #EAD5A8;*/
	color: #AA9A69;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-left: 55px;
	margin-bottom: 30px;
	clear: both;
	/*text-transform: uppercase;*/
	font-variant: small-caps;
}

div.lookbook div.paragraph {
	width: 320px;
	color: #666666;
	/*color: #AA9A69;*/
	font-size: 11px;
	font-weight: none;
	text-align: justify;
	margin-top: 10px;
	margin-left: 55px;
	line-height: 17px;
}

div.lookbook div.paragraph ol li {
	margin-top: 12px;
	line-height: 15px;
}

div.lookbook div.paragraph ol a, div.lookbook div.paragraph ol a:hover {
	color: #666666;
	text-decoration: none;
}

div.lookbook div.paragraph ol a:hover {
	color: #AA9A69;
	text-decoration: none;
}

div.lookbook div.paragraph ul {
	list-style-type: none;
	padding: 0px;
}

div.lookbook div.paragraph li.first {
	padding-left: 0px;
	font-weight: bold;
}

div.lookbook div.paragraph li {
	padding-left: 10px;
}

div.lookbook div.paragraph div.credit {
	font-weight: bold;
	display: inline;
	margin-right: 8px;
}

div.lookbook div.paragraph ul.credit li {
	padding-left: 0px;
}

div.lookbook div.thumb {
	float: left;
	margin: 10px;
	marign-bottom: 15px;
	padding: 0px;
	width: 68px;
	height: 120px;
}

div.lookbook div.thumb div.image {
	border: 1px solid #AA9A69;
}


div.lookbook div.number {
	float: left;
	padding: 0px;
	padding-top: 2px;
	width: 66px;
	height: 22px;
	color: #AA9A69;
}

div.lookbook div.thumb div.image:hover {
	border: 1px solid #FFFFFF;
}

div.lookbook div.img_med {
	width: 302px;
	height: 471px;
	margin-left: 67px;
	margin-top: 10px;
}

div.lookbook div.img_med div.text{
	width: 302px;
	height: 15px;
	text-align: right;
}

div.lookbook div.img_med div.text a{
	color: #AA9A69;
	text-decoration: none;
}

div.lookbook div.img_med div.image{
	border: 1px solid #AA9A69;
}

div.lookbook div.desc {
	padding: 5px;
	margin-left: 67px;
	width: 290px;
	color: #666666;
	/*color: #AA9A69;*/
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

div.lookbook div.nav {
	margin-left: 67px;
	width: 300px;
	color: #AA9A69;
	margin-top: 15px;
}

div.lookbook div.prev{
	float: left;
	width: 100px;
	text-align: right;
}

div.lookbook div.next{
	float: right;
	width: 100px;
	text-align: left;
}

div.lookbook div.next a, div.lookbook div.prev a, div.lookbook div.frontLink a{
	color: #AA9A69;
	font-size: 12px;
}

div.lookbook div.next a:hover, div.lookbook div.prev a:hover, div.lookbook div.frontLink a:hover{
	text-decoration: none;
	color: #A29D97;
	font-size: 12px;
}

div.lookbook div.frontLink {
	clear: both;
	float: right;
	width: 100px;
	margin-top: 20px;
	text-align: right;
}