@import url("base.css");

#wrapper {background: url(../assets/home_horz_shdw.gif) repeat-x top;
	}
	
/* HOME HEADER */
#home_hdr {width:800px;
	height: 117px;
	margin: 0; padding:0;
	background:  url("../assets/home_bg_hdr.gif") repeat 50%;
	}
#home_logo {width:800px;
	background:  url("../assets/home_branding.jpg") no-repeat right top;
}
#home_brand {}

/* CONTENT CONTAINER */
#content {}

/* HOME LEFT COLUMN */
#home_l {text-align:center;
	background: #fff;
	float: left;
	width: 180px;
	margin: 0 0 20px 0;
	border-right: 1px solid #ccc;
}
#home_l h2, #home_l h3 {font-size: small; line-height: 1.25;
	color:#003366;
	}
#home_l p {font-size:small;
	line-height: 1.25em;
	}
#home_con {}

/* HOME LEFT NAV */
ul#home_nav {list-style: none;
	margin: 0;
	padding: 0;
	background-color: #A40000;
	}

ul#home_nav li {
	display: block;
	border-top: 1px solid #699;
	}

ul#home_nav li a {
	display: block;
	margin: 0;
	padding: 6px 6%;
	background-color: #c00;
	font: 1.2em tahoma, verdana, arial, sans-serif;
	color: #fff;
	text-decoration: none;
	width: 88%;				
	}


ul#home_nav li a:hover {
	color: #eee;
	background: #9D0000;
	}

	
/* HOME RIGHT COLUMN */
#home_r {margin: 10px 0 0;
	float: right;
	width: 600px;
	}
#home_r h1 {font: bold 1.8em tahoma, verdana, arial, sans-serif;
	margin:0;
	padding:0 0 5px;
	color:#036;
	}
#home_r h2 	{font: bold 1.2em tahoma, verdana, arial, sans-serif;
	margin:0;
	padding:0 0 5px;
	color:#036;
	font-style:italic;
	}

/* HOME CATEGORY BUTTONS */
#cat_container, #spc_container { margin: 0;
	padding: 0;
	}

ul#home_cat {list-style: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul#home_cat li {float: left;
	border: 1px solid #036;
	margin: 0 10px 0 0;
	text-align:center;
	}
ul#home_cat li a { text-decoration: none;
	float: left;
	margin: 0;
	width:132px;
	height:246px;
	padding: 0;	
}

ul#home_cat li span, ul#home_spc li span {display:none}

li#cat_med {
	background:  url("../assets/home_cat_med.jpg") no-repeat center bottom;
}
li#cat_saf {	
	background:  url("../assets/home_cat_saf.jpg") no-repeat center bottom;
	}
li#cat_team {
	background:  url("../assets/home_cat_team.jpg") no-repeat center bottom;
	}
li#cat_surg {
	background:  url("../assets/home_cat_surg.jpg") no-repeat center bottom;
	}

/* HOME SPECIES BUTTONS */
#cat_spc {margin: 0;
	padding: 0;
	}
ul#home_spc {list-style: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul#home_spc li {float: left;
	border: 0;
	margin: 0 10px 0 0;
	text-align:center;
	}
ul#home_spc li a { text-decoration: none;
	float: left;
	margin: 0;
	width:132px;
	height:78px;
	padding: 0;	
}	

li#spc_dog {background:  url("../assets/home_spc_dog.gif") no-repeat center bottom;
	}
li#spc_cat {background:  url("../assets/home_spc_cat.gif") no-repeat center bottom;
	}
li#spc_ferr {background:  url("../assets/home_spc_ferr.gif") no-repeat center bottom;
	}
li#spc_smal {background:  url("../assets/home_spc_smal.gif") no-repeat center bottom;
	}
