
body {
font-family: Tahoma, sans-serif;
font-size: 11px;
line-height: 1.3;
}

h2 { /**** www.livingcity.co.uk ****/
color: silver;
}
h3 { 
margin: 20px;
font-size: 12px;
}
#asset h3 {color: #4d4db8;}
#vision h3 {color: #408cd9;}
#fm h3 {color: #669999;}
#works h3 {color: #944d94;}
#couk h3 {color: #b34040;}

.bar { /******** bar ************/
width: 100%;
height: 20px;
}
.bar h4 {
color: white;
padding: 3px 3px 3px 6px;
margin: 0;
font-size: 11px;
}
#contact .bar {background-color: #d49f80;}
#news .bar {background-color: black;}

select {
font-size: 11px;
font-weight: bold;
margin: 5px;
}

/********** div ********************/
.prop {

height: 300px;
float: right;
width: 1px;
}

#container {
	width: 640px;
	height: 1%;
	text-align: left;
}

#menu {
background-color: black;
width: 100%;
height: 30px;
color: white;
text-align: right;
margin-top: 2px;
}

#title {
border-top: 1px solid white;
width: 100%;
height: 35px;
}
	/**** title background colours ********/
	#home #title, #clients #title {background-color: #b5c9d2;}
	#asset #title {background-color: #7f7fcc;}
	#vision #title {background-color: #408cd9;}
	#fm #title {background-color: #6b97a0;}
	#works #title {background-color: #8c408c;}
	#couk #title {background-color: #b34040;}
	
#contact #title, #news #title {
border: 1px solid silver;
width: 638px;

}

#submenu {
width: 100%;
height: 20px;
border-top: 1px solid white;
border-bottom: 1px solid silver;
}
#submenu img {
border: 0;
}
	/**** submenu background colour ********/
	#asset #submenu {background-color: #bfbfe5;}
	#vision #submenu {background-color: #9fc5ec;}
	#fm #submenu {background-color: #b5c9d2;}
	#works #submenu {background-color: #c59fc5;}
	#couk #submenu {background-color: #d99f9f;}
	#home #submenu {background-color: #b5c9d2;}
	
#leftcol {
border-bottom: 1px solid silver;
border-left: 1px solid silver;
border-right: 1px solid silver;
float: left;
}
#leftcol p {
margin: 20px;
}
#rightcol {
border-bottom: 1px solid silver;
border-right: 1px solid silver;
border-left: 1px solid silver;
float: right;
}
#rightcol p {
margin: 20px;
}

	/******** border for background images in left cols ***************/
	#asset #rightcol, #vision #rightcol, #couk #rightcol, #clients #leftcol {
	border-left: 0;
	border-right: 1px solid silver;
	}
	/******** border for background images in right cols ***************/
	#home #leftcol, #works #leftcol, #fm #leftcol, #contact #leftcol, #news #leftcol {
	border-right: 0;
	border-left: 1px solid silver;
	}
	
	/********* col background images ****************/
	#clients #leftcol {background-image: url(../img/home_img.jpg);}
	#home #rightcol {background-image: url(../img/home_img.jpg);}
	#asset #leftcol {background-image: url(../img/asset_img.jpg);}
	#vision #leftcol {background-image: url(../img/vision_img.jpg);}
	#fm #rightcol {background-image: url(../img/fm_img.jpg);}
	#works #rightcol {background-image: url(../img/works_img.jpg);}
	#couk #leftcol {background-image: url(../img/couk_img.jpg);}
	#contact #rightcol {background-image: url(../img/contact_img.jpg);}

	/********** col height ****************/
	#home #leftcol, #home #rightcol {
	height: 440px;
	}
	#clients #rightcol {
	height: 1%;
	}
	#clients #leftcol {
	height:480px;
	}
	#asset #leftcol, #asset #rightcol {
	height: 570px;
	}
	#vision #leftcol, #vision #rightcol {
	height: 500px;
	} 
	#fm #leftcol, #fm #rightcol {
	height: 500px;
	}
	#works #leftcol, #works #rightcol {
	height: 400px;
	}
	#couk #leftcol, #couk #rightcol {
	height: 440px;
	}
	#contact #leftcol, #contact #rightcol {
	height: 400px;
	}

	/******** col width ********/
	#clients #leftcol {
	width: 210px;
	}
	#clients #rightcol {
	width: 427px;
	} 
	#home #leftcol {
	width: 350px;
	}
	#home #rightcol {
	width: 287px;
	} 

	#asset #leftcol, #vision #leftcol, #couk #leftcol {
	width: 210px;
	}
	#asset #rightcol, #vision #rightcol, #couk #rightcol {
	width: 427px;
	}

	#fm #leftcol, #works #leftcol, #contact #leftcol, #news #leftcol {
	width: 427px;
	}
	#fm #rightcol, #works #rightcol, #contact #rightcol, #news #rightcol {
	width: 210px;
	}
	
	/************ home button ***************/	
	#home #rightcol #homebutton {
	margin: 6px 0 0 17px;
	}
	#home #rightcol #homebutton img {
	margin-bottom: 6px;
	}

.contactleft {
float: left;
width: 45%;
height: auto;
margin: 0;
font-weight: bold;
padding: 0;
}
.contactright {
width: auto;
height: auto;
margin: 0;
padding: 0;
}
#leftcol .contactleft p, #leftcol .contactright p {
margin: 0 0 10px 15px;
padding: 0;
}

#archives {
margin: 30px 10px 10px 30px;
}

#footer {
width: 640px;
height: 1%;
text-align: right;
background-color: black;
}
#footer p {
margin: 0;
padding: 5px;
}
#footer img {
border: 0;
}

/********** List *******************/
ul {
list-style-type: square;
margin-right: 20px;
}
li {
margin-bottom: 10px;
}
#fm li {
margin-bottom: 2px;
}

#submenu ul {
list-style-type: none;
margin: 5px;
padding: 0;
}
#submenu li {
display: inline;
margin-right: 10px;
}

#archives ul {
list-style-image: url(../img/arrow_grey.gif);
}
/********** Links *****************/
a {
font-weight: bold;
color: black;
}
a:link, a:visited {
color: black;
text-decoration: none;
}
a:hover, a:active {
color: #ff6600;
text-decoration: none;
}

#menu a:link, #menu a:visited, #footer a:link, #footer a:visited {
color: white;
}
#menu a:hover, #menu a:active, #footer a:hover, #footer a:active {
color: #ff6600;
}
