/* 

STYLE SHEET FOR PREMIER THERAPY HULL WEB SITE
Created by: Buffalo Sports Media
www.buffalosportsmedia.co.uk

Table of Contents

	1. Defaults
	2. Structure
	3. Links and navigation
	4. Fonts
	5. Images
	6. Tables
	7. Forms

/* --------- 1. defaults  --------- */

body {
	background-color: #FFFFFF;
	background-image: url(../assets/images/page_bg.jpg);
	background-position: center;
		}
		
/* --------- 2. structure  --------- */

.container {
	text-align: center;
	width: 100%;
}
.main_page {
	width: 770px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
    margin: auto;
}
.header {
	width: 100%;
}
.main_title {
	width: 510px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #79b123;
	float: left;
	text-align: left;
}
.left_column {
	margin: 5px 5px 5px 0px;
	width: 250px;
	float: left;
	height: 650px;
}
.left_content {
    float: left;
	width: 520px;
}
.middle_column {
    padding-top: 5px;
	width: 250px;
	float: left;
	height: 609px;
}
.middle_column_margin {
	margin: 5px 0px 5px 5px;
}
.right_title {
	background-color: #006600;
	text-align: right;
}
.right_content {
	float: left;
	width: 250px;
	height: 100%;
	background-color: #C5E965;
	padding-top: 5px;
	background-image: url(../assets/images/right_content_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
.right_content_article {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.footer {
	float: left;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #79b123;
	margin-top: 10px;
	text-align: center;
	font-family: "Century Gothic";
	color: #999999;
	font-size: 16px;
}

/* --------- 3. links and navigation  --------- */

.navigation {
	margin-bottom: 10px;
}
a, a:visited, a:active{
	color: #009900;
	text-decoration: underline;
		}
		
a:hover {
    color: #00CC00;
		}
		
.right_content_article a, .right_content_article a:visited{
    color: #ffffff;
	text-decoration: none;
}

.right_content_article a:hover {
	text-decoration: underline;

}

.content_image a img{
     border: 0px;

}

/* --------- 4. fonts  --------- */
/* --------- 5. images  --------- */

.content_image {
    background: #79b123;
	border: 1px solid #79b123;
	text-align: center;
}
.content_image_title {
	background-color: #79b123;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	padding-left: 5px;
}
.header_images {
	width: 100%;
}
.ask_paul_image {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
.right_image {
	border: 5px solid #C0E849;
	float: right;
	margin-left: 5px;
}
.top_image {
	float: left;
	height: 165px;
	width: 248px;
	margin-right: 10px;
	border: 1px solid #79B123;
	margin-bottom: 10px;
}
.top_image_right {
	float: left;
	height: 165px;
	width: 248px;
	border: 1px solid #79B123;
	margin-bottom: 10px;
}
.logo {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	height: 50px;
	width: 250px;
}
/* --------- 6. tables  --------- */


/* --------- 7. forms  --------- */

.form_clear_button {
	float: right;
	margin-right: 10px;
    font-weight: bold;
    background: #669900;
    border: 3px solid #006600;
    font-family: Arial, Helvetica, sans-serif;
    color: #eeeeee;
}
.form_submit_button {
    float: left;
    font-weight: bold;
    border: 3px solid #006600;
    font-family: Arial, Helvetica, sans-serif;
    background: #669900;
    color: #eeeeee;
}
form#askpaul {
	color: #006600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
form#askpaul textarea {
    font-size: 12px;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #006600;
	padding: 3px;
}
form#askpaul input#premiertherapyname, form#askpaul input#premiertherapyemail {
    border: 1px solid #006600;
	font-size: 12px;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}.booking_form {
	width: 510px;
}
h2 {
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00CC00;
}
