
/* CSS Document */

/* 
SITE STRUCTURE ------------------------------------------------------ */
*
{
	border: 0;
	margin:0; 
	padding:0;
}


body
{
	background: #a7d5e1 url(images/bg.jpg) repeat-x;
	color: #4C4C4C;
	line-height: .8em;
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;

	
}


html, body {
    height: 100%;
}



#container { 
        position: relative;
				min-height: 100%;
				height: 100%;
				voice-family: "\"}\"";
				voice-family: inherit;
				height: auto;
				width:960px;
				margin:0px auto;

} 
html>body #container {
				height: auto;
			
			}

/*
- LEFT SIDE - PHOTO ------------------------------------------- */
#left { 
	float: left; 
	width: 351px; 


	}
	

	
/*--SIDEMENU--*/

#leftside_menu {
	font: bold 105% Verdana, Arial, Helvetica, sans-serif;
	width: 351px;

}


#leftside_menu ul {
list-style: none;
text-align: left;
padding-left:30px;
}
#leftside_menu ul li {
margin: 0px;
padding: 0px;
}
#leftside_menu ul li a {

display: block;
border-top: 1px solid #c7e1e8;
padding: 10px 0px 10px 20px;
text-decoration: none;
color: #02779e;
width:260px;
}

#leftside_menu ul li a:hover, #leftside_menu ul li a:focus {
color: #fff;
background: #3d8ea8;

}

#leftside_menu ul li a#current {
	color: #fff;
background: #3d8ea8;
	}
		
/*
 - RIGHT SIDE -----------------------------------------*/

#right { 
	float: right;  
	width: 599px; 
	 } 
#right-symptoms { 
	float: right;  
	width: 599px; 
	background: url(images/acupuncture-symptoms.jpg) no-repeat;
	height:800px;
	padding-bottom: 48px;
	 } 




/*
 - FOOTER ---------------------------------------------------*/
#footer {
	
	clear: both;
	background: transparent;
	position: absolute
    bottom:0;
	
	}
#footer h2 {
				font-weight: bold;
				color: #48595e;
				font-size: 10px;
				text-align: left;
				border-top: 1px solid #c7e1e8;
				padding-top:8px;
			}	


#push {
	height: 100px;
	}

#clear {
	clear:both;
	}
/*
 - GLOBAL FONT STYLE ---------------------------------------------------*/
 p {
 	color: #302c2c;
	text-align: left;	
	letter-spacing:.05em;
	background: transparent;
	margin-top:5px;
	margin-right:10px;
}

h1 {
 	color: #494848;
	text-align: left;	
	letter-spacing:.05em;
	background: transparent;
	margin:10px;
	margin-left:0;
	text-transform: uppercase;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	
}
 .bold{
	font-weight: bold;

}

.list ul {
	list-style: circle;
	text-align: left;
	padding-left:30px;

}

.list ul li {
	margin: 5px;
	padding: 5px;
	color:#2E2E2E;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	background: inherit;
	}
	
/*
-------- IMAGES ONLY ----------------------------------*/
img {
	border: 0;
	margin:0;
	padding:0;
	}

.image-right {
	padding-bottom:20px;
	float:right;
	}

/*
--------------- BOOKS ONLY ----------------------------------------*/

.bookcenter {
	padding:40px;
	padding-left:150px;
	}
.book {
	width:260px;
	background: #677067;
	margin:10px;
	margin-top:20px;

	color:inherit;
	}
	

.book-left {
	float:left;
	width:260px;
	background:#fff;
	position:relative;
	left:-4px;
	top:-4px;
	border:1px solid #ccc;
	font-family: "Century Gothic", verdana, arial, sans-serif;
	color:#505d5e;
	padding: 3px;
	padding-top:4px;

	}
	

/* LINKS
--------------------------------------------------------------------------------------- */	
.global a:link {
	color:#333;
	text-decoration:underline;
	background: transparent;
	
	}

.global a:visited {
	color:#767778;
	text-decoration:underline;
	background: transparent;
	}


.global a:hover {
	color:#000;
	background:#d0e3ea;
	}

.global a:active {
	color:#58676c;
	background: transparent;
	}
	
.global a:active, a:focus { 
	outline-style: none } 
	