﻿body{
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: "Arial";
	font-size: 16px;
	text-align: center;
	color: #000000
}

#content_center{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 816px;
	z-index: 1;
}

#main_content{
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 800px;
	border-width:8px;
	border-style:solid;
	border-color: #ED2228;
	text-align: center;
}

#header{
	background-image: url(RMQM_Web_Logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	width:800px;
	height: 200px;
	z-index: 2;
}

#navbar{
	background-color: #000000;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	width: 800px;
	font-size: 28px;
	color: #FFFFFF;
	}
	
h1{
	margin: 0px;
	font-weight: bold;
	text-align: center;
	padding: 0;
}
		
h2 {
	font-weight: bold;
	text-align: left;
	padding: 0;
	font-size: 18px;
	margin: 0.5em 0 0.2em 0;
	}

#main_text{
	text-align: left;
	padding: 10px 10px;
	}

#parts_header{
	border-bottom: 1px #000 solid;
	text-align: left;
	padding: 0;
	}
	
#footer {
clear: both;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 8px #ED2228 solid;
background-color: #000000;
text-align: center;
width:800px;
font: normal;
color: #FFFFFF;
}

.center{
	text-align: center;
	}
	
.imgcenter
   {
   display:block;
   margin:0 auto;
   text-align:center;
   } 

.part_block {
margin-bottom: 250px;
}	
	
.parts_list {
	display: inline;
	width: 150px;
	float: left;
	text-align: center;
	color: #000;
	margin: 5px 20px 0 0;
}

.parts_category {
	display: inline;
	width: 250px;
	float: left;
	text-align: left;
	color: #000;
	margin: 5px 20px 0 0;
	padding: 0px 10px;
}

.part_desc {
width: 500px;
float: left;
margin: 0 0 20px 0;
padding: 0;
}

.part_info {
width: 245px;
float: right;
margin: 0 0 20px 0;
padding: 0;
}

a:link {
	color: #FFF;
	text-decoration: none;
	}
	
a.black:link {
	color: #000;
	font-weight: bold;
}

a.black:visited{
	color: #000; 
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	text-align: center;
	}

a:visited{ 
	color: #FFF;
	text-decoration: none;
	} /* this is what the text looks like after the link is clicked */