body {
	background-image: url("../img/textures/gun_metal.png");	
}

#wrap {
	margin: auto;
	width: 95%;
	text-align: center;
	padding-top: 20px;
	font-family: helvetica, sans-serif;
}

.main-item {
	width: 33.33%;
	float: left;
	background: white;
	min-height: 340px;
}

#g-logo {
	max-width: 100px;
}

ul {
	list-style: none;
	padding-left: 0;
	font-size: 14px;
	line-height: 21px;
}

.client-group {
	color: #999;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

.client-group:hover {
	color: black;
}

.client-list {
	padding-left: 30px;
}

.menu-content {
	width: 90%;
	margin: auto;
	font-family: helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 21px;
}

h1, h2 {
	color: white;
}

h1 {
	width: 100%;
	text-align: center;
	font-size: 43px;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top: 20px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	line-height: 0;	
	padding-bottom: 20px;
	letter-spacing: 1px;
}

h3 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 57px;
	margin-bottom: 20px;
	margin-top: 10px;
	background: white;
}

h4 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#list-main {
	font-weight: bold;
}

#contact-name {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}

#contact-details {
	float: right;
	text-align: right;
}

footer {
	color: silver;
	font-family: helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-right: 2.5%;
	text-align: right;
	float: right;
}