body{
	background: #dddddd;
	margin: 8px auto;
	
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
a{
	color: #a95f9b;
	text-decoration: underline;
}
a:hover{
	color: #7d2e6e;
	text-decoration: none;
}
#page{
	background: #ffffff;
	width: 770px;
	padding: 10px;
	margin: 0 auto;
}
#header{
}
#header img{
	border: 0px;
}
#logo{
	width:560px;
	float: left;
}
#logo h1{
	margin: 0px;
}
#social-links{
	width:210px;
	float: left;
	text-align: right;
}
#nav-top{
	background: url("../images/bg-violet-gradient.gif") repeat-x;
	height: 28px;
	clear: both;
	display:block;
}
#nav-top ul{
	height: 28px;
	margin: 0 auto;
	padding: 6px 0;
	list-style-type: none;
	text-align: center;
	font-size: 13px;
}
#nav-top ul li{
	display:inline;
	position:relative;
}
#nav-top ul li a{
	display:inline-block;
	padding: 0px 6px 0px 6px;
	border-left: 1px solid #ffffff;
	color: #fff;
	text-decoration: none;
}
#nav-top ul li a:hover{
	text-decoration: underline;
}
#nav-top ul li a.nav-home{
	border-left: 0px solid #ffffff;
}
#nav-top ul ul li{
	min-width: 180px;	
	display: list-item;
	background: #aa609c;
}
#nav-top ul ul li a{
	display:inline-block;
	padding: 4px 6px 4px 6px;
	border-left: 0px solid #ffffff;
	color: #fff;
	text-decoration: none;
	min-width: 168px;
}
#nav-top ul ul li a:hover{
	background: #7d2e6e;
}
#nav-top ul li:hover ul{
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
}
#nav-top ul li ul{
	display:none;
	float:left;
	top:16px;
	left:0;
	height: 100%;
	width: 180px;
	z-index: 99999;
	padding: 0px;
	text-align: left;
}

#nav-bottom{
	background: url("../images/bg-violet-gradient.gif") repeat-x;
	height: 28px;
	clear: both;
	display:block;
}
#nav-bottom ul{
	height: 28px;
	margin: 0 auto;
	padding: 6px 0;
	list-style-type: none;
	text-align: center;
	font-size: 13px;
}
#nav-bottom ul li{
	display:inline;
	position:relative;
}
#nav-bottom ul li a{
	display:inline-block;
	padding: 0px 6px 0px 6px;
	border-left: 1px solid #ffffff;
	color: #fff;
	text-decoration: none;
}
#nav-bottom ul li a:hover{
	text-decoration: underline;
}
#nav-bottom ul li a.nav-home{
	border-left: 0px solid #ffffff;
}

#intro{
	height: 240px;
	margin: 10px 0px;
}
#intro-text{
	height: 240px;
	width: 440px;
	margin: 0px 10px 0px 0px;
	float: left;
	font-size: 12px;
	font-style:italic;
}
#intro-text.intro-home{
	background: url("../images/bg-banner-home.gif") no-repeat top center;
}
#intro-text.intro-home p{
	margin: 12px 280px 12px 10px;
}
#intro-text.intro-tell-me-more{
	background: url("../images/bg-banner-tell-me-more.gif") no-repeat top center;
}
#intro-video{
	
	height: 240px;
	width: 320px;
	float: left;
}
#content{
	margin: 10px 0px 0px 0px;
}
#content h1{
	color: #7d2e6e;
	font-variant: small-caps;
}
#content h2, #content h3{
	color: #7d2e6e;
}
#content img{
	border: 0px;
}
#entry{
	border: 10px solid #eeeeee;
	margin: 10px 0px;
	padding: 10px;
}
#entry-text{
	float: left;
	margin: 0px;
	width:520px;
}
#entry-image{
	float: right;
	width: 180px;
	background: #eeeeee;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}
#entry-image h4{
	font-size: 13px;
	text-align: center;
	margin: 4px 0px;
}
#entry-image p{
	font-size: 12px;
	text-align: center;
	margin: 4px 0px;
	font-style:italic;
}
#entry-image .row1, #entry-image .row2, #entry-image .row3, #entry-image .row4{
	background: #ffffff;
	width: 160px;
	padding: 10px;
	margin: 10px 0px 0px 0px;
}
.entry-tell-me-more{
	width: 400px;
	margin-right:10px;
	float: left;
}
.form-tell-me-more{
	background: url('../images/bg-box-fade.gif') repeat-x;
	width: 298px;
	padding: 0px 10px 10px;
	float: left;
	border: 1px solid #aa609c;
}
.what-is-colour-coaching #entry-image div.row1, .course #entry-image div.row2, .faq #entry-image div.row3{
	display: none;
}
#entry-banner{
	float: right;
	width: 200px;
	margin: 0px 0px 0px 0px;
}
#entry-banner.register{
	margin: 0px -10px 0px 10px;
}
/* Tabs style */
ul#tabnav {
	border-bottom-color:#aa609c;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-size:12px;
	font-weight:bold;
	list-style-type:none;
	margin:1em 0;
	padding:3px 10px;
	text-align:left;
}
ul#tabnav li {
	display:inline;
}
ul#tabnav li a {
	background-color:#ffddf9;
	border-bottom:none medium;
	border-left: 1px solid #aa609c;
	border-right: 1px solid #aa609c;
	border-top: 1px solid #aa609c;
	color: #aa609c;
	margin:0;
	padding:3px 4px;
	text-decoration:none;
}
ul#tabnav a:hover {
	background:#FFFFFF;
	color:#7d2e6e;
}
ul#tabnav .current a{
	background:#FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/* end Tabs */
#columns{
	background: #eeeeee;
	margin: 10px 0px;
	padding: 10px;
}
#columns h4{
	font-size: 13px;
	text-align: center;
	margin: 4px 0px;
}
#columns p{
	font-size: 12px;
	text-align: center;
	margin: 4px 0px;
	font-style:italic;
}
#columns img{
	border: 0px;
}
#col1, #col2, #col3, #col4{
	background: #ffffff;
	height: 254px;
	width: 160px;
	padding: 10px;
	float:left;
}
#col2, #col3, #col4{
	margin: 0px 0px 0px 10px;
}
.clear{
	clear:both;
}
.spacer{
	background: url("../images/bg-violet-gradient.gif") repeat-x;
	height: 28px;
	clear: both;
}
.violetbold{
	color:#7d2e6e;
	font-weight:bold;
}
#jscheckoverlay{
	background-color: #000000;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:90;
	position:fixed;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#jscheck{
	background: #ffffff;
	width: 360px;
	margin: 20px 0px 0px -200px;
	padding: 20px;
	z-index:999;
	left: 50%;
	top: 100px;
	position:absolute;
	position:fixed;
}

.colslink:hover{ background:#FFCCFF !important }
.colslink a{ color:#333333; text-decoration:none}
.colslink a:hover{ color:#333333; text-decoration:none}


