@charset "utf-8";

* {
margin:0;
padding:0;
border:0;
text-align:left;
font-family:Georgia, "Times New Roman", Times, serif;
}

body {
	background-color:#FFF;
}

p {
font-size:14px;
line-height:20px;
color:#005DAB;
}

a:link {
color:#00BCE4;
text-decoration:none;
}

a:visited {
color:#00BCE4;
text-decoration:none;
}

a:hover {
color:#00BCE4;
text-decoration:underline;
}

a:active {
color:#00BCE4;
text-decoration:underline;
}

/*styles*/

.light {
color:#00BCE4;
}

.staff {
padding-right:20px;
font-size:14px;
font-weight:bold;
}

/*divs*/

#wrapper {
position:relative;
text-align: center;
top:20px;
width:816px;
margin: 0 auto;
height:100%;
}

#head_logo {
position:absolute;
left:0px;
top:0px;
width:19px;
height:179px;
background-image:url(img/head_logo.jpg);
}

#head_title {
position:absolute;
left:21px;
top:62px;
width:203px;
height:69px;
background-image:url(img/head_title.jpg);
}

#head_tel {
position:absolute;
right:0px;
top:131px;
width:180px;
height:29px;
background-image:url(img/head_tel.jpg);
}

#head_hr {
position:absolute;
left:27px;
top:173px;
height:1px;
width:789px;
background-image:url(img/tile_dark.gif);
background-repeat:repeat-x;
}

a#nav_about {
position:absolute;
left:38px;
top:143px;
height:20px;
width:60px;
background-image:url(img/nav_about.jpg);
display:block;
}

a#nav_about:hover {
background-position: 0 -20px;
}
	
	
a#nav_osteo {
position:absolute;
left:118px;
top:143px;
height:20px;
width:75px;
background-image:url(img/nav_osteo.jpg);
display:block;
}

a#nav_osteo:hover {
background-position: 0 -20px;
}

a#nav_what {
position:absolute;
left:209px;
top:143px;
height:20px;
width:92px;
background-image:url(img/nav_what.jpg);
display:block;
}

a#nav_what:hover {
background-position: 0 -20px;
}
	
	
a#nav_your {
position:absolute;
left:317px;
top:143px;
height:20px;
width:89px;
background-image:url(img/nav_your.jpg);
display:block;
}

a#nav_your:hover {
background-position: 0 -20px;
}
	
	
a#nav_prices {
position:absolute;
left:422px;
top:143px;
height:20px;
width:42px;
background-image:url(img/nav_prices.jpg);
display:block;
}

a#nav_prices:hover {
background-position: 0 -20px;
}



a#nav_contact {
position:absolute;
left:480px;
top:143px;
height:20px;
width:52px;
background-image:url(img/nav_contact.jpg);
display:block;
}

a#nav_contact:hover {
background-position: 0 -20px;
}
	
#foot_hr {
position:relative;
left:27px;
top:455px;
height:1px;
width:789px;
background-image:url(img/tile_dark.gif);
background-repeat:repeat-x;
}

#foot_all {
position:absolute;
right:0px;
top:467px;
height:62px;
width:369px;
background-image:url(img/foot_all.jpg);
}

#content {
position:absolute;
left:38px;
top:206px;
width:778px;
height:auto;
}

#right_col {
position:relative;
float:right;
}

#mtprice {
text-align:center;
vertical-align:bottom;
font-size:12px;
font-weight:bold;
color:#005CAF;
}

#mtpriceb {
text-align:center;
vertical-align:bottom;
font-size:6px;
font-weight:bold;
color:#005CAF;
}
	
	

