@import url(blocks/sake.css);
html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	margin:0px auto;
	padding:0px auto;
	background-color: #A79E70;
	text-align:center;
}

#header {
	background-image: url(image/ui-header-bg_2-2.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:975px;
	height:140px;
}

#headerhome {
	background-image: url(image/ui-header-bg_2.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:975px;
	height:140px;
}

	
#container {
	width:975px;
	margin:0px auto;
	padding:0px;
	background-color:#ffffff;
	text-align:left;
	background-image: url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
	position:relative;
	overflow:hidden;

}


#nav {
	width:975px;
	height:39px;
	background-color:#83711B;
	background-image: url(image/ui-nav-bg_2.gif);
	background-repeat:repeat-y;
	background-position:top left;
	float:left;
	display:inline; /* fix for IE double margin bug */
}

#navhome {
	width:975px;
	height:39px;
	background-color:#83711B;
	background-image: url(image/ui-navhome-bg_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
	float:left;
	clear:both;
	overflow:hidden;
	display:inline; /* fix for IE double margin bug */
}


#contentHome {
width:975px;
height:613px;
text-align:left;
padding:0px;
float:left;
overflow:hidden;
}

#content {  padding:40px 40px 15px 30px;
				width: 681px;
				float:left;
 }

* html #content {
	width:751px;
} /* IE */

#featured {
	width:224px;
	margin:0px;
	text-align:left;
	vertical-align:top;
	line-height:210%;
 	font-family : verdana,arial, tahoma;
	font-size : 11px;
	letter-spacing:normal;
	color: #DEDDB1;
	float:left;
}

#footer {
	width:975px;
	height:24px;
	margin:0px;
	text-align:center;
	vertical-align:top;
	line-height:210%;
 	font-family : verdana,arial, tahoma;
	font-size : 11px;
	letter-spacing:normal;
	color: #DEDDB1;
	text-decoration:none;
	background-color:#83711B;
}


#callout {
width:537px;
padding:10px;
overflow:inherit;
border: 1px solid #357562;
background-color:#DAEBCB;
margin:15px 0 15px 0px;
}

#callout h1 {
	background-color:#026CC6;
	color:white;
	font-size:14px;
	font-weight:bold;
	font-family:arial;
	padding:5px;
	margin:0;
}

#callout div {
	font-size:10px;
	font-weight:bold;
	padding:1px 10px
}

.orderButton {
	font-family: "Garamond",Times,Serif;
	font-size: 16px;
	color: #005801;
}
