/*
Robert Kime Ltd - Cascading Style Sheet
Last Edited:  02 March 2009
Last Validated: As Above
Author: no <tag. soup / www.notagsoup.com
Copyright:  no <tag> soup All Rights Reserved
Additional comments:
Development file only, not to be used for production server

------------------------------
	Contents
------------------------------

1.	css reset
2.	general
3.	headers
4.	side-bars
5.	utility link bars
6.	home
7.	gallery
8.	overseas agents list
9.	category
10.	item
11.	about
12.	contact
13.	sitemap
14.	end
	
------------------------------
1.	reset
----------------------------*/

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; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,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; }

/*----------------------------
2. general
----------------------------*/

body		{ background-color: #d6e0e6; font-family:  verdana, sans-serif;}
img 		{ border: none; }

#wrapper {
		width: 995px;
		margin: 0 auto;
		text-align: left;
		background-color: #d6e0e6;
		min-height: 780px;
		position: relative;
		font-size: small;
		padding-bottom: 30px;
		/* overflow-x: hidden;  target ie */
}

html { overflow-y: scroll; /* force scrollbar in safari and ff */ }

strong { font-weight: bold; }

a { text-decoration: none; }

/*----------------------------
3. headers
----------------------------*/

#header, #header_medium, #header_small {
		border-right: 22px solid #c4a26e; 
		border-left: 22px solid #c4a26e; 
		background: #658c86 url(../graphics/logo_new.gif) no-repeat 54px 26px; 
		height: 170px;
		width: 950px;
		position: relative;
		font-size: medium;
}

#header_medium {
		background: #658c86 url(../graphics/logo_small.gif) no-repeat 41px 50%;
		height: 113px;
}

#header_small {
		background: #658c86 url(../graphics/logo_small.gif) no-repeat 41px 50%;
		height: 98px;
}

/* hide RKL print logo*/
#logo img, #header_medium  #logo img, #header_small #logo img { display: none; }

/* position logo (background-img for both medium and small headers */
#header_medium div#logo, #header_small div#logo {
		background: #658c86 url(../graphics/logo_small.gif) no-repeat 0 0;
		height: 70px;
		width: 147px;
		position: absolute;
		top: 21px;
		left: 41px;
}

#header_small div#logo {
		top: 14px;
		left: 41px;
}

/* hide feathers print logo*/
#royal_warrant img{ display: none; }

/* hide feathers as not present on screen in medium and small headers */
#header_medium  div#royal_warrant, #header_small div#royal_warrant { display: none; }

#royal_warrant {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 178px;
		height: 127px;
		overflow: hidden;
		text-indent: -9990em;
		background: #658c86 url(../graphics/feathers.gif) no-repeat 0 0; 
}
#royal_warrant_print_image {
		height: 243px;
		width: 183px;
}

/* ----- position navigation bars ----- */
#header ul#top_level_navigation{
		position: absolute;
		top: 132px;
		left: 42px;
}

#header_medium #top_level_navigation  {
		position: absolute;
		top: 48px;
		right: 16px;
}

#header_small ul#top_level_navigation  {
		position: absolute;
		top: 54px;
		right: 17px;
}

#header_medium ul#top_level_navigation_2nd {
		position: absolute;
		top: 76px;
		right: 17px;
}

#header ul li, #header_medium ul li, #header_small ul li {
		display: inline;
		background: #658c86 url(../graphics/header_nav_separator.gif) no-repeat left 70%;
}

ul#utility_links li.first, #header ul li.first, #header_medium ul li.first, #header_small ul li.first { background-image: none; }

#header ul li a,#header_medium ul li a ,#header_small ul li a { padding: 0 8px 0 16px; text-transform: lowercase;}

a#home_bttn {
		position: absolute;
		top: 22px;
		right: 24px;
}

#header a, #header_medium a, #header_small a {
		color: #fff;
		font-weight: bold;
		font-size: 80%;
}

#header a:hover, #header_medium a:hover, #header_small a:hover { color: #c4a26e; }

/*----------------------------
 side bars
----------------------------*/

/* --- home page side bar --- */
div#side_bar_home, div#side_bar_location, div#side_bar_contact {
		position: relative;
		top: 55px;
		right: 36px;
		float: right;
		width: 212px;
		color: #4f706a;
		line-height: 1.6em;
		height: 576px;
}

div#side_bar_home {
	height: 550px;
}

div#side_bar_location { height: 380px; }

div#side_bar_home li a, div#side_bar_location li a, div#side_bar_contact li a{ color: #4f706a; }

div#side_bar_home li h2, div#side_bar_location li h2, #side_bar_contact  h2 {
		color: #a48046;
		font-weight: bold;
}

div#side_bar_home ul li.break, div#side_bar_location ul li.break,div#side_bar_contact ul li.break { margin-top: 1.8em; }

div#side_bar_home p#paragraph_bottom , div#side_bar_contact ul#list_bottom {
		position: absolute;
		bottom: 0;
}

ul#list_bottom  a {display: none;}

/* --- side bar --- */
div#side_bar {
		position: relative;
		top: 24px;
		right: 56px;
		float: right;
		width: 244px;
		color: #4f706a;
		line-height: 1.42em;
		height: 569px;
}

div#side_bar  h2, #category_side_bar  h2 {
		color: #a48046;
		font-weight: bold;
		margin-bottom: 17px;
}

div#side_bar h3 { font-weight: bold; }

div#side_bar p#instruction {
		color: #a48046;
		margin-bottom: 18px;
}

div#side_bar p#paragraph_bottom, div#category_side_bar p#paragraph_bottom {
		position: absolute;
		bottom: 0;
		height: auto;
}

div#side_bar p#paragraph_bottom {
		bottom: 36px;
}

div#side_bar_contact {
		height: 545px;
		position: absolute;
		top: 222px;
}

/* --- category side bar --- */
div#category_side_bar {
		position: relative;
		top: 43px;
		right: 50px;
		float: right;
		width: 240px;
		color: #4f706a;
		line-height: 1.42em;
		height: 572px;
}



div#category_side_bar li { margin-bottom: 15px; }

div#category_side_bar li a{
		color: #4f706a;
		font-weight: bold;
}

/* --- item side bar --- */
div#item_side_bar {
		width: 240px;
		height: 570px; 
		float: right;
		color: #4f706a;
		position: relative;
		top: 28px;
		right: 50px;
		line-height: 1.42em;
}

div#item_side_bar h1 {
		color: #a48046;
		font-weight: bold;
		margin-bottom: 15px;
}

div#item_side_bar ul {
		position: relative;
		top: 37px;
		padding: 0px;
}

div#item_side_bar ul li{
		margin-bottom: 15px;
		font-weight: normal;
}

div#item_side_bar ul li span{ font-weight: bold; }

div#item_side_bar p#paragraph_bottom {
		position: absolute;
		top: 362px;
		font-weight: normal;
}

div#item_side_bar a#back_link, div#side_bar_home a#back_link, div#side_bar_location a#back_link, div#side_bar a#back_link {
		position: absolute;
		bottom: 0;
		padding-left: 13px;
		color: #4f706a;
		font-weight: bold;
		background: #d6e0e6 url(../graphics/back_link_arrow.gif) no-repeat 1px 4px;
}

div#side_bar a#back_link {
		display: block;

}

div#side_bar_location a#print_link {
		position: relative;
		top: 20px;
		display: block;
		color: #a48046;
		font-weight: bold;
}

p#paragraph_bottom a {
		text-decoration: underline;
		color: #4f706a;
}

li#location a { text-decoration: underline; }

/*----------------------------
 utility links
----------------------------*/

ul#utility_links {
		width: 650px;
		position:relative;
		top: 43px;
		left: 68px;
		float: left;
		clear: both;
}

ul#utility_links li {
		display: inline;
		background: #d6e0e6 url(../graphics/utility_link_separator.gif) no-repeat 0 2px;
}
ul#utility_links li a{
		color: #a48046;
		font-weight: bold;
		padding: 0 6px 0 12px;
}

body#contact ul#utility_links { top: 90px; }

body#about ul#utility_links { top: 95px; left: 94px;}

div#container ul#utility_links { top: 20; left: -10px;}

div#item ul#utility_links { left: -11px;}

body#home ul#utility_links { padding-bottom: 20px;}

/*----------------------------
home
----------------------------*/

img#store_front {
		width: 540px;
		height: 540px;
		margin-top: 60px;
		position: relative;
		left: 80px;
		background-color: #fff;
		float: left;
}


/*----------------------------
 gallery
----------------------------*/

div#container {
		position: relative;
		top: 27px;
		left: 65px;
		width: 600px;
		float: left;
		background-color: #d6e0e6;
}

div#galleryScrollPane ul  {
		list-style-type: none; 
		width: 566px; 
		background-color: #ccc;
		background: #fff url(../graphics/white_gallery_bkgd.gif) repeat-y 551px 0;
}

div#galleryScrollPane  ul li	{
		width: 177px;
		height: 240px;
		padding: 0 10px 0 0;
		float: left;
		text-align: center;
		font-size: x-small;
}

div#galleryScrollPane ul li img {
		display: block;
		margin-bottom: 7px;
}

div#galleryScrollPane  ul li a { color: #4f706a; text-transform: lowercase;}

div#galleryScrollPane { 
	height: 563px; 
	overflow: auto; 
	float: left; 
	width: 590px;
	background: #fff url(../graphics/white_gallery_bkgd.gif) repeat-y 551px 0;  /*creates neat blue right edge to gallery list*/
	scrollbar-face-color: #C1C4C6;
	scrollbar-arrow-color: #aaa5a4;
	scrollbar-track-color: #cfd2d5;
	scrollbar-shadow-color: #C1C4C6;
	scrollbar-highlight-color: #C1C4C6;
	scrollbar-3dlight-color: #C1C4C6;
	scrollbar-darkshadow-Color: #C1C4C6;
}

body#gallery_page h1 {
		color: #a48046;
		font-weight: bold;
		font-size: medium;
		position: relative;
		top: 11px;
		left: 66px;
		width: 700px;
}


/*----------------------------
n.   overseas agents list
----------------------------*/

h1#agents {
		color: #a48046;
		font-weight: bold;
		font-size: medium;
		position: relative;
		top: 26px;
		left: 82px;
		width: 600px;
}

div#agents {
		position: relative;
		left: 82px;
		top: 48px;
		width: 900px;
		float: left;
}

div#agents dl {
		width: 260px;
		height: 158px;
		float: left;
		margin: 0 40px 18px 0;
		line-height: 1.7em;
		color: #4f706a;
}

div#agents dl dt {
		font-size: 110%;
		font-weight: bold;
		color: #658c86;
		letter-spacing: 0.09em;
}

a#agents_london {
		clear: both;
		float: left;
		color: #222;
		position:absolute;
		top: 198px;
		left: 681px;
		color: #a48046;
		font-weight: bold;
}

/*----------------------------
n.   category page
----------------------------*/

#category_image {
		float: left;
		position: relative;
		top: 45px;
		left: 70px;
}


/*----------------------------
n.   item page
----------------------------*/

div#item {
		float: left;
		position: relative;
		top: 31px;
		left: 70px;
		width: 568px;
}


#item_image {
		float: left;
		display: block;
}


#print_address {
		display: none;

}
/*----------------------------
n.   about page
----------------------------*/

#about_image {
		float: left;
		position: relative;
		top: 51px;
		left: 105px;
}


div#about_copy {
		width: 390px;
		height: 441px;
		float: right;
		position: relative;
		top: 116px;
		right: 92px;
		color: #4f706a;
		line-height: 1.7em;
}

div#about_copy p { margin-bottom: 16px; }

p#author {
		position: relative;
		top: 4px;
		font-weight: bold;
}



/*----------------------------
n.   about page
----------------------------*/

ul#terms {
		float: right;
		position: relative;
		top: 20px;
		right: 44px;

}
ul#terms li {
		display: inline;
		background: #d6e0e6 url(../graphics/dark_nav_bar.gif) no-repeat left 3px;
}

ul#terms li.first { background-image: none; }


ul#terms li a{
		color: #a48046;
		font-weight: bold;
		padding: 0 5px 0 14px;
}


div#terms {
		clear: right;
		float: right;
		position: relative;
		top: 31px;
		right: 200px;
		width: 600px;
		line-height: 1.2em;
		color: #4f706a;
		padding-bottom: 30px;
}

div#terms h1 {
		color: #a48046;
		font-size: medium;
		font-weight: bold;
		margin-bottom: 34px;
}

div#terms p { margin-bottom: 1.1em;}

div#terms ul {
		position: relative;
		left: 18px;
		margin-bottom: 1.1em;
}

/*----------------------------
n.   contact
----------------------------*/

div#contact {
		width: 600px;
		position: relative;
		top: 40px;
		left: 80px;
		float: left;
		font-weight: bold;
		color: #4f706a;
		height: 408px;
}

form div {
	padding: 18px 0;
	clear: both;
	
}

label {
		float: left;
		width: 200px;
		clear: left;
		padding: 10px 0;
}

label span {
		display: block;
		margin-top: 10px;
		position: relative;
		left: 1em;
		line-height: 1.5em;
		font-weight: normal;
		width: 170px;
}
input, textarea {
		float: left;
		
		padding: 10px;
		width: 340px;
		line-height: 1.5em;
		border: 1px solid #9BB2BF;
}

#submit {
		position: relative;
		left: 200px;
		width: 120px;
		background-color: #fff;
		padding: 6px 0;
		font-weight: bold;
		color: #4f706a;
		cursor: pointer;
		border: 1px solid #9BB2BF;
		
}

ul#list_bottom {
	font-size: x-small;
	color: #a48046;
}

ul#terms_links_bar {
		width: 640px;
		clear: both;
		float: left;
		color: #222;
		position:relative;
		top: 110px;
		left: 70px;
}

ul#terms_links_bar li {
		display: inline;
		background: #d6e0e6 url(../graphics/terms_separator.gif) no-repeat 0 3px;
}

ul#terms_links_bar li.first { background-image: none; }

ul#terms_links_bar li a{
	color: #4f706a;
	padding: 0 6px 0 12px;
	font-size: 86%;
	text-transform: capitalize;
}

ul#head_office { margin-top: 1.6em; }


/*----------------------------
n.   location
----------------------------*/

div#map {
		width: 550px;
		float: left;
		position: relative;
		top: 60px;
		left: 82px;
	
}
/*----------------------------
n.   sitemap
----------------------------*/

div#sitemap {
		
		position: relative;
		top: 56px;
		left: 80px;
		padding-bottom: 70px;
		width: 900px;
		
}

div#sitemap ul#sections, div#sitemap ul#utilities {
		width: 760px;
		float: left;
		margin-bottom: 30px;
}

div#sitemap ul#sections {
		margin-bottom: 18px;
}


div#sitemap ul#sections li, div#sitemap ul#utilities li {
		display: inline;
		background: #d6e0e6 url(../graphics/utility_link_separator.gif) no-repeat 0 2px;
}

div#sitemap ul#utilities li {
		background: #d6e0e6 url(../graphics/sitemap_utilities_separator.gif) no-repeat 0 2px;
}

div#sitemap ul#sections li.first, div#sitemap ul#utilities li.first{
		background: none;
}

div#sitemap ul#sections li a, div#sitemap ul#utilities li a {
		color: #a48046;
		font-weight: bold;
		padding: 0 6px 0 12px;
}

div#sitemap ul#utilities li a {
		color: #4f706a;
}

div#sitemap ul#sections li.first a, div#sitemap ul#utilities li.first a{
		padding-left: 0;
}


div#sitemap a {
color: #4f706a;
}



div#sitemap a:hover {
		text-decoration: underline;
}

div#clear {

	clear: both;
	float: left;
	display: block;
	


}
div#sitemap h2, div#sitemap h3 {
margin: 1.5em 0 2em 0;
clear: left;
font-weight: bold;
color: #a48046;
display: block;
}

div#sitemap h2 { margin: 0; }

div#sitemap h3 {
float: left;
width: 200px;
margin: 1em 0 0.2em 0;
position: relative;
left: 26px;
}

div#sitemap table {
float: left;
position: relative;
left: 26px;
top: 13px;
margin-bottom: 20px;
width: 600px;
}

div#sitemap table tr{
line-height: 1.5em;
}

div#sitemap table tr td{
width: 180px;
}

div#sitemap ul {
line-height: 1.5em;
}

div#sitemap li, div#sitemap li a {
font-weight: bold;
color: #a48046;
line-height: 2em;
}


/*----------------------------
	editorial
----------------------------*/

ul#mag_covers {
	width: 900px;
	position:relative;
	top: 37px;
	left: 70px;
	overflow: hidden;
}

ul#mag_covers li{
	width: 204px;
	height: 267px;
	margin:  0 20px 20px 0;
	float: left;
}

h1#editorial {
	position: relative;
	left: 70px;
	top: 43px;
	color: #a48046;
	font-weight: bold;
	font-size: medium;
	width: 600px;
}

ul#article {
	width: 910px;
	position:relative;
	top: 66px;
	left: 70px;
	clear: both;
}

ul#article li {
	float: left;
	margin: 0 18px 0 0;
	height: 315px;
}

ul#article li p{
	font-size: xx-small;
	color: #4f706a; 
}

ul#project_article_links {
	clear: left;
	float: right;
	position: absolute;
	top: 112px;
	right: 49px;
}
ul#project_article_links li {
	text-align: right;
	width: 220px;
	line-height: 2em;
}


a#print_version {
	
	text-align: right;
	font-weight: bold;
	color: #a48046;
}

a#article_back_link {
		padding-left: 13px;
		color: #4f706a;
		font-weight: bold;
		background: #d6e0e6 url(../graphics/back_link_arrow.gif) no-repeat 1px 4px;
}

/*----------------------------
	projects and articles menu
----------------------------*/


ul#projects_articles {
	position: relative;
	top: 50px;
	left: 72px;
	width: 420px;
	float: left;
}

ul#projects_articles li{
	line-height: 1.5em;
	color: #a48046;
}

ul#projects_articles li a{
	
	color: #4f706a;
}


h1#proj-art-heading {
		position: relative;
		left: 71px;
		top: 20px;
		color: #a48046;
		font-weight: bold;
		font-size: medium;
		width: 600px;
}


div#projects_articles_wrapper {
		position: relative;
		top: 60px;
		left: 71px;
}

p#project_article_intro {
		position: relative;
		top: 32px;
		left: 71px;
		width: 800px;
		color: #4f706a;

}

/*----------------------------
	news
----------------------------*/

div#news_wrapper {
		width: 532px;
		
		position: relative;
		top: 51px;
		left: 105px;
		padding-bottom: 30px;
}

div.news {
		
		width: 750px;
		height: 333px;
		display: block;
		margin: 0 0 76px 0;
}

div.news img {
		float: left;
}

div.news p {
		width: 333px;
		float: right;
		color: #4f706a;
		line-height: 1.7em;
}
/*----------------------------
	END
----------------------------*/




div#gallery_print_link {
		position: absolute;
		bottom: 0;
}

p#gallery_paragraph_bottom {
		position: absolute;
		bottom: 36px;
}

div#gallery_print_link a{
		color: #a48046;
		font-weight: bold;
		
}

p#gallery_paragraph_bottom a {
		text-decoration: underline;
		color: #4f706a;
}










