﻿a{font-size:11px;font-family:Arial;}
a:link {color: #663300; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold; text-align: left;}
a:visited { color: #663300; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold; text-align: left;}
a:hover { color:#663300; text-decoration:none; }
a:active { color:#663300; text-decoration:none; }

a.otherLink:link    { color:#996100; text-decoration:none; }
a.otherLink:visited { color:#996100; text-decoration:none; }
a.otherLink:hover   { color:yellow; text-decoration:underline; }
a.otherLink:active  { color:white; text-decoration:none; }


*
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body{background-image:url("../images/pawprint.jpg");background-repeat:repeat;}

#wrapper
{
	width:796px;
	background-color:#f6e30b;
	margin:0 auto;
}

#header{height:204px; width:796px;}



#contentDiv
{
	min-height: 500px;
	background-color: White;
	width: 600px;
	height: 100%;
	float: right;
	right: 10px;
	padding: 15px 15px 15px 15px;
	top: 0px;
	position:relative;
}

#footer 
{
	height:75px; 
	background-color:orange; 
	position:relative;
	width:796px;
	left: 0px;
	clear:both;
}

#topContent 
{
	background-image:url('../images/topbar.jpg'); 
	width:796px; 
	height:14px; 
	position:relative; 
	background-position:top left; 
	background-repeat:no-repeat;
	top: 0px;
	left: 0px;
}

#botContent 
{
	background-image:url('../images/botbar.jpg'); 
	width:796px; 
	height:14px; 
	position:relative;
	background-position:bottom left; 
	background-repeat:no-repeat;
	bottom: 0px;
	left: 0px;
	clear:both;
}

#wrapContent
{
	background-color: #f6e30b;
	height: auto;
	width: 796px;
}

.button 
{
	background-image: url("images/btn_up.jpg");
	background-repeat: no-repeat;
}
#menu
{
	height: 500px;
	width: 150px;
	background-color: #f6e30b;
	margin: 0;
	padding:0px 0px 0px 10px;
	float:left;
	left:-50px;
}

#menu a { display:block; width:100%; height:100%; cursor:pointer;}

#menu ul
{
	margin:0px;
	float:left;
	height: 220px;
	width: 149px;
	position:relative;
}

#menu li
{
	background: url('../images/btn_up.png') no-repeat;
	list-style-type:none;
	width: 149px;
	height: 28px;
	line-height:28px;
		padding-left:10px;
}

#menu li:hover
{
	background: url('../images/btn_down.png') no-repeat;
	list-style-type:none;
	width:149px;
	height:28px;
	line-height:28px;
	padding-left:10px;
}

#footer p
{
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	font-weight: bold;
}

#footerMenu li
{
	display:inline;
	list-style-type:none;
	padding-right: 10px;
	font-size:11px;
	text-align:center;
}

#footerMenu
{
list-style: none;
padding: 0;
margin: 0;
text-align:center;
}

#footerMenu li
{
display: inline;
padding: 0;
margin: 0;
}

#footerMenu li:before { content: "| "; }
#footerMenu li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #footerMenu li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #footerMenu { height: 1%; }

* html #footerMenu li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #footerMenu li:first-child { border-left: 0; }


/* Welcome page CSS */
#about
{
	width:410px;
	height:120px;
	text-align:left;
	color:#996633;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	background-color:White;
}

#picHolder
{
	/*background-color:#996633;*/
	height:285px;
	width:587px;
	text-align:left;
	background-image:url("../images/frontBg.gif");
	background-repeat:no-repeat;
}

#picHolder p
{
	width:410px;
	color:White;
	font-family:Arial;
	font-weight:bold;
	font-size:11.5px;
	padding:5px 0px 0px 10px;
}

.frontPic
{
	background-color:#fff;
	height: 150px;
	width: 110px;
	text-align: left;
	float: left;
	margin: 20px 10px 15px 15px;
	bottom: 0px;
	padding-top:4px;
	background-image:url("../images/frontPic.gif");
	background-repeat:no-repeat;
}

.frontPic img
{
	height:150px;
}

#rightPic
{
	float:right;
	width:175px;
	background-color:#996633;
	height:410px;
	top:8px;
	right:20px;
	position:absolute;
	border:1px solid #000;
}
#rightPic img
{
	width:154px;
	height:374px;
	padding:10px;
}

img
{
	border:none;
}

.frontPicDescription
{
	background-color:transparent;
	background-image:url("../images/picDesc.gif");
	height:32px;
	width:auto;
	text-align:center;
	color:#996633;
	font-weight:bold;
	font-family:Arial;
	font-size:11px;
}

.frontPicDescription span
{
	color:White;
}

/* Catalog CSS */
.catalogSub{width:600px;}
.catalogSub img {border:solid 3px #F08B09;}
.catalogSub img:hover {border:solid 3px yellow;}
.catalogSub td {font-size:1.1em; font-weight:bold;}
