/* ***********Shamira Cattery css style sheet************ */
/* *****All contents subject to copyright protection***** */
/*  Property of Shamira Cattery and Coastal Web Creations */
/*  ***Glad you like my work, please don't pirate it!!*** */


/* ***********Begin styling for body********* */

html,body{
	background:url(../images/bodyMainBackground.gif) fixed repeat-x; /* background image or color behind the page */
	margin:0;
	padding:0;
	border:0;
	/* \*/
    height:100%;
	background-color: #000000;
	background-attachment: fixed;
/* Last height declaration hidden from Mac IE 5.x */
}

body {
	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;
	text-align: center; /* centers the page in the browser */
}

h1{
	color:#CCCCFF;
	font-size:250%;
	line-height: 110%;
	text-transform: capitalize;
	font-weight: bolder;
}

p{
	color:#999999;
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
}	


a:link {
	color: #FF6600;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #00FF00;
}
a:active {
	color: #FFFF00;
}

.headWrap {
	height: 210px;
	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;
	background-color: #000000;
	clear: both;
}

.spacer{
	clear:both;
}

.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%;
}

.centerWrap{
	position:relative;
	width:760px;
	height:auto;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	background-image: url(../images/bodyBackground.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #000000;
	display: block;
}

.centerHold {
	position:relative;
	display:block;
	clear:both;
	width: 740px;
}

table.footer {
	width:100%;
	height:50px;
	padding:2px;
	border:0px;
	margin:0px;
}
table.footer td.footerLinks{
	padding-right: 15px;
	font-size:8pt;
	color:#555555;
	line-height:3em;
	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;  }

/* ******end top nav****** */


/* ***********Begin styling for dropdown menu********* */
.dropMenu {
	width:100%;
	font-size:0.85em;
	position:inherit;
	z-index:100;
	background:#333333 url(../images/menu/buttonBg.jpg);
	padding: 0px;
	margin: 0px;
	overflow: visible;
	height: 30px;
}
/* remove all the bullets, borders and padding from the default list styling */
.dropMenu ul {
padding:0;
margin:0;
list-style-type:none;
}

.dropMenu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.dropMenu li {
float:left;
width:152px;
position:relative;
}

/* style the links for the top level */
.dropMenu a, .dropMenu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#333333; 
width:139px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#758279 url(../images/menu/buttonBg.jpg);
padding-left:10px; 
line-height:29px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .dropMenu a, * html .dropMenu a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
.dropMenu ul ul a.drop, .dropMenu ul ul a.drop:visited {
background:#d4d8bd url(../images/menu/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.dropMenu ul ul a.drop:hover{
background:#c9ba65 url(../images/menu/drop.gif) bottom right no-repeat;
}
.dropMenu ul ul :hover > a.drop {
background:#c9ba65 url(../images/menu/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.dropMenu ul ul ul a, .dropMenu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.dropMenu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.dropMenu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .dropMenu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.dropMenu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.dropMenu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.dropMenu table {position:absolute; top:0; left:0;}

/* style the second level links */
.dropMenu ul ul a, .dropMenu ul ul a:visited {
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .dropMenu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.dropMenu a:hover, .dropMenu ul ul a:hover{
color:#fff; 
background:#949e7c url(../images/menu/buttonBgOver.jpg);
}
.dropMenu :hover > a, .dropMenu ul ul :hover > a {
color:#fff;
background:#949e7c url(../images/menu/buttonBgOver.jpg);
}

/* make the second level visible when hover on first level list OR link */
.dropMenu ul li:hover ul,
.dropMenu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.dropMenu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.dropMenu ul :hover ul :hover ul{ 
visibility:visible;
}

/* ***********End styling for dropdown menu********* */
.htmlBG {
	background-attachment: fixed;
	background-image: url(../images/bodyMainBackground.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.htmlBGh1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 125%;
	font-weight: bolder;
	color: #CCCCCC;
}
