a:hover {  text-decoration: none}
a {
	color: #828387;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7D8286;
	color: #000;
}
h1 {
	font-size: 110%;
	color: #6B6C72;
}
h2 {
	font-size: 105%;
	color: #6B6C72;
}
td {
	font-size: 80%;
}
td td{
	font-size: 100%;
}
td td td{
	font-size: 100%;
}
.larger {
	font-size: larger;
}

.shadow
{
box-shadow: 6px 6px 3px #A3A3A3;
margin: 0 0 8px 0 ;
} 

.quotebox {
	background-color: #EAEBEC;
	padding: 5px;
	border-top: 1px solid #808285;
	border-bottom: 1px solid #808285;
	width: 70%;
	margin: 0;
	font-size: 110%;
	font-weight: 800;
	color: #6B6C72;
}
.highlight {
	background-color: #EAEBEC;
	padding: 5px;
	width: 70%;
	margin: 0;
	border-top: 1px solid #808285;
	border-bottom: 1px solid #808285;
	font-size: larger;
	font-weight: 800;
	color: #6B6C72;
}
.photobox {
	float: right;
	width: 150px;
	font-style: italic;
	text-align: center;
	margin-right:20px;
}
.red_text {
	color: #FF0000;
}.payment_table {
	border: 1px solid #304F90;
}


/*********************************************************** Left hand column */
#leftcol{
	width: 150px;
	float: left;
	font-family:"Times New Roman", Times, serif;
}

#leftcol ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftcol ul li {
	padding: 2px;
	margin: 0;
	line-height: 110%;
	color: #808285;
}

#leftcol a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #CDCED0;
	margin: 2px 0 2px 0;
	padding: 6px 2px 6px 2px;
	text-align:center;
}

#leftcol a:link, #leftcol a:visited {
	color: #808285;
}

#leftcol a:hover {
	background-color: #C2C4C7;
	color: #808285;
}

#leftcol a#currentlink {
	color: #C2C4C7;
}

li.navleft-head
{
	background-color: #C2C4C7;
	display: block;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #CDCED0;
	margin: 2px 2px 2px 2px;
	padding: 6px 2px 6px 4px;
	text-align:center;
}

#leftcol ul.navleft_sub
{
	line-height: 0.5em;
	margin: 0px 0 5px 0;
}

#leftcol ul.navleft_sub li a
{
	font-size: 90%;
}

#leftcol ul.navleft_sub li  a:hover
{
	text-decoration: none;
}

#leftcol ul.navleft_sub li.current
{
	padding-left: 20px;
	color: #C2C4C7;
	text-decoration: none;
	line-height: 1em;
}

/***************************************** Table with the list of products */

.products_table {
	border-collapse: collapse;
	border: 1px solid silver;
}

.products_table th {
	padding: 4px;
	background-color: #EEE;
	text-align: left;
	border-bottom: 1px solid silver;
}

.products_table td {
	padding: 4px;
	border-bottom: 1px solid silver;
}

.products_table td.totals {
	padding: 4px;
	border-bottom: 1px solid silver;
	background-color: #EEE;
	font-weight: bold;
}

/***************************************** Form errors */

.error_box {
	border: 1px solid red;
	background-color: #FFFFCC;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
