@charset "utf-8";
/* CSS Document */

body {
	background-color: #504f53;
	background-image: url(../gfx/header_back.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color:#fff;
	font-family: 'Lato', sans-serif;
}
h1 {
	font-size:30px;
	margin:0px;
	letter-spacing:1px;
}

h2 {
	font-size:17px;
}

p {
	font-size:15px;
	line-height:17px;
}

ul li {
	font-size:15px;
}

#wrap {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 100%;
	height: 140px;
}
#header #logo {
	float: right;
	height: 100px;
	width: 252px;
	display: block;
	margin-top: 20px;
	background-image: url(../gfx/logo.png);
}
#bubble {
	width: 600px;
	margin:auto;
	position: relative;
	background: #0079b6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#bubble:after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 50px;
	border-width: 50px 0 0 50px;
	border-style: solid;
	border-color: #0079b6 transparent;
	display: block;
	width: 0;
}

#bubble .content {
	padding:40px;
}

#call {
	width: 310px;
	margin:auto;
}

#footer {
	width:600px;
	height: 100px;
	margin:auto;
	margin-top:10px;
}

#footer-logo {
	height: 60px;
	width: 151px;
	display: block;
	background-image: url(../gfx/logo-small.png);
	float:left;
}

#footer p {
	float:right;
	font-size: 15px;
	line-height:20px;
	text-align:right;
	color:#fff;
}