@import url("tags.css");
/*----------------------------------------------------------------
HOMEPAGE STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Sceme:
background blue: #3B69BB 


Developers:
**********************************
Joe Jenkin
email: joe.jenkin@rezstream.com
website:http://rezstream.com

Kevin Guill
email: kevin.guill@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/



/* =layout start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
*{
margin:0;
padding:0;
border:none;
}

body{
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
background:url(../images/body/body_bg.gif) left top repeat-x #3B69BB;
}

#hp_wrapper{
margin:0 auto;
width:798px;
text-align:left;
background:url(../images/body/wrapper_bg.gif) left top no-repeat #FFFFFF;
}

#hp_header{
height:111px;
padding:0px 10px 0px 10px;
}

#hp_logo{
float:left;
padding:40px 0px 0px 0px;
}

#hp_imagearea{
float:left;
padding:7px 0px 0px 0px;
width:798px;
background:url(../images/imagearea/imagearea_bg.gif) left top repeat-x #FFFFFF;
}

#hp_flashcontent{
float:left;
padding:6px 0px 0px 0px;
}

#hp_babybanners{
float:left;
text-align:center;
width:259px;
padding:0px 2px 0px 2px;
background:url(../images/babybanners/babybanner_bg.gif) left top repeat-x #414141;
}

#hp_babybanners img{
float:left;
padding:5px 0px 0px 1px;
height:74px;
}

#hp_babybanners img.top{/*See special.css for continued styles for this div*/
float:left;
padding:0px 0px 0px 1px;
height:80px;
}

#hp_content{
float:left;
padding:20px 10px 20px 10px;
width:778px;
border-top:2px solid #414141;
}

#hp_footer{
clear:both;
height:23px;
width:798px;
background:url(../images/footer/speedoflight.gif) left top no-repeat;
}

#subfooter{
padding:5px 5px 20px 0px;
text-align:right;
background:#3B69BB;
color:#76a4f5;
font-size:10px;
}

#subfooter a{
color:#C8B946;
}


/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/

/* =HOMEPAGE Main navigation start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/

#hp_mainNav{
float:right;
margin-top:50px;
padding:0px 0px 0px 0px;
height:38px;
list-style:none;
color:000000;
}

#hp_mainNav li{
float:left;
position:relative;
line-height:normal;
text-indent:-9999px;
}

#hp_mainNav a{
float:left;
display:block;
height:38px;
padding:0px;
text-decoration:none;
font-weight:bold;
color:#000000;
}


#hp_mainNav li.datatracs a{
width:91px;
height:38px;
background:url(../images/navigation/datatracs_off.gif) left top no-repeat;
}

#hp_mainNav li.datatracs a:hover{
background:url(../images/navigation/datatracs_on.gif) left top no-repeat;
}

#hp_mainNav li.inventory a{
width:156px;
height:38px;
background:url(../images/navigation/inventory_off.gif) left top no-repeat;
}

#hp_mainNav li.inventory a:hover{
background:url(../images/navigation/inventory_on.gif) left top no-repeat;
}

#hp_mainNav li.services a{
width:84px;
height:38px;
background:url(../images/navigation/services_off.gif) left top no-repeat;
}

#hp_mainNav li.services a:hover{
background:url(../images/navigation/services_on.gif) left top no-repeat;
}

#hp_mainNav li.news a{
width:63px;
height:38px;
background:url(../images/navigation/news_off.gif) left top no-repeat;
}

#hp_mainNav li.news a:hover{
background:url(../images/navigation/news_on.gif) left top no-repeat;
}

#hp_mainNav li.about a{
width:73px;
height:38px;
background:url(../images/navigation/about_off.gif) left top no-repeat;
}

#hp_mainNav li.about a:hover{
background:url(../images/navigation/about_on.gif) left top no-repeat;
}

#hp_mainNav li.contact a{
width:82px;
height:38px;
background:url(../images/navigation/contact_off.gif) left top no-repeat;
}

#hp_mainNav li.contact a:hover{
background:url(../images/navigation/contact_on.gif) left top no-repeat;
}






/* =Main navigation end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/