/* -- HTML Tag Declarations -- */
body {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif; /* Sets base font size to 10px */
}
a:link {
	text-decoration: none;
	color: #0a92c6;
}
a:visited {
	text-decoration: none;
	color: #0082b6;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
h1 {
	margin-top: 0;
	text-align: center;
	font-size: 1.3em;
}
h2 {
	margin-top: 0;
	font-size: 1.2em;
}
h2 a:link, h2 a:visited {
	color: #000;
}
h3 {
	margin-top: 0;
	font-size: 1.1em;
}
p {
	margin: 1em 0;
}
blockquote {
	font-style: italic;
}

/* -- Site Structure-- */
#wrapper {
	margin: 0 auto;
	width: 760px;
	background: url(/include/backgrounds/shadow.png) repeat-y;
}
#banner {
	float: left;
	width: 200px;
}
#banner h1 {
	margin: 0;
	padding: 0;
	height: 387px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/include/backgrounds/mika-logo.png) no-repeat;
}
#navigation {
	float: left;
	margin: 0 0 10px;
	padding: 4px 0;
	width: 410px;
	text-align: center;
	list-style: none;
	background: url(/include/backgrounds/page-nav.png) center top no-repeat;
}
#navigation a:link, #navigation a:visited {
	font-size: 1.2em;
	color: #fff;
white-space: nowrap;
line-height: 1.5;
}
#navigation li {
	display: inline;
	padding: 0 8px;
}
#categoryWrapper {
	float: right;
	width: 150px;
	min-height: 400px;
	color: #f0ffff;
	background: url(backgrounds/gradient-gray.png) repeat-x;
}
* html #categoryWrapper {
	height: 400px;
}
#categoryWrapper a:link, #categoryWrapper a:visited {
	font-size: 1.2em;
	text-decoration: none;
	color: #fff;
}
#categoryWrapper a:hover, #categoryWrapper a:active {
	color: #ffc;
}
#categoryWrapper address {
	margin-top: 5em;
	padding: 0 1em;
	font-style: normal;
	color: #000;
}
#categories, #moreLinks {
	margin: 10px;
	padding: 0;
	list-style: none;
}
#categories li, #moreLinks li {
	padding: 5px 0;
}
#categories ul {
	display: none;
	margin: 0 0 10px 15px;
	padding: 0;
	list-style: none;
	font-size: 10px;
}
#categories li.selected ul {
	display: list-item;
}
#categories ul li {
	margin: 0;
	padding: 0;
}
#content {
	margin-left: 200px;
	padding: 10px;
	width: 390px;
	min-height: 380px;
	text-align: left;
}
* html #content {
	padding: 10px 0;
	width: 390px;
	overflow: hidden;
}
#footer {
	clear: both;
	padding: 10px 150px 0 200px;
	height: 41px;
	text-align: center;
	font-size: .9em;
	color: #fff;
	background: url(backgrounds/footer.png) no-repeat;
}
#footer a:link, #footer a:visited {
	color: #fff;
}
/* -- Home Page -- */
#entryImage {
	width: 390px;
	overflow: hidden;
}

/* -- Photo Gallery -- */
#galleryWrapper {
	text-align: center;
}
#galleryWrapper p {
	margin: 5px 0;
	padding: 0;
}

/* -- Subcategories Page -- */
.subcategory {
	margin: 10px 0;
	height: 90px;
	overflow: hidden;
}
.subcategory img {
	float: left;
	margin-right: 5px;
	width: 80px;
	border: none;
}

/* -- Products Page -- */
#productPrice span.strike {
	text-decoration: line-through;
}
#productPrice span.sale {
	color: #f00;
}
#productStock {
	margin: 5px 0;
}
#products {
	padding-left: 10px;
}
#options {
	margin: 10px 0;
}
#options label {
	display: block;
	margin-top: 5px;
}
#thumbs {
	margin: 5px 0;
}
#thumbs img {
	border: 0;
}
.productThumb {
	float: left;
	margin: 0 10px 10px 0;
	width: 180px;
	overflow: hidden;
	height: 170px;
	text-align: center;
}
.productThumb a {
	text-decoration: none;
}
.productThumb img {
	display: block;
	margin: 0 auto;
}
#divRecommended {
	clear: left;
	margin-top: 10px;
}
.recommended {
	float: left;
	padding: 5px;
	text-align: center;
}
#productNavigation {
	clear: left;
	padding: 5px 0;
	text-align: right;
}
.enlarge {
	cursor: help;
}

/* -- Product Details -- */
#productImages {
	width: 390px;
}
* html #productImages {
	width: 380px;
}
#productImages img:first-child {
	margin-bottom: 10px;
	width: 390px;
}
* html div#productImages img {
	margin-bottom: 10px;
	width: 380px;
}
div[id=productImages] img {
	float: left;
	margin: 0 5px 10px 0;
	width: 190px;
}
#imgMain {
	height: 190px;
	cursor: help;
}
#imgProduct {
	float: left;
	margin: 0 10px 10px 0;
	cursor: help;
}
#imgDesc {
	height: 30px;
	overflow: auto;
}
/* -- Favorite Links Page -- */
.bannerLink {
	margin: 10px 0;
}

/* -- News/Events Page -- */
.newsPost {
	clear: left;
	padding: 10px 0;
}
.newsPost img {
	float: left;
	padding: 5px 5px 0 0;
}
.newsTitle {
	font: 1.2em "Times New Roman", Times, serif;
	font-weight: bold;
}

/* -- Image Replacement -- */
.imageReplace {
	margin: 10px 0;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;
}
#hProducts {
	background: url(backgrounds/headers/products.gif) center no-repeat;
}
#hMoreLinks {
	background: url(backgrounds/headers/more-links.gif) center no-repeat;
}

/* -- Form Classes -- */
.blockForm div {
	margin: 2px 0;
}
.blockForm label {
	display: block;
}
.simpleForm div {
	margin: 2px 0;
	width: 350px;
}
.simpleForm label {
	display: block;
	float: left;
	width: 15em;
}

/* -- Miscellaneous Classes -- */
.wholesaleMsg {
	display: block;
	margin: 5px;
	font-size: 10px;
	color: #f00;
}
.smallLink {
	font-size: 0.7em;
	font-weight: normal;
}
.error {
	color: #f00;
	font-weight: bold;
}
.noMargin {
	margin: 0;
	padding: 0;
}
.moreInfo {
	cursor: help;
}
.strike {
	text-decoration: line-through;
}
.tagline {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}