@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
html {
	font-size: 100%;
	}
	
body {
	font-size: 62.5%;
	background-color: #FEFFE0;
	background-image: url(images/bgrnd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}	
	
p   {
	font: 1.1em/1.4em Verdana, Arial, sans-serif;
	margin-bottom: 1.5em;
	max-width: 60em;
	}
	
h1 {
	font: bold 1.6em/100% Arial, sans-serif;
	margin-top: .5em;
	margin-bottom: .2em;
	text-transform: uppercase;
	}

h2 {
	font: bold 1.3em/1.4em Arial, sans-serif;
	margin-top: .5em;
	margin-bottom: .2em;
	}
	
#wrapper {
	width: 770px; 
	margin: 0 auto; 
	}
	
#headmast {
	height: 200px;
	width: 750px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	
#logo {
	background-image: url(images/logo_index.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 220px;
	height: 200px;
	top: 0px;
	left: 250px;
	}
	
#contact_phone {
	background-image: url(images/contact_phone.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	width: 190px;
	height: 30px;
	top: -140px;
	left: 30px;
	}
	
#contact_email {
	background-image: url(images/contact_email.jpg);
	background-repeat: no-repeat;
	float: right;
	position: relative;
	width: 253px;
	height: 30px;
	top: -140px;
	left: 10px;
	}
	
#vetstore {
	background-image: url(images/btn_vetstore_rx.jpg);
	background-repeat: no-repeat;
	}
	
#navigation {
	width: 170px;
	float: left;
	background: #FEFFE0;
	margin: 15px 0 0 0;
	position: relative;
	top: -50px;
	left: 5px;

	}
	
#navigation ul {
	list-style-type: none;
	}
	
.navigation_btn {
	padding-bottom: 5px;
	}
	
#content {
	width: 410px;
	padding: 0 0 10px 0;
	float: left;
	text-align: left;
	position: relative;
	top: 15px;
	left: 10px;
	}
	
#content ul {
	font: 1.1em/1.4em Verdana, Arial, sans-serif;
	max-width: 60em;
	list-style-type: disc;
	text-indent: 25px;
	}
	
#content td {
	font: 1.1em/1.4em Verdana, Arial, sans-serif;
	}
	
.content_thumb {
	padding: 10px 0 5px 12px;
	}
	
.highlight {
	background-color: #FFFF00;
	}
	
#sidebar {
	background-color: #FDFFB0;
	width: 155px;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	float: left;
	position: relative;
	top: -30px;
	left: 20px;
	}
	
#sidebar p {
	padding: 10px 10px 10px 10px;
	color: #990000;
	}
	
#sidebar ul {
	list-style-type: none;
	}
	
#sidebar a {
	text-decoration: none;
	}

#sidebar a:hover {
	text-decoration: none;
	}

#footer {
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
	}

#footer p {
	margin-left: 20px;
	}
