@charset "UTF-8";
/* CSS Document */

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#container  {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #666;
	background-image: url(images/columbus-liftgate-mid.png);
	background-repeat: repeat-y;
	color: #333;
	padding-right: 0px;
	padding-left: 0px;
} 
#header  {
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/columbus-liftgate-top.png);
	color: #333;
	background-repeat: no-repeat;
	background-color: #666;
} 
#homenav a:link {
	color: #666;
}
#homenav a:hover {
	color: #000;
	text-decoration: underline;
}
#homenav a:visited {
	color: #666;
}

#mainContent  {
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0;
	margin-left: 13em;
} 
#footer  {
	background-color: #666;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/columbus-liftgate-bottom.png);
	height: 100px;
	background-repeat: no-repeat;
	clear: both;
} 
#footer p  {
	margin: 0; 
	padding: 10px 0; 
	color: #FFF;
}
#container #footer p  {
	text-align: center;
	font-size: x-small;
	color: #000;
	padding-top: 40px;
}
#homenav {
	color: #666;
	text-align: right;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 400px;
	float: right;
}
#maintext {
	color: #000;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.redtext {
	font-weight: bold;
	color: #F00;
	font-variant: normal;
}
#container #header a img  {
	padding-top: 5px;
}
#phonenumb {
	color: #F00;
	font-weight: bolder;
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06F;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}#intro {
	padding: 5px;
	float: left;
	width: 400px;
}
#orderform {
	background-color: #D9D9D9;
	float: right;
	width: 250px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#Order  {
	background-color: #007A00;
	font-size: medium;
	color: #FFF;
	border: 1px dotted #000;
	font-weight: bold;
}
#orderform #product {
	font-size: medium;
	color: #03C;
	background-color: #FFF;
}
#morecontent {
	clear: both;
	padding: 5px;
}

