* {
cursor: default;
}

a, a * {
cursor: pointer;
color: rgb(246,168,70);
border: none ;
}

a:hover {
color: rgb(25,150,84);
}

body {
padding: 0;
margin: 50px;
font-family: 'Helvetica Neue', 'Helvetica', 'Trebuchet MS', Arial, sans-serif; 
font-weight: bolder;
background: rgb(255,255,255) url('../images/default/body-background.jpg') repeat fixed; 
}

#main {
background-color: rgb(255,255,255);
}

h1, h2, h3, h4, ol, p, ul {
margin: 0 0 1em;
}

h3 {
padding-bottom: 1em;
border-bottom: solid 1px rgb(150,150,150);
}

ul, ol {
padding: 0;
list-style-position: outside;
}

ol {
list-style-type: lower-alpha;
}

li ul, li ol {
margin-left: 1em;
}

/* Header Style */

#header {
background: rgb(255,255,255) url('../images/default/header-background.jpg') no-repeat top right; /* rgb(122,10,0) */
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 0;
}

#header-shadow {
position: fixed;
top: 75px;
height: 10px;
left: 0;
width: 100%;
background: transparent url('../images/default/shadow-top.png') repeat-x bottom left;
}

#header h1 {
height: 75px;
text-indent: -10000px;
margin: 0;
padding: 0;
}

/* Menu Style */

#menu {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 60px;
padding: 0;
font-size: .85em;
}

#menu ul {
padding: 0 0 0 90px;
margin: 0;
list-style: none;
height: 60px;
background: rgb(255,255,255) url('../images/default/menu-background.png') no-repeat 65px 5px; /* rgb(122,10,0) */
font-size: 1.25em;
}

#menu li {
display: inline;
line-height: 75px;
margin: 0;
vertical-align: middle;
color: rgb(255,255,255);
text-transform: lowercase;
margin-right: .33em;
}

#menu li a {
color: rgb(25,150,84);
text-decoration: none;
}

#menu li a:hover {
color: rgb(246,168,70);
}

#menu-shadow {
position: fixed;
bottom: 60px;
height: 10px;
left: 0;
width: 100%;
background: transparent url('../images/default/shadow-bottom.png') repeat-x bottom left;
}

#inpage-menu {
float: right;
margin-left: 20px;
padding: 20px;
}

#inpage-menu ul {
margin: 0;
list-style: none;
}

#inpage-menu li {
display: block;
}

#inpage-menu li.sub {
padding-left: 10px;
}

#inpage-menu a {
color: rgb(25,150,84);
}

#inpage-menu a:hover {
color: rgb(246,168,70);
}

html body .submenuclear {
margin-right: 290px;
}

/* Content Style */

#content {
padding: 40px 40px;
font-size: 85%;
min-height: 430px;
}

#content p, #content li {
line-height: 1.5;
text-align: justify;
}

#content p, #content li, #content dd, #content table {
/*max-width: 60em;*/
}

#content h2 {
position: fixed;
bottom: 20px;
right: 90px;
z-index: 2;
color: rgb(223,109,39);
font-size: 1.64em;
}

#content h4 {
text-decoration: underline;
}

#content p img {
float: right;
/*border: solid 1px ;*/
margin-left: 5px;
margin-bottom : 5px;
width: 200px;
}

#content p img.small {
width: 75px;
}

#content .item {
clear: both;
text-align: justify;
margin-bottom: 36px;
}

#content .item h3 img, #content .item p img, #content h4 img {
float: left;
margin-right: 10px;
border: solid 1px rgb(150,150,150);
}

#content h3 span, #content h4 span {
position: relative;
top: -90px;
}

#content .item div {
float: right;
width: 50%;
margin: 0 0 1em;
/*background-color: rgb(255,255,255);
opacity: .75;*/
}

#content .item blockquote, #content .item div p {
font-style: italic;
font-weight: normal;
text-align: right;
padding: 0;
margin: 0 0 .25em;
}

#content .item div blockquote {
margin-left: 20px;
}

#content .hr {
clear: both;
margin-bottom: 36px;
}

#content hr {
display: none;
}

/* Misc Styling */
body #sfd, body .sfd, body #sfd *, body .sfd * {
position: absolute;
top: 0;
left: 0;
text-indent: -10000px;
margin: 0;
padding: 0;
border: none;
}

/* Page specific styling */
html #homepage #content {
background: transparent url('../images/default/home/content-background.jpg') no-repeat bottom right fixed;
}

html #homepage #content h2 {
text-indent: -10000px;
width: 205px;
height: 35px;
background: transparent url('../images/default/home/h2-background.png') no-repeat top left;
}

/*
html #teampage #menu ul, html #teampage #header {
background-color: rgb(63,120,187);
}

html #teampage #header {
background-position: 100% -375px;
}
*/

html #teampage #content h2 {
text-indent: -10000px;
width: 219px;
height: 35px;
background: transparent url('../images/default/team/h2-background.png') no-repeat top left;
}

html #teampage #content {
background: rgb(255,255,255) url('../images/default/team/content-background.jpg') no-repeat bottom right fixed;
}

/*
html #tourpage #menu ul, html #tourpage #header {
background-color: rgb(138,108,120);
}

html #tourpage #header {
background-position: 100% -75px;
}
*/

html #tourpage #content h2 {
text-indent: -10000px;
width: 267px;
height: 35px;
background: transparent url('../images/default/tour/h2-background.png') no-repeat top left;
}

html #gallerypage #content {
background: transparent url('../images/default/gallery/content-background.jpg') no-repeat bottom right fixed;
}

html #gallerypage #content img {
float: none;
border: none ;
width: 300px;
}

html #gallerypage #content h2 {
text-indent: -10000px;
width: 200px;
height: 35px;
background: transparent url('../images/default/gallery/h2-background.png') no-repeat top left;
}

html #technologypage #content {
background: transparent url('../images/default/technology/content-background.jpg') no-repeat bottom right fixed;
}

html #technologypage #content h2 {
text-indent: -10000px;
width: 370px;
height: 35px;
background: transparent url('../images/default/technology/h2-background.png') no-repeat top left;
}

html #membershippage #content {
background: transparent url('../images/default/membership/content-background.jpg') no-repeat bottom right;
}

html #membershippage #content h2 {
text-indent: -10000px;
width: 408px;
height: 35px;
background: transparent url('../images/default/membership/h2-background.png') no-repeat top left;
}

html #contactpage #content {
background: rgb(255,255,255) url('../images/default/contact/content-background.jpg') no-repeat bottom right;
}

html #contactpage #content h2 {
text-indent: -10000px;
width: 186px;
height: 35px;
background: transparent url('../images/default/contact/h2-background.png') no-repeat top left;
}

/* Virtual Tour */

body #tour-layout {
position: relative;
margin: 10px 0 0;
float: right;
border: solid 1px rgb(150,150,150);
list-style: none;
width: 485px;
height: 297px;
background: transparent url('../images/default/tour/layout-background.jpg') no-repeat;
}

body #tour-layout * {
margin: 0;
width: 15px;
height: 15px;
display: block;
padding: 0;
}

body #tour-layout a {
background: transparent url('../images/default/tour/tour-link-background.jpg') no-repeat top left;
position: absolute;
width: 15px;
height: 15px;
text-indent: -10000px;
line-height: 1%;
}

body #tour-layout #tour-reception {
top: 212px;
left: 100px;
}

body #tour-layout #tour-treatment {
top: 118px;
left: 385px;
}

body #tour-layout #tour-xray {
top: 135px;
left: 350px;
}

body #tour-layout #tour-sterilization {
top: 55px;
left: 297px;
}

body #tour-layout a:hover {
background-position: bottom left;
}