﻿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;
	padding-right: 30px;
	padding-left: 150px;
	background-color: #FFF;
	z-index: 4;
	height: auto;
	padding-bottom: 20px;
}
#map {
	position: absolute;
	left: 350px;
	top: 120px;
	width: 430px;
	height: 300px;
	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;
}
#supplies_content_upper {
	position: relative;
	top: 0px;
	left: 0px;
	padding-bottom: 5px;
	height: auto;
	width: 620px;
}
#supplies_content_centre {
	position: relative;
	left: 0px;
	top: 10px;
	width: 620px;
	height: 130px;
}
#supplies_image {
	position: absolute;
	height: 87px;
	width: 130px;
	top: 20px;
	left: 0px;
}
#supplies_text {
	position: absolute;
	width: 372px;
	left: 130px;
	top: 0px;
	height: auto;
}
#supplies_image_2 {
	position: absolute;
	height: 100px;
	width: 118px;
	left: 500px;
	top: 15px;
}
#supplies_content_lower {
	position: relative;
	height: auto;
	width: 620px;
	top: 10px;
	left: 0px;
	text-align: center;
}
#index_content_upper {
	position: relative;
	top: 10px;
	left: 0px;
	padding-bottom: 5px;
	height: auto;
	width: 620px;
}
#index_logo {
	position: relative;
	left: 0px;
	top: 10px;
	width: 620px;
	height: 120px;
}
#index_logo_fuji_xerox {
	left: 45px;
	width: 120px;
	height: 50px;
	position: absolute;
	top: 5px;
	text-align: center;
}
#index_logo_hp {
	left: 165px;
	width: 120px;
	height: 36px;
	position: absolute;
	top: 12px;
	text-align: center;
}
#index_logo_lexmark {
	left: 285px;
	width: 120px;
	height: 25px;
	position: absolute;
	top: 18px;
	text-align: center;
}
#index_logo_printer {
	left: 405px;
	top: 0;
	width: 201px;
	height: 120px;
	position: absolute;
	text-align: center;
}    
#index_logo_konica_minolta {
	left: 45px;
	top: 63px;
	width: 120px;
	height: 48px;
	position: absolute;
	text-align: center;
}
#index_logo_kyocera {
	left: 165px;
	top: 78px;
	width: 120px;
	height: 21px;
	position: absolute;
	text-align: center;
}
#index_logo_samsung {
	left: 285px;
	top: 76px;
	width: 120px;
	height: 25px;
	position: absolute;
	text-align: center;
}
#index_content_lower {
	position: relative;
	top: 20px;
	height: auto;
	left: 0px;
	width: 620px;
}
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;
}
.text-align-centre {
	text-align: center;
}
.red {
	color: #F00;
}
.red_centre {
	color: #F00;
	text-align: center;
	z-index: 5;
}
.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;
}
.float-left_no_border {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	float: left;
}
.float-right_no_border {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	float: right;
}
.float-right {
	float: right;
}
.text-align-justify {
	text-align: justify;
}
.sales_printer_body {
	position: relative;
	height: auto;
	width: 620px;
	padding-bottom: 40px;
	z-index: auto;
}
.sales_printer_image {
	top: 0px;
	position: absolute;
	width: 50px;
	height: 50px;
}
.sales_printer_description {
	height: auto;
	width: 480px;
	position: relative;
	left: 75px;
	top: 00px;
}
.sales_printer_pdf {
	left: 0px;
	top: 0px;
	position: relative;
	float: right;
}

