/*
Theme Name: Pet Vet
*/
@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:11px;
	color:#0c0c0c;
	background:#fefefd url(images/bodyBg.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
}
* {
	outline:none;
}
.clr {
	clear:both;
	height: 0px;
	overflow: hidden;
}
div, h1, h2, h3, h4, p, ul, li, form {
	margin:0;
	padding:0;
}
a, img {
	border:none;
	outline:none;
	text-decoration:none;
}
p {
	font-weight: normal;
	line-height: 17px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#559694;
	text-decoration:none;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#559694;
	text-decoration:underline;
}
h2 {
	color: #005476;
	padding-bottom: 11px;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}
h2 a {
	color: #005476;
	font-size: 13px;
	line-height: 18px;
}
h3 {
	color: #115487;
	padding-bottom: 11px;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}
h3 a, h3 a:hover, h3 a:visited {
	color: #115487;
	font-size: 13px;
}
h4 {
	line-height: 20px;
	padding-bottom: 3px;
	border-top: 1px dashed #ccc;
	margin-top: 6px;
}
/**********Wrapper*************/

.wrapper {
	width: 950px;
	margin:0 auto;
}
/*Header*/

.header {
	height: 100px;
	position: relative;
}
/************Navigation************/

.nav {
	width: 343px;
	height: 38px;
	float: left;
	margin:62px 0 0 0;
}
.nav ul {
	list-style:none;
	text-align:center;
}
.nav li {
	list-style:none;
	float:left;
}
.nav li a {
	font-family: "Myriad Pro";
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background: url(images/topNavbg-trans.png) no-repeat;
	display: block;
	width: 110px;
	height: 28px;
	padding: 10px 0 0 0;
}
.nav li a:hover, .nav li a.active {
	text-decoration: none;
	color: #939598;
	background: url(images/topNavbg-trans.png) no-repeat;
	background-position: 0 -38px;
}
.nav li.current_page_item a {
	text-decoration: none;
	color: #939598;
	background: url(images/topNavbg-trans.png) no-repeat;
	background-position: 0 -38px;
}
/*Call*/

.call {
	width: 150px;
	float: right;
	margin:45px 0 0 0;
}
.call ul {
	list-style:none;
}
.call li {
	list-style:none;
	float:right;
	border-right: 1px solid #b4b4b4;
}
.call li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #b4b4b4;
	display: block;
	padding: 0 5px 0 5px;
}
.call li a:hover {
	text-decoration: underline;
}
.call li a:visited {
	text-decoration: none;
}
.call li:first-child {
	border: none;
}
.call p {
	color: #b4b4b4;
	text-align: right;
	padding: 5px 5px 0 0;
}
.call p span {
	color: #939393;
}
/************Logo**************/

.logo {
	position: absolute;
	top:5px;
	left:345px;
	width: 330px;
	height: 175px;
	background: url(images/logo-trans.png) no-repeat;
}
.logo h1 a {
	text-indent: -3500px;
	display: block;
	width: 330px;
	height: 175px;
}
/*petSlogan*/

.petSlogan {
	height: 198px;
	position: relative;
	padding: 50px 0 0 20px;
}
.petSlogan .clickBtn {
	width: 245px;
	height: 72px;
	margin: 16px 0 0 1px;
	display: block;
}
.petSlogan .dogFoot {
	background: url(images/dog-foot-trans.png) no-repeat;
	bottom:5px;
	height:94px;
	position:absolute;
	right:320px;
	width:173px;
}
.petSlogan .vetNurse {
	background: url(images/vetNurse-trans.png) no-repeat;
	height:411px;
	position:absolute;
	right:-23px;
	top:-67px;
	width:345px;
	z-index: -1;
}
/*Pet Image Row*/

.PetImg {
	height: 127px;
}
.PetImg ul {
	list-style: none;
	padding: 3px 0 0 0;
}
.PetImg li {
	list-style: none;
	float: left;
	background: url(images/petBg-trans.png) no-repeat;
	width: 174px;
	height: 124px;
}
.PetImg li img {
	padding: 0 0 0 1px;
}
/*Content*/

.content {
	width: 934px;
	padding: 0 0 0 14px;
}
/*Content Bar*/

.contentbar {
	width: 570px;
	padding: 13px 30px 0 0;
	float: left;
}
.contentTitle {
	background: url(images/misson-trans.png) no-repeat;
	width: 277px;
	height: 24px;
	margin:0 0 10px -4px;
}
.contentbar p {
	color: #005476;
	padding-bottom: 11px;
}
.contentbar h2 {
	color: #005476;
	padding-bottom: 11px;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}
.contentbar h2 a {
	color: #005476;
	font-size: 13px;
	line-height: 18px;
}
.dblueTxt {
	color: #005476;
}
.smGrayTxt {
	color: #a9aaaa;
	font-size: 10px;
	padding: 5px 0 0 0;
	display: block;
}
/*Right bar*/

.rightbar {
	width: 332px;
	float: right;
	background: #ffdf7e;
	padding: 14px 0 25px 0;
}
.rightbar form {
	padding: 0 0 0 16px;
}
.searchBox {
	width: 212px;
	height: 29px;
	background: #fff;
	border: 1px solid #FFDF7E;
	color: #c7c7c8;
	padding: 0 0 0 10px;
	float: left;
}
.searchBtn {
	background: url(images/searchBtnBg.png) repeat-x;
	width: 72px;
	height: 29px;
	color: #fff;
	border: none;
	cursor: pointer;
	float: left;
	margin: 0 0 0 10px;
	padding-bottom: 4px;
}
/**** widget *****/

.widget h2.widgettitle {
	padding-left: 18px;
	line-height: 13px;
}
.widget a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#559694;
	text-decoration:none;
}
.widget a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#559694;
	text-decoration:underline;
}
.widget table {
	width: 80%;
	text-align: center;
	padding-left: 18px;
}
.widget {
	padding: 18px 0 0 0;
}
.widget .textwidget {
	text-align: center;
	vertical-align: middle;
}
.widget ul {
	list-style:none;
}
.widget ul>li {
	list-style:none;
	position: relative;
	padding: 0 0 1px 0;
}
.widget ul>li>a {
	color: #006087;
	display:block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #f0c43d;
	padding: 8px 0 5px 28px;
}
.widget ul li a:hover {
	background: #006087;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.widget ul>li:first-child {
	border-top: 1px dashed #f0c43d;
}
.widget ul li>ul {
	background: #006087;
	left:-214px;
	position:absolute;
	top:0px;
	width:214px;
	display:none;
}
.widget ul li:hover>ul {
	display:block;
	list-style: none;
}
.widget ul>li>ul li {
	list-style: none;
	padding: 0 0 1px 0;
	border: none;
}
.widget ul>li>ul li:first-child {
	border: none;
}
.widget ul>li>ul li a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px dashed #058ab5;
	border-bottom: none;
	display: block;
	padding: 9px 18px 5px 18px;
	text-decoration: none;
}
.widget ul>li>ul li a:hover {
	color: #fff;
	background:#058ab5;
	text-decoration: none;
}
.widget ul>li>ul li .noBor {
	border: none;
}
/**** widget *****/

.rightbar .rightnav {
	list-style:none;
	padding: 18px 0 0 0;
}
.rightbar .rightnav>li {
	list-style:none;
	position: relative;
	padding: 0 0 1px 0;
}
.rightbar .rightnav>li>a {
	color: #006087;
	display:block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #f0c43d;
	padding: 8px 0 5px 28px;
}
.rightbar .rightnav li a:hover {
	background: #006087;
	color: #fff;
}
.rightbar .rightnav>li:first-child {
	border-top: 1px dashed #f0c43d;
}
.rightbar .rightnav li>ul {
	background: #006087;
	left:-214px;
	position:absolute;
	top:0px;
	width:214px;
	display:none;
}
.rightbar .rightnav li:hover>ul {
	display:block;
	list-style: none;
}
.rightbar .rightnav>li>ul li {
	list-style: none;
	padding: 0 0 1px 0;
}
.rightbar .rightnav>li>ul li a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px dashed #058ab5;
	display: block;
	padding: 9px 18px 5px 18px;
	text-decoration: none;
}
.rightbar .rightnav>li>ul li a:hover {
	color: #fff;
	background:#058ab5;
	text-decoration: none;
}
.rightbar .rightnav>li>ul li .noBor {
	border: none;
}
.clientInfo {
	padding: 23px 18px 0 25px;
}
.clientInfo p {
	padding: 20px 3px 0 3px;
}
.clientTitle {
	background: url(images/clientInfo-trans.png) no-repeat;
	width: 289px;
	height: 24px;
	margin: 0 0 0 -4px;
}
/*Content Bottom*/

.contentBtm {
	width: 100%;
	background: #eaeeef;
}
.contentBtm .innerCont {
	width: 948px;
	margin: 0 auto;
}
.innerCont .location {
	float: left;
	width: 406px;
	border-right: 1px dashed #c3c1c1;
	padding: 28px 0 65px 18px;
}
.locationTitle {
	background: url(images/location-trans.png) no-repeat;
	width: 147px;
	height: 17px;
	margin-bottom: 20px;
}
.location p {
	color: #8b8c8c;
}
.address {
	width: 165px;
	float: left;
	margin-right: 31px;
}
.bor {
	width: 123px;
	border-bottom: 1px dashed #c3c1c1;
	height: 1px;
	margin: 12px 0;
}
.map {
	float: left;
}
/*Contacts*/

.innerCont .contact {
	width: 478px;
	float: right;
	padding: 28px 18px 5px 24px;
}
.contact .thanks {
	color: #f00;
}
.contactTitle {
	background: url(images/contact-trans.png) no-repeat;
	width: 208px;
	height: 16px;
	margin-bottom: 20px;
}
.innerCont .contact p {
	color: #8b8c8c;
}
.contact form {
	padding:22px 0 0 0;
}
.contact .conName {
	width: 180px;
	float: left;
}
.conName .conBox {
	width: 160px;
	height: 14px;
	border: 1px solid #565656;
	margin-bottom: 10px;
	color: #afaeae;
	padding: 3px 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.contact .textBox {
	float: left;
	width: 298px;
}
.contact .textBox textarea {
	width: 285px;
	height: 74px;
	background: #fff;
	border: 1px solid #565656;
	color: #afaeae;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 5px;
	margin-bottom: 10px;
}
.textBox .sub {
	background: url(images/searchBtnBg.png) repeat-x;
	width: 72px;
	height: 29px;
	color: #fff;
	border: none;
	cursor: pointer;
	float: left;
	padding-bottom: 4px;
}
.textBox .resetbtn {
	background: url(images/searchBtnBg.png) repeat-x;
	width: 72px;
	height: 29px;
	color: #fff;
	border: none;
	cursor: pointer;
	float: left;
	margin-left: 4px;
	padding-bottom: 4px;
}
/*************Footer*************/

.footer {
	width: 100%;
	background: url(images/footerBg.png) repeat-x;
	height: 31px;
}
.footer p {
	text-align: center;
	color: #c3c1c1;
	line-height: 30px;
}
/****** navigation *******/

.navigation {
}
.navigation a {
	color: #005476;
	text-decoration: underline;
}
.navigation a:hover {
	text-decoration: none;
}
.navigation .alignleft {
	float: left;
	display: inline-block;
}
.navigation .alignright {
	float: right;
	display: inline-block;
	padding-right: 5px;
}

/*******LINKS*******/

.linkcat  {
        
}

.brlink  {
        margin-left: 20px;
}
