* { margin: 0; padding: 0; list-style: none; }
html, body {
  font: 12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  background: #fff;
  color: #828384;
	height: 100%;
}
a, a:visited { color: #027e95; text-decoration: none; border-bottom: 1px solid #027e95; }
a:hover { color: #32aec5; border-color: #32aec5; }
a.clean { border: none; }
p { line-height: 1.6em; margin: 1em 0; }
img { border: 0 none; }
form { margin: 10px 0; }
form label { display: block; margin-bottom: 5px; color: #333; font-weight: bold; }
input[type="text"], input[type="password"], textarea { padding: 2px; font-size: 1.3em; margin-bottom: 10px; width: 300px; }
input[type="checkbox"] { margin: 5px 5px 0 0; }
input.small { font-size: 0.9em; }
input.skinny { width: 30px }
textarea { height: 100px; }

/* Tables */
table th, table td { text-align: left; padding: 6px; }
table th { border-bottom: 1px solid #ececec; }
table { border-collapse: collapse; }
table th { background-color: #d6fafe; border-bottom: 1px solid #e5e5e5; border-top: 2px solid #d8eef0; color: #234f57; }
table td { background-color: #e8fcff; border-bottom: 1px solid #e5e5e5; }
table.no-style td, table.no-style th { background-color: #fff; }

/* Layout */
#header, #nav, #content { width: 960px; margin: 0 auto; }
#header { height: 90px; padding: 10px 0; position: relative; }
#header #location { position: absolute; top: 10px; left: 0; }
#header #hours { position: absolute; top: 25px; left: 0; }
#header #logo { float: left; margin-top: 40px; font-size: 3em; color: #027e95; }
#header #original-logo { float: right; margin-top: 40px; }
#header #login {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 10px 5px;
  border: 1px solid #ececec;
	border-top: none;
}

#nav { width: 960px; border: 1px solid #ececec; border-left: none; border-right: none; height: 1.1em; padding: 10px 0; margin-top: 10px; }
#nav li { float: left; margin: 0 50px 0 0; }
#nav li a, #subnav li a { border: none; color: #222; font-size: 1.1em; font-weight: bold; }
#nav li a.active, #nav li a:hover, #subnav li a:hover, #subnav li a.active { color: #027e95; }
#subnav { float: left; margin-right: 20px; border-right: 1px solid #ddd; padding-right: 20px; }
#subnav li { margin-bottom: 10px; }

#notice { font-size: 1.1em; color: #f88120; position: absolute; top: 100px; width: 100%; }
#notice div { width: 960px; margin: 0 auto; text-align: center; }

#content { padding: 20px 0; position: relative; color: #222; }

/* Products */
li.product {
	margin: 0 0 5px;
	text-align: center;
	border: 1px solid #ddd;
	width: 120px;
	height: 150px;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	float: left;
	margin: 10px;
	font-size: 1.2em;
}
li.product a.image-link { display: block; width: 100px; padding: 10px; border: none; }
li.product img { margin: 10px auto 0; display: block; }

/* Photos */
li.photo { margin: 10px; float: left; padding: 10px 10px 10px 10px; position: relative; }
li.photo a.delete {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 16px;
	height: 16px;
	border: none;
}

/* Global styles */
.section { width: 250px; float: left; margin-right: 50px; }
.button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #e2eff2;
	padding: 5px;
	display: inline-block;
	margin: 5px 0 0;
}
.button:hover { background-color: #b4e9f4; }
a.button { border: none; }
.dark { color: #222; }
.strong { font-weight: bold; }
.weak { color: #828384; }
.medium { font-size: 1.1em; }
.big { font-size: 1.3em; }
.half { width: 50%; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.center { text-align: center; }
.block { display: block; }
.inline { display: inline; }
.text-right { text-align: right; }
.top-right { position: absolute; top: 20px; right: 0; }
.border-top { border-top: 1px solid #ececec; margin-top: 10px; padding-top: 10px; }
.border-bottom { border-bottom: 1px solid #ececec; margin-bottom: 10px; padding-bottom: 10px; }
.phone { background: #fff url(../images/phone.jpg) no-repeat; height: 30px; padding: 8px 0 0 40px; }
.email { background: #fff url(../images/globe.png) no-repeat; height: 30px; padding: 8px 0 0 40px; }
.hint { margin: 10px 0; background-color: #ddd; padding: 5px; }
.light-grey-background { background-color: #eee; padding: 10px; }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt30 { margin-top: 30px; }
.mt60 { margin-top: 60px; }
.mr15 { margin-right: 15px; }
.mr30 { margin-right: 30px; }
.mr60 { margin-right: 60px; }
input.mb0 { margin-bottom: 0; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mlneg { margin-left: -1em; }
.ml5 { margin-left: 5px; }
.ml30 { margin-left: 30px; }
.pl30 { padding-left: 30px; }

.announcement {
	background-color: #c6e4e5;
	border: 1px solid #a6b4b5;
	margin: 0 auto;
	width: 75%;
	padding: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}

.announcement a {
}

.handle {
	cursor: ns-resize;
}