@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

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

html {
	background: url(../images/background-bottom.jpg) repeat-x #A5A73A;
	-webkit-animation-name: moveIt-bottom;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: moveIt-top;
	-moz-animation-duration: 50s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
}

body  {
	background: url(../images/background-top.jpg) repeat-x;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #2B251F;
	-webkit-animation-name: moveIt-top;
    -webkit-animation-duration: 31s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: moveIt-top;
	-moz-animation-duration: 31s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
}

@-webkit-keyframes moveIt-top {
     0% {
          background-position: left top;
     }
     100% {
          background-position: right top;
     }
}

@-moz-keyframes moveIt-top {
     0% {
          background-position: left top;
     }
     100% {
          background-position: right top;
     }
}

@-webkit-keyframes moveIt-bottom {
     0% {
          background-position: left top;
     }
     100% {
          background-position: right top;
     }
}

@-moz-keyframes moveIt-bottom {
     0% {
          background-position: left top;
     }
     100% {
          background-position: right top;
     }
}




#container {
	width: 1030px;
	min-height: 100%;
	margin: 0px auto -126px auto;
	position: relative;
}

.clearboth {
	clear: both;
	height: 0px;
}

img {
	border: 0px;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: none; 
	color: white;
}

a:hover, a:focus { 
	text-decoration: none; 
	color: white;
}

/* Temporary ////////////////////////////////////////////////////////// */

#openhouse a {
	position: absolute;
	width: 176px;
	height: 176px;
	background: transparent url(../images/openhouse.png);
	text-indent: -9999px;
}

/* Header ////////////////////////////////////////////////////////// */

#header {
	width: 1030px;
	height: 220px;
	background: transparent url(../images/cac.png) center no-repeat;
	text-indent: -9999px;
	margin-bottom: 25px;
}

/* Body ////////////////////////////////////////////////////////// */

#wvmc a {
	display: inline;
	float: left;
	background: transparent url(../images/wvmc.png);
	width: 270px;
	height: 150px;
	padding: 183px 30px 0px 50px;
	margin-bottom: 180px;
}

#wvmc a:hover {
	background: transparent url(../images/wvmc.png) right;
	width: 270px;
	height: 150px;
	padding: 183px 30px 0px 50px;
	margin-bottom: 180px;
}

#atc a {
	float: left;
	background: transparent url(../images/atc.png);
	width: 250px;
	height: 150px;
	padding: 183px 50px 0px 30px;
	margin-bottom: 180px;
}

#atc a:hover {
	background: transparent url(../images/atc.png) right;
	width: 250px;
	height: 150px;
	padding: 183px 50px 0px 30px;
	margin-bottom: 180px;
}

#coles a {
	display: inline;
	float: left;
	background: transparent url(../images/coles.png);
	width: 270px;
	height: 150px;
	padding: 183px 50px 0px 30px;
	margin-bottom: 180px;
}

#coles a:hover {
	background: transparent url(../images/coles.png) right;
	width: 270px;
	height: 150px;
	padding: 183px 50px 0px 30px;
	margin-bottom: 180px;
}

#animals {
	position: absolute;
	top: 578px;
	left: 0px;
	background: transparent url(../images/animals.jpg);
	width: 1030px;
	height: 180px;
	text-indent: -9999px;
}

/* Footer ////////////////////////////////////////////////////////// */

.clearfooter {
	height: 126px;
	clear: both;
}

#footer {
	width: 100%;
	height: 126px;
	position: relative;
	color: white;
}

#footer_container h2 a {
	display: block;
	width: 1030px;
	height: 126px;
	margin: 0px auto;
	background: url(../images/footer.jpg) no-repeat;
	text-indent: -9999px;
}
