/* CSS Document */


/* ***********Shamira Cattery css style sheet************ */
/* *****All contents subject to copyright protection***** */
/* Property of Shamira Cattery and Coastal Web Creations */

/* ***********Begin styling for body********* */

html,body{
  margin:0; /*** Do NOT set anything other than a left margin for the page
as this will break the design ***/
  padding:0;
  border:0;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}

body {
	scrollbar-base-color: orange; 
	scrollbar-arrow-color: green;
	scrollbar-DarkShadow-Color: blue;
	font-size: 74%; /* font sizing below by element or class is in ems -- change this to effect text all sizes */
	font-family: Arial, Helvetica, sans-serif;	
	margin:0px;
	padding:0px;
	background:#000000 url(../images/bodyMainBackground.gif) fixed repeat-x top; /* background image or color behind the page */ 
	text-align: center; /* centers the page in the browser */
}

h1{
	color:#CCCCFF;
	font-size:18px;
	line-height: 110%;
	text-transform: capitalize;
	font-weight: bolder;
}

p{
	color:#000000;
	line-height: 110%;
	font-size: 12px;
	font-weight: bold;
}	

.headWrap {
	height: 212px;
	overflow: visible;
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	background-color: #000000;
}

.pageWrapper {
	margin:0px auto;
	text-align: center; /* left aligns text as the default, over-rides body text-align */
	padding-left:1px;
	padding-right:1px;
	width: 760px;
	height:100%;
	min-height:100%;
	border-right-color: #990000;
	border-left-color: #990000;
	border-right-style:ridge;
	border-left-style: ridge;
	border-right-width: 3px;
	border-left-width: 3px;
}

.wrapper {
	min-height:100%; /*** moz uses this to make full height design. As this #wrapper
is inside the #fullheightcontainer which is 100% height, moz will not inherit heights
further into the design inside this container, which you should be able to do with
use of the min-height style. Instead, Mozilla ignores the height:100% or
min-height:100% from this point inwards to the center of the design - a nasty bug.
If you change this to height:100% moz won't expand the design if content grows.
Aaaghhh. I pulled my hair out over this for days. ***/
	/* \*/
	height:100%;
	width: 760px;
	clear: both;
/* Last height declaration hidden from Mac IE 5.x */
}

#wrapp\65	r{ /*** for Opera and Moz (and some others will see it, but NOT Safari) ***/
	height:auto; /*** For moz to stop it fixing height to 100% ***/
}

/* \*/
* html #wrapper{
	height:100%;
}

.centerWrapIndex{
	position:relative;
	width:740px;
	height:auto;
	padding: 0px 10px 15px 10px;
	margin: 0px;
	background-image: url(../images/bodyBackground.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

table.footer {
	width:100%;
	height:50px;
	padding:2px;
	border:0px;
	margin:0px;
}
table.footer td.footerLinks{
	padding-right: 15px;
	font-size:10px;
	color:#555555;
	background-color: #FFFFFF;
}
table.footer td.footerLinks a:link, table.footer td.footerLinks a:visited 	{
	color:#666666;
	font-weight: normal;
	text-decoration: none;
	margin:0px 4px 0px 4px;	
} 

table.footer td.footerLinks a:hover, table.footer td.footerLinks a:active	{
	color:#0079B5;
	font-weight: normal;
	text-decoration: underline;
}


/* *****************Top Nav***************** */
#navTopGlobal {
	margin: 0px;
	padding: 0px;
	height: 36px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 760px;
	background-color: #000000;
	z-index: 1100;
	}

#navTopGlobal li {
	list-style: none;
	display: inline;
	background-color: #000000;
	margin: 0;
	padding: 0;
	}

#navTopGlobal a {
	float: left;
	padding: 36px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:36px; /* for IE5/Win only */
	}
	
#navTopGlobal a:hover, #navTopGlobal a:active, #navTopGlobal a.selected {
	background-position: 0 -36px;
	}

#navTopPeterbaldCats a  { width: 379px;  background: url(../images/menu/navTopPeterbaldCats.gif) top left no-repeat; }
#navTopOrientalCats a   { width: 379px;  background: url(../images/menu/navTopOrientalCats.gif) top left no-repeat;  }
.style3 {color: #990000; font-size: 14px; font-weight: bold; }
