/* Top Level Elements */

body {
	font-size:0.9em;
	font-family:"Trebuchet MS", Arial, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#2F3032;
}

form {
	padding-left:15px;
}

hr {
	background-color:#B7DA8D;
	height:10px;
}

img {
	border:0px;
}

label {
	float:left;
	padding:0px;
	text-align:left;
	width:90px;
	margin:5px;
}

li {
	list-style:circle;
}

ul {
	padding:10px;
	padding-left:20px;
	margin:0px;
	margin-left:15px;
}
/*
ul li.shop {
	padding:0px;
	margin:0px;
	text-indent:0px;
	list-style:circle;
	font-size:0.9em;
}*/

/* Classes */

.contact {
	margin-top:-19px;
}

* > .contact {
	margin-top:-14px;
}

.full {
	width:714px;
	clear:both;
	padding:20px;
	padding-bottom:0px;
}



.full p {
	width:677px;
	margin:0px 20px;
	padding-top:10px;
	/*font-size:0.90em;*/
}

.news {
	margin-left:0px;
}

.services {
	padding-left:20px;
}

/* ID's */

#address {
	text-align:right;
	margin:10px;
	float:right;
}

#content {
	width:754px;
	margin:auto;
	margin-top:20px;
	text-align:left;
}
#innermain_footer {
	height:22px;
	background-image:url(../images/innermain_footer_background.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#innermain_header {
	height:22px;
	background-image:url(../images/innermain_header_background.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#innermain_main {
	zoom:1;
	border:1px solid #B7DA8D;
	border-top:0px;
	border-bottom:0px;
}

#left_column {
	width:417px;
	float:left;
	margin:10px;
	margin-right:0px;
}

#left_column_footer {
	height:22px;
	background-image:url(../images/left_column_footer_background.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#left_column_header {
	height:22px;
	background-image:url(../images/left_column_header_background.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#left_column_main {
	background-color:#F6FCEE;
}

#left_column_main p {
	width:377px;
	margin:0px 20px;
	padding-top:10px;
	/*font-size:0.90em;*/
}


#logo {
	margin:28px;
	float:left;
}

#nav {
	float:right;
}

#navigation {
	clear:both;
	height:30px;
}

.right_bottom {
	margin-top:50px;
}

#right_column {
	float:right;
	width:173px;
	margin-right:37px;
	margin-top:72px;
}

* > #right_column {
	margin-right:75px;
	margin-top:70px;
}

#spacer {
	clear:both;
	height:1px;
}

#the_healing_point {
	margin-left:20px;
}

/* Links */

a:link {
	color:#242427;
	text-decoration:underline;
}

a:visited {
	color:#242427;
	text-decoration:underline;
}

a:hover {
	color:#242427;
	text-decoration:underline;
}

a:active {
	color:#242427;
	text-decoration:underline;
}

#nav a:link {
	padding-top:5px;
	color:#242427;
	text-align:center;
	float:left;
	display:block;
	width:95px;
	height:25px;
	background-image:url(../images/tab_background_normal.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
}

#nav a:visited {
	padding-top:5px;
	color:#242427;
	text-align:center;
	float:left;
	display:block;
	width:95px;
	height:25px;
	background-image:url(../images/tab_background_normal.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
}

#nav a:hover {
	padding-top:5px;
	color:#242427;
	text-align:center;
	float:left;
	display:block;
	width:95px;
	height:25px;
	background-image:url(../images/tab_background_hover.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
}

#nav a.selected_link:link,#nav a.selected_link:visited,#nav a.selected_link:hover,#nav a.selected_link:active {
	padding-top:5px;
	color:#242427;
	text-align:center;
	float:left;
	display:block;
	width:95px;
	height:25px;
	background-image:url(../images/tab_background_selected.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
}

/* Contact Form. */


#contact br {
	clear:left;
}

#contact input, #contact select, #contact textarea {
	margin-bottom:10px;
	margin-top:2px;
	width:270px;
	border:1px solid #B7DA8D;
	height:13px;
	font-size:11px;
	padding:1px;
	color:#2F3032;
	padding:2px;
}

#contact textarea {
	height:120px;
}

input#submit {
	width:102px;
	height:20px;
	margin-left:103px;
	color:#2F3032;
	background-color:#F6FCEE;
	border:1px solid #B7DA8D;
}

* > input#submit {
	margin-left:100px;
}