@charset "utf-8";
/* CSS Document */

<!--
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	color:#AAAAAA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#111111;
}

a:link, a:visited {
	color:#3399CC;
	text-decoration:none;
}

a:hover {
	border-bottom:1px dotted #3399CC;
}

textarea, input {
	font-size:13px;
}

#header_main {
	width:100%;
	background-image:url(http://www.amaccreative.com/images/header_bg.jpg);
	background-repeat:repeat-x;
}

#header_main a:hover {
	border:none;
}
	
#header_wrapper {
	width:1045px;
	height:128px;
	text-align:left;
}

#header_logo {
	float:left; 
	width:256px;
}

#header_nav {
	float:right; 
	width:550px; 
	padding-top:6.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#header_nav a:link, #header_nav a:visited {
	color:#AAAAAA;
	text-decoration:none;
}

#header_nav a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}

#homebtn_main{
	position:absolute;
	width:100%;
	left:0px;
	top:128px;
	z-index:1;
}

#homebtn_wrapper{
	width:1045px;
	text-align:left;
}

#homebtn_wrapper a:hover{
	border:none;
}

#main{
	background-color:#1C1C1C;
}

#main_wrapper{
	width:1045px;
	text-align:left;
}

#main_left {
	width:360px;
	float:left;
	padding:4em 0 4em 0;
}

#main_right{
	width:650px;
	float:right;
	padding:4em 0 4em 0;
}

#contact_title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	background-color:#151515;
	padding:1.5em;
}

#contact_message {
	background-color:#202020;
	margin-top:1.2em;
	padding:1.7em 1.5em 1.6em 1.7em;
}

#contact_address {
	background-color:#202020;
	padding:1.5em;
	margin-bottom:1.9em;
}

#contact_address #title {
	color:#C4C4A3;
	font-weight:bold;
	padding-bottom:0.5em;
}

#contact_form #title {
	color:#C4C4A3;
	font-size:14px;
	margin-top:1em;
	padding:1.5em;
}

#contact_form #line1 {
	padding:0.5em;
	background-color:#202020;
}

#contact_form #line2 {
	padding:0.5em;
}

#contact_form #left {
	float:left;
	width:160px;
	text-align:right;
	margin-right:1em;
}

#contact_form #right {
	
}

#contact_form #renovation {
	display:none;
}

#footer_sep{
	height:1px;
	background:#AAAAAA;
}

#footer_main {
	width:100%;
	height:150px;
}

#footer_wrapper{
	width:1045px;
	padding-top:3em;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#AAAAAA;
	line-height:24px;
	text-align:left;
}

#footer_nav {
	float:left;
}

#footer_nav a:link, #footer_main a:visited {
	color:#AAAAAA;
	text-decoration:none;
}

#footer_nav a:hover{
	border:none;
}

#siteby {
	color:#555555;
	float:right;
}

#siteby a:hover{
	border:none;
}

.title {
	color:#C4C4A3;
	font-size:14px;
	padding:1.5em 1.5em 0 1.5em;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

-->