﻿/* Standard tags */

/*
a {
	color: #a52a2a;
	text-decoration: underline;
}

a:visited {
	color: #adadad;
	text-decoration: underline;
}

a:hover {
	color: #c54a4a;
	text-decoration: underline;
}
*/


body {
	color: black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	/* font_size: 1em; */
}

h2,h3,h4 {
	color: #005A00;
}

ol li {
	/* border-left: medium ridge #00FF00; */
	/* display: inline; */
	margin: 2px 0 0 0;
	padding-bottom: .5em;
}

ul li {
	/* border-left: medium ridge #00FF00; */
	/* display: inline; */
	margin: 2px 0 0 0;
	padding-bottom: .5em;
}


/* Classes */

.attribution {
	padding-top: .75em;
	padding-bottom: 2.5em;
	padding-left: 2em;
	font-size: .75em;
	color: gray;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.center {
	clear: both;
	text-align: center;
}

.flag {
	float: left;
	line-height: 1.5em;
	padding: .5em;
	text-align: center;
	vertical-align: top;
}
.flag img {
	border: 1px gray solid;
}

.float_left {
	float: left;
	padding-right: 1em;
/*	vertical-align: top; */
}

.float_right {
	float: right;
	padding-left: 1em;
}

.indent_medium {
	margin-left: 4em;
}

.gray {
	color: gray;
}

.matrixnotext {
	border: 1px solid #DCE2E9;
	text-align: center;
	font-size: 0.8em;
	color: maroon;
}

.matrixyestext {
	border: 1px solid #DCE2E9;
	text-align: center;
	font-size: 0.8em;
	color: green;
}

.picture_middle {
	vertical-align: middle;
	border-width: 0px;
}

.pricestrikeout {
	text-decoration: line-through;
}

.pricespecial {
	color: green;
}

.product_heading {
	color: #808000;
}


.small_text {
	font-size: 0.75em;
}

.small_gray_text {
	color: gray;
	font-size: 0.75em;
}

.tablecenter1px {
	border: 1px solid #DCE2E9;
	text-align: center;
}

.tableleft1px {
	border: 1px solid #DCE2E9;
	text-align: left;
}


.top {
	font-size: .7em;
	padding-top: .5em;
	padding-bottom: .2em;
}

.swing {
	float: left;
	line-height: 1.5em;
	padding: 2em;
	text-align: center;
	vertical-align: text-bottom;
}
.swing img {
	border: 0px; /* 1px gray solid; */
	float: left;
	
	padding: 4px;
}


/* IDs */

#content {
	background-color: white;
	border-left: medium double #dce2e9;
	font-size: 1em;
	margin: 0 22% 0 0;
	padding: .8em .8em .8em .8em;
}

#content_one_column {
	background-color: white;
	border-left: medium double #dce2e9;
	font-size: 1em;
	margin: 0 0 0 0;
	padding: .8em .8em .8em .8em;
}


#footer {
	background-color: white;
	border-top: medium double #003366;
	color: #003366;
	font-size: .6em;
	padding: 0 1em;
}


#masthead {
	padding: .4em .4em .4em .4em;
	min-height: 100px;
	height: 100px;
	vertical-align: text-bottom;
	color: silver;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	text-align: right;
}

#masthead img {
	float: left;
	margin: 5px;
}


#menu {
	background-color: #005A00;
	border-bottom: 2px solid #003A00; /* #191f1c; */
	border-top: thin ridge #00CA00; /* #dce2e9; */
	font-size: 1.5em;
	line-height: 1.75em;
	margin: 0;
	padding: 0;
	text-align: left;
}

.menu_td {
	padding-left: 1em;
	padding-right: 1em;
}

/*
#menu a:visited {
	color: white;
	font-weight: bold;
	margin: 0;
	padding: .2em .75em;
	text-decoration: none;
}
*/

#menu a {
	color: white;
	font-weight: bold;
	font-size: .75em;
/*	margin: 0; */
/*	padding: .2em .75em; */
	text-decoration: none;
}
#menu a:hover {
	font-weight: bold;
	font-size: .75em;
	color: #005A00;
	background-color: #DBFFDB;
	text-decoration: none;
}

/*

#menu ul {
	list-style-type: none;
	display: inline;
	margin: 0;
}


#menu ul li {
	border-left: medium ridge #00FF00;
	display: inline;
	margin: 2px 0 0 0;
	padding-bottom: 1em;
}

*/

#product_menu {
	
	
}

#product_menu a {
	color: #000099;
}

#product_menu a:hover {
	color: blue;	
}

#product_menu a:visted {
	color: gray;
}

#quotes {
	
}

#quotes_note {
	font-size: .65em;
	padding-bottom: 1em;
}

#side_column {
	float: right;
	font-size: .75em;
	padding: 1em 1em;
	width: 20%;
	background-color: #DBFFDB;
}

.price {
	text-align: center;
}

