body {
	background-color: white;
	color: black;
	font-family: 'Arial';
	font-size: 12px;
	height: 100%;
	margin-top: 20px;
}

div {
	position: relative;
}

h1 {
	color: #404040;
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
	font-size: 36px;
	font-weight: bold;
}

h2 {
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 5px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px;
}

p {
	line-height: 20px;
	text-align: justify;
}

strong {
	font-weight: bold;
}

a {
	color: black;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

:focus {
	outline-style: none;
}

ul li {
	color: #404040;
	list-style-type: disc;
	margin-left: 15px;
}


#wrapper,
#footer > div {
	margin: 0px auto;
	width: 960px;
}

#menu {
	left: 250px;
	position: absolute;
	top: 10px;
}

#menu ul li {
	float: left;
	font-size: 14px;
	list-style-type: none;
	padding: 0 20px;
}

#menu a {
	border-bottom: 2px solid #ddd;
	padding: 5px 0;
	text-decoration: none;
}

#menu a:hover {
	border-bottom: 2px solid #5db4ea;
}

.highlight {
	background:none repeat scroll 0 0 #141414;
	border:1px solid #222222;
	color:#F8F8F2;
	padding:10px 20px;
} 

.left {
	float: left;
	width: 70%;
}

.right {
	float: right;
	width: 30%;
}

#footer {
	background-color: #353535;
	border-top: 3px solid #161616;
	color: white;
	margin-top: 20px;
	width: 100%;
}

#footer h3 {
	color: white;
}

#footer a {
	color: white;
}

#footer p {
	color: white;
}

#footer > div > ul > li {
	float: left;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 10px;
	position: relative;
	width: 250px;
}

#footer ul li {
	list-style-type: none;
}

.box {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color: #f2f2f2;
	border: 1px solid #c8c8c8;
	padding: 10px;
}

.info {
	background-color: #D2ECF7;
	border: 1px solid #A7CAE0;
	color: #255792;
	margin: 0 0 10px;
	padding: 10px;
	text-align: center;
}

.info p {
	text-align: center;
}

#front_services {
	margin: 0 auto;
	width: 800px;
}

#front_services > div {
	float: left;
}

#electrical {
	width: 40%;
}

#mechanical {
	width: 30%;
	margin-right: 60px;
}

#software {
	width: 22%;
}

#front_services img {
	margin-bottom: 10px;
}

#front_services li {
	line-height: 20px;
}
