/*	Author:		Jeff Ussing and Brian Noble

	Client:	    Ramar Electronics, Inc.

    Contact:    Jim Griffith

	Date:		3 DEC 2007

	Copyright:  Tech Zone 2007

*/

.hide {
	display:none;
}
.center {
	text-align:center;
}
body {
	background-color: black;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #E7E7E8;
	margin:0;
}
h1 {
	font-size:1.8em;
	font-style:normal;
	text-align:center;
	font-variant:small-caps;
}
h2 {
	font-size:1.6em;
	font-style:italic;
	text-align:left;
}
h3, h4, h5, h6 {
	color: white;
}
a {
	color: #3333ff;
}
p {
	text-align:justify;
	font-size:1.4em;
	line-height:1.75em;
	padding:.75em 0 .75em 0;
	margin:0;
}
#container {
	margin:0 auto 0 auto;
	width:800px;
}
#header {
	margin:20px auto 15px auto;
	padding:0;
	height: 160px;
	width: 100%;
	background-image: url(/images/headerbg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-align:left;
}
#nav {
	margin:10px auto 2px 200px;
	padding:10px 0 0 0;
	height:135px;
	width:200px;
}
#nav ul {
	margin:5px 0;
	padding:0 0 0 10px;
	list-style:none;
}
#nav li {
	margin:1px 0 1px 0;
	padding:1px 1px 2px 10px;
	height:20px;
	width:190px;
}
#nav li:hover {
}
#nav a {
	color:white;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
}
#nav a:hover {
	color:#3333ff;
	text-decoration:none;
}
#corp_info_nav {
	width:70%;
	height:2em;
	text-align:center;
	margin:0px auto 0px auto;
	padding-bottom:10px;
	border-bottom: #484848 solid 1px;
}
#corp_info_nav a {
	color:white;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	margin:.5em 1em .5em 1em;
}
#corp_info_nav a:hover {
	color:#aaaaFF;
	text-decoration:underline;
}
#content-top {
	margin:0;
	padding:0;
	height:30px;
	width:800px;
	background: url(/images/contentbg-top.jpg) center no-repeat;
}
#content-middle {
	margin:0;
	padding:15px 0 15px 0;
	width:800px;
	background:url(/images/contentbg-middle.jpg) center repeat-y;
}
#content-bottom {
	margin:0;
	padding:0;
	height:30px;
	width:800px;
	background:url(/images/contentbg-bottom.jpg) center no-repeat;
}
#content_box {
	margin: 0px auto 0px auto;
	width:730px;
}
#divisions {
	margin: 0 auto 0 auto;
	padding:0;
	text-align:left;
	width:700px;
	height:220px;
}
#divisions_box {
	margin:0;
	padding:0;
	width:200px;
	height:200px;
	float:right;
	position:relative;
	top:25px;
}
#divisions a {
	color: #ddddFF;
}
.bg_dt	{
background:url(../images/rei_dt_bg.jpg) center no-repeat;
}
.bg_mp	{
background:url(../images/rei_mp_bg.jpg) center no-repeat;
}
.bg_rw	{
background:url(../images/rei_rw_bg.jpg) center no-repeat;
}
.bg_tz	{
background:url(../images/rei_tz_bg.jpg) center no-repeat;
}
.bg_jc	{
background:url(../images/rei_jc_bg.jpg) center no-repeat;
}
.bg_jd	{
background:url(../images/rei_jd_bg.jpg) center no-repeat;
}
#footer {
	background-color: #121212;
	text-align: center;
	font-family:"Courier New", Courier, monospace;
	font-size:1.2em;
	font-weight:bold;
	color: #FFFFFF;
	clear: both;
	width: 100%;
	margin: 4em auto 0px auto;
	padding: 1em;
	border-top: 2px #000044 solid;
	border-bottom: 2px #000044 solid;
}
