/* CSS Document for Ryan and Calder - Created by AH Dec 09 */
/* GENERAL STYLES */
body{
	margin:0;
	padding:0;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	background-color:#FFFFFF;
	background-position:center top;
	background-repeat:no-repeat;
}
a{
	color:#4e7034;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#88a96f;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0 0 15px 0;
	padding:0;
}
* :focus { outline: 0; }
a img{
	border:none;
}
.clear{
	clear:both;
}

/* CONTAINERS */
#container{
	width:880px;
	margin:0 auto;
	text-align:left;
}

#col1{
	float:left;
	width:273px;
	margin:0 0 0 15px;
	display:inline;
}

#col2{
	float:left;
	width:274px;
	margin:0 0 0 15px;
	display:inline;
}

#col3{
	float:right;
	width:273px;
	margin:0 15px 0 0;
	display:inline;
}

/* header */
#header{
	position:relative;
	padding:0 15px 0 15px;	
}

#homepage_header_image{
	border:none;
	height:181px;
	margin:0 0 0 15px;
	overflow:hidden;
}

#other_header_image{
	border:none;
	height:95px;
	margin:0 0 0 15px;
	overflow:hidden;
}

#homepage_header_image img, #other_header_image img{
	display:none;
}

/* TOP NAV */
#top_nav{
	position:absolute;
	text-align:right;
	top:95px;
	right:15px;
	margin:0;
	font-size:14px;
}

#top_nav a{
	font-weight:normal;
}

#top_tel{
	position:absolute;
	right:15px;
	top:25px;
	text-align:right;
	font-size:18px;
	color:#4e7034;
}

/* NAV */
#main_nav ul{
	padding:15px;
	list-style-type:none;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin:0;
}
#main_nav ul li{
	border-right:1px solid #4e7034;
	padding:0 8px 0 0;
	margin:0 8px 0 0;
	display:inline;
}
#main_nav ul li.last_nav{
	border:none;
	padding-right:0;
	margin-right:0;
}
#main_nav ul li a{
	color:#4e7034;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
}
#main_nav ul li a:hover{
	color:#88a96f;
}
#main_nav ul li a.main_active_nav{
	border-bottom:2px solid #CBD5BD;
	padding-bottom:5px;
}

/* LEFT NAV */
#left_nav{
	float:left;
	width:273px;
	margin:15px 0 0 15px;
	display:inline;
}
#left_nav ul{
	font-size:14px;
	font-weight:bold;
	list-style-type:none;
	margin:0;
	padding:0;
	border-top:1px solid #cad4bd;
}
#left_nav li{
	margin:0;
	padding:7px 0;
	border-bottom:1px solid #cad4bd;	
}
#left_nav a{
	display:block;
}
#left_nav a.secondary_active_nav{
	padding-left:15px;
	color:#88a96f;
}

a.tertiary_active_nav{
	color:#88a96f;
}

/* content */
#content{
	float:right;
	width:562px;
	margin:15px;
	line-height:18px;
	display:inline;
}
#content h1{
	text-transform:uppercase;
	font-size:24px;
	color:#ffffff;
	background-color:#4e7034;
	font-weight:normal;
	padding:10px;
	font-family:'felix', Georgia, 'Times New Roman', Times, serif;
	line-height:normal;
}

/* content full */
#content_full{
	width:850px;
	margin:15px;
	line-height:18px;
}
#content_full h1{
	text-transform:uppercase;
	font-size:24px;
	color:#ffffff;
	background-color:#4e7034;
	font-weight:normal;
	padding:10px;
	font-family:'felix', Georgia, 'Times New Roman', Times, serif;
	line-height:normal;
}

.content_text{
	margin:0 0 15px 0;
	font-family:'Tahoma', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}

.content_subtitle{
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

/* footer */
#footer{
	padding:20px 15px;
}
#footer p{
	margin:0;
	font-size:11px;
	color:#b2c0a6;
	font-weight:bold;
}
#footer p.footer_image{
	float:left;
	width:145px;
	margin:0 15px 0 0;
	display:inline;
}
#footer p.footer_left{
	float:left;
	width:430px;
	padding-top:15px;
	display:inline;
}
#footer p.facebook_icon{
	float:left;
	width:40px;
	margin:0 15px 0 0;
	text-align:right;
	display:inline;
}
#footer p.footer_right{
	float:right;
	width:115px;
	padding-top:15px;
	text-align:right;
	display:inline;
}
#footer p a{
	color:#b2c0a6;
}
#footer p a:hover{
	color:#4e7034;
}
.footer_line{
	border-top:1px solid #cad4bd;
}

/* HOMEPAGE REDESIGN BY SH MARCH 2011 */
#latest_news{
	width:370px;
	height:180px;
	float:left;
	margin-left:15px;
	display:inline;
	background-image:url(../png/latest_news_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
}
.latest_news_item{
	margin:50px 20px 0 20px;
	width:330px;
	height:130px;
	overflow:auto;
}
.latest_news_item p{
	margin:0;
	padding:0;
}
.latest_news_pic{
	width:56px;
	height:56px;
	padding:4px;
	border:1px solid #C3C3C3;
	float:right;
	background-color:#FFF;
	display:inline;
	margin:0 0 5px 5px;
}

#buttons_col1{
	width:225px;
	height:180px;
	float:left;
	margin-left:15px;
	display:inline;
}
#buttons_col2{
	width:225px;
	height:180px;
	float:left;
	margin-left:15px;
	display:inline;
}
.homepage_button{
	width:225px;
	height:50px;
	margin-bottom:15px;
	display:block;
}
.homepage_button_last{
	margin-bottom:0;
}
.homepage_button a{
	display:block;
	width:225px;
	height:50px;
	margin:0;
	padding:0;
	background-position:top;
	background-repeat:no-repeat;
}
.homepage_button a:hover{
	background-position:bottom;
}
a#emergencies_button{
	background-image:url(../png/emergencies_button.png);
}
a#premier_button{
	background-image:url(../png/premier_button.png);
}
a#cattery_button{
	background-image:url(../png/cattery_button.png);
}
a#prescriptions_button{
	background-image:url(../png/prescriptions_button.png);
}
a#videos_button{
	background-image:url(../png/videos_button.png);
}
a#pet_shop_button{
	background-image:url(../png/pet_shop_button.png);
}
.homepage_button a span{
	position:absolute;
	top:-9000px;
	left:-9000px;
}

/* PRESCRIPTIONS STYLES */
#prescriptions_form{
	width:80%;
	margin:0 auto;
}

/* QUICKFORM STYLES */
.quickform_header{
	font-size:20px;
	font-weight:normal;
	margin:30px 0 15px 0;
	padding:0 0 15px 0;
	border-bottom:1px solid #CAD4BD;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4E7034;
	text-transform:uppercase;
}
.quickform_container{
	margin:0 0 15px 0;
}
.quickform_row{
	margin:0 0 15px 0;
}
.quickform_container p{
	margin:0;
	padding:0;
}
.quickform_required{
	color:#004990;
}
.quickform_label{
	font-weight:normal;
}
.quickform_element{
	margin:0;
	padding:0;
}
p.notify{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffe0;
	border: 1px solid #e6db55;
	padding:5px;
	margin:0 0 15px 0;
}

p.quickform_error{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffe0;
	border: 1px solid #e6db55;
	padding:5px;
	margin:0 0 15px 0;
}
.quickform_container p.quickform_error{
	margin:0 0 1px 0;
}
