﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	position:relative;
}
#navigation {
	background-color: #000000;
	overflow: hidden;
	display: table;
	position: relative;
}
#page_content {
	position: relative;
	width: 800px;
	border-top-style: solid;
	border-top-width: 15px;
	border-top-color: #000000;
}
#column_l {
	position: relative;
	margin: 0 0px 0 0;
	padding: 0 5px 0 5px;
	background-color: #fff;
	float: none;
	width: auto;
	height: auto;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #F0F0F0;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #000000;
	padding-bottom: 5px;
	color: #FFFFFF;
}
/* Styles for Navigation */
#navigation ul {
	background-position: center;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}
#navigation li {
	float: left;
	background-color: #000000;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	text-align: center;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #9A0300;
}
/* Styles for Content */
h1 {
	font-size: large;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h2 {
	font-size: medium;
	color: #000000;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
h3 {
	font-size: 1.5em;
	color: #CC0000;
}
h4 {
	font-size: 1.25em;
	color: #333333;
}
h5 {
	font-size: small;
	color: #333333;
	font-weight: bold;
}
h6 {
	font-size: 0.5em;
	color: #CC0000;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.greenInStock {
	color: #00FF00;
	float: left;
	position: static;
}
.yellowOutOfStock {
	color: #FFFF00;
	float: left;
	position: static;
}
.price {
	font-size: medium;
	color: #FFFFFF;
	float: left;
	position: static;
}
