﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

img {
	border-style:none;
}
h1 {
	font-size:x-large;
}
h2 {
	color: #808080;
	font-size:13px;
}
#page_content{
	width: 100%;
	background-color: #f1f1f1;
	height: 190px;
}

#page_content_inner{
	margin: 0 auto;
	width: 870px;
	background-color: #f1f1f1;
}

#top_content{
	margin: 0 auto;
	width: 870px;
}

#container {
	padding: 0;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	border-width: 0;
	border-style: none;
	border-color: inherit;
}

.top_links {
	width: 70%;
	vertical-align:bottom;
	text-align:right;
	padding-bottom:5px;
	padding-right:18px;
}

#masthead {
	text-align: center;
	margin: 0 auto;
	width: 870px;
	background-color: #FFFFFF;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
	float: right;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 11px;
	background-color: #e92146;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000000;
	vertical-align: middle;
	height: 20px;
}
#copyright{
	width: 100%;
	text-align: center;
	background-color: #333333;
	color: #FFFFFF;
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 11px;
	vertical-align: middle;
	height: 20px;
}
/* Styles for Footer */
#copyright p {
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer p {
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	margin: 10px 10px 0;
}
/* 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 Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.blue_title{
	color: #5555BE;
}
.red_title {
	color: #e92146;
}
.graphite_title{
	color: #333333;
}
.one_level_table {
	width:870px; 
	background-image:url('../images/bg_grey.png');
	background-position:432px; 
	background-repeat:repeat-y; 
}
.frontpage_table {
	width:100%; 
	background-image:url('../images/bg_two_column_grey.png');
	background-position:290px; 
	background-repeat:repeat-y; 
	padding-bottom:10px;
}
.separator_cell {
	width:1px; 
	background-image:url('../images/bg_grey.png'); 
	background-repeat:repeat-y; 
	padding-bottom:10px;
}
.two_columns{
	text-align: left;
	width: 435px;
	background-image: url('../images/bg_line_gradient.png');
	background-repeat: no-repeat;
	background-position: 0px 28px;
}
.column_left{
	text-align: left;
	margin: 0px 0px 0px 10px;
	float:left;
	width: 415px;
}
.column_right{
	text-align: left;
	margin: 0px 10px 0px 0px;
	float:right;
	width: 420px;
}

.three_cells{
	width: 290px; 
	padding-left:10px;
	padding-right:6px;
}
.read_more{
	width: 32%; 
	height:30px; 
	vertical-align:top;
	padding-left:10px;
}
.bold_title{
	font-size: large;
}

.label_column {
	color:#666666;
	width:170px;
	text-align:left;
	vertical-align:top;
}
.one_cell {
	background-image:url('../images/bg_one_cell.png');
	background-repeat:no-repeat;
	background-position: -5px bottom;
	padding: 10px;
}
.news{
	background-image:url('../images/bg_news.png');
	background-repeat:no-repeat;
	background-position:0px -3px;
}
}.product_box_small {
	width:100px;
	vertical-align:top;
}
.product_caption {
	vertical-align:top;
}
.subtitle {
	color: gray;
	font-size: 11px;
	font-weight:bold;
}
.breadcrumbs{
	padding-left:10px;
	height:25px;
	color: #777777;
	font-size: 11px;
	font-weight:bold;
	background:white;
}
.breadcrumbs a {
	color: #555555;
}
.breadcrumbs a:hover {
	color: #000000;
	text-decoration: none;
}
.market_subtitle {
	color: gray;
	font-style:italic;
	font-size: 11px;
}