@charset "ISO-8859-1";
/*
CSS for freespee.com
author: Freespee AB
date: 2010-02-22

*/
body {
	background:#eeeeee;
}

a { color: #3a8ede; text-decoration: none; font-style:italic; font-weight:bold; }
a:visited { color: #3a8ede; text-decoration: none; font-style:italic; font-weight:bold; }
a:hover { color: #333; text-decoration: none; font-style:italic; font-weight:bold; }


#navigation li span{
	color: #3a8ede;
}
#navigation li span a:link {
	text-decoration: none;
	font-style:normal;
	color:#333;
	margin: 0;
	padding: 0;
}	
#navigation li span a:hover {
	text-decoration: none;
	font-style:normal;
	color:#3a8ede;
	margin: 0;
	padding: 0;
}
#navigation li span a:visited {
	text-decoration: none;
	font-style:normal;
	margin: 0;
	padding: 0;
}

#logo {
	float: left;
	display: inline;
	width: 200px;
	height: 57px;
	background: #fff url(../../images/header_logo_analytics.png) no-repeat top left;
	margin: 0 0 0 5px;
}

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

****************/
.register-new-account {
	float:left;
	background: #a1d841 url(../../images/ui-bg-register-a1d841_1x100.png) repeat-x 50% 50%;
	border: 1px solid #4d9528;
	margin:10px 10px 0px 10px;
	padding:7px 14px;
	color: #FFFFFF;
	font-size:20px;
	text-align:center;
	width: 350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	-moz-border-radius: 9px;
	border-bottom-left-radius: 9px 9px;
	border-bottom-right-radius: 9px 9px;
	border-top-left-radius: 9px 9px;
	border-top-right-radius: 9px 9px;
	cursor: pointer;
}
.register-new-account:hover {
	background: #98d947;
	border: 1px solid #98d947;
	color: #000000;
}
/*
.register-new-account a:link {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
.register-new-account a:visited {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
.register-new-account a:hover {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}*/


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


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

#content-wide {
	float:left;
	width:900px;
	margin: 20px 0 0 40px;
	padding:0;
	min-height:500px;
	line-height:1.5em;
}
#content-wide h1 {
	font-size: 36px;
	margin: 10px 0 20px 0;
}
#content-wide h2 {
	margin:20px 0 15px 0;
}
#content-wide h3 {
	font-size: 20px;
	line-height: normal;
	color: #000;
	margin: 0px 0 10px 0;
}
#content-wide h4 {
	font-size: 20px;
	margin: 10px 0 15px 0;
}
#content-wide ul {
	margin:0;
	padding:0;
}
#content-wide li {
	margin:10px 0 0 10px;
	padding: 0;
	float:left;
	width:100%;
	padding:0 0 0 20px;
	background:url(../../images/bullet.png) center left no-repeat;
	list-style:none;

}
#content-wide li span {
/*	display:block;*/
	width:100%;
	margin: 0 10px 0 0px;
	padding:0;
	font-size:16px;
	line-height:1.5em;
	font-style:italic;
}
.content-wide-article {
	float:left;
	margin:20px 0 50px 0;
}
.content-wide-left {

	float:left;
	width:400px;
	margin:0;
	padding:0;
	line-height:1.5em;
}
.content-wide-right {
	float:right;
	width:440px;
	margin:0 0 0 20px;
	padding:0;
	line-height:1.5em;
}
