/* CSS Document */

/************************************************************************

	Site:		emailROI.com

	Author:		eROI		[www.eroi.com]  

	Client:		eROI		[http://www.eroi.com/]

	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - Main Content
	4 - Sub Navigation
	5 - Left Navigation
	6 - Footer Navigation
	

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

body
{
	background: #dedede;
	font: 62.5%/1.6em Arial, sans-serif;
	color: #5e5e5e;
	margin: 0;
	padding: 0;
}

html, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td
{
	margin: 0; 
	padding: 0; 
}

a
{
	text-decoration: none;
	color: #2266c5;
}

a:hover
{
	text-decoration: underline;
}

a.fancy
{
	display: block;
	width: 100%;
	height: 100%;
}

a.fancy h1,
a.fancy h2,
a.fancy h3,
a.fancy h4,
a.fancy h5,
a.fancy h6,
a.fancy span
{
	display: none;
}

img,
a img,
img a
{
	border: none;
}

.clearme
{
	clear: both;
}

/***********************************************************************
	2 - STRUCTURE/LAYOUT STYLES
************************************************************************/

#container
{
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 960px;
	border-left: 5px solid #d2d2d2;
	border-right: 5px solid #d2d2d2;
	background: #e6e6e6 url(/assets/img/background.gif) no-repeat;
}

.container-element
{
	width: 96.875%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 0;
}

#head
{
	width: 93.75%;
}

#head #logo
{
	float: left;
	width: 172px;
	height: 49px;
	background: url(/assets/img/logo-emailroi.gif) no-repeat;
}

#head #menu
{
	float: right;
	padding-top: 22px;
}

#head #menu ul
{
	list-style: none;
}
#head #menu ul li
{
	float: left;
	margin-left: 17px;
	height: 8px;
}
#head #menu ul li#product-features
{
	background: url(/assets/img/topnav_product-features.gif) no-repeat;
	width: 102px;
}
#head #menu ul li#clients
{
	background: url(/assets/img/topnav_clients.gif) no-repeat;
	width: 42px;
}
#head #menu ul li#contact
{
	background: url(/assets/img/topnav_contact.gif) no-repeat;
	width: 48px;
}
#head #menu ul li#client-login
{
	background: url(/assets/img/topnav_client-login.gif) no-repeat;
	width: 69px;
}


#splash
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	width: 96.667%;
	border: 1px solid #d9d9d9;
	background: #ffffff;
	padding: 20px 0;
	
	font-size: 1.1em;
}

#content .column
{
	float: left;
	width: 280px;
	padding: 0;
	display: inline; /* fixes IE/Win double margin bug */
	position: relative;
}
#content .column#left
{
	margin: 0 0 0 15px;
}
#content .column#center
{
	margin: 0 28px;
}
#content .column#right
{
	margin: 0 15px 0 0;
}

#content .column dl.next
{
	margin: 32px 0 0 0;
}
#content .column dl dt
{
	margin: 0;
}
#content .column dl dd,
#content .column dl dd dl,
#content .column dl dd.dashes dl
{
	width: 96.43%;
	margin: 4px auto 10px auto;
}
#content .column dl dd.img,
#content .column dl dd.dashes
{
	width: auto;
	margin: 0;
}
#content .column dl dd.dashes
{
	background: url(/assets/img/background_dash.gif) repeat-x bottom left;
}
#content .column dl dd.dashes dl
{
	margin: 0 auto;
	padding: 8px 0 8px 0;
}
#content .column dl dd.dashes dl.first
{
	padding: 4px 0 8px 0;
}
#content .column dl dd.dashes.thin dl
{
	padding: 5px 0 5px 0;
}
#content .column dl dd.dashes.thin dl.first
{
	padding: 4px 0 5px 0;
}
* html #content .column dl dd.dashes
{
	display: inline;
}
#content .column dl dd.dashes dl dt,
#content .column dl dd.dashes dl dd
{
	margin: 0;
}

#content .column dl dd.dashes dl dt
{
	font-weight: bold;
}

ul#features
{
	list-style-position: outside;
	width: 95%;
	margin: 0 auto;
	
	color: #2266c5;
	font-size: 1.091em; /* 12px, parent: 11px */
	font-weight: bold;
	line-height: 1.75em;
}
ul#features li
{
	margin-left: 16px;
}
ul#features li div
{
	color: #5e5e5e;
}

#content .column#right div#overlay
{
	position: absolute;
	left: 155px;
	top: 10px;
}

dd.newsletter div.checkbox
{
	text-transform: uppercase;
	font-size: 0.909em; /* 10px, parent: 11px */
}
dd.newsletter div.label
{
	float: left;
	width: 35%;
}
dd.newsletter div.field
{
	float: left;
}
dd.newsletter div.field input
{
	font-size: 1.091em; /* 12px, parent: 11px */
	color: #5e5e5e;
}
dd.newsletter div.error,
dd.newsletter.error
{
	color: #ff0000;
	display: none;
}
dd.newsletter.error
{
	font-weight: bold;
}

#bottom
{
	border-top: 1px solid #c7c7c7;
}
#bottom dl#footer {
	width: 940px;
	margin: 0 auto;
	padding: 4px 0 0 0;
}
#bottom dl#footer dd#nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#bottom dl#footer dd#nav ul li
{
	float: left;
	height: 21px;
	margin: 10px 0 0 19px;
	padding: 0;
	
	color: #333333;
	text-transform: uppercase;
}
#bottom dl#footer dd#nav ul li.first
{
	margin-left: 0;
}
#bottom dl#footer dd#nav ul li#eroi-powered
{
	background: url(/assets/img/footer_powered-by-eroi.gif) no-repeat;
	margin-top: 0;
	width: 119px;
}
#bottom dl#footer dd#nav ul li a
{
	color: #333333;
}
#bottom dl#footer dd#legal
{
	color: #777777;
	text-transform: uppercase;
}

/***********************************************************************
	98 - FOR AJAX FORM
************************************************************************/

#newsletterResult
{
	display: none;
}

#newsletterResult.ajax-loading
{
	padding: 20px 0;
	overflow: auto;
	background: url(/assets/img/spinner.gif) no-repeat center;
	height: 50px;
}

#newsletterResult p
{
	margin: 5px 0;
}


/***********************************************************************
	99 - SELF-CLEARING FLOATS
************************************************************************/

.container-element:after,
dd.newsletter:after,
#bottom dl#footer dd#nav ul:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .container-element,
* html dd.newsletter,
* html #bottom dl#footer dd#nav ul
{
	height: 1%;
}
*:first-child+html .container-element ,
*:first-child+html dd.newsletter,
*:first-child+html #bottom dl#footer dd#nav ul
{
	min-height: 1px;
}
