/*----------------------------------
Stylesheet for Holter Monitoring
Author: Rude Goose
----------------------------------*/
body{
	background:#fff url(images/header.jpg) repeat-x top;
	margin:0;
	padding:0;
	text-align:center;
	font-size:80%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
html, body {
	height: 100%;
}
a:link, a:visited{
	color:#900;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#8E8B7D;
}
td{
	background:#DFDCC6;
	padding:5px;
	vertical-align:top;
}
hr{
	background:#C7C4B0;
	border:0;
	color:#C7C4B0;
	height:1px;
}
.clearfooter {
	height: 45px;
	clear: both;
}
#container{
	width:760px;
	text-align:left;
	min-height: 100%;
	height: auto !important;
	height:100%;
	margin: 0 auto -45px; /* the bottom margin is the negative value of the footer's height */
}
#footer {
	height: 45px;
	position: relative;
	background:#8E8B7D;
}
#footer p{
	text-align:left;
	font-size:70%;
	color:#fff;
	padding:10px 0 0 20px;
	margin:0;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#header{
	background:url(images/topRight.jpg) no-repeat top right;
	height:102px;
	padding-top:10px;
}
.inner{
	width:760px;
	margin:0 auto;
}
.list{
	margin:0;
	padding:0;
}
.list li{
	background:#DFDCC6;
	padding:5px;
	list-style:none;
	margin:0 0 5px 0;
}
	
#logo{
	background:url(images/logo.gif) no-repeat;
	width:339px;
	height:79px;
	text-indent:-9999em;
	padding: 0 0 0 10px;
	margin:0;
}
#logo a{
	display:block;
	width:339px;
	height:79px;
}
#main{
	width:760px;
	margin-top:30px;
}
#home #main{
	background:url(images/boxer.jpg) no-repeat top right;
}
#indications #main{
	background:url(images/cat_monitor.jpg) no-repeat top right;
}
#vets #main{
	background:url(images/monitor2.jpg) no-repeat top right;
}
#owners #main{
	background:url(images/kit.jpg) no-repeat top right;
}
#faq #main{
	background:url(images/harris.jpg) no-repeat top right;
}
#contact #main{
	background:url(images/stethoscope.jpg) no-repeat top right;
}
#nav{
	margin:15px 0 0 0;
	padding:0;
	float:left;
	width:760px;
}
#nav li{
	list-style:none;
	float:left;
	margin:0;
}
#nav a:link, #nav a:visited{
	color:#fff;
	background:#524F48;
	text-transform:uppercase;
	font-weight:normal;
	font-size:90%;
	display:block;
	padding:3px 15px;
	margin-top:5px;
	text-decoration:none;
}
#nav a:hover, #active a{
	color:#C7C4B0 !important;
}
.none{
	display:none;
}
.red{
	background:#900;
	color:#fff;
	padding:10px;
	font-weight:bold;
}
.red a{
	color:#C7C4B0 !important;
}
#request{
	width:750px;
}
#request fieldset{
	background:#DFDCC6;
	padding:10px;
	border:1px solid #C7C4B0;
	margin-bottom:5px;
}
#request legend{
	font-size:1.2em;
	font-weight:bold;
	color:#900;
}
#request input{
	background:#FCFEE8;
	padding:5px;
	border:1px solid #C7C4B0;
	margin:0 20px 10px 0;
}
#request textarea{
	width:700px;
	background:#FCFEE8;
	padding:5px;
	border:1px solid #C7C4B0;
}
#request #vetaddress, #request #owneraddress{
	width:400px;
}
#request fieldset fieldset{
	background:#C7C4B0;
	margin:0 0 10px 0;
}
.right{
	position:absolute;
	margin-left:470px;
	border:3px solid #C7C4B0;
}
#text{
	width:450px;
	padding:20px 0 40px 20px;
}
#text h2{border-bottom:1px solid #C7C4B0;}
#text em{
	display:block;
	border-bottom:1px solid #C7C4B0;
	border-top:1px solid #C7C4B0;
	padding:10px 0;
	font-style:normal;
}