/* Audubon Works of Art ©2006 */

body {
	background-color: #233344;
	background-image: url('bg.gif');
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 10px 0 10px 0;
}

#bodyWrapper {
	width: 100%;
	text-align: center;
}

#pageWrapper {
	width: 754px;
	margin: auto;
}

.bu {
	font-weight: bold;
	text-decoration: underline;
}

.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20pt;
	font-style: italic;
	margin: 0 0 5px 0;
}

.subTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	font-style: italic;
	margin: 0 0 5px 0;
}

.disclaimer {
	font-size: 9pt;
	margin: 15px 0 15px 0;
	font-style: italic;
}

/* HEADER */

#header {
	text-align: left;
}

.headLeftImage {
	float: left;
}

* html .headLeftImage {
	margin: 0 0 0 -3px;
}

.headRightImage {
	float: right;
}

/* COLUMNAR LAYOUT */

#content {
	width: 754px;
	clear: both;
	text-align: left;
	margin: 0;
}

#leftColumn {
	width: 170px;
	float: left;
	margin: 0;
}

#rightColumn {
	width: 584px;
	float: right;
	margin: 0;
}

/* MENUS */

#menuInformation {
	height: 278px;
	width: 170px;
	background: url('menu_information_bg.gif') no-repeat;
	margin: 0 0 -11px 0;
	border: 0;
	padding: 4px 7px 7px 7px;
}

* html #menuInformation {
	margin: 0;
}

*:first-child+html #menuInformation {
	margin: -3px 0 -11px 0;
}

* html .menuInformationHead {
	margin: 0 0 -3px 0;
}

#menuOptions {
	font-size: 10pt;
}

#menuOptions br {
	line-height: 1;
}

.menuFeature {
	background-color: #fff;
	background: url('menu_feature_bg.gif') repeat-y;
	width: 170px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 10pt;
}

* html .menuFeature {
	margin: 0 0 -4px 0;
	padding: 10px 7px 0 7px;
}

*:first-child+html .menuFeature {
	margin: -3px 0 -4px 0;
}

* html #menuPurchase {
	margin: 0;
	padding: 10px 7px 0 7px;
}

*:first-child+html #menuPurchase {
	margin: -3px 0 0 0;
}

#leftColumn a {
	color: #000;
	text-decoration: none;
}

#leftColumn a:hover {
	text-decoration: underline;
}

/* MAIN */

#mainContent {
	background-color: #fff;
	background: url('main_bg.gif') repeat-y;
	width: 584px;
}

* html #mainContent {
	margin: -3px 0 0 0;
}

*:first-child+html #mainContent {
	margin: -3px 0 0 0;
}

#mainContent a {
	color: #093C72;
	font-weight: bold;
	text-decoration: none;
}

#mainContent a:hover {
	text-decoration: underline;
}

#main3 {
	float: left;
	display: none;
}

#main3ie {
	float: left;
	display: none;
}

* html #mainFooter {
	margin: 0 -3px 0 0;
}

#mainInner {
	padding: 0 10px 0 20px;
	line-height: 1.3;
}

#mainInner br {
	line-height: 1;
}

.rightImageFloat {
	text-align: center;
	font-size: 8pt;
	float: right;
	margin: 0 0 0 10px;
}

.leftImageFloat {
	text-align: center;
	font-size: 8pt;
	float: left;
	margin: 0 10px 0 0;
}

/* SAND BAGS */

.sb-image span {
	display: none;
}
	
.sb-left {
	border: 0; 
	padding: 0;
	font-size: 0;
	margin: 0 10px 0 0;
	float: left; 
	clear: left;
}
	
.first-sb {
	margin-top: 0;
}
	
.last-sb {
	margin-bottom: 5px;
}

/* ESTORE */

.subCategory {
	font-size: 9pt;
}

.itemInfo {
	width: 150px;
	background-color: #f3f3f3;
	font-size: 10pt;
	padding: 10px 0 10px 0;
	text-align: center;
	margin: 20px 5px 5px 5px;
	float: right;
}

* html .itemInfo {
	margin: 5px;
}

*:first-child+html .itemInfo {
	margin: 5px;
}

#itemDescription {
	margin: 0 0 20px 0;
	min-height: 300px;
}

*:first-child+html #itemDescription {
	min-height: auto;
}

#purchaseButton {
	font-size: 10pt;
	width: 125px; 
}

* html #purchaseButton {
	margin: 0 0 -20px 0;
}

*:first-child+html #purchaseButton {
	margin: 0 0 -20px 0;
}

.itemPrice {
	margin: 0 0 14px 0;
}

* html .itemPrice {
	margin: 0 0 -20px 0;
}

*:first-child+html .itemPrice {
	margin: 0 0 -20px 0;
}

#alert {
	color: #BD0000;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

.minheight {
	min-height: 2em;
}

*:first-child+html .minheight {
	min-height: auto;
}

.sold {
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
	color: #BB0000;
	margin: 3px 0 0 0;
}

.waitlistLink {
	font-size: 8pt;
}
