
/* petespicnictables Site
 * Main Stylesheet
 *
 * June 2003
 */

/**** Body ****/
body {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	overflow: auto;
	background: #FFFFFF;
    scrollbar-arrow-color: #666666;
    scrollbar-base-color: #FFFFBD;
    scrollbar-darkshadow-color: #000000;
    scrollbar-face-color: #FFFFBD;
    scrollbar-highlight-color: #333333;
    scrollbar-shadow-color: #333333;	
}
table.fpage {
	width: 100%;
	height: 90%;
}
table.fpage td.pic {
	vertical-align: top;
	padding-left: 15px;
	padding-top: 50px;
}

/**** Navigation ****/
#navbar {
	position: absolute;
	top: 95px;
	left: 0;
	width: 100%;
	height: 46px;
	background-image: url("../images/navbar.gif");
}
#navtabs {
	position: absolute;
	top: 103px;
	right: 10%;
	display: in-line;
}
#imgOver {
	border: 0px solid white;
}
#imgOver a {
	border: 0px solid white;
}
.button {
	width: 65px;
	border: 1px solid #665833;
	font-weight: bold;
	color: #796729;
	background-color: #FFE78F;
	text-align: center;
}

/**** Prod Lists ****/
table.products {
	width: 93%;
	margin-left: 20px;
}
table.products caption {
	font: normal large arial, sans-serif;
	line-height: 22px;
	border-bottom: 1px solid #665833;
	text-align: left;
}
table.products td.name {
	font: bold small verdana, sans-serif;
	color: #665833;
	width: 230px;
	text-align: center;
}
table.products td.name img {
	border: 1px solid #ffffff;
}
table.products td.desc {
	font: normal smaller verdana, sans-serif;
	color: #665833;
	width: 365px;
	padding-left: 10px;
	text-align: left;
}
table.products td.price {
	font: normal smaller verdana, sans-serif;
	color: #665833;
	width: 235px;
	padding-left: 10px;	
	text-align: left;
}

/**** Footer ****/
.footerBar {
 	border-top: 1px solid #FFFF66;
	background: #000000;
	width: 100%;
	height: 22px;
	z-index: 2;
	padding-top: 3px;
	text-align: center;
}
.footerText {
	color: #FFFF66;
	font: normal smaller arial, sans-serif;
}
.footerText a {
	color: #FFFF66;
	text-decoration: none;
}
.footerText a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/**** misc ****/ 
.actions{
	font: normal 8pt verdana, sans-serif;	
}
.actions a {
	color: #666666;
	text-decoration: none;
}
.actions a:hover {
	color: #999999;
	text-decoration: none;
}
.back {
	background-color: #EDEDED;
	color: #000000;	
	padding: 8px;
}
.toppad {
	padding-top: 45px;
	padding-right: 10px;
}
.top {
	vertical-align: top;
}
.title {
	font: normal smaller verdana, sans serif;	
	float: left;
}
.wtype {
	width: 75px;
}
.header {
	text-align: right;
	border-bottom: 1px solid #665833;
}

/**** Position ****/
.top {
	vertical-align: top;
}
.leftpad {
	padding-left: 10%;
}
.toppad {
	padding-top: 5px;
}
.right {
	text-align: right;
}
.center {
	vertical-align: center;
}
.bottom {
	vertical-align: bottom;
}
.bop {
	position: absolute;
	bottom: 0px;
}