/*	
	STUDIO JUICE STYLESHEET

	CLIENT:		CORE LONDON
				(http://www.corelondon.com/)

	MEDIA:		SCREEN

	AUTHOR:		STUDIO JUICE
				(http://www.studiojuice.com/)

----------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #2D2820;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* Hide from IE5mac \*//*/
html, body {
	height: auto;
}
/* end hack */

#center {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -225px;
	float: left;
}
/* Hide from IE5mac \*//*/
#vertical-center {
	display: none;
}
/* end hack */

#container {
	margin: 0 auto;
	width: 806px;
	height: 450px;
	clear: both;
	background: #ffffff;
	
	padding: 0px;

	position: relative;
	top: -225px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
}
a:link, a:visited, a:active, a:hover {
	color: #333333;
	text-decoration: none;
}
/* =abbr Default styling for abbreviations
----------------------------------------------------*/
abbr[title] {
	border: 0px;
}
hr {
	height: 1px;
	color: #E0D3C6;
	background-color: #E0D3C6;
	border:0;
}
/* =DIV
----------------------------------------------------*/
#menu {
	background: #e0d4c6 url(../images/menu_bg.gif) left top no-repeat;
	width: 138px;
	height: 450px;
	float: left;
}
#menu ul {
	width: 110px;
	height: 135px;
	margin: 0px; 
	margin-left: 14px;
	margin-top: 280px;
	padding: 0;
	list-style-type: none;
	line-height: 130%;
}
#menu ul a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
#menu ul a:hover {
	color: #B36E22;
}
#home #menu .home a,
#corevalues #menu .corevalues a,
#powerplate #menu .powerplate a,
#coreprogrammes #menu .coreprogrammes a,
#corebusiness #menu .corebusiness a,
#coreathome #menu .coreathome a,
#tariff #menu .tariff a,
#partners #menu .partners a,
#giftvouchers #menu .giftvouchers a,
#contact #menu .contact a {
	color: #B36E22;
	cursor: default;
}
#content {
	background: #ffffff;
	width: 640px;
	height: 422px;
	margin-top: 14px;
	margin-left: 14px;
	float: left;
}
#photo {
	width: 300px;
	height: 422px;
	margin-right: 32px;
	float: left;
}
#copy {
	width: 308px;
	height: 422px;
	float: left;
	line-height: 125%;
	overflow: auto;
}
#copy h1 {
	width: 269px;
	background: url(../images/h1.gif) no-repeat left center;
	padding-left: 16px;
	margin-bottom: 1em;
	margin-top: 1em;
	font-size: 11px;
	font-weight: normal;
}
#copy h2 {
	width: 65px;
	background: #E0D3C6;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 1px;
	margin-bottom: 1em;
	margin-top: 1em;
	font-size: 11px;
	font-weight: normal;

}
#copy p {
	width: 285px;
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: left;
	font-size: 11px;
}
#copy ul {
	width: 271px;
	margin: 0;
	padding-left: 15px;
}
#copy li {
	line-height: 125%;
}
.clear {
	clear: both;
}
.highlight {
	font-weight: bold;
	color: #b98748;
}
.highlight2 {
	background: #E0D3C6;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	color: #333333;
	text-decoration: none;
	width: 110px;
	margin-bottom: 1em;
	margin-top: 1em;
}
.quote {
	font-style: italic;
	color: #666666;
}
b {
	color: #333333;
}
dl {
	margin-top: 20px;
	padding: 0;
	border: none;
}
dt {
	background: url(../images/li.gif) no-repeat left center;
	margin: 0;
	margin-bottom: 0.5em;
	padding-bottom: 1px;
	padding-left: 8px;
	padding-top: 1px;
	float: left;
	width: 147px;
}
dd {
	margin: 0;
	margin-bottom: 0.5em;
	background: #E0D3C6;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-top: 1px;
	float: left;
	width: 125px;
}