@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
h1 {
	color: #333;
	font-weight: 200;
	font-size: 1.0em;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	padding-bottom: 0px;
}
h2 {
	color: #000;
	font-weight: bold;
	font-size: 0.85em;
	line-height: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	padding-bottom: 0px;
}
h4 {
	color: #cb485d;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 0px;
}
p {
	color: #000000;
	font-size: 0.75em;
	line-height: 125%;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
ul { margin-left: 10px; padding-left: 10px }
li { color: #000; font-size: 0.8em; line-height: 125%; font-family: Arial, Helvetica, sans-serif; padding-bottom: 4px }
a { 
	color: #4e8991; 
	text-decoration: none
}
a:hover { 
	color: #666666; 
	text-decoration: underline
}
a.menu { 
	color: #666666; 
	font-weight: normal; 
	font-size: 0.9em; 
	font-family: "Trebuchet MS", Helvetica, sans-serif; 
	text-decoration: none;
}
a.menu:hover { 
	color: #4e8991
}
a.menucart {
	color: #9a340b; 
	font-weight: normal; 
	font-size: 0.9em; 
	font-family: "Trebuchet MS", Helvetica, sans-serif; 
	text-decoration: none;
}
a.menucart:hover {
	color: #4e8991;
}
a.menushop  {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
	font-size: 0.75em;
	text-decoration: none;
	line-height: 160%;
}
a.menushop:hover {
	color: #4e8991
}
td.nav {
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px
}
td.navcart {
	background-color: #9a340b;
	text-align: center; 
	vertical-align: middle; 
	padding: 5px 10px
}
td { background-repeat: no-repeat }
blockquote { margin-left: 15px; width: 100% }

