﻿/* Start General Settings */


body {
	top:0px;
	margin:0px;
	text-align:center;
	font-size:0px;
	font-family:arial;
	color:#000;
	background:url(../images/bg_paper.jpg);
}
img {
	border: none;
}
.align-top {
	vertical-align: top;
}
.bold {
	font-weight: bold;
}

/*  Settings */
div#header {
	margin-top:19px;
	width:783px;
	height:84px;
	background:url(../images/header.gif);
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
div#header-bottom {
	width:783px;
	height:auto;
	overflow-y:auto;
	background: url(../images/content_bg.gif);
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align: left;
}
img#email {
	position:absolute;
	top:29px;
	left:22px;
}
img#header-image {	
	float:left;
}
div#main-wrapper {
	width:783px;
	height:auto;
	overflow-y:auto;
	background:url(../images/content_bg.gif);
	margin-left:auto;
	margin-right:auto;
}
div#main-wrapper-bottom {
	width:783px;
	height:4px;
	background:url(../images/content_bottom.gif);
	margin-left:auto;
	margin-right:auto;
}
div#footer {
	margin-top:9px;
	width:770px;
	height:28px;
	margin-left:auto;
	margin-right:auto;
}
.footer-text {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
div#right-column {
	float:right;
	padding-right:26px;
	width:150px;
	height:auto;
	overflow-y:auto;
}
div#left-column {
	float:right;
	padding-right:25px;
	width:561px;
	height:auto;
	overflow-y:auto;
	padding-bottom:20px;
}
img#logo {
	margin-top:28px;
	padding-bottom:20px;
}
div#page-title {
	margin-top:25px;
	width:561px;
	height:34px;
	background:url(../images/title_icon.gif) no-repeat;
	background-position: 533px 0px;
	text-align:right;
	direction:rtl;
}
img#title {
	padding-right:35px;
}
div.page-breaker {
	height:2px;
	background:#D9D2C5;
	clear: both;
}
div#content {
	padding-top:13px;
	padding-bottom:13px;
	font-size:14px;
	color:#666666;
	text-align:right;
	direction:rtl;
}


div#menu {
	margin-top:35px;
}
div.button,
.button-rollover {
	width:150px;
	height:29px;
}
.button-rollover {
	margin-top:6px;
	position:relative;
	background:red;
}
* html a:hover {visibility:visible;}
.button-rollover a:hover img{visibility:hidden;}
.clicked img{visibility:hidden;}

.button-rollover a {
display:block;
width:150px;
height:29px;
float: left;
}

div#but-1-rollover {
	background:url(../images/button_homepage_2.gif);
}
div#but-2-rollover {
	background:url(../images/button_reflexology_2.gif);
}
div#but-3-rollover {
	background:url(../images/button_shiatzu_2.gif);
}
div#but-4-rollover {
	background:url(../images/button_tipulim_2.gif);
}
div#but-5-rollover {
	background:url(../images/button_about_2.gif);
}
div#but-6-rollover {
	background:url(../images/button_contact_2.gif);
}


/* More General Settings */


ul.effectless {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
}
li.effectless {
	display: block;
}
div.red {
	background:red;
}
.pointer{
	cursor:pointer;
}
div.floatleft{
	float:left;
}
div.floatright{
	float:right;
}
div.floatnone{
	clear:both;
}
a.rollover {
	text-decoration:none;
}
a.rollover:hover {
	text-decoration:underline;
}
a.rollover-2 {
	text-decoration:underline;
}
a.rollover-2:hover {
	text-decoration:none;
}