@charset "UTF-8";
/* CSS Document */


* {
	margin:0;
	padding:0;	
}


body {
	font-family:Georgia, "Lucida Bright", "DejaVu Serif", Constantia, serif;
	color:#5e5e5e;
	margin:0px;
	background-image:url(/images/marbleit.jpg);
}

img {
	border:none;
}


#container {
	background-image:url(/images/marbleit.jpg);
}

.content {
	max-width:960px;
	padding:20px;
	margin-left:60px;
	padding-top:20px;
	
}

.bigtxt {
	font-size:20px;
	color:#2c2c2c;
	line-height:27px;
}

.content a:link { COLOR: #96813a;  TEXT-DECORATION: none }
.content a:hover { COLOR: #fff;  TEXT-DECORATION: none; background-color:#96813a }
.content a:visited { COLOR: #96813a;  TEXT-DECORATION: none }
.content a:visited:hover {  COLOR: #fff;  TEXT-DECORATION: none
}


.nav-holder {
	color:#FFFFFF;
	float:left;
	margin-top:37px;
	padding-left:50px;
}

#carousel {
	clear:left;
	
}

.footertxt {
	font-size:12px;
	color:#6d6d6d;
}

.nav-sub {
	font-weight:normal;
	font-size:13px;
	font-style:italic;
}

.telephone {
	color:#ececec;
	font-size:14px;
	margin-top:4px;
}

p {
	margin-bottom:5px;
}

h1 {
	font-weight:normal;
	color:#000000;
	margin-bottom:10px;
}

h2 {
	font-size:18px;
	font-weight:normal;
	color:#000000;
	margin-bottom:10px;
}

h3 {
	font-weight:normal;
	color:#000000;
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:2px;
}
.gallery {
	margin-top:20px;
	background-color:#d5cdb6;
	padding:20px;
}

.details ul {
	margin-top:30px;
}

.details ul li {
	margin-top:15px;
}

.scroll {
	padding-bottom:100px;
}

/* CONTACT FORM */

#contact p, label, legend { 	font-family:Georgia, "Lucida Bright", "DejaVu Serif", Constantia, serif; font-weight:normal; color:#000; }

#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 700px;  padding: 5px;  -webkit-border-radius:5px;  }

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.0em; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font-family:Georgia, "Lucida Bright", "DejaVu Serif", Constantia, serif; color:#000000
; font-weight:normal; font-size:13px;  webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:20px; border:1px solid #999; -webkit-border-radius:5px; -moz-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #999; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('/images/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('/images/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }