@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

body {
	font:0.9em 'Myriad Pro', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
}

#side {
	float:left;
	padding-bottom:25px;
	color:#fff;
	padding-top:20px;
	width:293px;
	background:#be3c2e url('../images/silhouette.png') no-repeat 80% 90%;
}

.we-do {
	margin:20px 50px 20px 40px;
}

.we-do li {
	margin-bottom:5px;
	font-size:1.2em;
}

#side h3 {
	margin-bottom:10px;
	font-weight:normal;
}

.address {
	margin-left:25px;
}

#logo {
	margin-top:20px;
	margin-left:18px;
}

.brands {
	margin:20px 15px 20px 40px;
	overflow:hidden;
}
.brands ul {
	text-transform:uppercase;
	width:40%;
	padding-left:17px;
	float:left;
}

.specialist {
	margin-left:25px;
	text-indent:-999em;
	background:url('../images/specialist-running.png') no-repeat;
	width:232px;
	height:139px;
}

#wrap {
	overflow:hidden;
	position:relative;
	left:50%;
	margin-left:-494px;
	width:989px;
	background:url('../images/runner.jpg') no-repeat right top;
}

.address {
	background:url('../images/address.png') no-repeat;
	width:232px;
	height:34px;
	margin-top:40px;
	text-indent:-999em;
	
}

#logo {
	background:url('../images/logo.png') no-repeat;
	width:253px;
	height:44px;
	text-indent:-999em;
}

#runner {
	float:left;
	width:600px;
}

#box {
	margin-top:80px;
	margin-left:150px;
	background:url('../images/box.png') no-repeat;
	width:399px;
	height:326px;
	position:relative;
	padding-top:180px;
}

#box h2 {
	margin-left:70px;
	background:url('../images/new-website.png') no-repeat;
	width:264px;
	height:71px;
	text-indent:-999em;
}

#box address {
	font-size:1.2em;
	text-align:center;

	font-style:normal;
}

#box address a {
	text-decoration:none;
	color:#000;
}

