/**
  Theme Name: Upper Ruxley Cattery
  Theme URI: http://www.white-hat-web-design.co.uk
  Author: Simon Jarvis
  Author URI: http://www.white-hat-web-design.co.uk

*/

body {
	background: white url(images/bg.jpg) repeat-x;
	margin: 0;
	font-family: verdana, arial;
	font-size: 12px;
	color: #827e7e;
}
#container {
	width: 935px;
	margin: auto;
}
#header {
	background: url(images/header.jpg) no-repeat;
	height: 230px;
	position: relative;
}
#phone {
	position: absolute;
	margin: 0;
	bottom: 8px;
	right: 40px;
	color: white;
	font-size: 20px;
	font-weight: bold;
}
#navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
}
#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	width: 130px;
	text-align: center;
	line-height: 50px;
}
#navigation li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

#wrapper {
	padding-top: 10px;
}
#contentwrapper {
	float: left;
	width: 672px;
	background: url(images/content-bottom.gif) bottom left no-repeat;
	padding: 0 0 10px 0px;
}
#content {
	background: white url(images/content-top.jpg) top left no-repeat;
	padding: 10px 15px;
}
#sidebar {
	float: right;
	width: 245px;
}
.sidebox {
	height: 235px;
	padding: 10px 10px;
	background: url(images/side-box.jpg) top left no-repeat;
	color: white;
	margin: 5px 0px;
}
.sidebox ul {
	padding: 0;
	margin: 10px 0 0 20px;
}

.sidebox ul li {
	list-style: none;
	background: url(images/paw-red.jpg) center left no-repeat;
	padding-left: 50px;
	margin: 6px 0;
}
.sidebox ul li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
}
#sidebar img {
	margin: 2px 0px;
}

#footer {
	padding: 5px 0px;
	text-align: center;
	color: #827e7e;
	font-size: 10px;
}
#footer a {
	color: #827e7e;
	text-decoration: none;
}

h1, h2 {
	color: #cc0001;
}
h3 {
	margin: 7px 0px;
}
#content p {
	text-align: justify;
}
#content ul li {
	line-height: 130%;
}

a {
	color: #cc0001;
}

label {
	float: left;
	margin: 4px;
	width: 120px;
}
input, select {
	margin: 4px;
}

a img {
	border: none;
}

.homebullets {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}
.homebullets li {
	list-style: none;
	background: url(images/paw-white.jpg) center left no-repeat;
	padding-left: 30px;
	margin: 10px 0;
	color: #cc0001;
	font-weight: bold;
}

.pricing {
	width: 90%;
	margin: 10px auto;
	border-collapse: collapse;
}
.pricing thead td {
	background: #827E7E;
	color: white;
	font-weight: bold;
}
.pricing td {
	border: 1px solid #827E7E;
	padding: 5px;
}
.pricing p {
	text-align: center !important;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.alignright {
	float:right;
}
.alignleft {
	float: left;
}
