/* Nature Co */

@import"../css/tabular.css";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Verdana;
	padding-top: 19px;
	background: url('../images/core/bg-body.gif') center top no-repeat;
}

/* Wrap */

#wrap {
	width: 816px;
	height: auto;
	padding: 24px;
	margin: 0 auto;
	background: #FFF url('../images/core/bg-wrap.gif') 0 0 no-repeat;
}

/* Header */

#header {
	width: 816px;
	height: auto;
	position: relative;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #E8EAE7;
}

/* Flash */

#flash {
	margin-bottom: -20px;
}

/* Logo */

div.logo {
	margin-left: 20px;
}

div.logo img {
	border: 0;
}

/* Navigation */

div.navigation {
	position: absolute; right: 20px; bottom: 20px;
}

div.navigation ul {
	list-style-type: none;
}

div.navigation ul li {
	float: left;
	margin-bottom : -1px; 
	margin-right: -1px;
	position: relative;
	margin-right: 10px;
}

div.navigation ul li a {
	float: left;
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

div.navigation ul li a.home {
	width: 52px;
	background: url('../images/core/nav/home.gif') 0 0 no-repeat;
}

div.navigation ul li a.about {
	width: 53px;
	background: url('../images/core/nav/about.gif') 0 0 no-repeat;
}

div.navigation ul li a.services {
	width: 62px;
	background: url('../images/core/nav/services.gif') 0 0 no-repeat;
}

div.navigation ul li a.prices {
	width: 55px;
	background: url('../images/core/nav/prices.gif') 0 0 no-repeat;
}

div.navigation ul li a.contact {
	width: 56px;
	background: url('../images/core/nav/contact.gif') 0 0 no-repeat;
}

div.navigation ul li a:hover {
	background-position: 0 -30px;
}

/* Level */

div.navigation ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	left: -9999em;
	position: absolute;
	margin-top: 30px;
	top: 0;
	width: 220px;
}

div.navigation ul li ul li a {
	color: #008D6A;
	display: block;
	font-size: 11px;
	height: auto;
	float: none;
	text-decoration : none;
	text-indent: 0;
	padding : 5px 9px;
	width: 190px;
	background: #FFF;
	border: 1px solid #E8EAE7;
}	

div.navigation ul li ul li a:hover { 
	background: #F4F4F4; 
	color: #6C726F; 
}	

div.navigation ul li:hover ul, div.navigation ul li.sfhover ul {
	left: -9999em;
}

div.navigation ul li:hover ul, div.navigation ul li.sfhover ul {
	left: auto;
}

div.navigation ul li.sfhover ul {
	left: 0;
}

/* Content */

#content {
	width: 816px;
	height: auto;
	padding: 40px 0;
}

#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #content {height: 1%;}
/* End hide from IE-mac */

/* Content Left */

div.content-left {
	width: 520px;
	height: auto;
	float: left;
	padding: 0 23px;
	text-align: justify;
}

/* Standard */

div.standard {
	font-size: 1.3em;
	color: #757676;
}

div.standard h1 {
	color: #D5CCAF;
	font-size: 2.5em;
	font-weight: normal;
}

div.standard h2 {
	color: #D5CCAF;
	font-size: 2.3em;
	font-weight: normal;
}

div.standard h3 {
	color: #BBB298;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 15px;
}

div.standard h4 {
	color: #A6BFB9;
	font-size: 1.4em;
	font-weight: normal;
}

div.standard h5 {
	color: #BBB298;
	font-size: 1.4em;
	font-weight: normal;
}

div.standard img.left {
	float: left;
	margin: 10px 15px 10px 0;
}

div.standard img.right {
	float: right;
	margin: 10px 0 10px 15px;
}

div.standard ul {
	margin: 15px;
	list-style-type: square;
}

div.standard ul li {
	line-height: 1.6em;
}

div.standard p {
	margin: 15px 0;
	line-height: 1.6em;
}

div.standard p.highlight {
	color: #FF0000;
}

div.standard a {
	color: #008D6A;
	text-decoration: underline;
}

div.standard a:hover {
	color: #6C726F;
}

div.standard div.ad img {
	margin-top: 20px;
	border: 1px solid #666666;
}

div.standard strong {
	color: #6C726F;
}

div.standard span.asterisk {
	color: #008D6A;
}

div.standard div.profile {
	padding: 3px;
}

div.standard div.profile_alt {
	background: #fbfaf6;
	border: 1px solid #f1f1f1;
}

/* Content Right */

div.content-right {
	width: 204px;
	height: auto;
	float: left;
	padding: 0 23px;
}

/* letter */
div.newsletter {
	font-size: 1.3em;
	color: #8D8366;
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: #E7DEC2 url('../images/core/bg-bottom-newsletter.gif') 0 bottom no-repeat;
}

div.newsletter h3 {
	color: #FFF;
	font-weight: normal;
	font-size: 1.5em;
	padding-top: 20px;
	padding-left: 15px;
	background: url('../images/core/bg-top-services.gif') 0 top no-repeat;
}

div.newsletter p {
	margin-bottom: 10px;
	line-height: 1.4em;
	padding: 15px 15px 0 15px;
}

div.newsletter a {
	color: #8D8366;
	text-decoration: underline;
}

div.newsletter a:hover {
	color: #6C726F;
	text-decoration: none;
}

/* Victoria Park */

div.victoria-park {
	font-size: 1.1em;
	color: #6C726F;
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: #E1EBE8 url('../images/core/bg-bottom-location.gif') 0 bottom no-repeat;
}

div.victoria-park div {
	padding: 20px 15px 0 15px;
	background: url('../images/core/bg-top-location.gif') 0 top no-repeat;
}

div.victoria-park h4 {
	color: #008D6A;
	font-weight: bold;
	font-size: 1em;
}

div.victoria-park p {
	margin-bottom: 10px;
	line-height: 1.4em;
}

div.victoria-park a {
	color: #6C726F;
	text-decoration: underline;
}

div.victoria-park a:hover {
	color: #008D6A;
}

/* Kinross */

div.kinross {
	font-size: 1.1em;
	color: #6C726F;
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: #E1EBE8 url('../images/core/bg-bottom-location.gif') 0 bottom no-repeat;
}

div.kinross div {
	padding: 20px 15px 0 15px;
	background: url('../images/core/bg-top-location.gif') 0 top no-repeat;
}

div.kinross h4 {
	color: #008D6A;
	font-weight: bold;
	font-size: 1em;
}

div.kinross p {
	line-height: 1.4em;
	margin-bottom: 10px;
}

div.kinross a {
	color: #6C726F;
	text-decoration: underline;
}

div.kinross a:hover {
	color: #008D6A;
}

/* Services */

div.services {
	font-size: 1.3em;
	color: #8D8366;
	padding-bottom: 20px;
	background: #E7DEC2 url('../images/core/bg-bottom-services.gif') 0 bottom no-repeat;
}

div.services h3 {
	color: #FFF;
	font-weight: normal;
	font-size: 1.5em;
	padding-top: 20px;
	padding-left: 15px;
	background: url('../images/core/bg-top-services.gif') 0 top no-repeat;
}

div.services ul {
	list-style-type: none;
	margin-bottom: 15px;
}

div.services ul li {
	padding: 5px 15px;
	line-height: 1.6em;
	border-bottom: 1px solid #F3EFE1;
}

div.services ul li a {
	color: #8D8366;
	text-decoration: underline;
}

div.services ul li a:hover {
	color: #6C726F;
	text-decoration: none;
}

/* Footer */

#footer {
	display: block;
	height: 70px;
	color: #FFF;
	font-size: 1.1em;
	text-align: center;
	padding-top: 125px;
	background: url('../images/core/bg-footer.gif') center bottom no-repeat;
}

#footer img {
	border: 0;
	margin-left: 50px;
	vertical-align: middle;
}

#footer p {
	vertical-align: middle;
}

#footer a {
	color: #FFF;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/* new */
.newsletter1 { display: inline-block; width: 170px; padding: 10px; background: #F5EBD3; float: right; margin-right: 20px; }
.newsletter1 p { font-size: 11px; }
