/************************* 
	BODY
*************************/	
#copy										{
												padding: 0 1em;
												margin: 0;
												}

#bd											{
												background-color: #FFF9E3;
												font-size: 0.8em;
												}

.container							{
													background-color: #FFF9E3;
}

/************************* 
	FOOTER
*************************/	
#ft											{
												border-top: 26px solid #543F2E;
												background: #32251C;
												padding: 1em 0;
												color: #878787;
												text-align: center;
												font-size: 1.1em;
												}
												
/************************* 
	HOME PAGE
*************************/
#offer									{
												background: url(../images/more_bg.jpg) top left no-repeat;
												height: 23px;
												padding-top: 5px;
												}
												
#offer em								{
												font-weight: 700;
												}

#offer em a							{
												text-decoration: underline;
												color: #000;
												}

#offer span							{
												float: right;
												margin-top: -5px;
												}

#services								{
												clear: both;
												}

#services ul						{
												list-style: none;
												margin: 1em 0;
												padding: 0;
												}

#services li						{
												float: left;
												background: url(../images/virtical_lines.jpg) top right repeat-y;
												padding: 0 0.75em;
												text-align: center;
												}

#services li p					{
												text-align: left;
												}						

#services li.hand				{
												width: 33%;
												padding-left: 0;
												}						

#services li.ortho			{
												width: 31%;
												}						

#services li.sports			{
												width: 25%;
												background-image: none;
												}			
												
/************************* 
	MAIN MENU
*************************/												
#mm #right							{
												background-image: none;
												}

#mm											{
												margin: 0;
												background-image: none;
												border-bottom: 10px solid #FFF;
												}

/************************* 
	HEADINGS
*************************/	
h1											{
												font-size: 1.75em;
												font-weight: 700;
												margin: 0.5em 0;
												}

#services h2						{
												font-size: 1em;
												padding-left: 15px;
												background: url(../images/arrow.jpg) 0 3px no-repeat;
												text-align: left;
												}

/************************* 
	SLIDE SHOW
*************************/	
#slide-images						{
										    position:relative;
										    display:block;
										    margin:0px;
										    padding:0px;
										    width:488px;
										    height:406px;
										    overflow:hidden;
												}

#slide-images li				{
										    position:absolute;
										    display:block;
										    list-style-type:none;
										    margin:0px;
										    padding:0px;
										    background-color:#FFFFFF;
												}

#slide-images li img		{
										    display:block;
										    background-color:#FFFFFF;
												}