/* Global Reset @ */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, form {
margin: 0;
padding: 0;
}

body {
	font-family:'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; 
	font-size: 100%; color: #333; 	
	/*background: #d1e7f0 url(../images/bg-middle.jpg) top repeat-x;*/
	margin: 0;
	background: #f0eeeb
} 

#container {
	margin: 0 auto;
	width: 960px;
	position: relative;
	background: #fff url(../images/bg-container.gif) top repeat-y;
}

#header {
	width: 960px;
	height: 115px;
	background: #fff;
}

#logo {
	margin: 10px 0 0 20px;
	float: left;
}

#contact {
	float: right;
	margin: 25px 30px 0 0;
	border: none;
}	

#top-content {
	background: #e3e0db;
	height: 250px;
	width: 960px;
}

#top-content img {
	float: right;
	height: 250px;
	width: 380px;
}

#top-blurb {
	width: 480px;
	height: 175px;
	font-size: 110%;
	color: #5b5553;
	padding: 35px 30px
}

#main-content {

}

#left-content {
	float: left;
	padding: 30px;
	width: 505px;
	font-size: 85%;
	line-height: 150%;
}

#left-content  h1 {
	font-size: 140%;
	padding: 0 0 20px 0;
}

#right-content {
	float: left;
	width: 380px;
	margin: 0 0 0 15px;
	font-size: 85%;
}

#right-content h2{
	background-color: #d2c2d9;
	margin: 0;
	padding: 8px 20px 8px 30px; 
	color: #66337d;
	font-size: 130%;	
	margin: 0 0 20px 0;
	font-weight: normal;
}

#right-content ul {
	margin: 0 0 20px 30px;	
}

#right-content ul li {
	list-style: none;
	line-height: 140%;
	height: 100%;
}

#right-content a {
	color: #333;
	text-decoration: none;
}

#right-content a:hover {

	text-decoration: underline;
}

#right-content p{
	padding: 0 30px 0 30px;	
}

#extra-box {
	background-color: #e1dae4;
	width: 430px;
	padding: 20px;
	margin: 25px 0 15px 0;
	line-height: 130%;
	font-size: 90%;
}

#extra-box img {
	float: left;
	margin: 0 15px 0 0
}	


#footer {
	background-color: #67337e;
	height: 15px;
	padding: 20px;
	color: #fff;
	font-size: 70%
}

#footer a {
	color: #fff;
	text-decoration:none;
}

#navigation {
	width: 960px;
	height: 42px;
	background: url(../images/bg-nav.gif) top repeat-x;
	font-size: 90%;
}

#navigation ul{
	margin: 0 0 0 15px
}


#navigation ul li{
	float: left;
	list-style: none;
	padding: 0 0 0 0;
	background: url(../images/bg-nav-separator.gif) right no-repeat;	
}

#navigation ul li.nav-end{
	background: none;	
}

#navigation ul li a{
	color: #fff;
	text-decoration: none;
	padding: 13px 20px 8px 12px;
	display: block;

}

#navigation ul li a:hover {
	text-decoration: underline;
}

#navigation li li a {
	display: block;
	font-weight: normal;
	color: #573981;
	padding: 3px 0 3px  10px;
	font-size: 85%;
	border: 0;
}



li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 4px 0 4px 0;
	background-color: #D0BFE3;
	width: 360px;
}

li>ul {
	top: auto;
	left: auto;
} 

li li {
	display: block;
	float: none;
	border: 0;
	height: 25px;
	width: 180px;
	border-bottom: 1px solid #e2d0f5;
}

#navigation li li {
		background-image: none;
}

#navigation ul li ul {
	margin: 1px 0 0 0;
}

li:hover ul {
	display: block;
}

#navigation li li a:hover {
	color: #fff;
	display: block;
	text-decoration: none;
}	

#navigation li li a.selectedSub  {
	text-decoration: underline;
	color: fff;
	font-weight: bold
}

li:hover ul, li.over ul {
	display: block;
}

#home #nav-home a, 
#about #nav-about a,
#methods #nav-methods a,
#nlp #nav-nlp a,
#coaching1 #nav-coaching1 a,
#coaching2 #nav-coaching2 a,
#consultancy #nav-consultancy a,
#testimonials #nav-testimonials a
{

	text-decoration: underline;

}


form input, form textarea {
	padding: 5px;
	border: 2px solid #ccc;
}

form label {
	padding: 0 0 4px 0
}

/* anti spam */
.hello {
	display: none;
}

a {
	color: #66337d;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}
