* {
	margin: 0;
	padding: 0;
}

BODY {
	background: url("../images/body_bknd.jpg") 0 140px repeat-x #EEF8FC;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 80%;
	color: #333333;
	letter-spacing: 0.03em;
}

/**
 * Generic
 * -------------------------
 */
IMG {
	border: 0;
}

A {
	text-decoration: none;
	color: #990000;
}

H1, H2, H3, H4 {
	color: #36589F;
	font-size: 1.4em;
	font-weight: normal;
}
H1 {
	font-size: 1.5em;
}

P {
	margin: 0 0 25px 0;
}

/**
 * Header
 * -------------------------
 */
DIV#hdr-container-outer {
	background: url("../images/hdr_bknd_left_watermark.gif") left top no-repeat;
}
DIV#hdr-container-inner {
	position: relative;
	height: 100px;
	margin: 0 auto 0 auto;
	width: 760px;
}
IMG#hdr-logo {
	position: absolute;
	top: 29px;
	left: 0px;
}
IMG#hdr-seal {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 50;
}
IMG#hdr-tel {
	position: absolute;
	bottom: 0;
	right: 98px;
}

/**
 * Main Nav
 * -------------------------
 */
DIV#main-nav {
	background: url("../images/main_nav_bknd.jpg") 0 top repeat-x;
	height: 40px;
}
DIV#main-nav UL {
	list-style-type: none;
	width: 760px;
	margin: 0 auto 0 auto;
}
DIV#main-nav LI {
	float: left;
}
DIV#main-nav A {
	float: left;
	display: block;
	height: 40px;
	background: url("../images/main_nav_but.jpg") right top no-repeat;
	padding: 0 1.3em 0 1.1em;
	color: #666666;
}
DIV#main-nav A:hover {
	background-position: right -40px;
}
DIV#main-nav A.active {
	background-position: right -80px;
}
DIV#main-nav SPAN {
	display: block;
	margin-top: 10px;
}


/**
 * Content Container
 * -------------------------
 */
DIV#content-container-outer {
	background: url("../images/body_right_watermark.gif") right top no-repeat;
	
	/* For margin bug */
	float: left;
	width: 100%;
}
DIV#content-container-inner {
	width: 760px;
	margin: 20px auto 0 auto;
	background-color: #FFFFFF;
	border: 1px solid #C9EAF6;
}
DIV#content-pad {
	padding: 25px;
}


/**
 * Footer
 * -------------------------
 */
DIV#footer-container {
	margin-top: 40px;
	background: url("../images/ftr_bknd.jpg") 0 top repeat-x;
	clear: both;
	line-height: 1.2em;
	
	/* For margin bug */
	width: 100%;
	float: left;
}
DIV#footer-inner {
	position: relative;
	height: 150px;
	width: 760px;
	margin: 0 auto 0 auto;	
}

UL#footer-links {
	position: absolute;
	top: 20px;
	left: 2px;
	list-style-type: none;
	font-size: 0.9em;
}
UL#footer-links LI {
	float: left;
	margin-right: 0.4em;
}
UL#footer-links A {
	margin-right: 0.4em;
	color: #666666;
	text-decoration: none;
}
DIV#footer-credits {
	position: absolute;
	top: 20px;
	right: 2px;	
	font-size: 0.8em;
	text-align: right;
	color: #666666;
}


/**
 * Content Layout Blocks
 * -------------------------
 */
DIV.two-col-left-rh {
	float: right;
	width: 505px;
	overflow: hidden;
}
DIV.two-col-left-lh {
	float: left;
	width: 180px;
	overflow: hidden;
}

DIV.two-col-equal-lh {
	float: left;
	width: 330px;
	overflow: hidden;
}
DIV.two-col-equal-rh {
	float: right;
	width: 50%;
	border-left: 1px solid #C9EAF6;
	overflow: hidden;
}
DIV.two-col-equal-rh-pad {
	padding-left: 25px;
}
HR.layout-block-spacer {
	visibility: hidden;
	margin: 15px;
	clear: both;
}



/**
 * Sub Nav
 * -------------------------
 */
H2.sub-nav-title {
	padding: 2px 2px 2px 5px;
	font-weight: normal;
	font-size: 1em;
	color: #333333;
	border: 1px solid #5B5BFF;
	background: url("../images/main_nav_bknd.jpg") 0 top repeat-x;
}
UL.sub-nav-links {
	list-style-type: none;
	margin-bottom: 25px;
}
UL.sub-nav-links LI {
	float: left;
	width: 100%;
}
LI.sub-nav-links-end {
	border-bottom: 1px solid #5B5BFF;
}
UL.sub-nav-links A {
	display: block;
	padding: 3px 3px 5px 25px;
	background: url("../images/sub_nav_but.jpg") 0 top no-repeat;
	color: #666666;
	border-top: 1px solid #FFFFFF;
}
UL.sub-nav-links A:hover {
	background-position: 0 -50px;
}
UL.sub-nav-links A.active {
	background-position: 0 -100px;
}



/**
 * Home Page
 * -------------------------
 */
DL.hm-section-intros DT {
	clear: both;
	border-top: 1px solid #C9EAF6;
	padding-top: 25px;
}
DL.hm-section-intros DD {
	margin-bottom: 25px;
}
DL.hm-section-intros H2,
DL.hm-section-intros DD {
	margin-left: 110px;
}
DL.hm-section-intros A H2 {
	color: #36589F;
	
}
DL.hm-section-intros DT IMG {
	float: left;
	margin-bottom: 25px;
}


/**
 * Sections
 * -------------------------
 */
IMG.section-pic {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

/**
 * Trophies
 * -------------------------
 */
IFRAME.catalogue-frame {
	border: none;
	width: 100%;
	height: 700px;
}
H2.catalogue-title {
	border: 1px solid #C9EAF6;
	background: url("../images/main_nav_bknd.jpg") 0 top repeat-x;
	padding: 3px;
	font-size: 1.1em;
	color: #333333;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: center;
}


/**
 * User messages
 * -------------------------
 */
DIV.user-messages {
	padding: 15px;
	border: 2px solid red;
	background-color: #FFFF00;
	color: #000000;
	margin-bottom: 25px;
}
DIV.user-messages H1,
DIV.user-messages H2 {
	color: #000000;
	font-weight: bold;
}
DIV.user-messages UL {
	list-style-position: inside;
}
DIV.user-messages P {
	margin-bottom: 0.5em;
}



/**
 * Form
 * -------------------------
 */
DIV.form-wrapper {
	background-color: #DDDDDD;
	border: 1px solid #999999;
	padding: 10px;
	
}
FORM.fw-form DT {
	float: left;
	clear: both;
	width: 70px;
	margin-bottom: 10px;
}
FORM.fw-form DT LABEL {
	display: block;
	padding-left: 10px;
}
FORM.fw-form DT LABEL.required {
	background: url("../images/form_required_icon.gif") 0 0.2em no-repeat;
}
FORM.fw-form DD {
	float: left;
	margin-left: 85px;
	margin-bottom: 10px;
}

DIV.form-required-legend {
	text-align: right;
	color: #990000;
	font-style: italic;
	font-size: 1.1em;
}
FORM.fw-form UL.errors {
	color: #990000;
	list-style-type: none;
}
FORM.fw-form INPUT {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}





/**
 * Contact
 * -------------------------
 */
DL#contact-details {
	
}
DL#contact-details DT {
	clear: left;
	float: left;
	width: 80px;
	color: #666666;
	margin-bottom: 10px;
}
DL#contact-details DD {
	margin-left: 170px;
	margin-bottom: 10px;
}
DL#contact-details DD.strong {
	font-size: 1.1em;
	font-weight: bold;
}


/**
 * Paginator
 * -------------------------
 */
DIV.paginator {
	border-top: 1px solid #C9EAF6;
	border-bottom: 1px solid #C9EAF6;
	clear: both;
	margin-bottom: 20px;
	padding: 3px;
	position: relative;
	text-align: center;
}
DIV.paginator-previous {
	float: left;
}
DIV.paginator-next {
	float: right;
}
UL.paginator-page-links {
	list-style-type: none;
	margin: 0 auto 0 auto;
	width: 350px;
}
UL.paginator-page-links LI {
	display: inline;
	margin-right: 0.5em;
}


/**
 * Auction
 * -------------------------
 */
DIV.auction-list-item {
	border-bottom: 1px solid #C9EAF6;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
DIV.auction-list-item H3 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.1em;
	margin-bottom: 3px;
}
IMG.auction-list-item-thumb {
	float: left;
}
DIV.auction-list-item-details {
	width: 400px;
	margin-left: 70px;
	display: block;
}

DIV.auction-list-item-time {
	float: right;
	font-weight: bold;
	text-align: right;
	margin-left: 20px;
}
SPAN.auction-list-item-time-title {
	color: #36589F;
	font-weight: normal;
}
UL.auction-list-item-action-links {
	list-style-type: none;
}
UL.auction-list-item-action-links LI {
	display: inline;
}
UL.auction-list-item-action-links A {
	margin-right: 5px;
}



/**
 * Work Gallery
 * -------------------------
 */
UL.gallery-thumbs {
	list-style-type: none;
	text-align: center;
}
UL.gallery-thumbs LI {
	float: left;
	width: 150px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #999999;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
UL.gallery-thumbs IMG {
	margin-top: 10px;
	margin-bottom: 10px;
}
UL.gallery-thumbs H3 {
	font-size: 1.1em;
	position: absolute;
	bottom: 10px;
	width: 100%;
}

H2.gallery-thumbs-title {
	border: 1px solid #C9EAF6;
	background: url("../images/main_nav_bknd.jpg") 0 top repeat-x;
	padding: 3px;
	font-size: 1.1em;
	color: #333333;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: center;
}