body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
}
a {
	color: #ffffff;
}
#container {
	position: relative;
	background: #ffffff;
	background-image: url(../images/bodyVert.gif);
	background-repeat: repat-y;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#innerContainer {
	height: auto;
	width: 670px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	
}
/*
------ header stuff
*/
#innerContainer .leftWing {
	position: absolute;
	z-index: 12;
	top: 0px;
	left: 0px;
	background-image: url(../images/leftWing.gif);
	background-position: top left ;
	background-repeat: no-repeat;
	width: 240px;
	height: 162px;
}
#innerContainer .leftWing h3 {
	padding: 2px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #ee8f91;
	position: absolute;
	width: 200px;
	top: 10px;
	left: 14px;
	
}
#innerContainer .rightWing h3 {
	padding: 2px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	color: #ee8f91;
	position: absolute;
	width: 200px;
	top: 10px;
	right: 14px;
}
#innerContainer .rightWing #siteAudio {
	position: absolute;
	right: 14px;
	top: 85px;
}
#innerContainer .rightWing {
	position: absolute;
	z-index: 12;
	top: 0px;
	right: 0px;
	background-image: url(../images/rightWing.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 233px;
	height: 162px;
}
#innerContainer .logoSlot {
	position: absolute;
	top: 0px;
	left: 240px;
	width: 227px;
	height: 162px;
	background-image: url(../images/missMableLogo.gif);
}
/*
------ menu stuff
*/
#innerContainer #menu {
	position: relative;
	float: left;
	background-image: url(../images/menuFooter.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: auto;
	z-index: 52;
	width: 83px;
	margin-top: 90px;
	margin-right: 25px;
	padding-bottom: 48px;
}
#innerContainer #menu .menuCapper {
	background-image: url(../images/menuCapper.gif);
	background-position: top left;
	width: 83px;
	height: 51px;
}
#innerContainer #menu ul {
	display: block;
	margin-top: 51px;		
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-bottom: 10px;
}
#innerContainer #menu ul li {
	list-style-type: none;
	display: block;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 2px;
}
#innerContainer #menu ul li.overBox {
	background: #ae4649;
}
#innerContainer #menu ul li div {
	display: none;
}
#innerContainer #menu ul li div.showDiv {
	display: block;
	position: absolute;
	left: 80px;
	top: 0px;
	width: 83px;
	margin-top: 0px;
}
#innerContainer #menu ul li div ul {
	display: block;
	width: 83px;
	background-image: url(../images/ddVert.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
#innerContainer #menu ul li div ul li {
	width: 73px;
	padding-right: 10px;
	text-transform: none;
}
#innerContainer #menu ul li div div.cap {
	display: block;
	width: 83px;
	height: 3px;
	line-height: 0px;
	font-size: 0px;
	background-image: url(../images/ddCap.gif);
	background-repeat: no-repeat;
}
#innerContainer #menu ul li div div.foot {
	display: block;
	width: 83px;
	height: 3px;
	background-image: url(../images/ddFoot.gif);
	background-repeat: no-repeat;
}
#innerContainer #menu ul li a:link, 
#innerContainer #menu ul li a:active,
#innerContainer #menu ul li a:visited {
	display: block;
	font-size: x-small;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	margin-left: 2px;
}
/* just to get it in, for non-link dropdown titles */
#innerContainer #menu ul li .poser {
	display: block;
	font-size: x-small;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	margin-left: 2px;
}
#innerContainer #menu ul li a:hover {
	text-decoration: underline;
}

#innerContainer #menu ul li div ul li a:link,
#innerContainer #menu ul li div ul li a:active,
#innerContainer #menu ul li div ul li a:visited,
#innerContainer #menu ul li div ul li a:hover {
	text-transform: none;
}
/*
------ content section
*/
#innerContainer #content {
	position: relative;
	float: left;
	height: auto;
	margin-top: 162px;
	width: 540px;
}
#innerContainer #content .fatLeft {
	float: left;
	width: 340px;
}
#innerContainer #content h1 {
	background-image: url(/images/sectionHeader.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	font-size: medium;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 21px;
}
#innerContainer #content .fatLeft p {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
#innerContainer #content .thinRight {
	float: right;
	width: 190px;
	
}
/*
------ to get firefox to recognize the actual bottom of the height-less innerContainer
*/
#innerContainer #footer {
	display: block;
	float: left;
	clear: both;
	height: 5px;
	width: 100%;
	margin: 0;
	padding: 0;
}
/*
------ page footer stuff
*/
#container .pageFooter {
	width: 100%;
	clear: left;
	background-image: url(../images/pageFooter.gif);
	background-repeat: no-repeat;
	padding-top: 21px;
	padding-bottom: 0px;
	margin: 0px;
	position: relative;
}
#container .absBottomEdge {
	float: left;
	width: 100%;
	height: 3px;
	font-size: 1px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/absoluteBottomEdge.gif);
	background-repeat: no-repeat;
}
#container .pageFooter p {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	font-size: x-small;
	color: #e3666a;
}
/*
------- incidentals
*/
.top {
	vertical-align: top;
}

#messageBox {
	margin-right: 5px;
	margin-left: 5px;
}
.etching {
	padding-top: 10px;
}
p.disclaimer {
	display: block;
	padding-top: 3px;
	background-image: url(../images/dottedDivH.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-style: italic;
	font-weight: bold;
	font-size: x-small;
}
#content .fatLeft h3 {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 2px;
	font-weight: bold;
}
/*
------ news section stuff
*/
#content div.article {
	padding: 4px;
	background: url(../images/dottedDivH.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#content div.article h3 {
	padding-top: 2px;
	padding-bottom: 0px;
	margin-bottom: 2px;
	margin-top: 0px;
	font-weight: bold;
	line-height: 16px;
}
#content div.article p.tagline {
	font-style: italic;	
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
#content div.article p.date {
	font-size: x-small;
	color: #e9cbb1;
	line-height: 12px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#content div.article img {
	border-color: #FFFFFF;
	background-color: #a63439;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*
------ gallery
*/
#content div.galleryImage {
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	margin: 7px;
}
#content div.galleryImage a {
	position: absolute;
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#content div.galleryImage a img {
	border: 3px solid #ffffff;
}
#content div.topImageDiv {
	background: url(../images/dottedDivH.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	
}
#content div.topImageDiv p#topImageCaption {
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	
}
#content div.topImageDiv img#topImage {
	border: 3px solid #ffffff;
	margin-top: 5px;
	margin-left: 5px;	
	margin-right: 5px;
	margin-bottom: 0px;
}
/*
------ contact form
*/
#contactForm .red {
	color: #FF0000;
}
#contactForm textarea, #contactForm input {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	float: none;
	clear: both;
	margin-bottom: 5px;
}
#contactForm .contactSubmit {
	margin-left: 140px;
}

.customUnits {
	width: 250px;
}

/*
------------ shopping cart styles
*/
#bagContents { width: 100%; }
#bagContents ol { padding-left: 0; margin 0; } 
#bagContents ol li.itemListing { width: 100%; float: left; background: url(../images/dottedDivH.gif); background-position: top; 
						background-repeat: repeat-x;  padding-top: 3px; padding-bottom: 10px; padding-left: 0px; list-style:none; }
#bagContents ol .itemListing .itemName { width: 220px; float: left; }
#bagContents ol .itemListing .qty { width: 60px; float: left; text-align: center; }
#bagContents ol .itemListing .qty input { text-align: center; }
#bagContents ol .itemListing .extras { width: 75px; float: left; }
#bagContents ol .itemListing .remove { font-size: xx-small; }
#bagContents ol  .leader { font-size: x-small; }
#bagContents ol .itemListing #updateBag { color: #ffffff; font-weight: bold; font-size: x-small; background-color: #ae4649; border: 1px #ffffff solid; padding: 5px; } 


/*
----- login form
*/
.loginForm {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 100px;
}

.loginForm .submitBtn {
	float: right;
}
/* mailer */
.mailerPage {
	width: 400px !important;
}
.badge { color: #982c31; position: absolute; right: 10px; top: 25px; } 
.badge a:link,  .badge a:visisted, .badge a:hover, .badge a:active { color: #982c31; font-size: 10px; }