/* tags */
body {
	font-family: sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
}
a {
	color: #0077b4;
	text-decoration: none;
}
a:hover {
	color: #004484;
	text-decoration: underline;
}
small {
	font-size: 65%;
	color: #ccc;
}
i, em { font-style: italic; }
b, strong { font-weight: bold; }
p { margin: 10px 0; }
h1 {
	font-weight: bold;
	font-size: 180%;
	margin: 16px 0 16px 0;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 1px;
}

/* content alignment */
img.align-left {
	float: left;
	padding: 2px 8px 2px 0;
}
img.align-right {
	float: right;
	padding: 2px 0 2px 8px;
}
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }

/* float clear fix */
.clear { clear: both; }

/* container stuff */
#container {
	width: 960px;
	margin: 5px auto;
}
#left {
	background: white;
	padding: 0 8px;
	padding-bottom: 1em;
}
#right {
	width: 960px;
	background: #97afd1;
}
#left, #right { float: left; }
#content #left { width: 421px; }
#content-wide #left { width: 640px; }

/* content styles */
#content ul, #content-wide ul {
	margin-left: 14px;
	text-shadow: 0 0 1px rgba(255,255,255,0.5);
}
#content ul li, #content-wide ul li {
	margin-left: 4px;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: -2px;
}
#content ul ul li, #content-wide ul ul li {
	list-style-type: circle;
}
#content, #content-wide {
	font-size: 110%;
	text-align: justify;
}
#info { padding: 8px; }
#content #info { margin-left: 436px; }
#content-wide #info { margin-left: 655px; }

/* navigation */
#navigation {
	background: url('../images/navbar.png');
	color: white;
	padding: 5px;
	height: 33px;
	font-size: 105%;
	line-height: 34px;
	letter-spacing: 1px;
}
#navigation a {
	color: white;
	text-decoration: none;
	padding: 5px 10px;
}
#navigation ul li { float: left; }

/* footer */
#footer {
	background: url('../images/footer.png') 0 100px;
	height: 193px;
}
#footer .section {
	color: white;
	padding: 6px 8px;
	width: 304px;
	float: left;
}


/* product info box (for index) */
#product-select-container, #product-info-container { position: relative; }
.product-select {
	font-family: "Lucida Grande", sans-serif;
	font-size: 140%;
}
.product-select p { margin: 5px; }
#product-select-container {
	height: 80px;
	background: url('../images/buttons.png');
}
#product-info-container { 
	top: 75px;
	width: 508px;
	position: absolute;
	height: 151px;
	background: url('../images/info.png') 0 top;
	font-size: 80%;
}
#product-info-container p { padding: 0 10px; }
#order-box {
	width: 508px;
	margin-top: 8px;
	color: white;
	overflow: hidden;
	height: 226px;
	left: 8px;
	position: relative;
}
#product-1, #product-2, #product-3 {
	width: 148px;
	padding: 10px;
	height: 55px;
	top: 0;
	text-align: center;
	float: left;
	position: absolute; /* I don't trust browsers to not wreck this. */
}
#indicator {
	position: absolute;
	top: 60px;
	height: 16px;
	width: 30px;
	line-height: 0;
	left: 244px;
	text-align: center;
}
.read-more {
	position: absolute;
	bottom: -12px;
	right: -6px;
	font-size: 110%;
	color: #def;
	text-shadow: 0 1px 1px rgba(0,0,0,0.35);
}
.read-more:hover { text-decoration: none; }

.stand-out {
	position: absolute;
	bottom: -12px;
	right: -6px;
	font-size: 110%;
	color: #def;
	text-shadow: 0 1px 1px rgba(0,0,0,0.35);
	color: #ffcc00;
	text-decoration: none;
}

.stand-out:hover {
	color: #004484;
	text-decoration: none;
}

.stand-out2 {
	font-size: 110%;
	color: #def;
	text-shadow: 0 1px 1px rgba(0,0,0,0.35);
	color: #ffcc00;
	text-decoration: none;
}

.stand-out2:hover {
	color: #004484;
	text-decoration: none;
}

.stand-out3 {
	font-size: 110%;
	color: #def;
	text-shadow: 0 1px 1px rgba(0,0,0,0.35);
	color: #004484;
	text-decoration: none;
}

.stand-out3:hover {
	color: #ffcc00;
	text-decoration: none;
}

/* xxx: no good for IE pre-9 */
#product-1:hover, #product-2:hover, #product-3:hover {
	background: rgba(0,0,0,0.35);
	cursor: pointer;
}
/* I hope nobody cares for this in IE */
#product-1:hover {
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}
#product-3:hover {
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}
#product-1, #product-2 { border-right: 1px solid #444; }
#product-1 { left: 0px; }
#product-2 { left: 169px; }
#product-3 { left: 338px; }
#product-1-info, #product-2-info, #product-3-info {
	position: absolute;
	display: none;
	width: 488px;
	height: 128px;
}

.active a { color:#ffcc00!important;}
