body {
	font-family: arial, verdana;
	margin: 0px;
	color: #555555;
	font-size: 80%;
	background: #e9e9cf url(../images/bg.jpg) repeat-x;
}

#container {
	width: 763px;
	margin: auto;
	background: white;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 378px;
	position: relative;
}
#textsize {
	position: absolute;
	top: 25px;
	right: 40px;
	margin: 0px;
	padding: 5px;
}
#address {
	position: absolute;
	top: 30px;
	right: 40px;
	font-weight: bold;
	color: #004189;
	text-align: right;
}
#phoneno {
	position: absolute;
	top: 50px;
	right: 40px;
	font-weight: bold;
	color: #004189;
	text-align: right;
	font-size: 120%;
}
#phoneno span {
	font-size: 170%;
}

#topnav {
	clear:both;
	background: #666666;
	height: 34px;
	margin: 5px 20px;
}

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topnav ul li {
	float: left;	
	margin: 0;
	padding: 0px 32px;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
}
#topnav ul li a {
	display: block;
	color: white;
	text-decoration: none;
}

#topnav ul:hover li a { 
	color: #999; 
}
#topnav ul:hover li a:hover { 
	color: white; 
}

#content {
	clear:both;
	margin: 0px 20px;
	font-size: 100%;
}

#left {
	float: left;
	width: 190px;
}

#left ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background: #b1d5f4;
	border-bottom: 10px solid #666666;
}

#left ul li {
	margin: 4px 0px;
	color: white;
	font-weight: bold;
}
#left ul li a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 15px;
}

#left ul:hover li a { 
	color: #9da5b1; 
}
#left ul:hover li a:hover { 
	color: #666666;
}

#center {
	float: left;
	width: 510px;
	margin: 0px 5px 0px 15px;
}

#footer {
	clear: both;
	font-size: 85%;
	text-align: center;
	color: #666666;
}
#footer p {
	margin: 5px auto 10px auto;
}
#footer a {
	color: #666666;
	text-decoration: none;
}

h1, h2, h3, h4 {
 color: #2a84c4;
}
h1 {
	font-size: 200%;
}
h1 {
	font-size: 150%;
}

#scissorlifts {
	width: 95%;
	margin: 0px auto;
	clear:both;
}
#scissorlifts div {
	width: 160px;
	float: left;
	text-align: center;
	font-weight: bold;
}

label {
	float: left;
	width: 130px;
	margin: 4px;
}

input, textarea, select {
	margin: 4px;
}

a img {
	border: none;
}

