body.main {
	background: url(/images/main.png) top center no-repeat;
}

.main a, 
.main a:visited {
	text-decoration: none;
	color: #18aa9e;
	font-weight: bold;
}

.main a:hover {
	color: #8bd4ce;
}

body.katherine {
	background: url(/images/katherine.png) top center no-repeat;
}

.katherine a,
.katherine a:visited {
	text-decoration: none;
	color: #f05a28;
	font-weight: bold;
}

.katherine a:hover {
	color: #f7ac93;
}

body.cote {
	background: url(/images/cote.png) top center no-repeat;
}

.cote a, 
.cote a:visited {
	text-decoration: none;
	color: #8bc53f;
	font-weight: bold;
}

.cote a:hover {
	color: #c5e29f;
}

/***** wrapper *****/
#wrapper {
	width:868px;
	margin:0 auto;
}

#header {
	width:868px;
	padding:34px 0 0;
}

.sub-head {
	width:439px;
	height:22px;
	background:url(../images/sub-head.png) no-repeat top left;
	float:right;
	text-indent:-9999px;
	padding: 0;
}

#logo {
	width:246px;
	height:57px;
	float:left;
	display:block;
/* 	background:url(../images/logo.png) no-repeat top left; */
	text-indent:-9999px;
	margin:32px 0 0 0;
}

#content {
	width:868px;
	clear:both;
}

#content-left {
	float:left;
	width:246px;
	padding:0;
}

#content-right {
	float:right;
	width:602px;
	padding: 20px 0 20px 20px;
}
	
/***** nav *****/
#nav {
	clear:both;
	margin:44px auto 35px;
	padding:0;
	width:217px;
	text-align:center;
}

#nav li {
	list-style:none;
	margin:0;
	width:217px;
}

#nav li a {
	font-size:1.3em;
	font-weight:400;
	text-decoration:none;
	display:block;
	padding:10px 0;
	background:url(../images/nav.png) top center no-repeat;
	color:#929d97;
}

#nav li a:hover,#nav li a.active {
	color:#19aa9e;
}

#nav li.first a {
	background:none;
}


	
/***** footer *****/
#footer {
	margin: 50px 0 0;
	border-top: 3px solid #18aa9e;
	color: #666;
	padding: 15px 0 0;
}

.katherine #footer {
	border-top: 3px solid #f05a28;
}

.cote #footer {
	border-top: 3px solid #8bc53f;
}

#footer .left {
	float: left;
	font-family: Georgia, Times, serif;
}

#footer .right {
	float: right;
	text-align: right;
	font-size: 1.4em;
	font-family: Georgia, Times, serif;
}


	
/***** classes *****/

/* LEVEL ONE */
ul.dropdown {
	float:right;
	margin:45px 0 0;
	list-style:none;
	position:relative;
	text-align: center;
	z-index: 10;
}

ul.dropdown li {
	width: 135px;
	height: 29px;
	float:left;
	padding:0 35px;
	margin: 0;
	border-left:1px solid #fff;
	zoom:1;
}

ul.dropdown li.first {
	border:0;
	text-align: right;
}

ul.dropdown li a {
	display:block;
	font-size:1.5em;
	color:#fff !important;
	font-weight:400 !important;
	text-decoration:none;
	padding:4px 0;
	margin: 0;
}

/* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover {
	color:#8bd4ce;
	position:relative;
}

ul.dropdown li.hover a,
ul.dropdown li a.active {
	color:#8bd4ce !important;
}

/* Doesn't work in IE */
.katherine ul.dropdown li.hover,
.katherine ul.dropdown li:hover {
	color:#f7ac93;
	position:relative;
}

.katherine ul.dropdown li.hover a,
.katherine ul.dropdown li a.active {
	color:#f7ac93 !important;
}
	
/* Doesn't work in IE */
.cote ul.dropdown li.hover,
.cote ul.dropdown li:hover {
	color:#c5e29f;
	position:relative;
}

.cote ul.dropdown li.hover a,
.cote ul.dropdown li a.active {
	color:#c5e29f !important;
}

/* LEVEL TWO */
ul.dropdown ul.sub_menu {
	background: #18aa9e;
	visibility:hidden;
	position:absolute;
		top:100%;
		left:14px;
	width:179px;
	list-style: none;
	font-size: 0.8em;
	padding: 15px 0 0;
	margin: 0;
	border-bottom: 1px solid #fff;
	text-align: left;
	z-index: 15 !important;
}

ul.dropdown li.first ul.sub_menu {
	width: 149px;
	left: 57px;
}

ul.dropdown li.first ul.sub_menu li {
	width: 147px;
}

.katherine ul.dropdown ul.sub_menu,
.katherine ul.dropdown ul.sub_menu li {
	background: #f05a28;
}

.cote ul.dropdown ul.sub_menu,
.cote ul.dropdown ul.sub_menu li {
	background: #8bc53f;
}

ul.dropdown ul.sub_menu li {
	width:177px;
	float:none;
	padding: 0 0 10px;
	margin: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #18aa9e;
}

ul.dropdown ul.sub_menu li a {
	display:inline-block; /* IE 6 & 7 Needs Inline Block */
	color: #fff ;
	margin: 0;
	padding: 10px 0 10px 20px;
	width: 157px;
}

ul.dropdown li.first ul.sub_menu li a {
	width: 127px;
}

ul.dropdown li.hover ul.sub_menu li a {
	color: #fff !important;
}

.main ul.dropdown ul.sub_menu li a:hover,
.main ul.dropdown ul.sub_menu li a.active {
	color:#8bd4ce !important;
}

.katherine ul.dropdown ul.sub_menu li a:hover,
.katherine ul.dropdown ul.sub_menu li a.active {
	color:#f7ac93 !important;
}

.cote ul.dropdown ul.sub_menu li a:hover,
.cote ul.dropdown ul.sub_menu li a.active {
	color:#c5e29f !important;
}



.image,
.slideshow {
	padding: 3px;
	border: 1px solid #929d97;
	margin: 0 0 30px;
	height: 594px;
	height: 212px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.slideshow img {
	position: absolute;
	top: 3px !important;
	left: 3px !important;
}

.text {
	width: 350px;
	padding: 0 24px 0 22px;
	float: left;
}

.text ul {
	font-family: Arial, Helvetica, sans-serif;
}

.quote {
	width: 187px;
	float: left;
	padding: 6px 0 30px 16px;
	color: #18aa9e;
	border-left: 1px solid #18aa9e;
	background: url(../images/quote-main.png) top right no-repeat;
}

.quote h2 {
	font-size: 1.7em;
}

.katherine .quote {
	color: #f05a28;
	border-left: 1px solid #f05a28;
	background: url(../images/quote-katherine.png) top right no-repeat;
}

.katherine .quote h2 {
	color: #f05a28;
}

.cote .quote {
	color: #8bc53f;
	border-left: 1px solid #8bc53f;
	background: url(../images/quote-cote.png) top right no-repeat;
}

.cote .quote h2 {
	color: #8bc53f;
}

h1,
h2 {
	color: #18aa9e;
}

.katherine h1,
.katherine h2 {
	color: #f05a28;
}

.cote h1,
.cote h2 {
	color: #8bc53f;
}


li p {
	font-size: 1em;
	padding: 0;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 25px 0 0;
}

.enquiry label {
	float: left;
	font-weight: 700;
	display: block;
	width: 80px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0 0;
}

.enquiry .input {
	border: 1px solid #18aa9e;
	padding: 4px 2px;
	height: 14px;
	float: left;
	width: 260px;
	margin: 0 0 5px;
	font-size: 1.2em;
}

.enquiry br {
	clear: both;
}

.enquiry textarea {
	border: 1px solid #18aa9e;
	width: 260px;
	height: 86px;
	float: left;
	padding: 2px;
	font-size: 1.2em;
	margin: 5px 0;
}

.enquiry .submit {
	margin: 5px 0 0 80px;
	border: 2px solid #8bd4ce;
	padding: 2px 4px;
	font-size: 1.2em;
	background: #fff;
}

.enquiry .submit:hover {
	background: #8bd4ce;
	color: #fff;
}

.space {
	padding: 0 0 0 39px;
}
