body{  
	margin: 0;
	padding: 0; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333;
	background-image: url("../_img/bg.jpg");
	background-repeat: repeat-x;
	background-position: 0 500px;
	background-color: #ff9d0e;
}

img, div, a, a:hover { behavior: url(_css/iepngfix.htc) }

.color_wrapper{
	width: auto;
	height: 500px;
	overflow: visible;
	background-image: url("../_img/bg_white.gif");
	background-repeat: repeat-x;
}
.container 	{ 
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}			

/*----------- Text -----------*/
p{
	font-size: 13px;
	line-height: 28px;
	font-color: #484848;
}

#header_content p{
	text-align: justify;
	text-justify: auto;
	line-height: 25px;
}

#header_content a{
	color: #484848;
}

a{
	color: #fff;
}

a:hover{
	color: #fff444;
}

a.visited{
	color: #fff444;
}

h1{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #ffcc35;
}

h1.tagline{
	margin: 0px;
	padding: 25px 0px 0px 0px;
	font-weight: bold;
	color: #484848;
	font-size: 13px;
}

h2{
	margin: 0px;
	padding-top: 50px;
	padding-bottom: 25px;
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: normal;

}

h2.item_title{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: normal;

}

h3.item_subtext{
	margin: 0px;
	padding: 5px 0px 15px 0px;
	color: #fff444;
	font-size: 11px;
	letter-spacing: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

ul{
	list-style-type: box;
	padding: 0px 0px 0px 30px;
	margin: 0px;
}

ul li{
	padding: 0px 0px 10px 0px;
}

ul.contact_details{
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.contact_details li{
	float: left;
	width: 960px;
	padding: 0px 0px 10px 0px;
}

.highlight{
	color: #fff444;
}
/*----------- Header -----------*/

#header{
	float: left;
	width: 960px;
	height: 600px;
}

#header_content{
	position: relative;
	z-index: 1;
	float: left;
	width: 310px;
	height: 500px;	
	padding: 0px 20px 0px 18px;
}

#header .left{
	float: left;
	width: 380px;
	height: 600px;
}

#header .right{
	float: left;
	width: 580px;
	height: 600px;
}

#logo{
	float: left;
	width: 315px;
	height: 60px;	
	margin-top: 50px;
}

.logo_white{
	float: left;
	margin-bottom: 35px;
}

#hero_image{
	float: left;
	width: 580px;
	height: 600px;
}

/*----------- Content Images -----------*/

#image_home{
	z-index: 0;
	position: relative;
	top: 110px;
	left: 65px;
}

#image_services{
	z-index: 0;
	position: relative;
	top: 105px;
	left: 110px;
}

#image_vetbios{
	z-index: 0;
	position: relative;
	top: 195px;
	left: 40px;
}

#image_location{
	z-index: 0;
	position: relative;
	top: 270px;
	left: 30px;
}


/*----------- Navigation -----------*/

#navigation{
	float: left;
	width: 380px;
	height: 50px;
	padding-top: 30px;
}

ul.navigation{
	list-style: none;
	float: left;
	margin-left: -25px;
}

ul.navigation li{
	float: left;
	padding-right: 21px;
}

ul.navigation li a{
	float: left;
	display: block;
}

ul.navigation li a:hover{
	background-position: 0 -10px;
}

.selected{
	background-position: 0 -20px;
}

#button_home{
	display: block;
	width: 53px;
	height: 10px;
	background-image: url("../_img/button_home.png");
	background-repeat: no-repeat;
	overflow: hidden;
}

#button_services{
	display: block;
	width: 78px;
	height: 10px;
	background-image: url("../_img/button_services.png");
	background-repeat: no-repeat;
	overflow: hidden;
}

#button_vetbios{
	display: block;
	width: 75px;	
	height: 10px;
	background-image: url("../_img/button_vetbios.png");
	background-repeat: no-repeat;	
	overflow: hidden;
}

#button_location{
	display: block;
	width: 83px;	
	height: 10px;
	background-image: url("../_img/button_location.png");
	background-repeat: no-repeat;	
	overflow: hidden;
}
/*----------- Content -----------*/
#content{
	float: left;
	width: 920px;
	height: 100%;
	padding: 0px 20px 0px 20px;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-image: url("../_img/foot_animals.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}

.item{
	float: left;
	width: 960px;
	padding-top: 50px;
}

.item_thumbnail{
	float: left;
	width: 225px;
	height: 225px;
	background-color: #ffd144;
	padding: 10px;
	margin-right: 20px;
}



.item_content{
	float: left;
	width: 665px;
}

.contact_info{
	float: left;
	margin-top: 100px;
}
.footer{
	float: left;
	width: 960px;
	padding-top: 25px;
}

.copyright{
	float: left;
	font-size: 11px;
	padding-top: 200px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}

.map_link {
	margin-top: 12px;
	font-size: 11px;
	text-align: center;
}
