/* TAG-BASED STYLING */
* {font-size: 100%;}

html
{
	margin: 0;
	border: none;
	padding: 0;
}

body
{
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	color: #377BA0;
	font-size: 0.8em;
}

em
{
	font-weight: bold;
	font-style: normal;
}

img
{
	border: none;
}

p, ul, ol, table
{
	line-height: 1.3em;
}

ul, ol
{
	margin-left: 1.5em;
}

li
{
	margin-top: 6px;
}

blockquote
{
	font-weight: bold;
}

h1
{
	font-size: 1.5em;
	text-align: left;
}


/* ID-BASED STYLING */
#header-region
{
	position: absolute;
	height: 92px;
	width: 800px;
	padding: 0px;
}

#left-region
{
	position: absolute;
	top: 110px;
	width: 140px;
}
	
#content-region
{
	position: absolute;
	top: 110px;
	left: 150px;
	width: 640px;
	padding: 20px;
}


/* CLASS-BASED STYLING */
.align-center
{
	text-align: center;
}

.align-left
{
	text-align: left;
}

.align-right
{
	text-align: right;
}

.float-right
{
	float: right;
	clear: right;
	margin: 0px 0px 20px 20px;
}

.float-left
{
	float: left;
	clear: left;
	margin: 0px 20px 20px 0px;
}

.footnote
{
	font-size: 0.85em;
}

.warning
{
	color: red;
	font-size: 0.8em;
	text-transform: uppercase;
}

.dummy-anchor
{
	color: blue;
	text-decoration: underline;
}

.borderless
{
	margin: 0;
	border: none;
	padding: 0;
}

.product-table
{
	margin: 0px;
	border: none;
	padding: 0px;
	width: 640px;
}

td.product-detail
{
	width: 440px;
	padding-bottom: 10px;
	padding-right: 20px
}

td.product-detail p
{
	display: inline;
}

td.product-image
{
	padding-bottom: 10px;
}

.contact-table
{
	margin: 0px;
	border: none;
	padding: 0px;
}

.contact-table tr
{
	vertical-align: top;
}

.contact-table td
{
	padding-bottom: 20px;
}


img.masthead-image
{
	position: absolute;
}

div.primary-menu
{
}

div.primary-menu a
{
	display: block;
}

div.secondary-menu
{
	position: absolute;
	top: 3px;
	right: 5px;
	z-index: 10;
}

div.secondary-menu a
{
	font-size: 0.85em;
	text-decoration: none;
	color: white;
	padding: 0px 3px;
}

.buy-button
{
	margin-top: 10px;
}
