@charset "UTF-8";
/* CSS Document */

html {
	font-family:Helvetica, Arial, sans-serif;
}

body {
	margin:0;
	padding:0;
	background-image:url(images/page_bg.png);
	background-repeat:repeat-x;
	background-color:#c4c0be;
}

#main {
	
}

img {
	border:0;
}

#footer {
	clear:both;
	margin-top:50px;
	margin-bottom:10px;
	font-size:12px;
	text-align:center;
}

#footer a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
	}

.container {
	width:900px;
	margin:0 auto;
}

#header {
	width:900px;
	height:113px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}

#block_intro {
	height:122px;
	/*margin-top:40px;  UNCOMMENT WHEN EVENT FINISHES*/margin-top:20px;
	background-image:url(images/intro.png);
	background-repeat:no-repeat;
	width:900px;
}

#block_content {
	width:900px;
	height:483px;
}
	
#content_left {
	float:left;
	background-image:url(images/contentleftbg.png);
	background-repeat:repeat-x;
	width:627px;
	height:483px;
}

#content_desc h1 {
	margin:0;
	color:#CCCCCC;
	font-size:24px;
}

#content_desc p {
	font-size:13px;
	line-height:22px;
	color:#CCCCCC;
	}

#content_desc {
	padding:15px;
}
	
#content_right {
	float:right;
	background-image:url(images/whatcanwedo.png);
	background-repeat:no-repeat;
	width:273px;
	height:483px;
}

#content_sidebar {
	padding:10px;
	margin-top:50px;
}

ul	{
	list-style-image:url(images/bullet.png);
	margin-top:0;
	font-size:13px;
}

.visit_contact {
	text-align:center;
	width:242px;
	background-color:#CFCFCF;
	margin-bottom:5px;
	padding:5px;
	font-size:18px;
	line-height:1.2em;
}

.visit_contact a, a:visited {
	color:#2C3627;
	text-decoration:none;
}

.visit_contact a:hover {
	text-decoration:underline;
}
	
	
#brands {
	margin-top:50px;
	background-image:URL(images/brands.png);
	height:312px;
	width:900px;
}

/* Navigation */

#nav {
	float:right;
	position:relative;
	right:0;
	margin-top:70px;
}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#nav li {
	float:left;
	height:40px;
	background-position:0 -40px;
	margin-left:5px;
	display:block;
}

#nav a {
	display:block;
	height:40px;
	}

#nav a:hover {
	background-position:0 -40px;
}

#home a {
	width:114px;
	background-image:URL(images/home_off.png);
	background-position:0 -40px;
}

#contact a {
	width:167px;
	background-image:URL(images/livoniatab.png);
	background-position:0 -40px;
}

#visit a {
	width:167px;
	background-image:URL(images/westlandtab.png);
	background-position:0 -40px;
}
	
#nav li a:hover {
	background-position:0px 0px;
}	

#services {
	font-size:16px;
	margin-top:10px;
	line-height:1.4em;
}

#services li {
	margin:0;
	padding-left:10px;
}

#livonia_content {
	width:860px;
	margin-top:40px;
	background-color:#c4c0be;
	padding:20px;
	margin-right:325px;
}

#livonia_content h1 {
	margin:0;
	font-size:24px;
	font-weight:bold;
}

#livonia_content p {
	margin:0;
	font-size:14px;
}

#livonia_content ul {
	line-height:2em;
	list-style:disc;
	margin-right:320px;
}

#livonia_content li {
	margin:10px;
}

#livonia_contact {
	float:right;
	padding:20px;
	width:260px;
	background-color:#ffff71;
	display:inline;
}

#livonia_contact a {
	font-weight:bold;
	text-decoration:none;
	color:#2c6327;
}