/* GENERAL SETUP
/////////////////////////////*/

* { 
	margin:0; 
	padding:0;
}
a { 
	color:#fff;
	outline:none;
	text-decoration:none;
}

body { 
	font:12px/1.5em Arial;
	background:#000 url(http://www.colonicfortlauderdale.com/images/bg.jpg) repeat-x;
	color:#000;
	margin:0;
}

.inner {
	background:#000 url(http://www.colonicfortlauderdale.com/images/bg_inner.jpg) repeat-x;
}

table.bottom_navigation {
	margin:0 auto;
	width:570px;
	text-align:center;
}

.bottom_navigation a {
	text-transform:uppercase;
	color:#b56f2a;
	font-weight:bold;
	text-align:center;
	border-bottom:2px solid #000;
	padding-bottom:5px;
	
	
}

.bottom_navigation a:hover {
	border-bottom-color:#b56f2a;
}

#footer {
	margin:0 auto;
	color:#746f56;
	font-size:12px;
}

#footer a {
	color:#746f56;
	text-decoration:underline;
}

#site {
	width:780px;
	margin:0 auto;
}

#site h2 {
	font-size:24px;
	color:#b56f2a;
	font-style:italic;
}

#site h3 {
	font-size:16px;
	color:#d8cece;
	font-style:italic;
	padding-left:40px;
}
.foot {
		font-size:12px;
		color:#ffffff;
	
	}
.foot a {text-decoration:underline;}
.margin {margin:10px 15px;}
.inner_text { font-size:12px; color:#000; text-align:justify}
.inner_text p { text-indent:15px; margin-bottom:10px; letter-spacing:1.3px}
.inner_text ul { margin-left:20px; color:#fff; line-height:22px;}
#inner_site {width:771px; margin:0 auto; margin-top:5px;}

#inner_site h2 {font-size:27px; color:#fff; font-style:italic; padding-left:10px} 
#inner_site h1 {font-size:22px; color:#82a700;}

td.main_navgation a { text-transform:uppercase; color:#fff; line-height:23px; font-size:12px; margin-left:5px; margin-right:5px; padding-bottom:1px; border-bottom:1px solid #fff; display:block; padding-left:10px; padding-top:2px;}


td.main_navgation a:hover {color:#deff00; border-bottom:1px solid #9dc21d;}.formtext {
	color: #FFF;
}



#rev {
	border: 1px solid white;
}

#contact form {
	padding: 10px 10px;
	background: #1a1a1a;
	border: 1px solid #ccc;
	background-color: #052b05;
	border-style: solid;
	border-color: #3d3d3d;
	margin-bottom: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#contact input {
	width: 200px;
	line-height: 20px;
	margin-bottom: 15px;
}

.formtext {
	color: #ffffff;
}

#contact {
	margin-bottom: 25px;
	color:white;
}

#form1 h3 {
	margin-bottom: 20px;
	margin-top: 5px;
	text-align: center;
	font-variant: small-caps;
	border-color: #ebebeb;
	color: #ffffff;
	border-bottom-width: 1px;
	border-style: solid;
	border-width: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 31px;
}

/* BUTTON STYLE
	/////////////////////////////*/
	
	.button {
		color:white;
		font-weight:bold;
		font-size:13px;
		text-shadow:0 1px 0 rgba(0,0,0,.4);
	}

	.button {
		display: block;
		padding: 5px 24px;
		text-align: center;
		-webkit-background-clip: padding-box;
		-webkit-box-shadow:
			inset 0 0 0 1px rgba(0,0,0,0.2),
			inset 0 2px 0 rgba(255,255,255,.25);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 10px;
		border:none;
	}

	.button:hover {
		text-decoration: none;
		cursor:pointer;
	}

	.button:active {
		padding-top: 6px;
		padding-bottom: 4px;
	}
	
	/* HOT 237004
	/////////////////////////////*/
	
	.button {
		background:#237004 -webkit-gradient( linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.4)),to(rgba(0,0,0,0)));
	}
	
	.button:hover {
		background: #237004 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.55)), to(rgba(0,0,0,0)));
	}

	.button:active {
		background: #237004 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,.1)), to(rgba(0,0,0,0)));
	}

	
	#form1 p {
		padding-top: 15px;
		padding-bottom: 15px;
		border-style: solid;
		border-width: 0;
		border-bottom-width: 1px;
		border-color: #ffffff;
	}
	
	
	#form1	p.error {
		background-color: #ffc9c9;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 20px;
		border: 2px solid #ff0000;
		border-right-width: 0;
		border-left-width: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		color:#454545;
		
	}
