/* here are definitions of basic HTML tags ----------------------------------------------------------*/
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;  /*centering the container for IE */
	background-image:url(../images/bg.gif);
	background-colour: #ffffff;
	background-position:top;
	background-repeat:repeat-x;	
}
p, td, div, span, li {
	font-size:12px;
	}
div, span {
	margin:0;
	padding:0;
	}
p	{
	line-height:150%;
	text-align:justify;
	color:#555555;
	margin:5px 0 10px 0;
	padding:0;
	}
h1 {
	font-size:180%;
	font-weight:normal;
	}
h2 {
	font-size:130%;
	text-align:justify;
	font-weight:normal;
	}
h3 {
	font-size:120%;
	font-weight:normal;
	}
a {
	color:#009800;
	}
a:hover {
	background-color:#E3FDE9;
	}
a img {
	border:none;
	}
ul {
	list-style-image:url(../images/bullet-1.gif);
	padding-left:25px;
	margin-left:0px;
	}
ul li{
	margin:0 0 10px 5px;
	}
ul li a{
	color: #00316B;
	}
ul li a:hover{
	background-color:#EAF3FF;
	}
/* here are definitions of particular elements -----------------------------------------------------*/
/**********************
Container
**********************/
#Container {
	width:808px;
	margin:30px auto;
	text-align:left; /* correction of the "text-align:center" in body element */ 
	}
/**********************
Header
**********************/
#header {}
#logo {
	margin-left:4px;
	}
#nav {
	margin-left:4px;
	}
/**********************
Content - General
**********************/
#ContentTop {}
#ContentBtm {
	background-image:url(../images/core/bg-content.gif);
	background-position:0 -3px;
	background-repeat:repeat-y;
	padding:20px 30px;
	}
/**********************
Content - Homepage
**********************/
#twoColumn .leftColumn {
	width:510px;
	}
#twoColumn .rightColumn {
	width:230px;
	padding: 0 0 0 18px;
	}
#doctorLogin {
	background-image:url(../images/splash/doctorlogin-bg.jpg);
	background-repeat:no-repeat;
	width:215px;
	height:200px;
	}
#doctorLogin2{
	background-image:url(../images/splash/doctorlogin-bg2.jpg);
	background-repeat:no-repeat;
	width:215px;
	height:200px;
	}
#therapiesBtn {
	margin-top:40px;
	}
#doctorLogin form {
	margin:0px 10px 10px 10px;
	}
#doctorLoginLayout {
	margin-top:20px;
	}
#doctorLoginHeader {
	margin:0 0 0 10px;
	color:#008E8F;
	font-weight:bold;
	}
#submitBtn {
	margin:20px 10px 10px 123px;
	}
/**********************
Content - About
**********************/
.teamMember {
	margin-bottom:30px;
	}
.teamMember .leftColumn {
	width:140px;
	}
.teamMember .rightColumn {
	width:600px;
	padding: 0 0 0 18px;
	}
.teamMember-image {
	width:120px;
	height:160px;
	background-color:#999999;
	}
.teamMember h3 {
	font-size:140%;
	font-weight:bold;
	}
/**********************
Content - Therapies
**********************/
#productList {
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #BBBBBB;
	}
#productList td{
	text-align:center;
	width:148px;
	padding:5px 5px 30px 5px;
	}
.product-image img{
	border:1px solid #BBBBBB;
	}
.product-name {
	margin-top:10px;
	font-size:100%;
	}
.product-more_info {
	margin-top:5px;
	height:15px;
	}
.product-more_info span{
	margin-left:5px;
	font-weight:bold;
	font-size:80%;
	}
/*.underline {
	font-size:1px;
	width:300px;
	border-bottom:1px solid #00316B;
	}*/
/**********************
Content - Doctor Login
**********************/
#doctorLoginLayoutPage {
	margin:20px 0px 300px 0px;
	}
/**********************
Content - Doctor 
**********************/
.news {	
	margin-bottom:40px;
	}
.news-date {
	font-size:80%;
	}
.news-header {
	font-size:140%;
	font-weight:bold;
	margin:5px 0 15px 0;
	}
.news-cat-name {
	color:#009800;
	font-size:140%;
	font-weight:bold;
	margin:5px 0 15px 0;
	}
.news-text {
	padding-right:20px;
	}
	
/**********************
Content - Useful Links
**********************/
.link {
	margin-bottom:20px;
	padding-bottom:20px;
	}
.link .leftColumn {
	width:140px;
	
	}
.link .rightColumn {
	width:600px;
	padding: 0 0 0 18px;
	}	
.link-image {
	width:120px;
	height:60px;
	background-color:#999999;
	}
/**********************
Content - Contact
**********************/
#contactText {}
#contactMap {
	float:right;
	}
#contactForm {
	margin-top:60px;
	}
/**********************
Footer
**********************/
#footer {
	height:70px;
	background-image:url(../images/core/bg-footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size: 12px;
		}
#footer p{
	margin:0px 25px 40px 25px;
	font-size:75%;
	word-spacing:-2;
	text-align:center;
	}
#wfLogo {
	padding-right:30px;
	}
#wfLogo a:hover{
	background-color:#FFFFFF;
	}
/**********************
Content - Register 
**********************/
#register p, td, input, textarea {
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/**********************
General Classes
**********************/
.gray1 {
	color:#666666;
	}
.gray2 {
	color:#999999
	}
.gray3 {
	color:#CCCCCC;
	}
.green1 {
	color:#008E8F;
	}
	.green2 {
	color:#009800;
	}
.imageHeader {
	margin:0;
	padding:0;
	}
.float-right {
	float:right;
	}
