﻿body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EDEDED;
}
#header  {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;
	height: 235px;
	background-image: url(../printer-images/printer-services-header.jpg);
	z-index: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 1.2em;
} 
#top_menu	{
	position: absolute;
	left: 22px;
	top: 14px;
	width: 355px;
	height: 19px;
	z-index: 2;
	color: #FFF;
	text-align: center;
	padding: 3px;
	font-size: 1.2em;
}
#lower_menu	{
	position: absolute;
	left: 100px;
	top: 208px;
	width: 665px;
	height: 22px;
	z-index: 1;
	text-align: center;
	font-size: 1.2em;
}
#left_menu	{
	position: absolute;
	left: 10px;
	top: 40px;
	width: 80px;
	height: 250px;
	text-align: right;
	z-index: 5;
	background-image: url(../printer-images/menu_grad.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 1em;
}
#main-content	{
	position: absolute;
	left: 0px;
	top: 235px;
	width: 620px;
	height: auto;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 150px;
	background-color: #FFF;
	z-index: 4;
	text-align: left;
}
#map {
	position: absolute;
	left: 350px;
	top: 120px;
	width: 430px;
	height: 270px;
	z-index: 6;
}
#contact_form {
	position: absolute;
	left: 340px;
	top: 125px;
	width: 430px;
	height: 340px;
	z-index: 7;
}
#left_menu a{
	text-decoration: none;
	color: #666;
}
#left_menu a:hover {
	color: #000;
	text-decoration: none;
}
#top_menu a{
	color: #FFF;
	text-decoration: none;
}
#top_menu a:hover {
	color: #FF0000;
	text-decoration: none;
}
#lower_menu a{
	color: #FFF;
	text-decoration: none;
}
#lower_menu a:hover {
	color: #FF0000;
	text-decoration: none;
}
a {
	color: #0000FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
.padding-right {
	padding-right: 20px;
}
.padding-left {
	padding-left: 20px;
}
.margin-left {
	border-color: #FFFFFF;
	margin-left: 20px;
	margin-bottom: 30px;
}
.margin-right-none {
	border-color: #FFFFFF;
	margin-right: 20px;
	margin-bottom: 0px;
}
.margin-right {
	border-color: #FFFFFF;
	margin-right: 20px;
	margin-bottom: 40px;
}
.margin-right-long {
	margin-right: 20px;
	margin-bottom: 70px;
	border-color: #FFFFFF;
}
.margin-right-extra-long {
	border-color: #FFFFFF;
	margin-right: 20px;
	margin-bottom: 180px;
}
.red {
	color: #F00;
}
.blue {
	color: #039;
}
.green {
	color: #093;
}
.no_decoration_black {
	text-decoration: none;
	color: #000;
}

.no_border {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
