body {
	background:#871e1a;
	font: 12px verdana,arial,helvetica,sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
}


form {
  display: inline;
}


tr {vertical-align:top;}

th {font-size:15px;font-weight:bold;}

* html #container {
	height: 100%;
}

.logo {
	float:left;
	margin-right:15px;
	width:130px;
}


#logo-left {
		margin:0 0 0 0;
		position:relative;
		top:7px;
		left:7px;
		float:left;
}

.header{
	color: #952B0A;
	font:bold 11px verdana,arial,helvetica,sans-serif;
	clear: both;
	height: 115px;
	width:950px; 
	margin-left:0px; 
	margin-top:0px;
	padding-top:0px; 
	/* vertical-align: bottom; */
	color: white;
	position: absolute;
	z-index: 2;
}

.header a, .header a:visited, .header a:hover, .header a:active {
	color: white !important;
} 

.menu{
	width:150px; 
	margin:0 0 0 0;
	padding:5px 5px 5px 5px;
	color: #EAD68A;
	line-height:15px;
	font-weight: bold;
	clear:both;
	position:absolute;
	top:160px;
}

.menu a {
	color: #EAD68A;
	text-decoration:none;
}

.menu a:hover {
	color: #EAD68A;
	text-decoration:underline;
}

.menu ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
}

.menu li {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9f4a47;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #9f4a47;
	padding-left:2px; 
	padding-bottom: 1px;
}

.liTop {
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #9f4a47;
}

.liEmpty {
	border-left: none !important;
}

.menuSelected {
 color:white !important;
 font-weight:bold !important;
}

.body{
	padding: 0 0 0 0;
	width:800px;
	margin:10px 0 0 0;
	background-color: white;
	z-index: 1;
	position: absolute;
	top: 100px;
	left: 165px;
}

.price{
	text-align: right;
	font-weight: bold;	
}

.title{
	font-weight: bolder;
	font-size: 16px;	
}
             
.product-display {
	padding: 10px 10px 10px 20px;
}

img.fluteSmallImage {border:0px solid #fff;}

img.thumbnail {border:1px solid #000; float:left; margin: 0 8px 8px 0;}

.label {text-transform:uppercase;color:#666;font:8.5px verdana,arial,helvetica,sans-serif bold;letter-spacing:3px;}

.mainTitle{
	text-align:center;
	font-size: 20px;
	font-weight: bold;
}

#footer {
		background:#871e1a;
		color:#fff;
		padding:10px 0 10px 0;
		font: bold 11px verdana,arial,helvetica,sans-serif !important;
		clear:left;
}
	
#footer a, #footer a:visited, #footer a:hover {
	color:#fff;
}

.dropCap{
	/*float:left;
	color:#952B0A;
	font-size:60px;
	line-height:40px;
	padding-top:2px;
	padding-right: 2px;
	font-family:  Times, serif, Georgia;*/
}

.dropCapSmall{
	/*float:left;
	color:#952B0A;
	font-size:33px;
	line-height:25px;
	padding-top:2px;
	padding-right: 2px;
	font-family:  Times, serif, Georgia;*/
}



.jqmWindow img{
	float: left;
	text-align: left;	
}


/* NEF JQUERY */
.jqmWindow{
	text-align: right;
}


.carvingLargeImage{

}
.woodLargeImage{

}
.birdLargeImage{

}
.fluteLargeImage{
	width:700px;
}


/* JQUERY */

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #eee;
    color: #333;
    border: 1px solid black;
    padding: 12px;
    z-index: 3001;
}

.jqmOverlay { 
	background: url(/assets/images/misc/blank.gif);
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

*html .woodLargeImage {
	position:absolute;
  	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(2 * (document.documentElement.offsetHeight || document.body.clientHeight) / 10000) + 'px');
}

