/*
Theme Name: Eagle Imaging
Theme URI:
Description:
Version:
Author:
Author URI: http://upper90creative.com/
Tags:
*/
body {
    margin:0;
    padding:0;
    color: #444;
    font-size: 12px;
    background: #000 url(images/bg.jpg) repeat;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    text-align: center;
}

img, a {
    border: 0;
    outline: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 24px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #e6a622;
	padding: 5px 0px 5px 0px;
	margin-bottom: 15px;
	background: url(images/h1.png) no-repeat left bottom;
}

h2 {
	font-size: 18px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #cccccc;
	padding: 5px 0px 5px 0px;
	margin-bottom: 13px;
}

h3 {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #0083ff;
	padding: 5px 0px 5px 0px;
	margin-bottom: 8px;
}

a:link,
a:active,
a:visited {
}

a:hover {
	text-decoration: none;
}

table {
    border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
}

table TR{
    vertical-align: top;
}

table TD{
    padding: 0;
}

#wrapper {
    width: 880px;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: relative;
}

.glow {
	position: absolute;
	left: -120px;
	display: inline;
	z-index: -1;
}

table#banner {
	width: 880px;
	height: 117px;
}

table#banner TD{
	white-space:nowrap;
}
table#banner TD.logo{
	text-align:left; 
	padding: 25px 20px 10px 30px;
}
table#navigation {
    width: 100%;
}
table#navigation TD {
	padding-top: 10px;
    background: url(images/nav_button_bg.png) no-repeat top;
    min-width:107px;
    width:107px;
    height:65px;
    text-align:center;
}
table#navigation TD.last{
	min-width: 1px;
	width: auto;
	background: none;
}

table#navigation a:link,
table#navigation a:active,
table#navigation a:visited {
    text-decoration: none;
    color: #fff;
}

table#navigation a:hover,
table#navigation a.active {
    color: #ffac00;
}

table TD.content {
	text-align: left;
}

table TD.content #cms-content {
	padding: 5px 30px;
	background: url(images/content_repeat.png) repeat-y 1px;
	color: #DDDDDD;
}

table TD.content #cms-content p {
	line-height: 18px;
}

table TD.content #cms-content li {
	list-style: none;
	background: url(images/bullet.png) no-repeat 0px 5px;
	padding-left: 15px;
	line-height: 18px;
}

table TD.content #cms-content a:link,
table TD.content #cms-content a:active,
table TD.content #cms-content a:visited {
    text-decoration: underline;
    color: #0083ff;
}

table TD.footer {
	width: 880px;
    padding: 0;
    margin: 0;
    color: #355a7a;
    font-size: 11px;
}
table TD.content #cms-content a:hover {
    color: #FFFFFF;
}

table TD.footer {
	width: 880px;
    padding: 0;
    margin: 0;
    color: #355a7a;
    font-size: 11px;
}

table TD.footer p {
	padding: 3px 0;
	margin: 0;
}

table TD.footer ul {
	padding: 0;
	margin: 0 30px;
	list-style: none;
}

table TD.footer li {
	display: inline;
	padding-right: 5px;
}

table TD.footer a:link,
table TD.footer a:active,
table TD.footer a:visited {
    text-decoration: underline;
    color: #355a7a;
}
table TD.footer a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

