@import url('reset.css');
html {
	height: 100%;
}
body {
	background:#FFFFF7 url('../bg.jpg') repeat-x top center;	 
	height: 100%;	
	font-family:Arial;
	font-size: 12px;
	cursor: default;
}
.clear {
	clear: both;
}
#container {
	width: 900px;
	background:white url('../content-bg.jpg') repeat-y top center;
	margin:0 auto;
	min-height: 100%;
}

#header{
	background:transparent url('../header-bg.jpg') no-repeat top center;
	height:162px;
	position:relative;
	padding-right:24px;
	padding-left:24px;
}
a#logo{
	display:block;
	position:absolute;
	width:350px;
	height:80px;
	top:20px;
	left:30px;
	text-indent:-9999px;
}
#nav {
	position:absolute;
	width:852px;
	bottom:9px ;
	left:23px;
	height:31px;
	line-height:31px;
}
	#nav a.current-hover {
	background-position:0 -31px !important;
}

	#nav a.current-hover-contact-us {
	background-position:0 0px !important;
}


	#nav li {
		float:left;
	}
	#nav li a {
		text-indent:-9999px;
		display:block;
		height:31px;
		float:left;	
	}
	#nav li.line {
		width:1px;
		height:31px;
		background:transparent url('../line.jpg') no-repeat top center;
		margin:0 8px;
	}
	#nav li#line {
		width:1px;
		height:31px;
		background:transparent url('../line.jpg') no-repeat top center;
		margin:0 8px;
	}
	#nav a#home {
		background:transparent url('../nav/home.jpg') no-repeat top center;
		width:56px;
	
	}
	#nav a#home:hover {
		background-position:0 -31px;
	}
	#nav a#introduction {
		background:transparent url('../nav/introduction.jpg') no-repeat top center;
		width:107px;	
	}
	#nav a#introduction:hover {
		background-position:0 -31px;
	}
	#nav a#our-treatment {
		background:transparent url('../nav/our-treatment.jpg') no-repeat top center;
		width:122px;	
	}
	#nav a#our-treatment:hover {
		background-position:0 -31px;
	}
	#nav a#contact-us {
		background:transparent url('../nav/contact-us.jpg') no-repeat top center;
		background-position:0 -31px;
		width:91px;	
	}
	#nav a#contact-us:hover {
		background-position:0 0px;
	}
	#nav a#where-are-we {
		background:transparent url('../nav/where-are-we.jpg') no-repeat top center;
		width:116px;	
	}
	#nav a#where-are-we:hover {
		background-position:0 -31px;
	}
	#nav a#working-with-us {
		background:transparent url('../nav/working-with-us.jpg') no-repeat top center;
		width:135px;
	}

	#nav a#working-with-us:hover {
		background-position:0 -31px;
	}
	#nav a#faq {
		background:transparent url('../nav/faq.jpg') no-repeat top center;
		width:45px;	
	}
	#nav a#faq:hover {
		background-position:0 -31px;
	}

	#nav a#links {
		background:transparent url('../nav/links.jpg') no-repeat top center;
		width:50px;	
	}
	#nav a#links:hover {
		background-position:0 -31px;
	}

#content {
	width:852px;
	margin:0 auto;
	position:relative;
	background:white url('../content-bg.jpg') repeat-y top center;
	height:100%;
}

#right {
	width:236px;
	float:left;
	background:white url('../right-content-bg.jpg') repeat-x top center;	
}



#questions{
	text-align:center;
}
#questions img {
	margin-top:9px;
}
#questions select{
	display:block;
	margin:0 auto;
	width:180px;
	color:#6f3221;
	font-weight:bold;
	margin-top:20px;
}
#questions input{
	margin-top:8px;
	margin-left:130px;
}



#newsletter {
	margin-top:15px;
	text-align:center;
	height:200px;
	position:relative;`
}
#newsletter-inputs {
	text-align:left;
	margin-left:15px;
	margin-top:15px;
	color:#6f3221;
	border-right:1px solid #6f3221;
	padding-right:15px;
	width:120px;
}
#newsletter p {
	margin-top:15px;
	width:20px;
	position:absolute;
	top:50px;
	right:53px;
}
#newsletter p a {
	color:#6f3221 ;
	text-decoration:underline;
	font-weight:bold;
}
#newsletter-inputs  input {
	float:left;
	margin-right:15px;
}
#text-input {
	width:184px;
	border:1px solid #d8d8b4;
	background:transparent url('../input-bg.jpg') repeat-x top center;
	margin-top:10px;
	padding:5px 10px;
	color:gray;
}
#submit {
	margin-left:140px;
	margin-top:10px;
}

#left {
	width:579px;
	float:left;
	background:white url('../left-content-bg.jpg') repeat-x top center;
	padding:0 18px;
	border-right:1px solid #f6f6e8;	
}
#working-with-us-page {
	color:#4f4f4f;
}
#page-title {
	margin-top:31px;
}
#working-with-us-page h1 {
	font-size:18px;
	margin-top:20px;	
	color:#6f3221;	
}
#working-with-us-page p {
	font-size:14px;
	margin:15px 0;
}

#working-with-us-page b {
	color:#6f3221;	
}
#input-required {
	background:transparent url('../input-required-bg.jpg') repeat-x top center;
	width:328px;
	padding:10px 10px;
	border:1px solid #d2bfba;
	margin:10px 0;
}
#Labe20 {
	font-size:16px;
	color:#6f3221;
}
#footer {
	width:822px;
	height:50px;
	margin:0 auto;
	border-top:1px solid #b1b1b1;
	margin-top:25px;
}
#footer-nav {
	margin-top:10px;
}
#footer-nav a {
	margin:0 6px;
	border-right:1px solid silver;
	color:gray;
	padding-right:5px;
}
#footer-nav a:hover {
	color:#6f3221;
	text-decoration:underline;
}
#footer {
	padding-bottom:15px;
}
#footer p{
	float:left;
	margin-top:10px;
	color:gray;
	margin-bottom:15px;
	margin-left:10px;
	margin-right:325px;
}
#footer h5{
	margin-top:10px;
	color:gray;
	margin-bottom:15px;
	margin-left:10px;
	font-size:11px;
}
#footer h5 a {
	color:gray;
	text-decoration:underline;
}



#flashcontent {
	float:right;
	margin-right:-1px;
}
#banner {
	width:852px;
	height:250px;	
}


#questions-home{
	text-align:center;
	width:237px;
	background:#FFFFF7 url('../question-bg.jpg') repeat-x top center;
	height:252px;
}
#questions-home img {
	margin-top:9px;
}
#questions-home select{
	display:block;
	margin:0 auto;
	width:180px;
	color:#6f3221;
	font-weight:bold;
	margin-top:20px;
}
#questions-home input{
	margin-top:8px;
	margin-left:130px;
}

#right-home {
	width:235px;
	float:left;
	background:white url('../left-content-bg.jpg') repeat-x top center;
	border-left:1px solid #f5f5e5;
}
#peace {
	background:transparent url('../peace-of-mind.jpg') no-repeat top center;
	width:212px;
	height:303px;
	margin:0 auto;
	margin-top:15px;
	text-align:center;
}
#peace img {
	margin-top:15px;
}
#peace p {
	font-size:13px;
	color:#bbbbbb;
	margin-top:10px;
}

#home-welcome {
	color:#4f4f4f;
}
#home-welcome p{
	margin-left:5px;
	font-size:14px;
	line-height:150%;
	margin-top:15px;
	text-align:left;
}
img#home-img{
	float:right;
	margin-top:15px;
	margin-left:15px;
	margin-bottom:15px;
}

#gift-home {
	width:584px;
	height:69px;
	background:url('../gift-bg.jpg') no-repeat top center;
	display:block;
	margin-top:10px;
	color:#6f3221;
	padding-top:50px;	
}
#gift-home h2 {
	font-weight:bold;
	margin-left:120px;
	font-size:13px;
}
#gift-home p {
	margin-left:120px;
	font-size:13px;
}
#gift-home p a {
	color:#6f3221;
	text-decoration:underline;
	font-weight:bold;
}
#line-home {
	width:584px;
	height:9px;
	background:url('../gift-bg.jpg') no-repeat top center;
	margin-top:15px;
}

#cont-home {
	width:584px;

	position:relative;
}
#contacts-home {
	float:left;
	margin-left:95px;
	margin-top:10px;
	border-right:3px solid #f4f4e5;
	padding-right:25px;
}
#contacts-home img {
	margin:5px 0;
}
#contacts-home p {
	font-size:13px;
	color:#4f4f4f;
}
#phone-home {
	background:transparent url('../phone-home.jpg') no-repeat left 3px;
	padding-left:25px;
	font-size:21px !important;
	font-weight:bold;
	color:#4f4f4f;
	margin-top:10px;
}
#opening-hour-home {
	float:left;
	margin-left:30px;
	margin-top:10px;
}
#opening-hour-home p {
	font-size:15px;
	color:#4f4f4f;
	line-height:150%;
}
#where-r-w {
	width:100%;
	height:79px;
	background:#f1f1db url('../where-are-we-bg.jpg') no-repeat top right;	
	position:relative;
}
a#where-a {
	color:white;
	text-decoration:underline;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	right:25px;
	top:30px;
}
#where-r-w p {
	position:absolute;
	color:#4f4f4f;
	font-weight:bold;
	font-size:14px;
	top:15px;
	left:20px;
}
#where-r-w p a{
	color:blue;
	text-decoration:underline;
}
#cont-content p {
	color:#4f4f4f;
	font-size:14px;
	line-height:130%;
	margin:15px 0;
}
#cont-content h2 {
	color:#9a9a66;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #9a9a66;
	padding-bottom:2px;
}
#cont-content h3 {
	color:#4f4f4f;
	font-weight:bold;
	font-size:14px;
	padding:15px 0;
	border-bottom:1px solid #9a9a66;
}
#cont-content p a {
	color:#4f4f4f;
	text-decoration:underline;
	font-weight:bold;
}
#visa-contact {
	width:100%;
	height:61px;
	background:#fffff7 url('../visa-contact.jpg') no-repeat top right;
	position:relative;
	margin-top:15px;
}
#visa-contact p {
	position:absolute;
	top:5px;
	left:40px;
	color:#4f4f4f;
	font-weight:bold;
	font-size:14px;
}


#right-treatment {
	width:355px;
	float:left;
	background:white url('../left-content-bg.jpg') repeat-x top center;
	padding:0 10px;
}
#left-treatment {
	width:440px;
	float:left;
	background:white url('../left-content-bg.jpg') repeat-x top center;
	padding:0 18px;
	border-right:1px solid #f6f6e8;	
}
img#article-treatment-img {
	margin:15px 10%; 
}
#left-treatment h2 {
	font-size:16px;
	font-weight:bold;
	color:#6f3221;
	margin-top:20px;
}
#left-treatment p {
	font-size:13px;
	font-weight:bold;
	color:#4f4f4f;
	margin:10px 0;
	line-height:140%;
}
#right-navigation {
	width:354px;
	margin:15px 0;
}
#treatment-r-n {
	height:23px;
	background:transparent url('../treatment-right-img.jpg') no-repeat top left;
	border-bottom:1px solid #6f3221;
}
#see-also {
	height:23px;
	background:transparent url('../see-also.jpg') no-repeat top left;
	border-bottom:1px solid #6f3221;
}
#right-nav {
	float:left;
	width:173px;
	margin-top:3px;	
}
#right-nav li a{
	color:#6f3221;
	font-size:12px;
	border-bottom:1px solid #6f3221;
	padding:5px 2px;
	display:block;
} 
#right-nav li a:hover {
	background:#6f3221;
	color:white;
}
#left-nav {
	float:left;
	margin-right:8px;
	margin-top:3px;
	width:173px;
	
}
#left-nav li a {
	color:#6f3221;
	font-size:12px;
	border-bottom:1px solid #6f3221;
	padding:5px 2px;
	display:block;
}
#left-nav li a:hover {
	background:#6f3221;
	color:white;
}
#current-hover {
	background:#6f3221;
	color:white !important;
}
#price {
	width:355px;
	margin-top:20px;
	background:#6f3221 url('../price-bg.jpg') repeat-x bottom center;
	height:90px;
	position:relative;
}
img#price-title {
	margin:8px;
}
p#from {
	font-size:15px;
	color:white;
	font-weight:bold;
	margin:0 10px;
	position:absolute;
	bottom:20px;
	left:0;
}
p#pricevalue {
	color:#ffde00;
	font-size:30px;
	font-weight:bold;
	margin-left:50px;
	margin-top:8px;
}
p#pricevalue a {
	color:#ffde00;	
}
p#pricevalue a:hover {
	color:white;
}
p#book {
	font-size:13px;
	font-weight:bold;
	position:absolute;
	right:15px;
	bottom:17px;
	border-left:2px solid white;
	height:40px;
	line-height:40px;
	padding-left:10px;
}
p#book a {
	color:white;	
}
p#book a:hover {
	color:yellow;
}
img#img-right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	margin-top:0;
}
img#img-left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
#practitioners {
	height:23px;
	background:transparent url('../practitioners.jpg') no-repeat top left;
	border-bottom:1px solid #6f3221;
}

#pract-body {
	width:354px;
	margin:15px 0;
	background:transparent url('../pract-bg.jpg') repeat-x center 24px;
}
#pract-body ul {
	margin:5px;
}
#pract-body li {
	text-align:center;
	float:left;
	margin:10px 22.5px;
	width:122px;
}
#pract-body li h2{
	font-size:12.8px;
	color:#6f3221;
	font-weight:bold;
}
#pract-body li h3{
	font-size:12.8px;
	color:#6f3221;
	border-top:1px solid #6f3221;
	margin-top:10px;
	padding-top:5px;
	line-height:110%;
	background:transparent url('../h3-bg.jpg') no-repeat bottom center;
	padding-bottom:25px;
}

#pract-body li p {
	font-size:12px;
	color:#6f6f6f;
	width:130px;
	padding-top:10px;
	clear:both;
}

p#plus {
border-left:2px solid white;
bottom:17px;
color:white;
font-size:12px;
font-weight:bold;
height:40px;
left:140px;
line-height:20px;
margin:0 10px;
padding-left:5px;
position:absolute;
width:80px; 
}

p#book2 {
border-left:2px solid white;
bottom:17px;
font-size:13px;
font-weight:bold;
height:40px;
line-height:20px;
padding-left:10px;
position:absolute;
right:15px;
width:90px;
}
p#book2 a {
	color:white;
}
ul#ul-default {
	font-size:13px;
	font-weight:bold;
	color:#4f4f4f;
	line-height:140%;
	margin:15px 0;

}
ul#ul-default li {
	list-style:disc;
	margin-left:25px;
	margin-top:5px;
	margin-bottom:5px;
}
.gift a {
	color:#6f3221;
	font-weight:bold;
	text-decoration:underline;
}
.float-left {
	float:left;
}
#gift-but {
	margin-left:25px;
}

.gift h2 {
	font-size:16px;
	font-weight:bold;
	color:#6f3221;
	margin-top:20px;
}
.gift p {
	font-size:13px;
	font-weight:bold;
	color:#4f4f4f;
	margin:10px 0;
	line-height:140%;
}
