
@import url(base.css);
@import url(nav.css);

/* HEADERS */

h1 {
	margin: 20px 0 20px 0;
	height: 0;
	width: 491px;		/* image width */
	padding-top: 54px;	/* image height */
	overflow: hidden;
	background: url(../_img/global_h1_bg.gif) no-repeat;
	font-size: 1px;
	border: none;
}


.nolink a {

	padding-bottom: 5px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;

}

.home h1 {
	margin: 10px 0;
}

h2 {
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: .1em;
	margin-bottom: 4px;
	color: #a79c7e ;
}


h3 {
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Verdana, san-serif;
	font-size: 1.2em;
	letter-spacing: .1em;
	margin-bottom: 6px;
}

#bottom h3 {
 color: #fff;

}


/* HOME SERVICES IMG MENU */

#services li {
	display: block;
	float: left;
	width: 150px;
	height: 230px;
	margin-right: 7px;
}

#services li.last {
	margin-right: 0;
}

#services img {
	display: block;
	border: none;
	border-bottom: 2px solid #fff;
}

.service_img {
	margin-bottom: 8px;
	display: block;
	border-bottom: 8px solid #dfedc2;
}

.service_txt {
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	color: #17191a;
}

/* ClIENT LIST */

.client_list #secondary {
	padding-top: 16px;
}

.client_list #secondary img {
	padding-top: 4px;
}

/* CONTACT */

.contact h3 {
	margin: 20px 0 6px 0;
}

.contact #secondary a {
	font-size: 1.1em;
	padding-bottom: 1px;
	color: #577612;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #a0c749;
}

.contact #secondary a:hover {
	color: #92bc34;
	border-bottom: 1px solid #a0c749;
}

/* CONTACT FORM */

.contact_us form {
	margin: 10px 10px 10px 0;
	padding: 20px 0 20px 20px;
}

.contact_us select {
	float: left;
}

.contact_us input, textarea {
	display: block;
	margin: 10px 0 0 0;
	border: 1px solid #bcc4b3;
}

.contact_us input {
	width: 290px;
}

textarea {
	width: 482px;
}

.contact_us #submit_btn {
	width: 130px;
	margin: 12px 0 0 0px
}
