/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body{
	background-color:#EBEBEB;
	height: 100%;
}

a{
	text-decoration:none;
	color: #999;
}

a:hover{
	color: #0099cc;
}

#bg{
	width: 960px;
	height: 100%;
	background-color: #FFF;
	margin: 0 auto;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #999;
}

#container{
	width: 890px;
	margin: 0 auto;
}

#header{
	padding-top: 30px;
	height: 62px;
	width: 890px;
	margin: 0 auto;
}

#left{
	width: 250px;
	height: 60px;
	float: left;
}

#menu{
	width: 141px;
	height: 20px;
	float: right;
	margin-top: 42px;
}

#menu ul{
	padding-top: 8px;
	float: right;
}

#menu li{
	display: inline;
	cursor: pointer;
	padding-left: 10px;
}

#menu li.active{
	color: #0099cc;
}

#menu li:hover{
	color: #0099cc;
}

#left > p{
	padding-top: 7px;
}

#main{
	width: 890px;
	margin: 0 auto;
	margin-top: 30px;
}


a.work{
	width: 290px;
	height: 230px;
	float: left;
	margin-right: 10px;
	margin-bottom: 35px;
	background-repeat:no-repeat;
}

a.bodysmart{
	background-image:url(images/bodysmartphysio.jpg);
}

a.bodysmart:hover{
	background-position: -290px 0;
}

a.londonproperty{
	background-image:url(images/thelondonpropertynetwork.jpg);
}

a.londonproperty:hover{
	background-position: -290px 0;
}

a.chl{
	background-image:url(images/coachhouselettings.jpg);
}

a.chl:hover{
	background-position: -290px 0;
}

a.rls{
	background-image:url(images/rlstyle.jpg);
}

a.rls:hover{
	background-position: -290px 0;
}



a.last{
	margin-right: 0px;
}

.work > p{
	text-align: center;
	padding-top: 210px;
}

.about{
	display: none;
}

.contact{
	display: none;
}

#twitter{
	margin-top: 15px;
	width: 100%;
	height: 33px;
}

#twitter img{
	float: left;
	padding-right: 4px;
}

#twitter p{
	margin-left: 25px;
	padding-top: 7px;
}
