@charset "utf-8";
@import url("../webfonts/39_Smooth/stylesheet.css");

body , html{
	font-family: "Century Gothic";
	font-size: 12px;
	color: #333;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 62px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 190px;
}
#navigation {
	height: 40px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#sliding_dogs {
	background-image: url(../images/slider.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 309px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#information_container {
	min-height: 400px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#infoLeft {
	float: left;
	min-height: 380px;
	width: 580px;
	margin-left: 45px;
	text-align: justify;
}
#infoRight {
	float: right;
	min-height: 380px;
	width: 320px;
	margin-right: 20px;
}
#infoBig {
	min-height: 380px;
	width: 930px;
	margin-left: 45px;
	text-align: justify;
	padding-bottom: 10px;
}
#infoBig h2 {
	color: #666;
}

#infoBig h1 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#footer {
	background-color: #666;
	text-align: center;
	height: 25px;
	width: 100%;
	margin-top: 15px;
	padding-top: 10px;
	box-shadow: 0px 0px 5px #333;
	color: #FFF;
	font-size: 10px;
	clear: both;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
h1 {
	color: #333333;
	font-size: 18pt;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 5px;
	font-family: "39 Smooth";
	display: block;
	height: 40px;
	width: 85%;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
h2 {
	color: #666666;
	font-family: "39 Smooth";
}
h3 {
	font-family: "39 Smooth";
	color: #333;
	font-size: 16px;
}


#breadcrumbs {
	font-size: 10px;
	height: 15px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#breadcrumbs a {
	color: #333;
	font-size: 10px;
	font-weight: normal;
}
#pagination {
	height: 15px;
	width: 640px;
	margin-top: 5px;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
}
#pagination a {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}




.clear {
	height: 15px;
	width: 100%;
	margin-top: 5px;
	clear: both;
}
#infoLeft ul li a {
	color: #333;
	font-size: 12px;
}
#infoRight p a {
	color: #333;
	font-size: 12px;
	font-weight: normal;
}
#infoRight h2 a {
	color: #333;
	font-weight: normal;
	font-family: "39 Smooth";
}
.textfield {
	height: 25px;
	width: 350px;
}
.textarea{
	height: 100px;
	width: 350px;
}
.button {
	height: 30px;
	width: 100px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#infoBig h3 a {
	color: #999;
	font-family: "39 Smooth";
	text-decoration: none;
	/* [disabled]font-size: 12px; */
}
a {
	color: #060606;
}
a[href^="tel:"]:before {
  content: inherit;
 text-decoration: none;
	color: #060606;
}
a[href^=tel] {
    text-decoration: none;
	color: #060606;
}