/*
Theme Name: Action Tint
Theme URI: http://actiontint.net/
Description: Action Tint
Version: 1.0
Author: bugdown
Author URI: http://dopplerinternet.com/
*/

* {
	padding:0;
	margin:0;
}

body {
	background-color:#735d39;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:19px;
}

#wrapper {
	overflow:hidden;
	width:740px;
	margin:0 auto;
	border:solid 1px white;
}

#header {
	height:78px;
	background-image:url(images/header.jpg);
}

#nav {
	height:22px;
}

#nav ul {
	list-style:none;
	text-indent:-9999%;
}

#nav ul li {
	float:left;
}

.left { display:block; width:107px; height:22px; background-image:url(images/left_buttons.jpg); }

.home { display:block; width:65px; height:22px; background:url(images/home.png) 0 0; }
.home:hover { background:url(images/home.png) 0 -22px; }

.residential { display:block; width:106px; height:22px; background:url(images/residential.png) 0 0; }
.residential:hover { background:url(images/residential.png) 0 -22px; }

.commercial { display:block; width:106px; height:22px; background:url(images/commercial.png) 0 0; }
.commercial:hover { background:url(images/commercial.png) 0 -22px; }

.service { display:block; width:126px; height:22px; background:url(images/service.png) 0 0; }
.service:hover { background:url(images/service.png) 0 -22px; }

.contact { display:block; width:104px; height:22px; background:url(images/contact.png) 0 0; }
.contact:hover { background:url(images/contact.png) 0 -22px; }

.right { display:block; width:126px; height:22px; background-image:url(images/right_buttons.jpg); }

#main {
	overflow:hidden;
	background:white;
	padding:24px 10px 10px 10px;
}

#main h1 {
	font-size:32px;
	font-weight:38px;
	margin-bottom:24px;
}

#main p {
	margin-bottom:24px;
}

#main ul,
#main ol {
	margin-left:32px;
	margin-bottom:24px;
}

#footer {
	text-align:center;
	color:white;
	font-size:10px;
	line-height:13px;
	margin:8px 0;
}

.clear {
	clear:both;
}
