﻿html, body
{
	margin: 0px;
	height: 100%;
	font-family: Arial, Sans-Serif;
	font-size: small;
}
.validationtext
{
	margin-left: 4px;
}
.captchawhy
{
	font-size: smaller;
	vertical-align: middle;
}
.smalllink
{
	font-size: smaller;
}

/* Page sections */
#page
{
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#content_title
{
	font-size: large;
	font-weight: bold;
	padding-left: 2em;
}

.content_subtitle
{
	font-weight:bold;
}

#section_middle
{
	padding-left: 4em;
	padding-top: 1em;
	padding-bottom: 116px;
	width: 600px;
}
#section_bottom
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 116px;
	padding: 0px;
	margin: 0px;
}

/* Rollover and image link control */
#menu_home
{
	background: url(slices_menu/home_over.jpg) top left no-repeat;
}
#menu_home a
{
	background: white url(slices_menu/home.jpg) top left no-repeat;
}
#menu_products
{
	background: url(slices_menu/products_over.jpg) top left no-repeat;
}
#menu_products a
{
	background: white url(slices_menu/products.jpg) top left no-repeat;
}
#menu_minibears
{
	background: url(slices_menu/minibears_over.jpg) top left no-repeat;
}
#menu_minibears a
{
	background: white url(slices_menu/minibears.jpg) top left no-repeat;
}
#menu_about
{
	background: url(slices_menu/about_over.jpg) top left no-repeat;
}
#menu_about a
{
	background: white url(slices_menu/about.jpg) top left no-repeat;
}
#menu_contact
{
	background: url(slices_menu/contact_over.jpg) top left no-repeat;
}
#menu_contact a
{
	background: white url(slices_menu/contact.jpg) top left no-repeat;
}

#menu_home a:hover, #menu_products a:hover, #menu_minibears a:hover, #menu_about a:hover, #menu_contact a:hover
{
	background: transparent none;
}

#menu_home, #menu_products, #menu_minibears, #menu_about, #menu_contact
{
	display: block;
	width: 83px;
	height: 26px;
}

#menu_home a, #menu_products a, #menu_minibears a, #menu_about a, #menu_contact a
{
	display: block;
	width: 100%;
	height: 100%;
}

#menu a img
{
	height: 26px;
	width: 83px;
	border: none;
	background: top left no-repeat;
}

#header img
{
	vertical-align: bottom;
	border: none;
}
#footer img
{
	display: block;
	border: none;
}
