﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: url("../images/background_tile2.gif");
	/*background-color: #ff9933;*/
	background-repeat: repeat;
	margin: 0px 0 10px 0;
}
#container {
	border-right: 1px dotted #FFCC66;
	border-bottom: 1px dotted #FFCC66;
	border-left: 1px dotted #FFCC66;
	background-color: #fff;
}
#masthead {
	text-align: center;
	height: 230px;
	background-color: #fff;
	background-image: url("../images/header_large.jpg");
	background-repeat: no-repeat;
	background-position: left;
	voice-family: inherit
}
#navigation {
	background-image: url("../images/navbar_bg.gif");
	width: 960px;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 430px;
	padding: 0px 20px 0px 20px;
	background-color: #fff;
}
html>body #column_l {
	width: 435px;
	padding: 0px 20px 0px 20px;
	background-color: #fff;

}
#column_r {
	width: 430px;
	padding: 0px 20px 0px 20px;
	background-color: #fff;
	border-left: 1px dotted #FFFFFF;	
	}
html>body #column_r {
	width: 435px;
	padding: 0px 20px 0px 20px;
	background-color: #fff;
}
#content {
	background-color: #fff;
	font-size: small;
}
#footer {
	border-top: 1px dotted #FFCC66;
	text-align: center;
	padding-bottom: 5px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 5px;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	height: 22px;
}
#navigation li {
	float: left;
	padding: 0px 0px 0px 0px;	
}
#navbuynow {
	float: left;
	padding: 0px 20px 0px 20px;	
}
#navigation a {
	border-right: 1px #FFCC66 dotted;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
	padding: 0px 20px 0px 20px;	
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #FFCC66;
	padding: 0px 20px 0px 20px;	
}

/* Right Column */
#column_r img {
	border: 0px solid #808080;
}
#cart {
	font-size: 11px;
	color: #336699;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
}
#productlist {
	font-size: small;
	color: #000000;
	border: 1px #cccccc solid;
	padding: 10px;
}
#plisttitle {
	font-size: medium;
	color: #336699;
	font-weight: bold;
}

#buynowTitle {
	/*background-color: #336699;*/
	border-bottom: 1px #336699 dotted;
	color: #336699;
	font-weight: bold;
	text-align: left;
}
#buynow {
	border: 0px #336699 dotted;
}
#greenearth {
	background-image:url('../images/green_earth_lt.jpg');
	background-repeat:no-repeat;
	background-position:center;
}

/* Site typography */

#bullsquaresolid {
	list-style-image: url('images/bullet.gif');
}
h1 {
	font-size: xx-large;
	color: #336699;
}
h2 {
	font-size: x-large;
	color: #336699;
}
h3 {
	font-size: large;
	color: #336699;
}
h4 {
	font-size: medium;
	color: #336699;
}
smallfont {
	font-size: x-small;
	color: #000000;
}

ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #000;
}
blockquote {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #336699;
}
h6 {
	font-size: xx-small;
	color: #336699;
}
/* Footer */
#footer p {
	font-size: 11px;
	color: #336699;
	padding-top: 5px;
}
/* Links */
a {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}