/* CSS Document */

body,td,th {
	font-family: VERDANA;
		font-size: 14px;
			color: #CCCCCC;
			}
			body {
				background-color: #000000;
					margin:0px;
						}
							
							#container{
							width:940px;
							min-height:700px;
							margin-left:auto;
							margin-right:auto;
							margin-top:0px;

							}

							#header{
							width:940px;
							height:199px;
							margin:0px;
							padding:0px;
							background-image:url(../images/front_header.jpg);
							background-repeat:no-repeat;
							background-position:center top;

							}

							#content{
							width:940px;
							height:404px;
							margin:0px;
							padding:0px;
							background-image:url(../images/front_wood_BG.jpg);
							background-repeat:no-repeat;
							background-position:center top;
							}

							#left{
							float:left;
							width:600px;
							height:372px;
							padding-top:32px;
							padding-left:20px;
							}

							#right{
							float:right;
							width:240px;
							height:312px;
							margin-right:60px;
							margin-top:40px;
							background-image:url(../images/paws_BG.gif);
							background-repeat:no-repeat;
							background-position:top center;
							}

							#footer{
							height:60px;
							width:940px;
							margin:0px;
							padding:0px;
							}

							ul{
							overflow:hidden;
							} 

							#buttons ul {
							width: 225px;
							height: 280px;
							margin:0px;
							margin-top:52px;
							margin-left:6px;
							padding:0;
							}

							#buttons ul li {
							display:block;
							height:30px;
							width: 255px;
							margin: 0px;
							margin-bottom:2px;
							padding: 0;
							list-style: none;
							top: 0;
							} 

							#buttons ul li a {
							display:block;
							height:30px;
							}

							/*  Menu Image Position */

							#buttons li.about {
							background: transparent url(../images/button-about.gif) 0 0px no-repeat;
							}

							#buttons a.about:hover, #buttons li.about-active {
							background: transparent url(../images/button-about.gif) 0 -30px no-repeat;
							}

							#buttons li.fine {
							background: transparent url(../images/button-fine.gif) 0px 0px no-repeat;
							}

							#buttons a.fine:hover, #buttons li.fine-active {
							background: transparent url(../images/button-fine.gif) 0 -30px no-repeat;
							}

							#buttons li.stock {
							background: transparent url(../images/button-stock.gif) 0px 0px no-repeat;
							}

							#buttons a.stock:hover, #buttons li.stock-active {
							background: transparent url(../images/button-stock.gif) 0px -30px no-repeat;
							}

							#buttons li.tear {
							background: transparent url(../images/button-tear.gif) 0px 0px no-repeat;
							}

							#buttons a.tear:hover, #buttons li.tear-active {
							background: transparent url(../images/button-tear.gif) 0px -30px no-repeat;
							}

							#buttons li.books {
							background: transparent url(../images/button-books.gif) 0px 0px no-repeat;
							}

							#buttons a.books:hover, #buttons li.books-active {
							background: transparent url(../images/button-books.gif) 0px -30px no-repeat;
							}

							#buttons li.tours {
							background: transparent url(../images/button-tours.gif) 0px 0px no-repeat;
							}

							#buttons a.tours:hover, #buttons li.tours-active {
							background: transparent url(../images/button-tours.gif) 0px -30px no-repeat;
							}
							#buttons li.news {
							background: transparent url(../images/button-news.gif) 0px -20px no-repeat;
							}

							#buttons a.news:hover, #buttons li.news-active {
							background: transparent url(../images/button-news.gif) 0px -50px no-repeat;
							}

							/*  Menu Text Hiding */
							#buttons ul li a {
							text-indent:-9000px;}

							#footer-buttons ul {
							width: 550px;
							height: 25px;
							margin:0px;
							margin-top:0px;
							margin-left:0px;
							padding:0;
							}

							#footer-buttons li {
							display: inline;
							list-style-type: none;
							padding-right: 20px;
							} 

							#footer-buttons ul li a {
							display:inline;
							height:30px;
							font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
							text-decoration:none;
							color:#666666;
							font-variant:small-caps;
							font-size:12px;
							padding-right:10px;
							}

							#footer-buttons ul li a:hover {
							color:#FFFFFF;
							}

							#quote{
							font-size:9px;
							text-align:right;
							padding:4px;
							padding-right:15px;
							}
