body {
/*	background-color: #F5FFEC; */
/*	background-color: #CBDEA8; */
/*	background-color: #cda; */
	background-color: #342;
	font-family: open sans, arial, helvetica, sans-serif;
	}

p,li,td,div,input,select {
	font-size: 14px;
	color: #222;
	}

h1 {
	font-size: 20px;
	color: #080;
	}
h2 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #33F;
	}

h3 {
	color: #080;
	font-weight: bold;
	font-size: 14px;
	}

h4 {
	font-size: 10px;
	color: #222;
	}

img {
	border: none;
	}

div.wrap {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	border: none;
	background-color: white;
	min-width: 650px;
/*	box-shadow: -5px -5px 5px #888; */
	box-shadow: 0 0 5px 5px #222;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	behavior: url(PIE/PIE.htc);
	}

div.mobilewrap {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border: none;
	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior: url(PIE/PIE.htc);
	}

div.content {
	margin-left: 220px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	}

div.leftbar {
	margin: 0;
	width: 180px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	}

div.menubar {
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: solid 1px;
	border-color: #bbb;
	background-color: #932;
	background: linear-gradient(#932,#d76);
	height: 2em;
	}

div.screen {
	display: block;
	}

hr.break {
	width: 75%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

div.listbox {
	background-color: white;
	border: none;
	margin: 2em 4em;
	padding: 0.2em;
	}

div.linkbox {
	float: right;
	width: 12em;
	background-color: #FFD;
	margin-left: 1em;
	margin-bottom: 0.5em;
	padding: 0.5em;
	font-size: small;
	}

div.country {
	float: left;
	padding: 0.2em;
	border: none;
	width: 10em;
	white-space: nowrap;
	font-size: small;
	}

div.cart {
	border: solid 1px;
	width: 6em;
	text-align: center;
	}

div.cart a {
	text-decoration: none;
	font-weight: bold;
	color: green;
	}

div.cart:hover {
	background-color:#ccc;
	}

div.cart a:hover {
	color: red;
	}

div.productbox {
	float: left;
	width: 225px;
	height: 243px;
	padding: 5px;
	margin-right: 21px;
	margin-bottom: 22px;
	text-align: center;
	border: 1px solid #ddd;
	box-shadow: 3px 3px 1px #888;
	}

div.productbox:hover {
	margin-left: 3px;
	margin-right: 18px;
	margin-top: 3px;
	margin-bottom: 19px;
	box-shadow: 0 0 0;
	}

div#shopsite {
	position: fixed;
	width: 100%;
	margin: 0 0 0 0;
	border: solid 1px;
	}

div#shopsite iframe {
	position: absolute;
	margin: 0 0 0 0;
	height: 100%;
	width: 100%;
	}

#julia_intro {
	display: none;
	}
