/* Global definitions */

body
{
	background-color: #FFFFFF;
	font-family: Arial;
}

body, .content a, .content a:link 
{
	color: #473327;
}

a, a:link
{
	text-decoration: underline;
}

a:hover, a:active, .active
{
	text-decoration: none;
}

em
{
	font-style: normal;
	font-weight: bold;
}

img
{
	border: 0px;
}

/* Colour definitions */

#master, .contentGallery li
{
	border-color: #473327;
}



/* Layout definitions */

#header a
{
	text-decoration: none;
}

.headerNav a, .headerSubNavContainer a
{
	color: #000000;
}

#master
{
	height: 510px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	width: 775px;
	text-align: left;
}

#header
{
	font-family: Arial;
	position: relative;
	height: 100px;
	z-Index: 1;
	overflow: hidden;
}

#bodyDetail, #bodyIndexDetail
{
	float: left;
}


#bodyDetail
{
	height: 410px;
	text-align: center;
}

#bodyContent, #bodyFooter
{
	float: right;
	width: 550px;
}

#bodyContent, #bodyFrame, #bodyIndex, #bodyIndexDetail
{
	height: 325px;
}

#bodyIndex, #bodyIndexFooter
{
	width: 100%;
}

#bodyIndexDetail, #bodyDetail
{
	width: 220px;
}

#bodyFrame
{
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

#bodyFooter, #bodyIndexFooter
{
	margin: 5px 0px 0px 0px;
	height: 80px;
}

#bodyIndexFooter
{
    background-color: #896b57;
    background-image: url( '../media/images/index_footer_bg.jpg' );
}

#bodyIndex h1, #bodyIndex h2
{
	color: #473327;
	font-size: 12px;
	font-weight: normal;
	margin-left: 75px;
}

#bodyIndex h1
{
	width: 380px;
	line-height: 21px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#bodyIndex h2
{
	font-style: italic;
}


#bodyIndexFooter p
{
	margin: 0px;
	padding: 0px;
	color: #E0DDDA;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}





#promo-collection
{
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 56px;
}

#promo-collection h1
{
	padding: 5px;
	margin: 0;
}



#promo-homepage
{
	z-index: 10;
	position: absolute;
	top: 240px;
	left: 25px;
	height: 170px;
	width: 170px;

	background-image: url('../media/images/promo-homepage-bg.gif');
	background-repeat: no-repeat;
	background-position: left top;

	overflow: hidden;
	cursor: pointer;
}


#promo-homepage h1
{
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 80%;
	color: maroon;
}


#promo-homepage p
{
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 80%;
}






/* global nav def'ns */

#navLogo
{
	width: 225px;
	float: left;
}

#header h1, .headerSubNavContainer a, .headerSubNavContainer span
{
	font-size: 10px;
	text-transform: uppercase;
}

.headerNav
{
	margin: 0 10px 0 0;
	padding: 0 0 0 1px;
	float: left;

	background-repeat: repeat-y;
	background-position: left;
	background-image: url( '../media/images/headerNav_border.gif' );
}

.headerNav img alt
{
	font-size: 50%;
}

.headerNav img
{
	padding-top: 35px;
}

.headerSubNavContainer
{
	position: absolute; 
	top: 55px; 
	visibility: hidden;
}

.headerSubNavContainer a, .headerSubNavContainer span
{
	margin: 0px;
	padding: 4px 0px 0px 12px;
}

.headerSubNavContainer a:hover, .headerSubNavContainer span
{
	background-image: url( '../media/images/subnav/submenu_bullet.gif' );
	background-repeat: no-repeat;
	background-position: left center;
}



/* Global definitions continued */

h1
{
	font-size: 125%;
}

table, h2
{
	font-size: 100%;
}

input, select, submit 
{
	font-size: 100%;
}

textarea
{
	font-size: 120%;
	font-family: Arial;
}



/* Content definitions */

.req
{
	font-size: 160%;
	font-weight: bold;
	line-height: 50%;
	color: red;
	margin-right: 0.1em;
}

.content h1, h2
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

.content h1
{
	text-transform: lowercase;
}

.content table h1
{
	text-transform: none;
	margin-bottom: 5px;
}

.content table p
{
	margin: 0px;
}

.content
{
	font-size: 70%;
}

.content p
{
	margin: 5px 0px 5px 0px;
}

.content a
{
	text-decoration: underline;
}

.content a.recommend
{
        font-weight: normal;
        text-decoration: underline;
}

.contentSubNav ul
{
	margin: 10px 0 0 5px;
	padding: 0 0 0 15px;
}



/* COLLECTION + GALLERY */

ul.contentGalleryList
{
	float: left;
	margin: 30px 30px 0 15px;
	padding: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
}

ul.contentGalleryList a
{
	text-decoration: none;
}

ul.contentGalleryList li.active
{
	list-style: square;
}

ul.contentGalleryList li
{
	list-style: none; 
	list-style-position: outside;
	width: 115px;
	font-size: 90%;
	font-weight: bold;
	padding: 0.2em 0 0.2em 0;
	margin: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	text-transform: uppercase;
}



.detailPages
{
	margin: 0 22px 10px 0;
	text-align: right; 
	color: white;
	font-size: 70%;
	font-weight: bold;
}


.detailPages a, .detailPages a.active
{
	font-size: 120%; 
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}


.detailPages a.active
{
	text-decoration: underline;
	color: white;
}


.detailGalleryImage, .detailPressImage
{
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	margin: 5px;
}

.detailGalleryImage img 
{
	border: 1px solid white;
	height: 50px;
	width: 50px;
	overflow: hidden;
}

.detailGalleryImage a, .detailPressImage a
{
	text-decoration: none;
}



.detailPressImage img 
{
	border: 1px solid white;
	width: 80px;
	height: 105px;
}



.contentGalleryImage, .detailGalleryImage, .detailGalleryImageN, .detailPressImage
{
	float: left;
	display: inline;
}


.contentGalleryImage
{
	margin: 3px 3px 0 0;
}


.contentGalleryImage img
{
	border: 0;
	height: 50px;
	width: 50px;
}



#contactFormLink
{
	float: right;
	margin: -0.3em;
}

#contactFormLink form
{
	margin: 0;
}


.contactFormDialogue
{
	font-weight: bold;
/*	background-color: white; */
	padding: 10px;
}



