/* Hillcrest Animal Health Ltd  */
/* Copyright 2010               */
/* All Rights Reserved          */

/*------------------------------------------------------------------ */
/*-------------------------------------------------------- CSS RESET */
/*------------------------------------------------------------------ */

/* Eric Meyer Reset */
/* http://meyerweb.com/eric/tools/css/reset */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {color:#678271;}

/*------------------------------------------------------------------ */
/*-------------------------------------------------- BASIC STRUCTURE */
/*------------------------------------------------------------------ */

body {
	background: url(../images/bgtile.png) center repeat-y #696;
	line-height: 1.8em;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
}

div#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

div#header {
	height: 180px;
	position: relative;
}

div#navigation {
	height: 50px;
}

div#content {
	margin: 20px 0 20px 0;
	padding: 0 40px;
	position: relative;
	overflow:hidden;
	font-size: 14px;
}

div#contentLeft {
	float: left;
	width: 75%;
}

div.contentRight {
	width: 180px;
	padding: 10px 10px;
	float: right;
	margin-right: -40px;
/*----------------------- IE6 FIX FOR MARGIN */
	_margin-right: -20px; 
}

div#footer {
	text-align: center;
	margin-top: 20px;
}

p { margin-bottom: 10px;}

/*------------------------------------------------------------------ */
/*----------------------------------------------------------- HEADER */
/*------------------------------------------------------------------ */

div#header {
	background-image: url(../images/header.jpg);
}

div#header h1 {
	position: absolute;
	left: 290px;
	bottom: -55px;
	font-size: 2.5em;
	font-family: 'Reenie Beanie', cursive; 
}

/*------------- Firefox Custom Font Fix -----*/

div#header h1, x:-moz-any-link {font-size: 1.5em;}
div#header h1, x:-moz-any-link, x:default {font-size: 2.5em;}


div#sliderwrapper {
	top: 30px;
	left: 40px;
	position: absolute;
	border: 1px solid #4b794b;
	background: #fff;
	padding: 5px;
	display:block;
	width: 200px;
}

div#slider {
	height: 200px;
    position:relative;
}

div#slider IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

div#slider IMG.active {
    z-index:10;
    opacity:1.0;
}

div#slider IMG.last-active {
    z-index:9;
}

div#contentLeft h3 {
	font-size: 1.4em;
	color: #678271;
	border-bottom: 1px solid;
	margin-bottom: 20px;
	font-weight: 300;
}

/*------------------------------------------------------------------ */
/*------------------------------------------------------- NAVIGATION */
/*------------------------------------------------------------------ */

div#navigation {
	margin-top: 90px;
	margin-left: -50px;
	margin-right: -50px;
	padding-left: 140px;
	background: url(../images/ribbon.png) no-repeat center;
}

div#navigation ul {
	display: inline;
}

div#navigation ul li {
	float: left;
	margin-right: 10px;
	padding: 0 10px;
	line-height: 38px;
}


div#navigation ul li a {
	color: #fff;
	padding: 10px;
	text-decoration: none;
}

div#navigation ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

div#navigation ul li.current a {
	color: #fff;
	text-decoration: underline;
}

/*------------------------------------------------------------------ */
/*---------------------------------------------------------- CONTENT */
/*------------------------------------------------------------------ */

div#content div.contentRight {
	font-size: smaller;
	padding:10px;
	line-height: 1.8em;
}

div#content div.contentRight h2 {
	background: url(../images/ribbon.png) no-repeat right;
/*	background-color: #678271;  */
	color: #fff;
	display: block;
	margin: -10px;
	margin-bottom: 0;
	margin-right: -36px;
	padding: 7px;
	font-size: 1.1em;
	font-weight: light;
	height: 42px;
}

div#content div.contentRight p {
	background-color: #daece1;
	padding: 5px;
	padding-left: 11px;
	margin-bottom: 0px;
}

div#content div.contentRight div {
	display: block;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #696;
	margin-left: -9px;
	margin-top: -6px;
}

div#content div.contentRight ul {
	
	/* list-style-image: url(../images/cubesmall.jpg); */
	list-style: circle;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #daece1;
}

div#content span.news-date {
	font-size: 0.8em;
	float: right;
	margin-top: -50px;
}

div#content img.news-image-left {
	float:left;
	padding: 5px;
	background-color: white;
	border:1px solid #696;
	margin: 10px 10px 10px 0;
/*----------------------- IE6 FIX FOR MARGIN */
	_margin-left: -125px;
}

div#content img.news-image-right {
	float: right;
	padding: 5px;
	background-color: white;
	border: 1px solid #696;
	margin: 10px 0 10px 10px;
/*----------------------- IE6 FIX FOR MARGIN */
	_margin-right: -125px;
}

div#content ul.news-list {
	list-style: circle;
	padding-left: 20px;
	margin: 15px 0 15px 0;
}

/*------------------------------------------------------------------ */
/*----------------------------------------------------------- FOOTER */
/*------------------------------------------------------------------ */

div#footer {
	background: url(../images/footerInvestor.jpg) bottom no-repeat;
	height: 120px;
	font-size: 11px;
	color: #333;
	line-height: 1.5em;
	position: relative;
	overflow:hidden;
	clear:both;
}

div#footer p {
	position: absolute;
	bottom: 40px;
	left: 300px;
}

div#footer a {
	color: #333;
	text-decoration: underline;
}

div#footer a:hover {
	text-decoration: underline;
}


body {
	line-height: 1.8em;
	font-family: Tahoma, sans-serif;
}