
* {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px;
}

a {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	color:#0099FF;
	text-decoration: none;
}

div#header {
	width: 100%;
	height: 60px;
	background: url(../images/h_back.gif);
}

h1 {
	color: #ffffff;
	margin-left: 10px;
	text-align: left;
}

h1 img {
	border-style: none;
}

div#menu {
	width: 100%;
	height: 28px;
	background: url(../images/m_back.gif) repeat-x;
}

ul#menu {
	width: 100%;
	height: 28px;
	background: #FFF url("../images/menu-bg.gif") top left repeat-x;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	line-height: 28px;
}

ul#menu li a {
	height: 28px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0px 15px;
}

ul#menu li a:hover {
	color: #FFF;
	background: #FFF url("../images/current-bg.gif") top left repeat-x;
}

ul#menu li a.current{
	color: #FFF;
	background: #FFF url("../images/current-bg.gif") top left repeat-x;
}

div#submenu {
	height:25px;
	width: 100%;
	background: #338AE7;
}

ul#submenu {
	margin: 10px 0;
	width: 100%;
	height: 25px;
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#submenu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}

ul#submenu li a {
	height: 25px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 8px 15px 0;
}

ul#submenu li a:hover {
	color: #BFE4FF;
}

div#contents {
	width: 100%;
	text-align: center;
}

div#contents p {
	margin: 10px 0;
}

div#subhead {
	margin: 10px auto;
	width: 560px;
	height: 30px;
	background: url(../images/subhead.gif) no-repeat;
	text-align: left;
}

h2 {
	color: #ffffff;
	font-size: 14px;
	padding-left: 38px;
	line-height: 30px;
}

table {
	margin: auto;
}

div#footer {
	width: 100%;
	height: 20px;
	background: #3289e7;
	margin-top: 25px;
	text-align: center;
	clear: both;
}

div#footer p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
}

div.message {
	width: 540px;
	color: #ff0000;
	border: 1px solid black;
	background: #eeeeee;
	padding: 10px;
	margin: 10px;
}

div.messageerror {
	width: 540px;
	border: 1px solid black;
	background: #eeeeee;
	padding: 10px;
	margin: 10px;
	color: red;
	font-weight: bold
}

span.error {
	color: red;
	font-weight: bold
}

div#storeName {
  position: absolute;
  top: 30px;
  left: 570px;
	color: #ffffff;
  font-weight: bold
}

/*
 * Local variables:
 * tab-width: 2
 * indent-tabs-mode: t
 * End:
 */
