html {
	
}

body {
	background: #1A1A1A;
	margin: 0px 0px 10px 0px;
	color: #E8E3DB;
	line-height: 1.25em;
	background: #292929 url(../images/bg.jpg) repeat;
}
	
#bg_holder {
	background: transparent url(../images/banner_bg.jpg) repeat-x 0px 74px;
}

a:link, a:visited, a:active {
	color: #4eccce;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.break {
	clear: both;
}

img {
	display: block;
}

.bold {
	font-weight: bold;
}
a:focus, :focus, :active
{
  -moz-outline: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner { 
border: none; 
}
h1 {
	font-size: 153.9%;
	color: #fff;
	margin: 10px 0px 10px 0px;
	font-family: Georgia;

}

h2 {
	font-size: 146.5%;
	margin: 10px 0px 10px 0px;
	color: #fff;
	font-family: Georgia;
}

h3 {
	font-size: 138.5%;
	margin: 10px 0px 10px 0px;
}

h4 {
	font-size: 125%;
	margin: 10px 0px 10px 0px;
}

p {
	margin: 10px 0px 10px 0px;
}

.right {
	float: right;
}

#hd {
	line-height: 1.2em;
}

#content {
	margin-top: 0px;
}

#slider { 
	float: left; 
	margin-left: 52px;
	margin-top: -5px;
}	
	
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li { 
	width:576px;
	height:370px;
	overflow:hidden; 
}	
		
#slider img {
	border: 3px solid #b0a29d;
}

#prevBtn, #nextBtn{ 
	float: left;
	margin-top: 145px;
}	

#prevBtn {
	margin-left: -610px;
}													
#prevBtn a, #nextBtn a{  
	display:block;
	width:34px;
	height:69px;
	background:url(../images/button_left.gif) no-repeat 0 0;	
}	
#nextBtn a { 
	background:url(../images/button_right.gif) no-repeat 0 0;	
}


#prevBtn a:hover, #nextBtn a:hover {
	background-position: 0 -69px;
}

#prevBtn a:active, #nextBtn a:active {
	background-position: 0 -137px;
}


.form_header h1 {
	margin-left: 79px;
}

#contact-area {
	width: 600px;
	margin-top: 20px;
	font-family:Helvetica,sans-serif;
	margin-left: 10px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px 0px 3px 0px;
	border: 2px solid #ccc;
}

#contact-area #button  {
	width: 89px;
	border: 0px;
	float: right;
	height: 37px;
	display:block;
	background:url(../images/contact_us.gif) no-repeat 0 0;
	margin-top: 11px;
}

#contact-area #button:hover {
	background-position: 0 -37px;
}

#contact-area #button:active {
	background-position: 0 -74px;
}


#contact-area textarea {
	height: 90px;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 169px;
	padding-top: 5px;
	font-size: 1.1em;
	color: white;
}

#banner p {
	color: #A69994;
	font-size: 14px;
}

#bottom {
	margin-top: 20px;
}

#phone {
	font-size: 16px;
	float: right;
	margin: 20px 30px 0px 0px;
	background: url(../images/phone.gif) no-repeat 0 7px;
	width: 125px;
}

#phone p {
	margin-left: 25px;
}

#tagline {
	background:  url(../images/tagline_bg.gif) no-repeat;
	padding: 10px;
	margin-top: 115px;
	line-height: 1.4em;
}

#tagline h1 {
	font-size: 180%;
	line-height: 1.02em;
	margin-top: 8px;
	margin-bottom: 12px;
}

#tagline p {
	margin-top: 5px;
}
#services ul 	{
	line-height: 1.4em;
	margin: 20px 0px 0px 20px;
}

#services ul li {
	list-style-image: url(../images/star_bullet.gif);
	font-size: 14px;
	margin-bottom: 10px;
}

#ft {
	text-align: center;
	margin-top: 50px;
	color: #A69994;
}

#feedback_thanks {
	color: #4eccce;
	font-size: 120%;
	margin-left:100px;
	width:380px;
	margin-top:15px;
}

#logo {
	background: url(../images/title.gif) no-repeat left;
	height: 92px;
	margin-top: 2px;
}

#form_name, #form_comments, #form_email {
	xheight: 80px;
	xmargin-bottom: 20px;
}

#name_error, #email_error {
	color: #ff0000;
	margin-left: 187px;
	font-size: 12px;
}

.error_container {
	height: 20px;
}

