/* Michael Strong Rubber Stamps - StrongStamps.com */
/* authored by GilbertStudios */
/* subPage styles - catalog */
* {
	margin: 0;
	padding: 0;
}
body {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFD;
	background: #630 url(../images/bkgdChocBrown.jpg);
}
a {
	color: #630;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #963;
}
a:hover {
	color: #963;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* :KLUDGE: all "_" chars are to fix IE 6 wierdness */
#wrapper {
	position: relative;
	left: 50%;
	margin-left: -270px;
	width: 540px;
}
#cardBorder {
	width: 540px;
	border: 3px solid black;
}
#masthead {
	position: relative;
	width: 540px;
	height: 150px;
	_overflow: hidden;
	background: url(../images/hdBanner.gif) no-repeat;
}
h1 {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 250px;
	text-indent: -9000px;
}
h1 a {
	display: block;
	height: 150px;
}
/*
      ************************************  mainPage  ***
*/
#mainPage {
	width: 540px;
	background: url(../images/bkSpeckle.gif);
}
#content {
	display: inline;
	float: left;
	width: 520px;
	margin: 11px 0 11px 10px;
	background: url(../images/bkLtSpeckle.gif);
	color: #630;
}
ul#navNext {
	margin: 11px 10px 0 0;
	list-style: none;
	float: right;
}
ul#navNext li {
	float: left;
}
ul#navNext li a {
	padding: 0 3px;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #630;
	background: #ffd;
}
ul#navNext li a:hover {
	color:  #ffd;
	background: #963;
	text-decoration: none;
}
h2 {
	margin: 5px 10px;
	font-size: 24px;
	font-weight: normal;
}
h2 a {
	font-weight: normal;
}
p {
	margin: 5px 10px;
	line-height: 19px;
}
img#detailPic {
	float: left;
	margin: 0 10px 10px 10px;
}
h3 {
	margin: 5px 10px;
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
}
h4 {
	margin: 5px 10px;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}
.clear {
	clear: both;
}
/*
      ************************************  form buttons  ***
*/
form {
	margin-top: 21px;
}
form#viewCart {
	float: right;
	margin-top: 80px;
	margin-right: 10px;
}
p.comingSoon {
	font-size: 13px;
	line-height: 36px;
	_height: 36px;
	text-align: left;
	color: #990000;
	font-style: italic;
}


/*
      ************************************  footer  ***
*/
#footer {
	width: 540px;
	clear: both;
}
#footer p {
	clear: both;
	text-align: center;
	line-height: 17px;
	font-size: 13px;
}
#footer p#design {
	font-size: 11px;
}
#footer a:link {
	color: #FFD;
}
#footer a:visited {
	color: #FFD;
}
#footer a:hover {
	color: #FFD;
}
