/*

Robinsons screen stylesheet v3

palette: 	
	cream 		#ece8cf
	dark cream	#cdc8aa
	dark green	#413e27
	wine red	#7a201f
	gold		#fcdf7c
	bg-red		#4a1211
	
style page colours using body class tags - see content section	

*/

@IMPORT url("vacancies.css");

body { 
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, san-serif;
	background: #4a1211 url(graphics/menustrip-bg.gif) repeat-x 0 118px;
	color: #333;
	text-align: center;
	}

.accessfeature	{
	position: absolute;
	left: -999em;
	}
p {
	color: #333;
}

a	{
	cursor:	pointer;
	text-decoration: underline;
	font-size: 1em;
	color: 	#413e27;
	}

a:hover {
	color: #7a201f;
}

a img	{
	border: 0;
	}

a.pic {
	border: 1px solid #ece8cf;
}

a.pic:hover {
	border: 1px solid #7a201f;
}

/*	Container
----------------------------------------------------------------
	centers all elements and adds drop shadow to page */

#container	{
	width: 960px;
	margin-top: 117px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 1px 0 0 0;
	border-top: 1px solid #4a1211; /* forces the #page div to respect its own top margin */ 
	position: relative;
	background: #4a1211 url(graphics/container-bg.gif) repeat-y left top;
}

/*	Header
---------------------------------------------------------------- */

#header	{
	position: absolute;
	top: -118px;
	left: 383px;
	width: 193px;
	margin: 0;
	text-align: center;
	height: 189px;
	z-index: 100; 
	}
	
#header h1	{
	position: absolute;
	top: 0;
	left: -999em;
}

#header a img	{
	border: 0;
}

/*	Menu
---------------------------------------------------------------- */
	
	
#menu	{
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 43px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(graphics/menustrip-bg.gif) repeat-x left top; 
	}

#menu ul	{
	list-style-type: none;
	float: left;
	height: 43px;
	margin: 0;
	padding: 0;
	}

#menu ul.left	{
	padding-left: 12px;
	width: 372px;
	}

#menu ul.right	{
	margin-left: 193px;
	width: 372px;
	}

#menu ul li	{
	float: left;
	margin: 5px 0 0 0;
	width: 93px;
	padding: 0;
	position: relative;
	}

#menu ul li a	{
	display: block;
	height: 38px;
	padding: 0;
	margin: 0;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	}

#menu ul li a span	{
	position: absolute; /* hide the text links from the screen viewer */
	top: -999em;
	left: -999em;
	}

#menu ul li ul	{
	position: absolute;
	top: -999em;
	left: -999em;
	width: 93px;
	}
	
#menu ul li:hover ul, #menu ul li.over ul	{
	top: 33px;
	left: 0;
	background-color: #4a1211;
/* includes class as well as pseudo class for IE  - fixiewin.js file generates the class on the fly */
	}

#container #menu ul li ul li	{
	height: auto;
	border-bottom: 1px solid #7a201f;
	margin: 0;
	}
	
#container #menu ul li ul li a	{
	background-image: none;
	background-color: #4a1211;
	color: #ece8cf;
	padding: 4px 3px;
	height: auto;
	}

#container #menu ul li ul li a:hover	{
	background-color: #7a201f;
	background-image: none;
	}

/*	normal state	*/

#menu li#brewerytours				{background-image: url(menu/tours.gif)}
#menu li#shop						{background-image: url(menu/shop.gif)}
#menu li#beers						{background-image: url(menu/beers.gif)}
#menu li#pubs						{background-image: url(menu/pubs.gif)}
#menu li#tenancies					{background-image: url(menu/vacancies.gif)}
#menu li#contract					{background-image: url(menu/services.gif)}
#menu li#robinsons					{background-image: url(menu/about.gif)}
#menu li#contact					{background-image: url(menu/contact.gif)}
#menu li#training					{background-image: url(menu/training.gif)}

/*	hover state	*/

#menu li#brewerytours:hover			{background-image: url(menu/tours-over.gif)}
#menu li#shop:hover					{background-image: url(menu/shop-over.gif)}
#menu li#beers:hover				{background-image: url(menu/beers-over.gif)}
#menu li#pubs:hover					{background-image: url(menu/pubs-over.gif)}
#menu li#tenancies:hover			{background-image: url(menu/vacancies-over.gif)}
#menu li#contract:hover				{background-image: url(menu/services-over.gif)}
#menu li#robinsons:hover			{background-image: url(menu/about-over.gif)}
#menu li#contact:hover				{background-image: url(menu/contact-over.gif)}
#menu li#training:hover				{background-image: url(menu/training-over.gif)}

/* fake hover state */

#menu li#brewerytours.over			{background-image: url(menu/tours-over.gif)}
#menu li#shop.over					{background-image: url(menu/shop-over.gif)}
#menu li#beers.over					{background-image: url(menu/beers-over.gif)}
#menu li#pubs.over					{background-image: url(menu/pubs-over.gif)}
#menu li#tenancies.over				{background-image: url(menu/vacancies-over.gif)}
#menu li#contract.over				{background-image: url(menu/services-over.gif)}
#menu li#robinsons.over				{background-image: url(menu/about-over.gif)}
#menu li#contact.over				{background-image: url(menu/contact-over.gif)}
#menu li#training.over				{background-image: url(menu/training-over.gif)}

/*	selected state	*/

body.brewerytours #menu li#brewerytours		{background-image: url(menu/tours-selected.gif)}
#menu li#shop.selected				{background-image: url(menu/shop-selected.gif)}
body.beers #menu li#beers						{background-image: url(menu/beers-selected.gif)}
body.pubs #menu li#pubs.selected				{background-image: url(menu/pubs-selected.gif)}
body.vacancies #menu li#tenancies					{background-image: url(menu/vacancies-selected.gif)}
body.contract #menu li#contract			{background-image: url(menu/services-selected.gif)}
body.about #menu li#robinsons			{background-image: url(menu/about-selected.gif)}
body.contact #menu li#contact			{background-image: url(menu/contact-selected.gif)}
body.training #menu li#training			{background-image: url(menu/training-selected.gif)}


/*	Page - seems to be stuff for the contract services page
---------------------------------------------------------------- */

#page	{
	margin: 43px 12px 0 12px;
	padding: 48px 0 10px 15px;
	text-align: left;
	background-color:#ece8cf;
	}
	
#page.contract
{
	background-image: url(graphics/contractservices1-bkgrd3.jpg);
	background-repeat: no-repeat;
	background-position: center 35px;
}

#page.contract2
{
	background-image: url(graphics/contractservices-green.gif);
	background-position: center 35px;
	background-repeat: no-repeat
}


#content p.contract1 
{
	font-size: 1.2em;
	color: #003366;
}

#content h3.contract2 {
	margin-top:60px;
	color: #FFFFCC;
}

#content h3.contract3 {
	margin-top: .3em;
	color: #FFFFCC;
}

#content p.contract2
{
	color: #FFFFCC;
	
}

body.contract #content a {
	color: #FFFFCC;
}



/*	home page buttons
---------------------------------------------------------------- */

div.button	{
	float: left;
	width: 212px;
	margin: 0 0 20px 0;
	padding: 0 15px;
	}

#content div.button a img	{
	display: block;
	margin: 0;
	padding: 0;
	}
	
/*	columns
---------------------------------------------------------------- 
	clear columns where necessary using hr */

div.triple-column	{
	float: left;
	width:876px;
	margin: 0 0 20px 0;
	padding: 0 15px;
	}

div.double-column	{
	float: left;
	width: 574px;
	margin: 0 0 20px 0;
	padding: 0 15px;
	}

div.single-column	{
	float: left;
	width: 272px;
	margin: 0 0 20px 0;
	padding: 0 15px;
	}

hr	{
	display: block;
	clear: left;
	height: 1px;
	border-top: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
	}
	
/*	default content
---------------------------------------------------------------- */

#content h2	{
	font-size: 1.4em;
	font-weight: bold;
	color: #7a201f;
	margin: 0 0 0.5em 15px;
	}

#content div h2	{
	margin: 0 0 0.5em 0;
	}
	
#content h3	{
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	margin: 0 0 0.2em 0;
	}
	
#content p	{
	margin: 0 0 0.8em 0;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #333;
	}

body.green #content li	{
	color: #333
	}

#content table	{
	margin: 0;
	padding: 0;
}
	
#content table td, #content table th,	{
	margin: 0;
	padding: 5px;
	empty-cells: show;
	}

#content object	{
	margin: 0 0 20px 0;
	}

.sshh {
	display:none;
}

/*	content images
---------------------------------------------------------------- */

#content img.bleed-right	{
	float: right;
	margin: 0 -30px 0 0;
	padding: 0;
	border: 0;
	position: relative;
	}

#content img.bleed-left	{
	float: left;
	margin: 0 0 0 -30px;
	padding: 0;
	border: 0;
	position: relative;
	}

#content img.bleed-left-top	{
	float: left;
	margin: -35px 0 0 -30px;
	padding: 0;
	border: 0;
	position: relative;
	}
	
#content .imageCenter {
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
	
#content .imageCaptionRight {
	font-style:italic;
	float:right;
	text-align:center;

}

#content .imageCaption {
	font-style:italic;
	float:none;
	text-align:center;

}	

/* div for putting images in that take up full length of page, used on beers/index.html */
#content div.full-width {

	margin: 0 0 0 -15px;
	padding:0;
	
	}
	
#content div#beerImagesBackground {
	margin: 0 0 0 -15px;
	padding: 0;
	background-color:#660000;
}
	

/*	green content colours
---------------------------------------------------------------- */

body.green #page	{
	background-color: #413e27;
	}

body.green #content h2	{
	color: #fcdf7c;
	}
	
body.green #content h3	{
	color: #ece8cf;
	}
	
body.green #content p	{
	color: #ece8cf;
	}

body.green #content a	{
	color: #cdc8aa;
	}

body.green #content a:hover	{
	color: white;
	}

body.green #content li	{
	color: #ece8cf
	}

/*	pullouts and sub menus
---------------------------------------------------------------- */

#content div.pullout	{
	width: 272px;
	margin: 0 0 20px 0;
	padding: 0;
	background: transparent url(graphics/cream-pullout-bg.gif) repeat-y left top;
	}

#content div.pullout h2	{
	background: transparent url(graphics/cream-pullout-head.gif) no-repeat left top;
	height: 27px;
	font-size: 12px;
	padding: 8px 5px 0;
	margin: 0;
	color: black;
	text-align: center;
	}

#content div.pullout p.foot	{
	margin: 0;
	padding: 0 0 16px 0;
	background: transparent url(graphics/cream-pullout-foot.gif) no-repeat left bottom;
	}

#content div.pullout ul	{
	margin: 4px 12px 0;
	padding: 0;
	list-style-type: none;
	}

#content div.pullout ul li	{
	margin: 0.5em 0;
	padding: 4px 0 8px 0;
	border-bottom: 1px solid #cdc8aa;
	font-size: 1em;
	line-height: 1.4em;
	}
	
/* green pullouts and sub menus */

body.green #content div.pullout	{
	background: transparent url(graphics/green-pullout-bg.gif) repeat-y left top;
	}

body.green #content div.pullout h2	{
	background: transparent url(graphics/green-pullout-head.gif) no-repeat left top;
	color: #ece8cf;
	}

body.green #content div.pullout p.foot	{
	background: transparent url(graphics/green-pullout-foot.gif) no-repeat left bottom;
	}

body.green #content div.pullout ul li	{
	border-bottom: 1px solid #413e27;
	color: #ece8cf
	}

body.green #content div.pullout h3	{
	color: #fcdf7c
	}

/*	single column panels
---------------------------------------------------------------- */

#content div.panel	{
	width: 272px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	background: transparent url(graphics/cream-panel-bg.gif) repeat-y left top;
	}

#content div.panel h2	{
	background: transparent url(graphics/cream-panel-head.gif) no-repeat left top;
	height: 27px;
	font-size: 12px;
	padding: 8px 12px 0;
	margin: 0;
	color: #7a201f;
	}

#content div.panel p.foot	{
	margin: 0;
	padding: 0 0 16px 0;
	background: transparent url(graphics/cream-panel-foot.gif) no-repeat left bottom;
	}

#content div.panel img	{
	margin: 0.5em 0.5em 0.5em 12px;
	float: left;
	display: block;
	}
#content div.panel h3	{
	margin: 0 12px;
	font-size: 1em;
	}

#content div.panel p	{
	margin: 0.5em 12px;
	font-size: 1em;
	line-height: 1.4em;
	}

#content div.panel ul	{
	margin: 0 12px;
	padding: 0;
	list-style-type: none;
	}

#content div.panel ul li	{
	margin: 0 0 1em 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #cdc8aa;
	font-size: 1em;
	line-height: 1.4em;
	}

#content div.panel li img	{
	margin: 0.5em 0.5em 0.5em 0;
	float: left;
	display: block;
	}

#content div.panel li h3	{
	margin: 0;
	font-size: 1em;
	}

/* green panels */

body.green #content div.panel	{
	background: transparent url(graphics/green-panel-bg.gif) repeat-y left top;
	}

body.green #content div.panel h2	{
	background: transparent url(graphics/green-panel-head.gif) no-repeat left top;
	color: #fcdf7c;
	}

body.green #content div.panel p.foot	{
	background: transparent url(graphics/green-panel-foot.gif) no-repeat left bottom;
	}

body.green #content div.panel ul li	{
	border-bottom: 1px solid #413e27;
	}





/*	footer
---------------------------------------------------------------- */

#footer	{background:url(../images/footerbg.gif) repeat-x #4b1110; height:83px;width:936px; margin:0 auto;}
#footer a	{color:#000;}
#footer a:hover	{color:#fff;}
#footerarea {width: 860px; margin-left: auto; margin-right: auto; height:43px;}
#useyourlocal {width:160px; float:right;}
#useyourlocal img {padding-top:8px;}
#copyright {float:left; width:420px;}
#copyright p{color: #cdc8aa; font-size: 0.90em; font-family:Georgia, "Times New Roman", Times, serif; padding-top:5px;}

#ShadowBG {width:958px; margin:0 auto; background:url(graphics/bgfootercontainer.jpg); height:22px;}





/****** NEIL'S CHANGES PLEASE KEEP *******/


div#content img.right {
	float: right;
	margin: 0px 0px 0px 5px;
}

div#content img.left {
	float: left;
	margin: 0px 15px 0px 0px;
}

#content div.panel img.center	{
	float: none;
	margin: auto;
}

#content div.pullout img.centerPullout {
	float: none;
	margin: auto;
}

div.divide {
	margin: 0 15px 20px 0;
	padding: 0 15px;
	border-bottom: 1px solid #7a201f;
}


/********************/
/* 	Hamid's Changes */

#content div.panelSingle h2	{
	background: transparent url(graphics/cream-panel-head.gif) no-repeat left top;
	height: 27px;
	font-size: 12px;
	padding: 8px 12px 0;
	margin: 0;
	color: #7a201f;
	}
	
#content div.panelSingle {
	width: 272px;
	/* width: 212px; */
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	background: transparent url(graphics/cream-panel-bg.gif) repeat-y left top;
	}
		
#content div.panelSingle p.foot	{
	margin: 0;
	padding: 0 0 16px 0;
	background: transparent url(graphics/cream-panel-foot.gif) no-repeat left bottom;
	border-bottom: 0;
	}
	
/* double panel */
#content div.panelDouble h2	{
	background: transparent url(graphics/cream-panel-head-double.gif) no-repeat left top;
	height: 27px;
	font-size: 12px;
	padding: 8px 12px 0;
	margin: 0;
	color: #7a201f;
	/*border: 2px solid;*/
	}
	
#content div.panelDouble h2 a.text
{
	float: right;
	margin-top:-2px;
}

#content div.panelDouble h2 a.image
{
	float: right;
	margin-top:-11px;
	cursor: pointer;
}

#content div.panelDouble h2 img.image
{
	float: right;
	margin-top:-11px;
}	

#content div.panelDouble	{
	/*width: 454px;*/
	width: 574px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	background: transparent url(graphics/cream-panel-bg-double.gif) repeat-y left top;
	}
		
#content div.panelDouble p.foot	{
	margin: 0;
	padding: 0 0 16px 0;
	background: transparent url(graphics/cream-panel-foot-double.gif) no-repeat left bottom;
	border-bottom: 0;
	}

/* triple panel */
#content div.panelTriple h2	{
	background: transparent url(graphics/cream-panel-head-triple.gif) no-repeat left top;
	height: 27px;
	font-size: 12px;
	padding: 8px 12px 0;
	margin: 0;
	color: #7a201f;
	}
	
#content div.panelTriple	{
	/* width: 696px; */
	width: 876px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	background: transparent url(graphics/cream-panel-bg-triple.gif) repeat-y left top;
	}
		
#content div.panelTriple p.foot	{
	margin: 0;
	padding: 0 0 16px 0;
	background: transparent url(graphics/cream-panel-foot-triple.gif) no-repeat left bottom;
	border-bottom: 0;
	}
	
#content div.panelSingle img, #content div.panelDouble img , #content div.panelTriple img	{
	margin: 0.5em 0.5em 0.5em 12px;
	float: left;
	display: block;
	}
	
#content div.panelSingle label, #content div.panelDouble label , #content div.panelTriple label	{
	/*margin: 0 0 0 20px;*/
	float: left;
	text-align: right;
	margin: 0 6px 0 0;
	/* width: 150px; */
	width: 210px;	
	/*border: 1px solid #e6b8e4;*/
	
	}	
	
#content div.panelSingle h3	, #content div.panelDouble h3 , #content div.panelTriple h3 {
	margin: 0 12px;
	font-size: 1em;
	}

#content div.panelSingle p, #content div.panelDouble p, #content div.panelTriple p	{
	margin: 0.5em 12px;
	font-size: 1em;
	line-height: 1.4em;
	letter-spacing: 0;
	text-align: left;
	border-bottom: 1px dotted #413e27;
	}

#content div.panelSingle ul	, #content div.panelDouble ul, #content div.panelTriple ul  {
	margin: 0 12px;
	padding: 0;
	list-style-type: none;
	}

#content div.panelSingle ul li, #content div.panelDouble ul li, #content div.panelTriple ul li {
	margin: 0 0 1em 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #cdc8aa;
	font-size: 1em;
	line-height: 1.4em;
	}

#content div.panelSingle li img	, #content div.panelDouble li img, #content div.panelTriple li img {
	margin: 0.5em 0.5em 0.5em 0;
	float: left;
	display: block;
	}

#content div.panelSingle li h3, #content div.panelDouble li h3, #content div.panelTriple li h3 {
	margin: 0;
	font-size: 1em;
	}

#productcontainer ul 
{
	border: 0; 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	text-align: center; 
}

#productcontainer ul li 
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 20px 2px 0;
	height: 170px;
	width: 200px;
	vertical-align: bottom;
	border: 0;
}

#productcontainer ul li a.pic 
{
	height: 120px;
	width: 200px;
	padding: 0; 
	margin: 0; 
	text-decoration: none; 
	display: block; 
	text-align: center; 
	font: normal 0.8em "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#productcontainer ul li a.pic:hover 
{
	color: #930; 
	border-bottom: 0;
	padding: 0px;
}

#productcontainer a.pic:active 
{
	color: #fff; 
}
#productcontainer ul li h3 {
	margin: 0;
	padding: 0 2px 3px 2px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
}	

#productcontainer ul li h3 a {
	height: 15px;
	padding: 1px;
	margin: 0;
	border: 0;
	text-decoration: none;
	display: inline;
	text-align: center;
	font-weight: bolder;
}
#productcontainer ul li h3 a:hover{
	border:0;
	color: #e62;	
}

#productcontainer ul li p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 2px 5px 2px;
	padding: 0 5px 0 5px;
	font-size: 0.8em;
	color:#333;
	text-align: center;
	line-height: 1.0em;
	}

#productcontainer ul li p a, #categorycontainer ul li p a:visited {
	height: auto;
	width: auto;
	font-size: 1.0em;
	padding: 0;
	margin: 0;
	display: inline;
	text-align: centre;
}

#productcontainer ul li p a:hover
{
	border:0;
/*	color: #e62;	*/
}

#productcontainer img
{
	padding: 5px;
}

/*	.productCode
{
font-size: 0.8em;
	color: #666; */
}

#categorycontainer 
{
	margin: 10px 0 0 0; 
	padding: 0; 
	clear: both;
}

#categorycontainer ul {
	border: 0; 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	text-align: left; 
	border-top: 3px solid #7a201f;
	}

#categorycontainer ul li	{
	display: block;
	float: left;
	width: 144px;
	padding: 10px 15px 5px 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
	}

#categorycontainer ul li a.pic {
	display: block; 
	/*border: 1px solid white;*/
	padding: 1px;
	}

#categorycontainer ul li a.pic:hover {
	/*border: 1px solid #4a1211; */
	}

#categorycontainer a.pic:active {
	color: #fff; 
	}
	
#categorycontainer ul li h3 {
	margin: 10px 2px 0 2px;
	font-size: 1.1em;
	line-height: 14px;
	text-align: center;
	}	

#categorycontainer ul li h3 a {
	text-decoration: none;
	color: #413e27;
}
	
#categorycontainer ul li h3 a:hover{
	color: #7a201f;
	text-decoration: underline;
	}

#categorycontainer ul li p {
	margin:15px 2px 5px;
	font-size: 1.2em;
	color:#333;
	text-align: center;
	line-height: 1.0em;
	}

#categorycontainer ul li p a:hover {
	border:0;
	color: #e62;	
	}
	
/* table.floatedTable {
	float: right;
	width: 120px;
	margin: 10px;
	border: 0px;
} */

table.floatedTableA {
	float: right;
	width: 400px;
	margin: 10px;
}

table.floatedTableA td {
	height: 150px;
	width: 100px;
}

table.floatedTableA td a {
	font-size: 0.9em;
}

div#productText {
	width: 200px; 
	text-align: left;
}
div#content a.picSMALL {
	display: block;
	width: 140px;
	border: 1px solid #ece8cf;
}

div#content a.picSMALL:hover {
	border:	#7a201f 1px solid;
}

p.errors, p.message {
	font-size: 0.8em;
	color: #a00;
}

ul.errors {
	font-size: 0.8em;
	color: #a00;
	text-align: left;
	list-style-type: square;
}	

.tm {
	font-size: 0.7em;
	position: relative;
	bottom: 0.5em;
}

#order {
	padding: 0px;
	font-size: 1.1em;
	letter-spacing: 0;
	text-align: left;
	}

#order fieldset	{
	/* margin: 0 10px 0 0; */
	margin: 0px 10px;
	padding: 0 10px 8px;
	border: 1px solid #ae2aa6;
	clear: right;
	text-align: left;
	}
	
#order fieldset#billing, #order fieldset#delivery  {
	float: left; 
	width: 180px;
	margin-right: 20px;
	letter-spacing: 0;	
	border: 1px solid #ae2aa6;
}

#order fieldset#delivery  {
	margin-right: 20;
	}
	
#order fieldset legend	{
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #ae2aa6;
	padding: 0.5em;
	}
	
#order fieldset p	{
	letter-spacing: 0;
	text-align: left;
	border-bottom: 1px dotted #e6b8e4;	
	}
	
#order fieldset label	{
	float: left;
	text-align: right;
	margin: 0 6px 0 0;
	width: 250px;	
	border: 1px solid ;
	}

#order fieldset input	{
	
	}

#order fieldset#instructions	{
	clear: left;
	}

/* **************** basket case **************** */	

table#basket	{
	margin: 0px auto;
	border: 1px;
	padding: 0;
	width: 570px;
	font-size: 1.1em;
	align: center;
	
	
	/*margin: 0px auto;
	border: 1px;
	border-bottom: 5px solid #e6b8e4;
	padding: 0;
	width: 580px;
	font-size: 1.1em;
	align: center;*/
	}

table#basket thead	{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #ece8cf;
	}

table#basket th	{
	border-top: 2px solid #fcdf7c;
	border-bottom: 2px solid #fcdf7c;
	background-color: #413e27;
	margin: 0;
	padding: 1px 12px 1px 2px;
	}

table#basket td	{
	border: 0;
	margin: 0;
	padding: 1px 12px 1px 2px;
	border-bottom: 1px dotted #7a201f;
	empty-cells: show;
	}

table#basket .left	{
	text-align: left;
	}

table#basket .right	{
	text-align: right;
	}
	
table#basket .nolineRight	{
	border: 0;
	text-align: right;
	}
	
table#basket .nolineLeft	{
	border: 0;
	text-align: left;
	}
	
	
table#basket .center	{
	text-align: center;
	}
	
table#orderHistory	{
	margin: 0px auto;
	border: 1px;
	border-bottom: 5px solid #7a201f;
	padding: 0;
	width: 580px;
	font-size: 0.9em;
	align: center;
	
}
	
table#orderHistory thead	{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #ece8cf;
	}

table#orderHistory th	{
	border-top: 2px solid #fcdf7c;
	border-bottom: 2px solid #fcdf7c;
	background-color: #413e27;
	margin: 0;
	padding: 1px 12px 1px 2px;
	}

table#orderHistory td	{
	border: 0;
	margin: 0;
	padding: 1px 12px 1px 2px;
	border-bottom: 1px dotted #7a201f;
	empty-cells: show;
	}

table#orderHistory td.left	{
	text-align: left;
	}

table#orderHistory td.right	{
	text-align: right;
	}

table#orderHistory td.center	{
	text-align: center;
	}
	
table#pubs	{
	margin: 0px auto;
	border: 1px;
	border-bottom: 0;
	padding: 0;
	width: 550px;
	font-size: 1em;
	align: center;
}
	
table#pubs thead	{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #ece8cf;
	}

table#pubs th	{
	border-top: 2px solid #fcdf7c;
	border-bottom: 2px solid #fcdf7c;
	background-color: #413e27;
	margin: 0;
	padding: 1px 12px 1px 2px;
	}

table#pubs td	{
	border: 0;
	margin: 0;
	padding: 1px 12px 1px 2px;
	border-bottom: 1px dotted #7a201f;
	empty-cells: show;
	}

table#pubs th.left, td.left	{
	text-align: left;
	}

table#pubs th.right, td.right	{
	text-align: right;
	}

table#pubs th.center, td.center	{
	text-align: center;
	border: none;
	}	
	
div#goback {
	width:574px;
	margin: 0 0 15px 0;	
}

div#goback #gohome 
{
	float:left;
}

div#goback #unpublished 
{
	float:right;
}

img.leftBottom {
	float: left;
	padding: 0px 15px 0px 0px;
	border: 1px solid green;
}

#login {
	position: absolute;
	top: -115px;
	left: 800px;
	/*width: 150px;*/
	/*height: 20px;*/
	margin: 0;
	padding: 0;
		
	/*background: transparent url(graphics/menustrip-bg.gif) repeat-x left top;*/ 
	}
	
#login ul	{
	list-style-type: none;
	/*float: right;*/
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align:right;
	}

#login ul li	{
	/*float: right;*/
	margin: 0 0 0 -10px;
	padding: 0;
	align: right;
}
	
#login ul li a	{
	color: #ece8cf;
		}

#login ul li:hover a	{
	color: white;
}	

/* table and form on robinsons/contact.html page */

.bodytextBOLD {
	color: #ece8cf;
}

.formHeadingBG {
	background: #7a201f;
	padding: .4em;
}

.formCellColor {
	background: #cdc8aa;
	padding: .1em;
}

.tableText {
	text-align: right;
	background: #cdc8aa;
	padding-right: .4em;
}

	
table#amenities	{
	margin: 0px auto;
	border: 1px;
	border-bottom: 0;
	padding: 0;
	width: 270px;
	font-size: 1em;
	/*align: center;*/
}

table#amenities td	{
	border: 0;
	margin: 0;
	padding: 1px 1px 1px 2px;
	border-bottom: 0; /*1px dotted #7a201f;*/
	empty-cells: show;
	}

table#amenities td.left	{
	padding: 1px 1px 1px 14px;
	text-align: left;
	}

table#amenities td.right	{
	padding: 1px 1px 1px 1px;
	text-align: right;
	}

table#amenities td.center	{
	text-align: center;
	border: none;
	}	
	
/********************/
/* Contact Information table on contact.html page */

.contactCellColor {
	background: #cdc8aa;
	padding: .7em 1em .7em 2em;
}


/* ** links page ******************** */

#linksTable {
	width: 90%;
	
	
	}
	
#linksTable td {
	padding:1em;
	border-top:1px solid #cdc8aa;
}

#linksTable a {
	color:#7a201f;
	text-decoration:none;
	font-size:115%;
}

#content div.panelDouble #linksTable p	{
	border:none;
	margin:.5em .5em .5em 0em;
	padding:0;
	line-height:normal;
	letter-spacing:normal;


}

.printsuppress {
	margin: 0;
	border: 0;
	padding: 0;
}

/****** Vancancy Listing CSS *****/

.pubFeaturedImageDiv {
	float: left;
	width: 300px; 
	height: 250px; 
	border-bottom: 1px dotted #7A201F; 
	margin-left: 10px;
	padding-top: 10px;
}

#content div.panelDouble div.pubFeaturedImageDiv img {
	margin: 0 0.5em 0.5em 12px;
}

.pubImageDiv {
	float: left;
	width: 200px; 
	height: 207px;
	border-bottom: 1px dotted #7A201F; 
	margin-left: 10px; 
	padding-top: 10px;
}

#content div.panelDouble div.pubImageDiv img {
	margin:37px 0.5em 0.5em 12px;
}

.pubFeaturedContent {
	width: 220px; 
	height: 250px; 
	border-bottom: 1px dotted #7A201F; 
	margin-left: 300px; 
	padding-top: 10px; 
	overflow: hidden;
}

.pubContent {
	width: 300px; 
	height: 207px; 
	border-bottom: 1px dotted #7A201F; 
	margin-left: 200px;
	padding-top: 10px;
}

/***** Vacancy Google Map CSS ******/

#pubmap{

	width: 500px;
	height: 500px;
	margin: 0 auto;
	
}
