/* Main Styles */

body {
	font: 100% Helvetica, Arial, sans-serif;
	background: #a89ea1;
	margin: 0;
	padding: 0;
	color: #6E5D62;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
	padding:0 15px;
}

p {
	margin: 0 0 10px 0;
	padding:0 15px;
}

a img { 
	border: none;
}

/*
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}
*/

a:link, a:visited {
	text-decoration:underline;
	color:#6E5D62;
}

a:hover, a:active {
	text-decoration:underline;
	color:#DF94AA;
}


/* Layout Styles */

.outercontainer {
	width: 900px;
	background: url(images/bg_shadow.gif) repeat-y;
	margin: 0 auto;
}

.container {
	width:800px;
	margin:0 auto;
}

.header {
	background: #FFFFFF;
	height:120px;
	clear:both;
}

#below_header {
	border-bottom:2px dotted #f4e2e3;	
}

#logo img {
	border:0;
}

#header_photos {
	margin:0px 0 0 30px;
	position:relative;
	height:200px;
}

#header_photos img.cycle { display: none }

#nav {
	margin:10px 0 10px 330px;
}

#nav a {
	margin:0 20px 0 0;
	font:12pt Helvetica, Arial, sans-serif;
}

#nav a:link, #nav a:visited {
	text-decoration:none;
	color:#6E5D62;
}

#nav a:hover, #nav a:active {
	text-decoration:none;
	color:#DF94AA;
}

#logo {
	float:left;
	width:300px;
	margin:30px 0 10px 30px;
}
#fb_twitter {
	float:right;
	width:125px;
	margin: 80px 30px 0 0;
}

#fb_twitter a {
	margin:0 10px 0 0;
}

#fb_twitter img {
	border:0;	
}

.content {
	font-size:13px;
	padding: 10px 0;
	line-height:1.3;
}

#footer {
	font-size:8pt;
	padding: 15px 0 10px 0;
	text-align:center;
	background: #DF94AA;
	color:#FFFFFF;
}

#footer a:link, #footer a:visited {
	text-decoration:underline;
	color:#FFFFFF;
}

#footer a:hover, #footer a:active {
	text-decoration:underline;
	color:#6E5D62;
}


/* Goods */

#goods {
	margin: 10px 0 0 40px;
}

#goods img {
	border:1px solid #000000;
}

.item {
	float:left;
	height: 200px;
	width: 200px;
	padding: 10px;
	border: 1px solid #000000;
	margin: 0 20px 40px 0;
}
.goodsDescription {
	width: 600px;
	margin:15px 0 15px 0;
	padding:0;
}

.goodsDescription p {
	font-size:13px;
	line-height:1.3;	
}

.goodsDescription img {
	padding:0 15px 0 15px;
	float:left;
}

.goodsDescription div {
	float:right;
	width:365px;
	border-left:2px dotted #f4e2e3;	
	clear:right;
	padding:0;
	margin:0 0 15px 0;
	min-height:200px;
}

/* mac hide \*/
* html .goodsDescription div {height:200px;}
/* end hide */

.ingredients {
	font-style:italic;	
}

.price {
	font-weight:bold;	
}



/* about */

#cindy {
	float:left;
	margin:10px 10px 10px 0;	
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

