/* @override http://localhost/austintree/css/main.css */

body { 
	background: #463935; 
	background-image: url("../img/_bg.png"); 
	background-attachment: fixed; background-repeat: no-repeat; 
	background-position: bottom right;	
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #c1a47f;
}


h1, h2, h3, h4, h5, h6 {
	color: #cbc4c2; font-weight: 300;
	margin: 0; padding: 0; line-height: 1em; margin-bottom: 0.5em;
}

a { 
	color: #3A3;
	text-decoration: none;
}
a:hover {color: #73d2b7;}

#supercontact { text-align: right; }

#superhead { 
	background: #251d1b; 
	height: 24px; 
	font-size: 11px; 
	padding-top: 6px; 
	letter-spacing: 0.5px; 
}
#footer {
	/*position: relative;*/
	height: 30px;
	background: #251d1b; 
	font-size: 11px; 
	padding-top: 16px; 
	letter-spacing: 0.5px; 
} 
#footer .right-foot {
	text-align: right;
}
#superhead, #superhead a { color: #81756d; }
#superhead a { text-decoration: none; padding: 6px 0 8px 0;  }
#superhead a:hover { color: #73d2b7; }
#superhead span { margin: 0 4px; color: #444; }

#majorhead {
	padding-top: 10px;
	height:  90;
}

#serviceshead { height: 20; }

#services_menu { 
	text-align: right; 
	/*display: none; */
}
#services_menu a {
	text-decoration: none; padding: 2px 0 4px 0;
	color: #81756d;
}
#services_menu a:hover { color: #73d2b7; }
#services_menu span { margin: 0 4px; color: #999; }

#captionfocus {
	height: 317px; 
	background: url('../img/_captionfocus5.png') repeat-x; 
	position:relative;
	/*top:90*/
}
#captiontop {
	color: #73d2b7;
	/*font-weight: 100;*/
	font-size: 23px;
}
#head1 {
	padding-top: 14px;
}
#head1 h1{
	font-size: 24px;
	font-weight: bold;
}
#head1 h6{
	padding-left: 50px;
	margin-top: -8px;
}
#head3 {
	padding-top: 60;
}
#head3 h3{
	font-weight: bold;
}
#head4 {
	padding-top: 13;
}
#mcontent {
	padding-top: 10px;
}
#head2, #head2 a {
	text-align: right;
	color: #81756d;
	text-decoration: none; 
	font-size: 21px;
	padding-top: 30;
}
#head2 a:hover {
	color: #73d2b7;
}
#head2 span {
	margin:0 4px; color: #999;
}
.services, .serviceshead {
	display: none;
}

.dcontent p {
	padding-left:30px;
}
.dcontent h4 {
	padding-left:15px;
}
.service-list {
	padding-left:30px;
}
.testimonials {
	font-style:italic;
	background: #251d1b; 
	padding: 7 7 7 7;
	opacity: .7; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:alpha(opacity=70);  
	-moz-opacity:0.7;  
 	-khtml-opacity: 0.7; 
}
/* Slider Captions { */
.boxgrid{ 
	width: 620px; 
	/*height: 260px;*/
	margin:10px; 
	float:left; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding: 0 10px 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	/*font:13pt "Lucida Grande", Arial, sans-serif; */
	font-size: 19px;
}
.boxcaption{ 
	float: left; 
	position: relative; 
	background: #000;
	height: 30px; 
	width: 600; 
	top:250;
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);  
	-moz-opacity:0.8;  
 	-khtml-opacity: 0.8; 
	
 }

.caption .boxcaption {
 	top: 220;
 	left: 0;
}

/* } Slider Captions */

/* EasySlider { */
#slider ul, #slider li, #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider2 {
	margin-top:1em;
}
#slider li, #slider2 li {
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:620px;
	height:300px;
	overflow:hidden;
}

ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;
	float: right;	
	/*display: none;*/
}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a{
	float:right;
	height:28px;
	line-height:28px;
	color:#333333;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a{
	color:#111111;
	font-weight:bold;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
/* } EasySlider */

