*{
	margin: 0;
	padding: 0;
	outline: none;
}

body{
	margin: 0;
	font-size: 12px;
	/* font-family: "Lucida Grande", Arial, Helvetica, sans-serif; */
	font-family: Georgia, Times, serif;
	background: url(../img/ayolor_bg.jpg) repeat-x top center #371e0a;
}

h1{
	color: #bb550d;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 30px;
	padding-top: 15px;
}

h2{
	color: #723f1b;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}

h3{
	text-align: center;
	color: #bb550d;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: .1em;
}

h4{
	color: #723f1b;
	font-size: 12px;
	letter-spacing: .1em;
	font-weight: normal;
	margin-bottom: 10px;
}

div#wrapper{
	background: url(../img/aylor_main_bg2.jpg) top center no-repeat;
}

div#wrapper_inner{
	background: url(../img/aylor_main_bg.jpg) top center no-repeat;
	width: 967px;
	margin: 0 auto;
	position: relative;
	padding-top: 89px;
}

div#header{
	background: url(../images/head.jpg) no-repeat;
	width: 950px;
	height: 357px;
	position: relative;
}

div#nav{
	background: url(../images/nav_bg.jpg) no-repeat;
	height: 40px;
	text-align: center;
	position: absolute;
	top: 27px;
	right: 20px;
}

div#nav del{
	text-decoration: none;
	display: inline-block;
	clear: both;
}

div#nav ul{
	list-style: none;
	text-align: center;
	clear: both;
}

div#nav ul li{
	display: block;
	float: left;
	height: 31px;
	width: 195px;
	padding: 8px 10px;
	font-family: Georgia, Times, serif;
	font-size: 20px;
	line-height: 18px;
	background: url(../img/nav_bg.png) no-repeat top left;
}

div#nav ul li a{
	display: block;
	float: left;
	color: #887f63;
	text-decoration: none;
	vertical-align: middle;
	width: 185px;
	padding: 3px 0;
	text-align: center;
	border: 1px solid #e1dbcb;
}

div#nav ul li a:hover{
	color: #504b39;
}

div#nav ul li.current{
	background: url(../img/nav_bg.png) no-repeat bottom left;
}

div#nav ul li.current a{
	border: 1px solid #e1dbcb;
	color: #504b39;
}

div#content_wrapper{
	background: url(../img/aylor_main_bg_repeat.jpg) repeat-y;
	position: relative;
}

div#content{
	background: url(../img/aylor_main_bg.jpg) -59px -89px no-repeat;
	padding: 5px 30px;
	/* min-height: 490px; */
	font-size: 12px;
	line-height: 1.6em;
}

div#content2_wrapper{
	background: url(../img/aylor_main_bg_repeat.jpg) repeat-y;
	position: relative;
}

div#content2{
	background: url(../img/aylor_portfolio_bg.jpg) -59px -89px no-repeat;
	padding: 5px 30px;
	/* min-height: 490px; */
	font-size: 12px;
	line-height: 1.6em;
}

div.portfolio_nav{
	background: url(../img/portfolio_divider.gif) top center no-repeat;
	padding-top: 10px;
	margin-bottom: 10px;
}

div.portfolio_nav_inner{
	background: url(../img/portfolio_divider.gif) 0 25px no-repeat;
	padding: 0 10px 10px;
	height: 25px;
	overflow: hidden;
}

div.portfolio_nav ul{
	list-style: none;
	clear: both;
}

div.portfolio_nav ul li{
	float: left;
	display: block;
}

div.portfolio_nav ul li a{
	color: #474230;
	text-decoration: none;
	display: block;
	padding: 0 8px 15px;
	font-size: 12px;
}

div.portfolio_nav ul li a:hover{
	color: #BB550D;
}

div.portfolio_nav ul li.current a{
	color: #BB550D;
	background: url(../img/littlearrow.png) bottom center no-repeat;
}

div#content p{
	margin-bottom: 10px;
}

div#content2 p{
	margin-bottom: 10px;
}

div#left{
	float: left;
	width: 260px;
	padding-top: 20px; 
}

div.quotes{
	padding: 20px 0 10px;
	text-align: center;
}

div.quotes p em{
	color: #5e472e;
	font-size: 12px;
}

div.address{
	padding: 20px 0 10px;
	text-align: center;
}

div.address p{
	color: #723f1b;
	font-size: 11px;
	line-height: 1.4em;
}

div#right{
	margin-left: 290px;
	width: 617px;
	overflow: hidden;
}

div#right p{
	margin-right: 40px;
}

div#portfolio_holder{
	position: relative;
}

div#portfolio_holder object{
	display: block;
}

div.paperclip{
	position: absolute;
	top: 96px;
	right: -3px;
}

div#footer{
	background: url(../img/aylor_main_bg_foot.jpg) no-repeat;
	padding: 40px 10px 0;
	height: 26px;
	position: relative;
	color: #7c5425;
}

div#footer a{
	color: #7c5425;
	text-decoration: none;
}

div#footer a:hover{
	color: #f5f0dc;
}

/** CONTACT **/

.note{
	color:#CCC;
}

.message{
	background:#8CC73F;
	border: 2px solid #5f8b2a;
	padding:15px;
	margin:15px 0;
}

.error{
	background: #ff0000;
	border: 2px solid #a90000;
	padding:15px;
	margin:15px 0;
}

/** CONTACT **/

/** FORMS **/

table.form{
	width: 100%;
	margin-bottom: 10px;
}

table.form td{
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #666;
	background: #333;
}

table.form td.title{
	text-align: right;
	font-weight: bold;
}

input, textarea{
	padding: 3px;
	color: #666;
}

/** FORMS **/

/** CLEARFIX **/
.clear {
	clear: both;
}
.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 */

/** CLEARFIX **/

a:link {color:#BB550D; text-decoration:none;}
a:active {color:#BB550D; text-decoration:none;}
a:visited {color:#BB550D; text-decoration:none;}
a:hover {color:#723F1B; text-decoration:none;}