/*
Theme Name: My Theme
Author: Studio98
Author URI: http://studio98.com
Description: My custom theme
Version: 1.0
*/
@charset "utf-8";
/* CSS Document */

body {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p {
	margin: 0 0 10px 0;
	font-family: Trebuchet, Helvetica, sans-serif;
}

a {
	color: #006699;
}

h1, h3, h4 {
	color: #006699;
	font-family: Trebuchet, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

h1 {
	font-size: 26px;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
}

h3.services {
	background: #006699;
	color: white;
	padding: 6px;
}

h4 {
	font-size: 14px;
}

li {
	margin-bottom: 6px;
	font-weight: bold;
}

.bluebk {
	background: #006699;
	color: white;
}

.bluebk p {
	padding:5px;
	margin:0;
}

#hours td {
	border-bottom: 1px silver dotted;
}
#left
	{
	width:550px;
	float:left;
	margin-top:20px;
	}
#right {
	float:right;
	width:275px;
	margin-top:20px;
	}
#rrtop {
	background: url(images/bg-consultation-top.jpg) no-repeat top #D5E7EC;
	width:275px;
	padding-top:20px;
	}
#rrtop tr td {
	height:35px;
	vertical-align:middle;
	}
#rrbottom {
	background:url(images/bg-consultation-bottom.jpg) no-repeat bottom #D5E7EC;
	width:275px;
	height:25px;
	}
	
.navbar {
	background: #FFFFFF url(images/nav/HorizonSpineSport-home_nav-bg.jpg) repeat-x top left;
	border-left: 1px #CBB991 solid;
	border-right: 1px #CBB991 solid;
	text-align: center;
}

.navbar img {
	display: inline;
}


/** Fix **/
td.navbar>br {
    display: none;
}
html {
    margin-top: 0 !important;
}