html body { 
	font-size: 62.5%;
}

body { 
	background: #6399AB url(images/bg2.jpg) repeat-x; 
	padding-top: 50px; 
	padding-bottom: 40px;
}

.wrapper { 
	width: 960px; 
	margin-right: auto; 
	margin-left: auto; 
	margin-top: 0;
}

.header{
}


/* Nav */

		
	.nav {
	overflow: visible; 
	height: 42px; 
	margin-left: 10px; 
	margin-top: 12px;
}

		.nav li {
	float: left; 
}

		.nav li{
	clear: right;
}

		.nav li a {
	padding: 14px 12px;
	display: block;
	background-color: #6B9DAA;
}

		#main_nav a.non_selected {background:url(images/nav_fade.png) repeat 0 0;} /*Controls Colour of Nav Fade */
		
		.nav li a:hover {
	background-color: #478595;
}

		.nav li a.selected { 
	padding-bottom: 20px; 
	padding-top: 20px; 
	margin-top: -6px;
}

	
		.nav li a:hover, li a:focus, li a:active {background-position:-150px 0;}
		

			.nav a#nav_weightloss { 
	background-color: #D2D770;
}

			.nav a#nav_detox {
	background-color: #DB8B51;
}

			.nav a#nav_about {
	background-color: #CEB5D5;
}

			.nav a#nav_what_is, .nav a#nav_blog { 
	background-color: #80AEBA;
}

			.nav a#nav_courses { 
	background-color: #D1BF9E;
}

			.nav a#nav_faq {
	background-color: #E3CC56;
}

    


/* Content */


	.content { 
	background-color: #fafafa;
	padding: 5px 5px 50px;
	overflow:hidden;
	padding-top: 50px;
}

		#content_index {
			padding:0px !important;
		}

/* Page Intro */

	.page_intro { 
	padding-left: 25px; 
	padding-bottom: 18px;
	border: solid 5px white;
}

		#page_weightloss { 
	background-image: url(images/bg_weightloss.jpg);
}

		#page_detox { 
	background-image: url(images/bg_detox.jpg);
}

		#page_about { 
	background-image: url(images/bg_about.jpg);
}

		#page_what_is , #page_blog{ 
	background-image: url(images/bg_what_is.jpg);
}


		#page_courses { 
	background-image: url(images/bg_courses.jpg);
}

		#page_faq { 
	background-image: url(images/bg_faq.jpg);
}


		.page_intro img {
	float: right;
	margin: 10px 5px 0px 0px;
}



/* Column Size */
	
	.column {
	float: left; 
	margin-left: 30px;
}

		#size_a {
	width: 250px;
}

		#size_b {
	width: 600px;
	overflow: hidden;
}

		#size_e {
	margin-left: 5px; 
	margin-top: 5px; 
	margin-bottom: 5px;
}

		#size_f {
	width: 242px;
	margin-left: 5px;
	height: 358px;
	float: left; 
	padding-left: 30px; 
	padding-right: 30px; 
	margin-top: 5px; 
	text-align: center; 
	background: #acc6ca url(images/index_bg.jpg) no-repeat 0 0;
}

	.column2 {
	width: 29%; 
	padding-right: 4%;
	float: left;
	overflow:hidden; 
	margin-bottom: 30px;
}

		.column2:last-child {
	padding: 0;
	float: none;
}

	.column3{
	width: 45%;
	float: left;
	margin-left: 3%;
	margin-bottom: 30px;
	overflow:hidden;
}

	.column4 {
	padding-right: 38px;
	float: left; 
	margin-right: 15px;
}

		.column4:last-child {
	float: right;
	padding-right: 0px;
	margin-right: 0px;
}


hr {
	border-top: 1px solid #d8d8d8;
	border-bottom: solid 1px white; 
	margin-bottom: 20px;
	clear: both;
	border-left:none;
	border-right: none;
}

	.course hr { 
	margin-bottom: 18px;
}


.clear_left {
	clear: left; 
	text-align: center;
}

p.clear_left {text-align:left;}




/* Bottom Info */

.bottom_info {
	border: solid 1px green;
	overflow: hidden;
	width: 910px; 
	background-color: #e9e9e9;
	display: block;
	border:solid 5px #fafafa; 
	padding: 20px 20px 10px;
}


/* Courses */


	.course { 
	background-color: #ededed; 
	padding: 30px 30px 15px;
	overflow:hidden; 
	margin-bottom: 15px;
}



/* Lists */

.course ul { 
	margin-left: 15px; 
	text-shadow: #fff 0 0 0;
}

ul.colon_can_fix li{ 
	list-style-image: url(images/list_img.jpg); 
	list-style-position: outside; 
	margin-left: 16px;
}



/* Footer */


.footer { 
	margin-top: 10px;
	overflow:hidden;}


.acha_link {float:right; margin-top:-28px;}





/* Typography */


h1, h2, h3 {
	font-family: "Baskerville", Georgia, "Times New Roman", Times, serif;
}

h1 { 
	font-size: 2.3em; 
	color: white;
}

	.logo { 
	background: url(images/colon_care_logo.png) no-repeat left bottom; 
	width: 274px; 
	height: 73px;
	display: block;
	text-indent: -999px;
}

		.logo a {
	width: 274px; 
	height: 73px;
	display: block;
}

	.page_intro h1 { 
	padding-bottom: 10px;
	padding-top: 57px;
}

h2 { 
	font-size: 1.5em;
}

	#page_weightloss h2{ 
	color: #EAE7CA;
}

	#page_detox h2{
	color: #F2D3C9;
}

	#page_about h2{
	color: #EFE8F7;
}

	#page_what_is h2, #page_blog h2{
	color: #CAE0E5;
}

	#page_courses h2{
	color: #e3d5b7;
}

	#page_faq h2{
	color: #fff;
}


h3 { 
	font-size: 1.3em;
}

	.nav h3 { 
	color: white;
}


h4 { 
	font: 1.4em/1.5em Georgia, "Times New Roman", Times, serif; 
	color: #6c6c6c;
}

	h4.clear_left { 
	padding: 20px 35px; 
	background-color: #efefef;
	overflow: hidden;
	color: #5d5d5d;
}

	h4 a {
color: #56a1b4;
}

	h4 a:hover {
color: #478595;
}

	
	#actions h4 a {
	color: white;
	background-color: #56a1b4; 
	padding: 9px 20px;
	float: right;
}
	
	#actions h4 a.do_i_a {
	background-color: #85b4bf; 
}

	
	#actions h4 a:hover {
	background-color: #478595;
}

		#size_f h4 {
	color: whitesmoke;
}

		#actions  h4 a {
	display: block;
	width: 160px; 
	text-align: center; 
	margin-bottom: 10px;
}

	h4.index { 
	padding-top: 130px;
}


p, .content li, form span { 
	font: 1.1em/1.6em Verdana, sans-serif;
}

	p a {
	color: #61a1af; 
	font-style: italic;
}

	p a:hover { 
	text-decoration: underline;
}
	
	.content p,.content li, form span, .bottom_info p {
	color: #7f7f7f;
}
	

	.footer p{
	color: white;
}

		.footer p a{
	color: #aaced5;
}

em {
	color: #61a1af; 
}

	h4 em { 
	font-weight: bold;
}

strong { 
	color: #61a1af; 
	font-weight: bold;
}

	#size_f em{
	color: #597a81; 
	
}

	#size_f h4 {
	line-height: 1.3em; 
	margin-bottom: 5px;
}

.italic { 
	font-style: italic;
}

.italic_big { 
	font-style: italic; 
	font-size: 1.5em;
}

a {
	color: inherit; 
	text-decoration: none;
}



/* Images */

img.bordered {
	border: 6px solid #efefef;
}

img.float_right {
	float: right;
	border: solid 3px #e7e7e7; 
	margin-top: 10px; 
	margin-left: 40px; 
	margin-bottom: 10px;
}



/* Form */

.contact_form {
	background-color: #f1f1f1; 
	padding: 30px 26px 20px;
}

fieldset { 
	margin-bottom: 20px;
}

	.contact_form label {
	display: block; 
	margin-bottom: 5px;
}

	.contact_form label span {
	display: inline-block; 
	width: 30%;
}

	.contact_form input, form select {
	width: 65%;
}

	.contact_form input { 
	height: 25px;
	border: none; 
	background-color: #e2e2e2; 
	padding-left: 5px;
}

		.contact_form input:hover { 
	background-color: #d6d6d6;
}

		.contact_form input:focus {
	background-color: #8db7c0;
}

	.do_i_need p {
	float: left;
	display: block;
	height: 60px; 
	padding-right: 30px;
	width: 55%; 
	font-weight: bold;
}

	.do_i_need fieldset {
	background-color: #eee; 
	padding-left: 15px; 
	padding-top: 15px; 
	padding-bottom: 7px;
}
		
		.do_i_need label {
	background-color: #ddd;
	padding-right: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	display: block;
	width:35%;
	overflow: hidden; 
	margin-bottom: 6px;
}

		.do_i_need span {
	width: 85%;
	display: inline-block;
	padding-left: 10px;
} 

		input.type {
	border: none; 
	padding-left: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	margin-left: 10px; 
	width: 90%;
}

		input.type:hover { 
	background-color: #ededed;
}

			.p_large {
	height:110px !important;
	display: block;
}

			.final_piece p{
	height: 380px;
}

			.final_piece select{
	width: 92%; 
	margin-left: 10px;
}
		

	#submit {
	overflow:hidden;
	width: 93%; 
	margin-top: 20px;
}

	#submit2 {
	width: 96%;
	overflow: hidden;
}

	#submit input {
	background-color: #61a1af;
	color: whitesmoke;
	float: right;
}

	#submit2 input{
	float: right;
	background-color: #61a1af;
	border: none; 
	width: 36%;
	color: whitesmoke; 
	padding-top: 5px; 
	padding-bottom: 5px;
}

	#submit input:hover, #submit2 input:hover {
	background-color: #70bbcb;
}




#colon_care_video {
	border: 5px solid #e0e0e0;
	float: right; 
	margin-left: 35px; 
	margin-bottom: 15px;
	width: 248px;
	height: 140px;
}

h4.index strong{
	color: white;
}





































