/* HTML/Body */

html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 90%;
	line-height: 1.4em;
	color: #000000;
	text-align: center;
	background-color: #779ADF;

}

h3 {
	font-size: 14px;
	color: #000052;
}

/* Links */

a
{
	color: #3276FF;
	text-decoration: underline;
	border: none;
}

a:hover
{
	text-decoration: none;
}

#gallery {
	background: #D6E5FF;
	width: 655px;
	margin: 0 0 15px 50px;
}

#gallery img {
	border: 1px solid white;
	margin: 10px 5px;
}

/* Forms */

form
{
	margin: 0px;
	padding: 0px;
}

input.check
{
	border: 0px;
}

/* Tables */

table
{
	font-size: 100%;
}

/* Wrappers */

#wrapper
{
	width: 960px;
	overflow: hidden;
	position: relative;
	margin: 20px auto;
	margin-top: 0px;
	-moz-box-sizing: border-box;
	border: 1px solid #000052;
}

#container
{
	width: 100%;
	height: 100%;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 8px;
}

/* Headers */

h1
{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 121px;
	background: url(images/logo_topbar.gif) no-repeat top left;
}

h1 span
{
	display: none;
}

/* Menu */

#menu
{
	height: 75%;
	position: absolute;
	top: 121px;
	left: 0px;
	width: 140px;
}

#menu .home
{
	height: 100%;
	background: url(images/sidebar_homepage.jpg) no-repeat bottom left;
}

#menu .cath
{
	height: 100%;
	background: url(images/sidebar_aboutcatherine.jpg) no-repeat bottom left;
}

#menu .alex
{
	height: 100%;
	background: url(images/sidebar_aboutalex.jpg) no-repeat bottom left;
}

#menu .conditions
{
	height: 100%;
	background: url(images/sidebar_conditions.jpg) no-repeat bottom left;
}

#menu .sportsinjuries
{
	height: 100%;
	background: url(images/sidebar_sportsinjuriesrun.jpg) no-repeat bottom left;
}

#menu .prices
{
	height: 100%;
	background: url(images/sidebar_prices.jpg) no-repeat bottom left;
}

#menu .location
{
	height: 100%;
	background: url(images/sidebar_location.jpg) no-repeat bottom left;
}

#menu .clinic
{
	height: 100%;
	background: url(images/sidebar_insideclinic.jpg) no-repeat bottom left;
}


#menu .contactus
{
	height: 100%;
	background: url(images/sidebar_contactus.jpg) no-repeat bottom left;
}

#menu a
{
	display: block;
	width: 140px;
	height: 22px;
	background: url(images/off_button.gif) no-repeat;
	-moz-box-sizing: border-box;
	padding: 1px 0px 0px 10px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 0.8em;
	text-decoration: none;
}

#menu a:hover
{
	background: url(images/on_button.gif) no-repeat top left;
}

/* News */

div.news-item {
	border-bottom: 1px solid #d1d1d1;
	padding: 15px;
}

div.news-item p {
	padding: 0;
	margin: 0;
}

/* Content */

#content
{
	display: block;
	-moz-box-sizing: border-box;
	padding: 0px 5px 0px 150px;
	min-height: 400px;
}

h2
{
	color: #000080;
	text-align: right;
	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 6px;
	padding: 0px 0px 7px 0px;
	border-bottom: 1px solid #4080FF;
}

.bold
{
	font-weight: bold;
	color: #000052;
}

#classes-link {
	background: #d6e5ff;
	padding: 15px;
	-moz-border-radius: 5px;
	margin: 0 0 40px 30px;
	width: 700px;
}

#classes-link a {
	color: #000052;
	font-weight: bold;
}

#classes-link img {
	float: right;
	margin: -7px 0 0 0;
}

div#classes {
	padding: 5px 0;
}

table#classes {
	margin: 15px 0 40px 125px;
}

table#classes td {
	border: 1px solid #fff;
	background: #d6e5ff;
	padding: 7px 65px 7px 10px;
	-moz-border-radius: 5px;
}


div#new-services {
	border-top: 1px solid #aeaeae;
	padding-top: 5px;
	margin-top: 20px;
}

/* Footer */

#footer
{
	-moz-box-sizing: border-box;
	padding: 15px 5px 0px 150px;
	text-align: center;
	font-size: 0.95em;
}

#bflink
{
	margin-top: 8px;
	text-align: right;
	font-size: 0.8em;
}

#bflink a
{
	color: #000000;
	text-decoration: none;
}

#bflink a:hover
{
	text-decoration: underline;
}
