/*
K9 Excutive Wrexham Dog Kennels Dog Boarding and Dog Day Care by K9 Executive
URI: https://wrexhamdogkennels.co.uk
Author: Rabbitdigital Design
Author URI: http://www.rabbitdigital.com
*/

* {
	margin: 0;
	padding: 0;
}

html {
	
}

body {
	color: #444;
	background: #8CB245 url(../images/bodybg.jpg) repeat-x;
	font: 100%/150% "Trebuchet MS",Verdana,Arial,sans-serif;
}

/* Layout */
#container {
	margin: 0 auto;
	width: 966px;
	min-height: 300px;
}
#header {
	height: 264px;
	background: url(../images/headerbg.png) no-repeat 0 bottom;
}
#headlogo {
	padding-top: 10px;
}
#menu {
	width: 770px;
	margin: 20px 0 0 3px;
}
#socialmed {
	float: left;
	padding-top: 1px;
}
#socialmed img {
	margin-left: 10px;
}
#content {
	min-height: 300px;
	background: url(../images/contentbg.png) repeat-y;
	padding: 0 28px;
}
#accreditations {
	background-color: #fff;
	width: 200px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 0 0 5px;
}
.specialsbox {
	width: 260px;
	height: 330px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #649E2E; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#649E2E', endColorstr='#8CB245'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#649E2E), to(#8CB245)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #649E2E,  #8CB245);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.6);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.6);
	padding: 15px 10px 10px;
	text-shadow: #345119 0 1px 0;
}
.specialsbox h3 {
	font-style: italic;
	font-size: 30px;
	line-height: 34px;
	color: #FEC901;
}
.specialsbox ul {
	color: #fff;
	padding-left: 20px;
	font-size: 15px;
	line-height: 18px;
}
.specialsbox li {
	margin-bottom: 3px;
	list-style-type: circle;
}
.specialmarg {
	padding-right: 30px;
}
.services {
	width: 260px;
	min-height: 380px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 15px 10px 10px;
	border: #444 1px dashed;
	margin-bottom: 30px;
}

.referfriend {
	width: 260px;
	min-height: 280px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 15px 10px 10px;
	border: #444 3px dashed;
	margin-bottom: 30px;
	background-color: #FEC901;
}

.dropmoreinfo {
	position: relative;
	top: 70px;
}
.marginright20 {
	margin-right: 35px;
}
.marginright15 {
	margin-right: 15px;
}
#homepara1 {
	width: 278px;
	float: right;
	padding-top: 15px;
}
#footer {
	background: url(../images/footerbg.png) no-repeat 0 top;
	min-height: 130px;
	padding-top: 40px;
}
#footer p, #footer p a, #footer h5, #footer h5 a {
	color: #fff;
	text-align: center;
	text-shadow: #444 0 1px 0;
	font-weight: bold;
	text-decoration: none;
}
#footer p, #footer p a {
	font-size: 12px;
}
#footer h5, #footer h5 a {
	font-size: 18px;
}
.footerlinks {
	float: left;
	font-size: 13px;
	margin: 0 0 0 20px;
	line-height: 18px;
}
.footerlinks ul {
	padding: 0 0 0 25px;
}
.footerlinks li {
	color: #fff;
	text-shadow: #444 0 1px 0;
	list-style-type: circle;
}
.footerlinks li a {
	color: #fff;
	text-decoration: none;
}
.footerlinks li a:hover {
	text-decoration: underline;
}
#creditcards {
	float: left;
	margin: 5px 0 0 100px;
}
#footerlogo {
	float: right;
	margin: 0 27px 0 0;
}
#grassbase {
	height: 44px;
	background: url(../images/grass.png) repeat-x;
}
.clearfixer {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.pad10 {
	height: 10px;
}
.pad20 {
	height: 20px;
}
.pad30 {
	height: 30px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.martop15 {
	margin-top: 15px;
}
.homecopybase {
	width: 575px;
}
.homepgcesarpara {
	width: 375px;
}
/* Text Styles */
p, pre, h1, h2, h3, h4 {
	margin-bottom: 10px;
}
a {
	color: #444;
}
a:hover {
	text-decoration: none;	
}
p, pre {
	font: 14px/19px "Trebuchet MS",Verdana,Arial,sans-serif;
}

h1 {
	font-size: 30px;
	line-height: 34px;
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-size: 22px;
	line-height: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
	margin-bottom: 10px;
}
hr {
	border: none 0;
	border-top: 1px dashed #444;
	height: 1px;
	margin: 10px 0;
}
#content ul {
	padding-left: 20px;
	font-size: 14px;
	margin-bottom: 10px;
}
#content li {
	list-style-type: circle;
}
.whitetext {
	color: #fff;
}
.moreinfo {
	width: 119px;
	height: 20px;
}

.moreinfo a, .moreinfo a:link {
	display: block;
	width:100%;
  	height:100%;
	padding: 3px 0 10px 10px;
	background: url(../images/more-info-button.png) no-repeat;
	color: #282621;
	text-shadow: #FFD37B -1px -1px 0;
	font-size: 13px;
	line-height: 20px;
}
.moreinfo a:hover {
	color: #fff;
	text-shadow: #000 -1px -1px 0;
	background-position: 0 -78px;
}
/*Contact Form */

#quickcontact {
	float: right;
	width: 186px;
	min-height: 430px;
	padding: 10px 4px 0 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #FEA700; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEA700', endColorstr='#FEC901'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FEA700), to(#FEC901)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FEA700,  #FEC901);
	margin-left: 20px;
}
#quickcontact p {
	font-size: 12px;
}
.err, .err ul, .err li
{
	font-size : 11px;
	color: red;
	line-height: 11px;
}
.err ul {
	padding: 0 0 0 15px;
}
.fbox, textarea {
	font: 12px "Trebuchet MS",Verdana,Arial,sans-serif;
	color: #444;
	background-color: #F2F0E2;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-style: none;
	width: 170px;
	padding: 5px 2px 5px 5px;
}
.button {
	width: 117px;
	height: 34px;
	border: 0px hidden yellow;
	background: transparent url(../images/more-info-button.png) no-repeat 0 -78px;
	color: white;
	font-size: 14px;
	padding-bottom: 6px;
	float: right;
	margin-right: 12px;
}
.button:hover {
	background-position: 0 0;
	color: #444;
}
p.small {
	font-size: 11px !important;
	line-height: 12px !important;
}
/*Booking Form */
#bookingform {
	float: left;
	width: 760px;
}

/* jQuery lightBox plugin - Gallery style */

#gallery {
	padding: 0px;
	width: 610px;
}

#gallery ul {
	list-style: none;
	padding: 0;
}

#gallery ul li {
	display: inline;
}

#gallery ul img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
}

#gallery ul a:hover img {
	border: 5px solid #FEC901;
	border-width: 5px 5px 20px;
	color: #FEC901;
}

#gallery ul a:hover {
	color: #fff;
}

.homepgtel, .homepgtel a {
	font-size:24px;
	color:#649E2E;
	font-weight:800;
	text-shadow: #666 0 1px 0;
	text-decoration:none;
}