body {
	background-color: #D1D3D4;
	font: 13px tahoma;
	color: #58595B;
}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}

h1 {	font-size: 20px; }
h2 {	font-size: 16px; }

#main {
	margin: 25px auto;
	background-color: white;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 20px 0;
}

#logo {
	display: block;
	margin: 10px auto;
	border: 0;
}

#navbar {
	background-color: #4A77BB;
	color: white;
}

#navigation {
	list-style: none;
	margin: auto;
	padding: 0;
	width: 585px;
}

#navigation li {
	font-size: 14px;
	float: left;
	text-transform: uppercase;
}

#navigation li.spacer {
	width: 1px;
	background-color: white;
	height: 19px;
}

#navigation li a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 1px 3px;
	width: 135px;
	text-align: center;
}

#navigation li a:hover, #navigation li.selected a {
	background-color: #ccd4ec;
}

#address {
	text-align: center;
	font-size: 10px;
	clear: both;
	padding-top: 50px;
}

address {
	display: inline;
	font-style: normal;
}

.products a {
	display: block;
	width: 541px;
	margin: 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 22px;
	text-shadow: black 0 0 20px, black 0 0 20px, black 0 0 20px, black 0 0 20px, black 0 0 20px, black 0 0 20px;
	background-image: url(images/barsml.jpg);
}

.products a:hover {
	background-image: url(images/barsml_roll.jpg);
}

#sidenav {
	list-style: none;
	margin: 5px 50px 0 25px;
	padding: 0;
}

#sidenav li {
	text-align: right;
	margin: 5px;
}

#sidenav li a {
	display: block;
	color: #4A77BB;
	text-decoration: none;
	padding: 1px;
	text-transform: uppercase;
}
#sidenav li.nocap a {
	text-transform: none;
}

#sidenav li.selected a {
	background-color: #dae0f1;
	font-weight: 600;
}

#sidenav li.separator {
	border: 1px solid #4A77BB;
	border-width: 1px 0 0 0;
	width: 100px;
	margin-left: 40px;
}

.grid_6 table {
	font-size: 9px;
	display: table;
	border-spacing: 0 3px;
}

.grid_6 table thead {
	font-weight: bold;
	text-transform: uppercase;
}

.grid_6 table td {
	padding: 3px 6px;
	display: table-cell;
}

.grid_6 table tbody tr{
	background-color: #e7e8e9;
	display: table-row;
}

.grid_6 table tbody tr.alt {
	background-color: #d2d4d6;
}

#kmattorbanimage {
width: 300px;
display: block; 
margin: 10px auto 0 auto; 
padding: 5px; 
background-color: #9793a4; 
border-radius: 10px; 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
}

table#contact {
	font-size: 16px;
}

table#contact thead {
	font-weight: bold;
	text-transform: uppercase;
}
table#contact td {
	padding: 15px;
}
table#contact td:first-child {
	font-weight: bold;
}

#contact td {
	vertical-align: top;
}

#contact thead td span {
	padding-bottom: 2px;
	border-bottom: 1px solid #58595B;
}

a {
color: #4A77BB;
text-decoration: none;
}

p {
	margin-top: 5px;
	line-height: 150%;
}


.subnavbar {
	display: block;
	margin-bottom: 20px;
}

#about_hqsupport {
}

#about_hqsupport h2 {
	text-transform: none;
	margin-bottom: 0;
}
ul#services li {
	margin: 5px;
}

.productpage h1 {
	margin-top: 5px;
	font-size: 16px;
	margin-bottom: 0px;
}

.productpage h2 {
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 25px;
}
