﻿/*-----------------------------------------------
EO Products Marketing Support
-------------------------------------------------
Author:		Matson & Isom Technology Consulting
			(Greg Delorey)
            www.mitcs.com
Version:	2008.07.16.0836
----------------------------------------------- */

/*-----------------------------------------------
-- Base Styles 
----------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #fff;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5
{
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000;
}

ul, li
{
	list-style: none;
}

a, a:link, a:visited 
{
	color: #968999;
}

a:hover
{
	color: #000;
}

a img
{
	border: none;
}


/*-----------------------------------------------
-- Specific Styles 
----------------------------------------------- */

#container
{
	width: 800px;
	margin: 10px auto;
}

#header
{
	float: left;
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

#header h1
{
    display: block;
    background: url(/_themes/p_eoproducts/logo.gif) no-repeat;
    width: 225px;
    height: 81px;
    text-indent: -9999px;
    margin: 25px auto 0 auto;
}

/*-----------------------------------------------
-- Content Styles 
----------------------------------------------- */

#content
{
	clear: left;
}

/*-----------------------------------------------
-- Footer Styles 
----------------------------------------------- */
#footer
{
	background: #FFFFFF;
	margin-top: 15px;
}

#footerContainer
{
	text-align: center;
	padding: 10px 0 5px 0;
	font-size: 80%;
}


#footerContainer p
{
	padding-top: 5px;
}


#footerContainer a
{
	color: #8c91a2;
	text-decoration: underline;
}