body {
	background: #d1e7f9 url(../img/bg.png) repeat-x;
	text-align: center;
	margin: 5px 0;
}
#wrap {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#main {
	padding-bottom: 60px;
	background: transparent url(../img/body.png) no-repeat left bottom;
}
#head,
#body {
	background-color: #fff;
	padding: 0 30px;
	overflow: hidden;
}
#logo {
	padding: 55px 0 30px 0;
	float: left;
}
#phone {
	padding: 67px 0 30px 0;
	float: right;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	color: #005cac;
}
#phone small {
	font-size: 14px;
}
#phone span {
	color: #838383;
	font-weight: normal;
}
#body {
	font-size: .7em;
	color: #737373;
	font-family: Verdana, sans-serif;
}
#slogan {
	text-align: center;
}
#foot {
	color: #838383;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	padding: 15px 30px;
	overflow: hidden;
	line-height: 1.5em;
}
#copy {
	float: left;
}
#dev {
	float: right;
	text-align: right;
}
#address {
	clear: both;
}

/* globals */

a,
a:active,
a:visited {
	text-decoration: none;
	color: #04a1ff;
}
a:hover {
	color: #000;
}
hr {
	clear: both;
	display: block;
	width: 100%;
	height: 20px;
	background: #fff url(../img/hr.png) no-repeat;
	border: none;
	padding: 5px 0 15px 0;
}
h1 {
	text-transform: uppercase;
	margin-top: 0;
	font-family: Arial, sans-serif;
	color: #005cac;
}

/* navigation */

#nav {
	clear: both;
	border-top: 1px solid #e7f0f7;
	padding: 20px 0;
	text-align: center;
}
#nav li {
	display: inline;
}
#nav a {
	padding: 24px 35px;
	text-transform: uppercase;
	color: #005cac;
	font-size: 11px;
	text-decoration: none;
	border-top: 1px solid #e7f0f7;
}
#nav a:hover,
#nav a:active {
	border-top: 1px solid #04a1ff;
}

/* columns */

.cols {
	width: 900px;
	display: block;
	overflow: hidden;
}
.left-col,
.center-col,
.right-col,
.col-1,
.col-2 {
	display: inline;
	float: left;
}
.left-col {
	width: 305px;
}
.center-col {
	width: 270px;
	margin: 0 10px;
}
.right-col {
	width: 305px;
}
.text .left-col,
.text .center-col,
.text .right-col {
	width: 260px;
	text-align: justify;
	line-height: 1.4em;
}
.text .left-col {
	padding: 0 20px 0 25px;
}
.text .center-col {
	padding: 0 5px;
}
.text .right-col {
	padding: 0 25px 0 20px;
}
.left-col h2,
.center-col h2,
.right-col h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	text-align: center;
	font-family: Arial, sans-serif;
	margin-bottom: 1.4em;
}
.left-col h2 {
	color: #005bac;
}
.center-col h2 {
	color: #0181ca;
}
.right-col h2 {
	color: #01a1ff;
}
.col-1 {
	width: 300px;
	margin-right: 20px;
}
.col-2 {
	width: 570px;
	margin-right: 30px;
}
.last {
	margin-right: 0;
}
.text .col-2 {
	width: 550px;
	padding-left: 20px;
}

/* contact */

.contact p {
	font-size: 1.4em;
}