﻿@import url(layout.css);
body {
	color: #000000;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
}
#container {
	background-color: #fff;
	width: 820px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	background-color: #fff;
	width: 820px;
	height:85px;
}
/* Styles for Masthead */
#masthead img {
	float: none;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 3px 3px 0;
}

h1.style1 {
	color: red;
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-large;
}
#navigation {
	background-color: #036;
	overflow: hidden;
	color: #000080;
}
#column_l {
	width: 301px;
	margin: 0;
	padding: 0 5px;
	background-color: #fff;
}
#column_c {
	width: 285px;
	margin: 0;
	padding: 0 5px;
	float: left;
	background-color: #FFFFCC;
}
#column_r {
	color: #FFFFFF;
	width: 180px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #330066;
	background-image: url('../images/rbg.jpg');
	position: relative;
}
#footer {
	width: 820px;
	text-align: center;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
	vertical-align: inherit;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for product the center column */
#product {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	text-align: justify;
	position: relative;
	float: left;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
}
#product strong {
	color:blue;
}
#product a {
	font-weight:bold;
	color:blue;
}
#product a:hover {
	color: red;
	text-decoration: underline;
	background-color: #00FF00;
}
#product img {
	margin-bottom: 10px;
	margin-right: 10px;
}
#product h2 {
	font-size:medium;
	font-weight:bolder;
	color:blue;
	float: left;
	text-align: left;
	vertical-align: top;
}
/* Styles for product2 the left most column */
#product2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	text-align: justify;
	position: relative;
	float: left;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
}
#product2 strong {
	color:blue;
}
#product2 a {
	font-weight:bold;
	color:blue;
}
#product2 a:hover {
	color: red;
	text-decoration: underline;
	background-color: #00FF00;
}
#product2 img {
	margin-bottom: 10px;
	margin-right: 10px;
}
#product2 h2 {
	font-size:medium;
	font-weight:bolder;
	color:blue;
	float: left;
	text-align: left;
	vertical-align: top;
}

/* Styles for Images */
img.shop {
	float: left;
	text-align: left;
}

/* This style changes height from bottom of text description to top of next block of product*/
p.item {
	margin-bottom: 30px;
}


/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style1 {
	text-align: center;
}
.style2 {
	text-align: center;
}
