/* ---------------------------------------------
GENERAL
--------------------------------------------- */
body{
	background-image: url(../images/general/bg-top.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
	font-family: Tahoma;
	font-size: 16px;
	color: #666;
	margin: 0px;
	line-height: 22px;
}
form {
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}
h1{}


/* ---------------------------------------------
HEADER
--------------------------------------------- */
#HEADER-container{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/header/phone.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 150px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.HEADER-welcome{
	font-family: Tahoma;
	font-size: 24px;
	margin-bottom: 15px;
	color: #000;
}


/* ---------------------------------------------
MENU
--------------------------------------------- */
#MENU-container{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}


/* ---------------------------------------------
MAIN IMAGE
--------------------------------------------- */
#MAINIMG-container{
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* ---------------------------------------------
MAIN IMAGE
--------------------------------------------- */
#CONTENT-container{
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* ---------------------------------------------
FORM FIELDS
--------------------------------------------- */
.FORM-container{
	padding: 20px;
	background-image: url(../images/general/bg-contact.png);
	background-repeat: no-repeat;
	background-position: 700px 20px;
	border: 1px solid #CCC;
	margin-top: 25px;
}
.FORM-textfield{
	font-family: Verdana;
	padding: 7px;
	border: 1px inset #CCC;
	font-size: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.FORM-textfield-req{
	font-family: Verdana;
	padding: 7px;
	border: 1px inset #CCC;
	font-size: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url(/images/general/req-field.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}
.FORM-dropdown{}
.FORM-multiselect{}
.FORM-radio{}
.FORM-checkbox{}
.FORM-col1{
	font-family: "trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.FORM-col2{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}


/* ---------------------------------------------
FOOTER
--------------------------------------------- */
#FOOTER-bg{
	background-image: url(/images/general/bg-footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 450px;
	margin-top: 15px;
}
#FOOTER-container{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C41130;
}
#FOOTER-fb{
	margin-bottom: 15px;
}
#FOOTER-copyright{
	float: left;
	width: 500px;
	color: #666;
}
#FOOTER-golive{
	text-align: right;
	color: #666;
	text-decoration: none;
}
#FOOTER-golive a:link{
	color: #666;
	text-decoration: none;
}
#FOOTER-golive a:visited{
	color: #666;
	text-decoration: none;
}
#FOOTER-golive a:hover{
	color: #C41130;
}


/* ---------------------------------------------
THERAPIES
--------------------------------------------- */
.THERAPIES-container{
	background-image: url(../images/general/horline.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.THERAPIES-price{
	font-family: Tahoma;
	font-size: 18px;
	color: #C41130;
	font-weight: bold;
	width: 80px;
	display: inline-table;
}
.THERAPIES-name{
	font-family: Tahoma;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	display: inline-table;
}
.THERAPIES-comment{
	padding-left: 83px;
	font-family: Tahoma;
	color: #666;
	font-size: 16px;
}
.THERAPIES-comment-inline{
	font-family: Tahoma;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	margin-left: 5px;
}
.THERAPIES-booknow{
	text-align: right;
	padding-right: 5px;
}
.THERAPIES-header{
	font-family: Tahoma;
	font-size: 24px;
	color: #C41130;
	margin-bottom: 10px;
}
.THERAPIES-text{
	font-family: Tahoma;
	font-size: 14px;
}
.THERAPIES-td-price{
	font-family: Tahoma;
	font-size: 18px;
	color: #C41130;
	font-weight: bold;
}
.THERAPIES-td-text{
	font-family: Tahoma;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-bottom: 5px;
}
.THERAPIES-td-container{
	background-image: url(../images/general/horline.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.THERAPIES-title{
	display: table-cell;
	width: 555px;
}
.THERAPIES-booking{
	display: table-cell;
	width: 445px;
	text-align: right;
}
