html, body {
	padding:0px;
	margin:0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#container {
	margin: 10px auto 0 auto;
	width:760px;
	position: relative;
	border: 1px solid black;
}

#footer {
	margin: 0 auto 10px auto;
	background-color:#ee2824;
	height: 12px;
	width: 755px;
	padding: 2px 2px 2px 5px;
	font-size: 10px;
	color: white;
	border-bottom: 3px solid #f15c22;
	clear: both;
}

#copyright {
	float: left;
}

#tagLine {
	float: right;
	text-align: right;
	margin-right: 5px;
}

#tagLine a {
	color: white;
}

#content h1 {
	margin: 5px 0 10px 0;
	padding: 0;
}

#content p {
	margin: 0 0 0 10px;
}

#header {
	width: 760px;
	height: 326px;
}

#address {
	position: absolute;
	top: 250px;
	left: 32px;
	color: white;
}

#catalog {
	position: absolute;
	top: 145px;
	left: 515px;
	color: white;
	width: 210px;
}

#catalog2 {
	position: absolute;
	top: 260px;
	left: 515px;
	color: white;
	width: 210px;
}

#acrobat {
	text-align: right;
	position: absolute;
	width: 200px;
	color: white;
	top: 200px;
	left: 515px;
}

#acrobat a {
	color: white;
}

#acrobat a:hover {
	font-style: italic;
}
	
#homeContent {
	width: 738px;
	padding: 10px;
	position: relative;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#leftColumn 
{
    float: left;
	width: 360px;
	background-image: url(Images/ProductCategoriesHeading.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#leftColumn h2 {
	padding: 17px 0 20px 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: red;
}

#leftColumn ul {
  float: left;
  width: 380px;
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
 
#leftColumn li {
	float: left;
	width: 180px;
	margin: 0;
	background-image: url(Images/redDot.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: smaller;
}

#leftColumn a {
  color: black;
}

#leftColumn a:hover {
  color: red;
}

#rightColumn {
  float: right;
  width: 370px;
  display: inline;
  margin-top: 10px;
  margin-bottom: 20px;
}

#productDisplays {
  background-image:url(Images/ProductDisplaysBoxBackground.gif);
  background-repeat: no-repeat;
  left: 10px;
  top: 4px;
  position: relative;
  padding: 10px;
  height: 100px;
  line-height: 18px;
}
  
#rightColumn h2 {
	padding: 17px 0 0 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: red;
}

#quote {
	position: relative;
	top: 120px;
	float: left;
	top:10px;
	left: 20px;
}

#blackToggle {
	position: relative;
	float: right;
	top:10px;
}

#downloadCatalog {
	position: absolute;
	top: 115px;
	left: 515px;
}

.orange 
{
    color: #ee2824;
}

.button
{
    background-color: #ee2824;
    color: White;
    font-weight: bold;
    border: 1px solid black;
}

#imgList
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 220px;
}

#imgList li
{
	float: left;
	margin: 0 5px 5px 0;
}