/*
		ltmassage - 
		
		baba = 130x180px
		
		165 | 10 - 480 - 10 | 190 = 855 px
*/

* { margin: 0px; padding: 0px; border: none; }

body { background-image: url('/themes/lmt/images/ltm-bk1.jpg');
 			 background-position: center center; 
			 background-attachment: fixed;
			 color: #666;; font-size: 13px; 
			 font-family: Georgia, Arial, sans-serif; 
			 }

.BkWhite, .island { background-color: white; }

.ColorGray { color: #666; }
.ColorBrown, strike { color: #b46b4a; }
.ColorBlack { color: #333333; }

.TypeBig { font-size: 20px; }
.TypeNormal { font-size: 13px;}
.TypeTiny { font-size: 11px;}


a, a:visited { text-decoration: none; color: #b46b4a; }
hr { border: none; border-top: 1px dotted #333; margin-top: 10px; margin-bottom: 9px;}
strike { text-decoration: none; }



#OuterWrapper { width: 855px; margin: auto; margin-top: 20px; }
#OuterWrapper tr td { vertical-align: top; margin: 0px; padding: 0px; overflow: hidden;}

td.B,td.C {  background: white;  }
td.A { background: url('/themes/lmt/images/white-stripe.gif'); }

.TableSeparator { width: 6px; }

#LeftWrapper { width: 165px; }
#CenterWrapper { width: 480px; }
#RightWrapper { width: 190px;  }

#LeftWrapper .island { padding-left: 22px; padding-right: 22px; padding-top: 25px; padding-bottom: 25px; 
											 margin-bottom: 10px;} 
#CenterWrapper .island { padding-left: 25px; padding-right: 25px; padding-top: 35px; padding-bottom: 35px; 
	                       line-height: 150%; }
#RightWrapper .island { padding: 10px; text-align: right; 
	                      line-height: 120%; }


#Logo { height: 95px; }
#Logo img { position: relative; top: 6px; left: 9px; }
#Menu { font-size: 15px; line-height: 200%; }

#Footer { background: white; margin: auto; width: 845px; margin-top: 8px; text-align: center; padding: 5px; }

.PersonItemTitle { margin-top: 12px; margin-bottom: 7px;}

.therapistItem { float: left; width: 133px; height: 200px;
	               margin-right: 10px; margin-bottom: 10px; 
	               line-height: 120%; overflow: hidden; }
.therapistItem img { width: 133px;  }
.therapistItem .TypeBig { margin-top: 10px;  }
.therapistItem .TypeTiny { margin-top: 10px;  }

/* #cms-login-window */

/* --------- LOGIN WINDOW -------- */

#cms-login-wrapper { margin: auto; margin-top: 3em; 
	padding: 1em; padding-left: 2em; padding-right: 2em;
	height: 100%; width: 300px;
	border: 1px solid #888;
	background: white; }
#cms-login-wrapper * input {
	border: 1px solid #DDD;
	background: white;
	padding: 2px;
}


#ScrollerWrapper { height: 890px; overflow: hidden;}


/* dont change below this line */

.cms-content-wrapper:hover { background: #77C02E;}
