*{
	padding: 0;
	margin: 0 auto;
}

body {
	background: #ffffff url('/media/vetmate/images/mainbg.jpg') repeat top center;
	width: 100%;
	font: 85%/1.4 Arial, Tahoma, verdana ,Helvetica ,sans-serif;
	font-stretch: normal;
	font-weight: normal;
	line-height: 1.88889em;
	color: #555753;
	text-align: center;
}

#wrapper {
	background: url('/media/vetmate/images/body.jpg') repeat-y;
	width: 966px;
	_text-align: left;
}

#top { 
	background: url('/media/vetmate/images/header.jpg') no-repeat;
	width: 966px;
	height: 120px;
}

#subheader { 
	background: url('/media/vetmate/images/subheader.jpg') no-repeat;
	width: 966px;
	height: 173px;
}
/*** top navigation ******/
.topnav {
	float: left;
	overflow: hidden;
	width: 80%;
	height: 70px;
	padding: 42px 0px 0px 40px;
	text-align: left;
	font: bold 12px Arial, sans-serif;	
}

.topnav li {
	display: inline;
}

.topnav li a {
	color: #291605;
	display: inline;
	text-decoration: none;
	padding: 10px 30px 0 5px; /*padding inside each tab*/
}

.topnav li a:visited {
	color: #4f4338;
}

.topnav li a:hover {
	background: url('/media/vetmate/images/footprint.gif') no-repeat center right;	
}

/****   searchbox   ****/
#searchform {
	float: left;
	padding: 128px 0px 0px 360px;
	_padding: 128px 0px 0px 360px;
}

#textbox {
	background: transparent;
	width: 190px;
	height: 14px;
	padding: 5px 5px;
	border: none;
	float: left;
}

#searchsubmit {
	background: url('/media/vetmate/images/searchbutton.gif') no-repeat;
	width: 57px;
	height: 25px;
	display: inline;
	padding-left: 10px;
	border: none;	
}
/****   end searchbox   ****/	

/****    input boxes    ***/
.inputbox {
	width: 151px;
	height: 20px;
	font-size: 12px;
	border: 0;
	padding-top: 0px;
	text-indent: 1px;
}

/****   end of input boxes    ***/


/**** left Menu ************/

.leftmenu {
	float: left;
	background: url('/media/vetmate/images/') no-repeat left top;
	width: 200px;
	font-size: 12px;
	text-align: justify;
	padding-left: 0px;
	margin-bottom: 40px;
}

.leftmenu h1{
	background: url('/media/vetmate/images/leftnavh1.jpg') no-repeat;
	width: 200px;
	height: 41px;
	font: 12px bold Arial, Tahoma, Sans-serif;
	color: #ffffff;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 10px 0px 0px 30px; /*31px is left indentation of header text*/
}


.leftmenu ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.leftmenu ul li {
	padding-bottom: 1px; /*bottom spacing between menu items*/
	background: url('/media/vetmate/images/hline.gif') no-repeat bottom;
	
}

.leftmenu ul li a {
	color: #3f1e15;
	display: block;
	padding: 5px;
	
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}

.leftmenu ul li a:visited {
	color: black;
}

.leftmenu ul li a:hover { /*hover state CSS*/
	color: white;
	background: #7f0707;
}
/*******end of left menu ********/

/*** Login Form ***/
#login {
	background: url('/media/vetmate/images/loginbox.gif') no-repeat;
	width: 199px;
	height: 222px;
	padding: 80px 0px 0px 15px;
	color: #1e150f;
}

.submit {
	background: url('/media/vetmate/images/loginbutton.gif') no-repeat;
	width: 55px;
	height: 19px;
	padding-top: 5px;
	margin-top: 5px;
	border: none;	
}

form#login h1 {
	background: url('/media/vetmate/images/navbar.png') no-repeat;
	width: 180px;
	height: 41px;
	text-transform: uppercase;
	font: 12px Arial, Tahoma, Sans-serif;
	color: #ffffff;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 10px 40px 0px 30px; /*31px is left indentation of header text*/
}

/*** end of login form ***/

/***** middle content ****/
.middle {
	float: left;
	width: 510px;
	text-align: justify;
	color: #4d4646;
	padding: 10px 0px 0px 30px;
	_padding: 10px 0px 0px 0px; /* this did the trick. Only IE6 should process this line */
}		

.middle h1 {
	font: 18px bold;
	font-family: Arial, Tahoma, georgia, sans-serif;
	color: #5a230d;
	text-transform: uppercase;
	border-bottom: thin dotted #3f1e15;
	margin: 0px 0px 25px 0px;
	width: 510px;
}		

#clear {
    display: block;
    clear: both;
    width: 100%;
    height:1px;
    overflow: hidden; 
}
 
/***** END of middle content ****/


.rightmenu {
	float: left;
	width: 200px;
	text-align: justify;
	padding-left: 26px;
	margin-bottom: 20px;
}
.rightcontent {
	width: 180px;
	text-align: justify;
	padding: 0;
}
.rightmenu h1 {
	background: url('/media/vetmate/images/rightnavh1.jpg') no-repeat;
	width: 200px;
	height: 41px;
	font: 12px bold Arial, Tahoma, Sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0px 0px 10px; /*31px is left indentation of header text*/
	_padding: 10px 0px 0px 0px
}


/***************** Begin of FOOTERmenu ******************/

#footer {
	background: url('/media/vetmate/images/footer.jpg') no-repeat;
	width: 966px;
	height: 140px;
}

.footernav {
	overflow: hidden;
	width: 966px;
	padding-top: 100px;
	text-align: center;
	font: bold 12px Arial, sans-serif;
}

.footernav li {
	display: inline;
}

.footernav li a {
	display: inline;
	text-decoration: none;
	padding: 7px 5px; /*padding inside each tab*/
	color: #000000;	
}

.footernav li a:visited{
	color: white;
}

.footernav li a:hover {
	color: white;
}


/***********  Lightbox2 CSS   ***************/
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
	/* jQuery lightBox plugin - Gallery style */
#gallery {
	padding: 10px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #CCC;
	border-width: 3px;   
	margin: 3px;
}
#gallery ul a:hover img {
        text-decoration: none;
	border: 5px solid #B3B3B3;
	border-width: 3px;
	color: #000; 
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
#gallery ul a:hover { color: #CCC; }  
#gallery img {
	width: 100px;
	height: 80px;  
} 

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	top: 460px;   
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext {
	top: 460px;  
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


