﻿/*COLOR PALETTE 
#0B94B6 - blue
#840A09 - red
#E7E7E7 - grey
COLOR PALETTE */

/* RESET */
td,th,tr,thead,tfoot,tbody,caption,table,legend,label,form,fieldset,li,ol,dd,dt,dl,var,tt,sup,sub,strike,small,samp,s,q,kbd,ins,img,font,em,dfn,del,code,cite,big,address,acronym,abbr,a,pre,blockquote,p,h6,h5,h4,h3,h2,h1,iframe,object,applet,span,div,body,html{font:100% inherit inherit inherit;margin:0;padding:0;border:0;vertical-align:baseline}td,th,tr,thead,tfoot,tbody,caption,table,legend,label,form,fieldset,li,ol,dd,dt,dl,var,tt,sup,sub,strike,small,samp,s,q,kbd,ins,img,font,em,dfn,del,code,cite,big,address,acronym,abbr,a,pre,blockquote,p,h6,h5,h4,h3,h2,h1,iframe,object,applet,span,div,body,html,:focus{outline:0}body{line-height:1;color:black;background:white}ol{list-style:none}td,th,caption{text-align:left;font-weight:normal}q:after,q:before,blockquote:after,blockquote:before{content:""}q,blockquote{quotes:"" ""}
/* RESET */

html
{
	text-align:center;
}

body
{	
	text-align:left;
	font-family: Arial;
	font-size: 12px;
}

h1
{
	color:#840A09;
	font-size:18pt;
	font-weight:normal;
}

p
{
	font-size:10pt;
	line-height:17px;
}

em
{
	font-style:italic;
}

strong
{
	font-weight:bold;
}

/*SITE MASTER */
#bodywidth
{
	width:900px;
	margin:0 auto;
}

.eotalogo
{
	background: transparent url(../media/image/eota-logo.png) no-repeat 0px 0px;
	width:193px;
	height:115px;	
	position:absolute;
	top:10px;		
}

#eotalogobottom
{
	background: transparent url(../media/image/eota-logo-bottom.png) no-repeat 0px 0px;
	width: 93px;
	height:55px;
	position:absolute;
	top:70px;
}

#footer
{
	position:relative;
	top:120px;	
	width:100%;
	height:120px;
	background: transparent url(../media/image/footer-gradient.jpg) repeat-x right 0px;
	color:#fff;
	font-size:10pt;
	text-align:center;
}

#footer ul li
{
	display:inline; 
	list-style-type: none;
}

#footer a
{
	color:#fff;
	text-decoration:none;
}

#footer a:hover
{
	color:#fff;
	text-decoration:underline;
}
/*SITE MASTER */

/*HOME PAGE */
.bluedialog
{
	background-color: #0B94B6;
	position:relative;
	top:75px;	
}

.bluedialog table
{
	height: 44px;
	width: 900px;
}

.bluedialog .hd ul
{
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 44px;
	border: 0;	
}

.bluedialog .hd ul li
{
	display:inline; 
	list-style-type: none;
	margin: auto 0;
	padding-left: 10px;
	color: #fff;
	font-size: 18px;
	line-height: 44px;	
	border: 0;	
}

.bluedialog .hd ul li a
{
	color:#fff;
	text-decoration:none;
}

.bluedialog .l
{
	background: transparent url(../media/image/blue-left.jpg) no-repeat 0px 0px;
	width: 11px;
}

.bluedialog .r
{
	background: transparent url(../media/image/blue-right.jpg) no-repeat right 0px;
	width: 11px;
}

#navbar
{
	width: 900px;
	height: 44px;
}

#intro
{
	position:relative;
	top:100px;
	padding:0 50px 0 10px;
}

.introlinks li
{
	display:inline; 
	list-style-type: none;
}

.introlinks li a 
{
	text-decoration:none;
	color:#840A09;
}

.introlinks li a:hover
{
	color:#840A09;
	text-decoration:underline;
}

#toolstable
{
	position:relative;
	top:110px;
}

.bluegradient
{
	background: transparent url(../media/image/blue-gradient.jpg) repeat-x right 0px;
	width:260px;
}

.bluegradient h2
{
	color:#fff;
	font-size:14pt;
	line-height:40px;
	text-align:center;
	font-weight:normal;		
}

#toolstable tr td
{
	background-color:#E7E7E7;
}

.toolsinner
{
	background-color:#E7E7E7;
	padding:10px;	
}

/* HOME PAGE */

/* INSIDE PAGES */
.eotaproductlist li
{
	list-style-type:disc;
	line-height:20px;
}
/* INSIDE PAGES */