

/* ------------------------------------------------------

	Web Espresso - Index Stylesheet
   
------------------------------------------------------ */

	@import "/includes/reset.css";

/* CSS Document */

body {
	background:url(/templates/lush/grey/top-background.jpg) top repeat-x;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	color:#151515;
}
h1 {
	font-size: 26px;
	color:#a6a6a6;
	padding-bottom:15px;
}
h2 {
	font-size: 22px;
	padding-bottom:15px;
}
h3 {
	font-size: 18px;
	padding-bottom:8px;
}
h4 {
	font-size: 16px;
	padding-bottom:15px;
}
h5 {
	font-size: 14px;
	padding-bottom:15px;
}
h6 {
	font-size: 12px;
	padding-bottom:15px;
}
p {
	padding-bottom:20px;
}
a {
	text-decoration:none;
	color:#a6a6a6;
}
a:hover {
	text-decoration:underline;
}
#body {
	background:url(/templates/lush/grey/bottom-background.jpg) bottom repeat-x;
}
#wrap {
	width:960px;
	margin:0 auto;
}
#header {
	height:331px;
	position:relative;
}
#company_name {
	font-size:35px;
	color:#fff;
	padding:37px 0 10px 30px;
	height:43px;
}
#slogan {
	position:absolute;
	top:230px;
	font-size:25px;
	color:#000;
	z-index:2;
    background:#fff;
    display:block;
    height:50px;
    padding:15px 45px;
    width:870px;
    zoom: 1;
    -moz-opacity:0.4
    filter:alpha(opacity=40);
	opacity: 0.4;
}
#header_image {
	background:url(/templates/lush/grey/header-graphic.jpg) top no-repeat;
	height:241px;
	position:relative;
}
#column_wrap {
	background:url(/templates/lush/grey/content-background.jpg) top left repeat-y;
}
#address_widget {
	background:#272727;
	color:#a3a2a2;
	padding:35px 15px 15px 15px;
}
#address_widget a {
	color:#a3a2a2;
}
#address_widget a:hover {
	text-decoration:underline;
}
#address_widget_site_name {
	font-weight:bold;
    display:block;
}
#address_widget_address {
	display:block;
}
#company_name {
	font-weight:bold;
}
#menu {	
	float:left;
	width:200px;
	padding:0 0 30px 0;
}
#menu ul {
	padding:0;
	margin:0;
}
#menu ul li {
	font-size:16px; 
	list-style:none;
}
#menu ul li a {
	color:#989696;
	text-decoration:none;
	line-height:35px;
	padding-left:30px;
	width:170px;
	display:block;
}
#menu ul li a:hover {
	background:url(/templates/lush/grey/nav-selected.jpg) top repeat-x;
	color:#fff;
}
#content {
	float:left;
}
#page_content {
	width:457px;
	float:left;
	padding:30px 35px 30px 35px;
    font-size:13px;
    line-height:20px;
}
#image_column {
	float:left;
	padding:35px 0 35px 32px;
	width:201px;
}
#image_column img {
	padding:3px 3px 20px 3px;
	background:url(/templates/lush/grey/thumbnail-background.jpg) no-repeat;
}
#footer {
	margin:0 auto;
	width:960px;
	color:#b8b8b8;
	padding:18px 0 0 0;
	line-height:22px;
	height:115px;
    font-size:11px;
}
#footer a {
	color:#b8b8b8;
	text-decoration:none;
}
#bottom_menu {
	float:left;
}
#footernav {
	margin:0;
	padding:0;
}
#footernav li {
	display:inline;
	list-style:none;
}
#footer a:hover {
	text-decoration:underline;
}
#back_to_top {
	float:right;
}
#address {
	float:left;
	width:730px;
}
#digitise {
	text-align:right;
	float:right;
}
#ULAddr {
	margin:0;
	padding:0;
}
#ULAddr li {
	display:inline;
	list-style:none;
}
/* Gallery styling */
#gallery_images {
	list-style:none;
    display:block;
}
#gallery_images li {
	float:left;
    width:170px;
    padding:15px;
}
.gallery_image_caption {
	display:block;
    clear:both;
}
/* Links styling */
#links {
	padding-top: 15px;
    line-height:18px;
}
.links_category {
	list-style:none;
}
#links_category_name {
	font-weight:bold;
    font-size:16px;
}
.links_link {
	display:block;
    padding:10px 0 5px;
}
.links_description {
	display:block;
	padding-bottom:15px;
}