﻿html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font: normal 11pt arial;
	line-height: 14pt;
	/*background-image: url(../images/background_diag_dark_grey.gif);*/
    background-color: #E8EDF0;
    color: #000000;
}

div#container {
	position: relative; /* needed for f0oter positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 800px;
	padding: 0 10px 0 10px;
	background: #ffffff;
	height:auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%; /* real browsers */
}

div#top {
  /*background: #fff url(../images/top.png) no-repeat;
  background-color: #f00;*/
  background: #fff url(../images/navbackground.png) repeat-x;
  height: 156px;
}

div#top .logo {
  background: #fff url(../images/logo.png) no-repeat;
  position: absolute;
  left: 30px;
  top: 0;
  width: 220px;
  height: 140px;
  /*border: solid 1px #000;*/
  z-index: 103;
}

div#home {
  background: #fff url(../images/home.png) no-repeat;
  height: 510px;
}

div#home .homeBuy {
  position: absolute;
  left: 430px;
  top: 450px;
  width: 330px;
  height: 190px;
  /*border: solid 1px #000;*/
}

div#home .vetfone {
  position: absolute;
  left: 30px;
  top: 520px;
  width: 180px;
  height: 130px;
  /*border: solid 1px #000;*/
}

div#footer {
  padding: 0 0 10px 70px;
  /*background: #F5F5F5 url(../images/linebottom.png) no-repeat;*/
  background: #FFF url(../images/linebottom.png) no-repeat;
  /*background-color: #F5F5F5;*/
}

div#footer .txt {
  font: bold 8pt arial;
  color: #044996;
  padding-top: 60px;
}

div#footer a {
  text-decoration: none;
  color: inherit;
}

h1 {
  font: bold 16pt arial;
  color: #044996;
  display: inline;
  /* padding-left: 15px; */
}

h2 {
  font: bold 13pt arial;
  color: #000;
}
h3 {
  font: bold 13pt arial;
  color: #000;
  line-height: 10px;
  margin: 10px 0 5px 0;
}

div#content {
	/* wrapper for content + padding for footer */
	/*padding:0em 0em 1em;*/
	background: #F5F5F5 url(../images/linetop.png) no-repeat;
	padding-top: 57px;
}

div#contentLeft {
  float: left;
  width: 277px;
  height: 391px;
  background-color: #f00;
  /*background: #fff url(../images/bigdog1.png) no-repeat top left;*/
  /*background-image: url(../images/bigdog1.png);*/
  background-repeat: no-repeat;
  background-color: inherit;
  margin-top: 40px;
}

div#theTeam {
  margin: 20px 0 0 25px;
}
div#theTeam a {
    font: normal 10pt arial;
    color: #000;
}
div#theTeam h1 {
    font: bold 14pt arial;
    color: #000;
}
.theTeamPhoto {
    float: right;
}
.bodySmall {
    font: normal 8pt arial;
    color: #000;
}


.catPic {
  background-image: url(../images/bigcat1.png);
}
.dogPic {
  background-image: url(../images/bigdog1.png);
}

div#contentRight {
  float: right;
  width: 503px;
  background-color: inherit;
  padding: 0 20px 20px 0;
}
div#contentWide {
    width: 800px;
}
.list1 {
  padding: 0 0 0 20px; 
  font: bold 10pt arial;
  line-height: 16pt;
}

ul .bullet1 {list-style-image: url(../images/bullet1.png);}
ul .bullet2 {list-style-image: url(../images/bullet2.png);}
ul .bullet3 {list-style-image: url(../images/bullet3.png);}
.clear {clear: both;}

.login {
  padding: 10px 0 10px 50px;
  background: #F5F5F5 url(../images/loginboxes.png) no-repeat;
}
.loginSingle{
  padding: 10px 0 10px 50px;
  background: #F5F5F5 url(../images/resetbox.png) no-repeat;
}

.login a, .loginSingle a {
  position: relative;
  left: 220px;
  top: 0;
  background-image: url(../images/buttonpaw.png);
  background-repeat: no-repeat;
  width: 70px;
  height: 30px;
  padding-left: 40px;
  font: bold 12pt arial;
  text-decoration: none;
  color: #000;
}

.label1 {
  width: 115px;
  float: left;
  font: bold 12pt arial;
}
.text1 {
  width: 185px;
  margin:0px 0 16px 0;
  border: 0;
  background-color: #F5F5F5;
}
.loginButton {
  position: relative;
  left: 220px;
  top: 0;
  background-image: url(../images/buttonpaw.png);
  background-repeat: no-repeat;
  width: 70px;
  height: 30px;
  padding-left: 40px;
  font: bold 12pt arial;
}
.error {
  font: normal 12pt arial;
  color: #f00;
  margin:0px 0 16px 10px;
}
.errorSimple {
  font: normal 12pt arial;
  color: #f00;
}
.bodySmall{
  font: normal 9pt arial;
}
.faqHead{
  font: bold 10pt arial;
  color: #000;
  line-height: 15pt;
}
.bodyCentreBold{
  font: bold 10pt arial;
  text-align: center;
}






/* Three Column divs */
div.threeColLeft {
  float: left;
  width: 514px; /* 484 450 */
}
div.threeCol-1, div.threeCol-2, div.threeCol-3 {
  width: 225px; /* 198 */
  padding: 10px;
}
div.threeCol-1 {
  float: left;
}
div.threeCol-2, div.threeCol-3 {
  float: right;
}

/* Form Styling */
/* Apply to ALL input elements with type.cssclass (eg button with css="text" is: input.text)*/
/* Textbox */
/*label {
  font: normal 9pt arial;
  float: left;
  width: 77px;/*100*//*
  color: #000000;
  margin-top: 5px;
}*/
input.text {
	font: normal 9pt arial;
	color: #000;
	background-color: #FFF;
	border: 1px solid #000000;
	height: 15px;
	padding-left: 3px;
	margin: 6px 0 0 0;
	width: 130px; /* 130 */
}
/* Textbox Label */
label.text {
    float: left;
    font: normal 9pt arial;
    margin-top: 8px;
    width: 87px; /* 77 */
    margin-top: 5px;
    color: #000;
}
div.text, span.text {
    float: left;
    font: normal 9pt arial;
    margin-top: 8px;
    width: 87px; /* 77 */
    margin-top: 5px;
    color: #000;
}
label.text2 {
    float: left;
    font: normal 9pt arial;
    margin-top: 8px;
    width: 150px;
    margin-top: 5px;
    color: #000;
}
label.text3 {
    float: left;
    font: normal 9pt arial;
    margin-top: 8px;
    width: 155px;
    margin-top: 5px;
    color: #000;
}
label.text4 {
    float: left;
    font: normal 9pt arial;
    margin-top: 8px;
    width: 190px;
    margin-top: 5px;
    color: #000;
}
label.labelNoWidth {
    display: block;
    float: left;
    font: normal 9pt arial;
    margin-top: 8px;
    width: auto;
    margin-top: 5px;
    color: #000;
}
/* Multiline Textbox */
textarea.textMulti {
  font: normal 9pt arial;
	color: #000;
	background-color: #FFF;
	border: 1px solid #000000;
	height: 45px;
	padding: 1px 0 0 3px;
	margin: 6px 0 0 0;
}
/* DropDownList */
select.dropDownList {
	font: normal 9pt arial;
	color: #000;
	background-color: #FFF;
	border: 1px solid #000000;
	height: 20px;
	padding-left: 3px;
	margin: 6px 0 0 0;
}
/* Button1 */
input.buttonRight
{
margin: 10px;
    height: 26px;
}
input.button1 {
  font: normal 9pt arial;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #333333;
  height: 20px;
  padding-bottom: 2px;
  margin: 7px 0 0 0;
}
input.button2 {
  font: normal 9pt arial;
  color: #333333;
  background-color: #ff0;
  border: 1px solid #333333;
  height: 20px;
  padding-bottom: 2px;
  margin: 7px 0 0 0;
}
input.button3 {
  font: normal 9pt arial;
  color: #333333;
  border: 1px solid #333333;
  height: 20px;
  padding-bottom: 2px;
  margin: 7px 0 0 0;
}
input.button4 {
/* Intentionally blank */
/* 'Styleless' button */
}
input.button5 {
  font: normal 9pt arial;
  color: #eee;
  border: 1px solid #000;
  background-color: #333;
  height: 20px;
  padding-bottom: 2px;
  margin: 7px 0 0 0;
}








/* NAV2 */
#nav2 {
    position: absolute;
    margin: 0;
    left: 665px;
    top: 10px;
    text-align: right;
}
#nav2 ul {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}
#nav2 li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav2 a {
    text-decoration: none;
    font: bold 11pt arial;
    color: #451e1a;
    line-height: 16pt;
}
#nav2 a:hover, #nav2 a:active {
    color: #DC4034;
    /*text-decoration: underline;*/
}
/* SELECTED */
body.buynow #nav2 a#buynow, body.members #nav2 a#members, 
    body.registerTag #nav2 a#registerTag, body.replaceTag #nav2 a#replaceTag { 
  color: #DC4034;
  text-decoration: underline;
}
/*
body.home #mainNav a#home, body.gallery #mainNav a#gallery, body.contact #mainNav a#contact { 
  color: #fff;
text-decoration: underline;
}*/




/* NAV */
/* horizontal main menu navigation - based on a method from Richard Rutter */
#mainNav {
    margin: 0;
    /*padding: 112px 0 0 294px;*/
    padding: 112px 0 0 270px; /*68 -26 */
    width: 542px; /*516*/
    height: 35px;
    font-weight: bold;
    /*font-size: 90%;*/ 
    position: absolute;
}
#mainNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
#mainNav li {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    /*width: auto;*/
}

/* LINK */
#mainNav a {
    display: block;
/*  width: 90px;*/
    height: 46px;
    text-decoration: none;
/*  background: #0f0 url(images/navcontact.png) no-repeat left top;*/
    margin: 0;
    padding: 0;
}
#mainNav li.aboutus {
    width: 90px;
    background: #DC4034 url(../images/navaboutus.png) no-repeat left top;
}
#mainNav li.microchip {
    width: 90px;
    background: #DC4034 url(../images/navmicrochip.png) no-repeat left top;
}
#mainNav li.faq {
    width: 90px;
    background: #DC4034 url(../images/navfaq.png) no-repeat left top;
}
#mainNav li.howpet24works {
    width: 149px;
    background: #DC4034 url(../images/navhowpet24works.png) no-repeat left top;
}
#mainNav li.contact {
    width: 87px;
    background: #DC4034 url(../images/navcontact.png) no-repeat left top;
}
#mainNav li.vet24 {
    width: 111px; /* 111 */
    /* STRANGE LAG IN FIREFOX / SAFARI ON THIS ITEM ONLY - WEIRD */
    /* ONLINE ONLY TOO - NOT LOCAL */
    background: #DC4034 url(../images/navvet24.png) no-repeat left top;
}

/* HOVER */
#mainNav li.aboutus a:hover, #mainNav li.aboutus a:active { 
    background: #DC4034 url(../images/navaboutus.png) no-repeat right top;
}
#mainNav li.microchip a:hover, #mainNav li.microchip a:active { 
    background: #DC4034 url(../images/navmicrochip.png) no-repeat right top;
}
#mainNav li.faq a:hover, #mainNav a:active { 
    background: #DC4034 url(../images/navfaq.png) no-repeat right top;
}
#mainNav li.howpet24works a:hover, #mainNav a:active { 
    background: #DC4034 url(../images/navhowpet24works.png) no-repeat right top;
}
#mainNav li.contact a:hover, #mainNav a:active { 
    background: #DC4034 url(../images/navcontact.png) no-repeat right top;
}
#mainNav li.vet24 a:hover, #mainNav a:active { 
    background: #DC4034 url(../images/navvet24.png) no-repeat right top;
}

/* Highliht current page in nav */
/* Class attached to <body> tag */
body.aboutus #mainNav a#aboutus { 
  background: #DC4034 url(../images/navaboutus.png) no-repeat left bottom;
}
body.faq #mainNav a#faq { 
  background: #DC4034 url(../images/navfaq.png) no-repeat left bottom;
}
body.microchip #mainNav a#microchip { 
  background: #DC4034 url(../images/navmicrochip.png) no-repeat left bottom;
}
body.howpet24works #mainNav a#howpet24works { 
  background: #DC4034 url(../images/navhowpet24works.png) no-repeat left bottom;
}
body.contact #mainNav a#contact { 
  background: #DC4034 url(../images/navcontact.png) no-repeat left bottom;
}
body.vet24 #mainNav a#vet24 { 
  background: #DC4034 url(../images/navvet24.png) no-repeat left bottom;
}
.hidden {
    margin-left: -10000px;
}
.noBorder {
    border: 0;
}