body {
	font-size: 16px;
	font-family: Garamond, Times New Roman;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-color: #cea472;
	letter-spacing: 2px;
}
img {
	border: none;
}
input {
	font-size: 14px;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

h1 {
	font-size: 20px;
	color: white;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}

div.error_message {
	position: relative;
	margin: 5px 0;
	padding: 5px;
	border: 5px solid white;
	color: white;
	font-size: 14px;
	font-weight: bold;
}
div.normal_message {
	position: relative;
	margin: 5px 0;
	padding: 5px;
	border: 5px solid white;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

.page_results {
	margin: 5px;
}
.page_results td {
	padding: 5px;
}

.bio_picture {
	border: 2px solid #FFFFFF;
	float: left;
	margin-right: 14px;
	margin-bottom: 6px;
}

#press {
	text-align:center;
}

.press_box {
	text-align: center;
	padding: 10px;
}

#press_container{
	list-style: none;
	clear: both;
	padding: 0;
	margin: 20px 0 0;
	width: 100%;
}

.press_element{
	list-style: none;
	display:-moz-inline-stack;
	display:inline-block;
	vertical-align: top;
	text-align: center !important;
	width: 245px;
	margin: 0;
	margin-bottom: 20px;
	zoom:1;
	*display:inline;
}
/*
.press_element {
	display:-moz-inline-box;
    -moz-box-orient:vertical;
    display:inline-block;
    vertical-align:top;
    word-wrap:break-word;
}

* html .press_element {
	display:inline;
}

* + html .press_element {
	display:inline;
}

.press_element > * {
	display:table;
	table-layout:fixed;
	overflow:hidden;

}
.press_element h3{
	text-align: center;
	width: 100%;
}
*/
.press_picture {
	border: 2px solid #FFFFFF;
}

#mini_cart a{
	text-decoration: underline;
	letter-spacing: 1px;

}

/* OLD MINI CART
#mini_cart {
/*	float: right;
	width: 145px;
	margin: 0;
	margin-top: 10px;
	background-color: white;
/*	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	font-weight: bold;
	text-align: center;
	color: black;
}
#mini_cart table {
	border: 1px solid #C1B7DE;
}
#mini_cart td {
	border: 1px solid #C1B7DE;
	padding: 2px;
}
#mini_cart a {
	color: black;
}
#mini_cart a.distinct {
	display: block;
	width: 100%;
	text-decoration: none;
}
#mini_cart a.distinct:link, a.distinct:visited {
	color: black;
	background-color: #614361;
	font-weight: bold;
}
#mini_cart a.distinct:hover, #mini_cart a.distinct:active {
	color: black1;
	background-color: #C1B7DE;
}

*/
.mini_cart_products table {
	margin-top: 5px;
	border: none;
}
.mini_cart_products td {
	border: none;
}
#cart {
	float: left;
	}
#cart table {
	width: 100%;
	border: 1px solid #FFFFFF;
}
#cart td {
	border: 1px solid #FFFFFF;
	padding: 5px
}
#cart th {
	border: 1px solid #FFFFFF;
	padding: 5px
}
.location_links {
	font-size: 20px;
}
/* forms */
#login_form {
	float: right;
}
.form_element_required {
	font-weight: bold;
}
.form_element_error_required {
	font-weight: bold;
	color: red;
	}
#login {
}
#translation {
	position: relative;
	margin-top: -70px;
	float: right;
	text-align: center;
	font-size: 12pt;
}
#translation a:link, #translation a:visited, #translation a:hover, #translation a:active {
	font-weight: normal;
}
fieldset {
	padding: 10px;
}
li {
	margin: 20px 0;
}
img.bordered {
	border: 5px solid #FFFFFF;
}
legend {
	color: #FFFFFF;
}


#customer_form {
	letter-spacing: 0px;

}

#joinMailingBox{
	vertical-align: top;
	padding-left: 20px;
	letter-spacing: 1px;
	text-align: left;

}
#loginBox {
	vertical-align: top;
	letter-spacing: 1px;
	padding: 0;
	text-align: left;
}
#passwordRetrievalBox {
	vertical-align: top;
	letter-spacing: 1px;
	width: 40%;
	padding-right: 20px;
	text-align: left;
}

.formHeader {
	vertical-align: top;
	font-family: Georgia, Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 3px 0;
}

#shop_links {
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #FFF;
}

#shop_links h1{
	font-size: 20pt;
}

#shop_links a{
	font-size: 14pt;
	margin: 5px 0;
}

