body {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	background:url(../images/background.jpg) repeat;
}
img {
	border:none;
}
h1 {
	margin:0px;
	font-size:20px;
}
h2 {
	margin:0px;
}
li {
	line-height:18px;
}
li.contact {
	line-height:18px;
	list-style-type:none;
}
p {
	line-height:18px;
}
p a {
	color:#ac0101;
	text-decoration:none;
}
#toplogo {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#logo {
	text-align:left;
	width:450px;
	float:left;
}
#logoright {
	text-align:right;
	padding-top:20px;
	width:450px;
	float:right;
	background:white;
}
#container {
	clear:both;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#toplinks {
	height:30px;
	background: #ac0101;
	text-align:center;
	color:black;
}
	#toplinks a {
		line-height:30px;
		padding:10px;
		font-size:15px;
		text-decoration:none;
		letter-spacing:2px;
		color:white;
	}
	#toplinks a:hover {
		color:black;
	}	
	#toplinks a.selected {
		color:black;
	}		
#innercontainer {
	width:900px;
	background-color:white;
}

#maintop {
	width:900px;
	height:160px;
}
#maintop a {
	margin-left:25px;
	margin-right:25px;
}
#domestic {
	float:left;
	height:160px;
	width:225px;
	background-image: url('../images/domestic_electrical.png');
	background-position: top;
	background-repeat:no-repeat;
}
#domestic a {
	display:block;
	line-height:160px;
	text-decoration:none;
}
#domestic2 {
	float:left;
	height:160px;
	width:225px;
	background-image: url('../images/domestic_electrical.png');
	background-position: bottom;
	background-repeat:no-repeat;
}
#domestic2 a {
	display:block;
	line-height:160px;
	text-decoration:none;
}
#domestic.hover {
	background-image: url('../images/domestic_electrical.png');
	background-position: bottom;
	background-repeat:no-repeat;
}
#domestic:hover {
	background-image: url('../images/domestic_electrical.png');
	background-position: bottom;
	background-repeat:no-repeat;
}
#commercial {
	float:left;
	height:160px;
	width:225px;
	background-image: url('../images/commercial_electrical.png');
	background-position: top;
	background-repeat:no-repeat;
}
#commercial a {
	display:block;
	line-height:160px;
	text-decoration:none;
}
#commercial2 {
	float:left;
	height:160px;
	width:225px;
	background-image: url('../images/commercial_electrical.png');
	background-position: bottom;
	background-repeat:no-repeat;
}
#commercial2 a {
	display:block;
	line-height:160px;
	text-decoration:none;
}
#commercial.hover {
	background-image: url('../images/commercial_electrical.png');
	background-position: bottom;
}
#commercial:hover {
	background-image: url('../images/commercial_electrical.png');
	background-position: bottom;
}
#maintenance {
	float:left;
	height:160px;
	width:225px;
	background-image: url('../images/electrical_maintenance.png');
	background-position: top;
	background-repeat:no-repeat;
}
#maintenance a {
	display:block;
	line-height:160px;
	text-decoration:none;
}
#maintenance2 {
	float:left;
	height:160px;
	width:225px;
	background-image: url('../images/electrical_maintenance.png');
	background-position: bottom;
	background-repeat:no-repeat;
}
#maintenance2 a {
	display:block;
	line-height:160px;
	text-decoration:none;
}
#maintenance.hover {
	background-image: url('../images/electrical_maintenance.png');
	background-position: bottom;
	background-repeat:no-repeat;
}
#maintenance:hover {
	background-image: url('../images/electrical_maintenance.png');
	background-position: bottom;
	background-repeat:no-repeat;
}
#specialist {
	float:left;
	height:160px;
	width:225px;
	background-image: url('../images/specialist_services.png');
	background-position: top;
	background-repeat:no-repeat;
}
#specialist a {
	display:block;
	line-height:160px;
	text-decoration:none;
}
#specialist2 {
	float:left;
	height:160px;
	width:225px;
	background-image: url('../images/specialist_services.png');
	background-position: bottom;
	background-repeat:no-repeat;
}
#specialist2 a {
	display:block;
	line-height:160px;
	text-decoration:none;
}
#specialist.hover {
	background-image: url('../images/specialist_services.png');
	background-position: bottom;
}
#specialist:hover {
	background-image: url('../images/specialist_services.png');
	background-position: bottom;
}
#mainleft {
	float:left;
	width:450px;
}
#mainright {
	text-align:center;
	float:right;
	width:400px;
}
#break {
	width:100%;
	height:20px;
	background-color:white;
}
#bottomright {
	text-align:center;
	clear:both;
}
.bottom {
	text-align:center;
	font-size:9px;
	color:#606060;
}
.bottom a {
	text-decoration:none;
	color:#606060;
}
#footer {
	text-align:center;
	clear:both;
	background-color:#ac0101;
	line-height:30px;
	color:black;
}
#footer a {
	text-align:center;
	padding:10px;
	text-decoration:none;
	letter-spacing:2px;
	color:white;
}
	#footer a:hover {
		color:black;
	}