/* global
 ************************/
body {
	background: #fff;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

img {
	border: 0;
}

h1 {
	color: #555;
	margin-top: 0;
	padding-top: 0;
}

h2 {
	color: #777;
	margin-top: 0;
	padding-top: 0;
}

h3 {
	color: #3398cc;
	font-size: 16px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* generic classes
 *************************/
.clr {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.tl {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.help {
	cursor: help;
	vertical-align: top;
}

.formErrors,.errorMessage {
	background-color: #FFF5F5;
	color: #990000;
	display: table;
	font-size: 12px;
	list-style-type: none;
	margin: 8px auto 0px auto;
	padding: 5px 8px;
	text-align: center;
}

.flashMessenger,.warningMessage {
	background-color: #FFFFCB;
	color: #c99800;
	display: table;
	font-size: 12px;
	list-style-type: none;
	margin: 8px auto 0px auto;
	padding: 5px 8px;
	text-align: center;
}

/* layout
 ************************/
.wrap {
	margin: 0 auto;
	width: 981px;
}

#loader {
	background: #fff;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 100%;
	z-index: 999;
}

#topbar {
	background-color: #fff;
	border: 0;
	border-bottom: 1px solid #d3eaec;
	height: 95px;
	min-width: 875px;
}

#threeCol {
	padding-left: 200px; /* LC width */
	padding-right: 533px; /* RC width */
	width: 347px;
}

#threeCol .column {
	position: relative;
	float: left;
}

#colCenter {
	width: 100%;
}

#colLeft {
	width: 200px; /* LC width */
	right: 200px; /* LC width */
	margin-left: -100%;
}

#colRight {
	width: 533px; /* RC width */
	margin-right: -533px; /* RC width */
}

/* ie6 hack */
* html #colLeft {
	left: 533px; /* RC width */
}

#logo {
	margin-left: 53px;
}

#navMenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 38px;
}

#navMenu li {
	float: left;
}

#navMenu li a {
	color: #333333;
	display: block;
	font-size: 13px;
	margin: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}

#navMenu li a:hover {
	text-decoration: underline;
}

#headlineBorder {
	background: transparent
		url('/designs/petwise/images/headline_top_border.jpg');
	height: 4px;
}

#headline {
	background: #0072bc url('/designs/petwise/images/headline_bg.jpg') top
		center no-repeat;
	height: 338px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#smallHeadline {
	background: #0072bc url('/designs/petwise/images/smallheadline_bg.jpg')
		top center no-repeat;
	height: 82px;
}

#smallHeadline h1 {
	color: white;
	font-size: 28px;
	font-weight: normal;
	padding: 8px 13px;
	padding-top: 22px;
}

#contentContainer {
	border: 1px solid #ccc;
}

#contentTop {
	background: transparent url('/designs/petwise/images/content_top.jpg') 0
		0 no-repeat;
	height: 9px;
	margin-top: 11px;
}

#content {
	background: transparent
		url('/designs/petwise/images/main_content_bg.jpg') 0 0 repeat-y;
	color: #5d5d5d;
	padding: 8px 125px 15px 125px;
}

#contentBottom {
	background: transparent
		url('/designs/petwise/images/content_bottom.jpg') 0 0 no-repeat;
	height: 9px;
	margin-bottom: 11px;
}

#screenshot {
	background: transparent url('/images/vet/16/e1986efd.png');
	background-repeat: no-repeat;
	float: right;
	height: 325px;
	position: relative;
	right: 35px;
	top: 13px;
	width: 388px;
}

#bullets {
	background: #fff url('/designs/petwise/images/bullet_bg.jpg') 0 0
		repeat-x;
	height: 170px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#bulletList {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
}

#bulletList li {
	background: transparent
		url('/designs/petwise/images/bullet_list_bg.jpg') right top no-repeat;
	float: left;
	height: 148px;
	margin-right: 10px;
	width: 227px;
}

#bulletList li.noright {
	background: transparent;
}

#bulletList .desc {
	color: #333;
	width: 226px;
}

#bulletList .header {
	color: #86bbde;
	font-size: 17px;
	height: 45px;
	padding-top: 23px;
	margin-bottom: 8px;
}

#bulletList .header img {
	float: left;
	margin-right: 10px;
	vertical-align: bottom;
}

#intro {
	background: transparent url('/designs/petwise/images/content_bg.jpg') 0
		0;
	height: 500px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#introHeader {
	background: transparent
		url('/designs/petwise/images/content_intro_bg.jpg') 0 0 no-repeat;
	height: 70px;
}

#introText div {
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 293px;
}

div#ourWork {
	margin-left: 38px;
	text-align: left;
}

#ourWork .more {
	padding-top: 8px;
	text-align: right;
}

div#services {
	color: #f48466;
	margin-left: 21px;
}

#services .starting {
	font-size: 15px;
}

#services .price {
	font-size: 48px;
}

#services .setup {
	font-size: 12px;
	text-align: right;
	width: 234px;
}

#services .includes {
	font-size: 15px;
	margin-top: 25px;
	margin-left: 20px;
	text-align: left;
}

#services .includes ul {
	color: #787878;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	list-style-type: square;
	line-height: 23px;
}

#services .includes ul li {
	margin: 0;
	padding: 0;
}

#services .packages {
	padding-top: 20px;
	text-align: right;
}

div#getInTouch {
	color: #3f93c9;
	font-size: 13px;
	margin-left: 29px;
	text-align: left;
}

#getInTouch .submit {
	padding-top: 8px;
	text-align: right;
}

#footer {
	background: #525357 url('/designs/petwise/images/footer_bg.jpg') 0 0
		no-repeat;
	height: 85px;
}

#footerMenu {
	float: left;
	font-size: 11px;
	width: 400px;
}

ul#footerMenu {
	margin: 0;
	padding: 0;
	margin-top: 18px;
	margin-left: 121px;
	list-style-type: none;
}

#footerMenu li {
	float: left;
	margin-right: 8px;
}

#footerMenu li a {
	color: #cccccc;
}

#avimark {
	background: transparent
		url('/designs/petwise/images/works_with_avimark.jpg') 0 0 no-repeat;
	float: right;
	height: 54px;
	position: relative;
	top: 12px;
	right: 127px;
	width: 146px;
}
