/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {

font-size: 12px;
font-family: Lucida Grande, Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
background: #ffffff;
}


/* ----------container to center the layout-------------- */
#container {
width: 700px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
	border-style: solid;
	border-color: #02a0c9;
}

/* -----------------content--------------------- */


#content{
	width: 660px;
	margin: 30px;
	padding: 0;
	padding-bottom: 50px;
	
}


.logo { padding-left: 145px
;
	
} 

#left {
padding: 0px;
width: 678px;
min-height:400px;
background: #d8d4c9;
margin: 0px;
}

* {
	
}

#leftSection {
padding: 0px;
width: 678px;
min-height:400px;
background: #f7f6f4;
margin: 0px;
}

#nav {
width: 678px;
height: 173px;
background: #d8d4c9;
}

.logo {
	margin-left: 32px;
	float: left;
}

#contentPadding{
	margin: 20px 36px 5px 36px;
}

/* --------------right navigation------------- */
#right {
float: right;
width: 222px;
height: 600px;
margin: 0px;
padding: 0px;
text-align: top;
}

.smile {
	height: 185px;
	background: url(images/bg-SmileTrans.jpg) no-repeat;
}

#btn_ViewGallery {
	margin-top: 150px;
	margin-left: 25px;
	margin-bottom: 0;
	border: none;
}


#sideBar {
	color: #beb4aa;
	font-size: 11px;
	line-height: 16px;
	margin: 0px 10px 2px 27px;
}

#sideBar .phone {
	margin: 6px 0px 0px 0px;
}


#sideBar a {
	color: #73a55b;
	line-height: 18px;
}

#sideBar h1 {
	color: #af6338;
	font-size: 16px;
	margin: 28px 0px 10px 0px;
	font-weight: normal;
}

h1 {
	color: #02a0c9;
	font-size: 20px;
	margin: 10px 0px 8px 0px;
	font-weight: normal;
}

h2 {

	font-size: 17px;
	margin: 5px 0px 5px 0px;
	font-weight: normal;
}




#navcontainer
{
float: right;
width: 185px;
height: 100px;
font-family:  Lucida Grande, Verdana, Geneva, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #333;
margin-top: -5px;

}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}


#navcontainer li
{
	margin: 0;
	padding-top: 2px;
	padding-left: 5px;
	background: url(images/bg-NavItem.gif) no-repeat;
}


#navcontainer li a
{
display: block;
padding: 6px 0px 4px 42px;
color: #439236;
text-decoration: none;
width: 100%;
}


html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{color: #915b3b;}


#active #current
{
color: #915b3b;
background: url(images/bg-NavItem-Arrow.gif) 2px 6px  no-repeat;
}

#firstNav #homepage 
{
	padding-top: 16px;
	padding-left: 42px;
	}

#firstNav #current 
{
	color: #915b3b;
	padding-top: 16px;
	padding-left: 42px;
	background: url(images/bg-NavItem-Arrow.gif) 2px 16px no-repeat;
}



/* -----------subnav--------------------------- */

#subnavcontainer ul {
color: #73a55b;
margin: 0;
padding: 20px 0 0 12px;
}

#subnavcontainer li {
color: #73a55b;
padding-top: 4px;
text-decoration: underline;
}

#subnavcontainer li a {
color: #73a55b;
line-height: 11px;
}

a {
color: #73a55b;
}

#subnavcontainer li a:hover{
color: #915b3b;
line-height: 11px;


}

/* -----------footer--------------------------- */
#bottomBar {
text-align: center;
height:50px;
width:930px;
background: url(images/bg-Footer.png) no-repeat;
margin-left: auto;
margin-right: auto;

}

#footer {
	color: #7e7466;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 35px;
	height: 50px;
}

#footer .pipe{
	color: #643319;
}

#footer a {
	color: #7e7466;
	text-decoration: none;
}

#footer a:hover {
	color: #7e7466;
	text-decoration: underline;
}

/* -----------button--------------------------- */

.button{color:#fff;background: transparent url(images/btn-ViewGallery.png) no-repeat top left;width:160px;height:40px;
    display:block; margin-top: -30px; margin-left: 20px;}

a.button:hover {background-position: bottom left;outline: none; color: #ffffff;}
