* {
	margin: 0;
}

body {
	font-family: Arial, sans-serif;
	background: #f5f5f5 url('/images/backgrounds/bodybg.png') repeat-x top left; 
}

p {
	color: #000;
	font-size: 12px;
	line-height: 24px;
	margin: 15px 0;
}

ul li {
	margin: 5px 0;
	font-size: 12px;
}

#container {
	margin: 0 auto;
	width: 880px;
}

/** header **/

#header {
	padding: 30px 15px 17px;
}

#header #title {
	float: left;
	display: block;
	width: 174px;
	height: 71px;
	background: transparent url('/images/logos/logo.png') no-repeat; 
	text-indent: -999em;
}

#header ul {
	float: right;
	text-align: right;
	width: 170px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 50px;
	padding: 0;
}

#header ul li {
	display: inline;
	padding-left: 20px;
	margin: 0;
}

#header ul li a {
	color: #306;
	text-decoration: none;
}

#header ul li a:hover {
	text-decoration: underline;
}

/** globalNav **/

#globalNav {
	list-style-type: none;
	background: #8406b0 url('/images/backgrounds/globalNavbg.png') repeat-x top left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0;
}

#globalNav li {
	float: left;
	margin: 0;
}

#globalNav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 14px 30px;
	background: transparent url('/images/backgrounds/globalNavListbg.png') no-repeat top right;
	text-shadow: 1px 1px #333;
	font-size: 12px;
	font-weight: bold;
}

#globalNav a:hover,
#globalNav a.current {
	background-color: #a400da;
}

#globalNav .first a:hover,
#globalNav .first a.current  {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

/** download button **/
.downloadBtn {
	float: right;
	width: 117px;
	margin: -39px 6px 0 0;
	border: 0;
}

/** subNav **/
#subNav {
	list-style-type: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px 0 20px 10px;
	padding: 0;
}

#subNav li {
	display: inline;
	padding-left: 20px;
	margin: 0;
}

#subNav li a:hover {
	text-decoration: none;
}

#subNav li a.current {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}


/** home page **/

#home {
	margin: 20px 0;
}

#home div {
	float: left;
	width: 390px;
	padding: 18px;
	background: #fff;
	border: 3px solid #e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#home div.first {
	margin-right: 16px;
}

#home h1 {
	font-size: 20px;
	color: #306;
	font-weight: normal;
	margin-bottom: 13px;
}

#home p.learn {
	text-align: center;
	margin-bottom: 0;
}
#home a img {
	border: 0;
}

/** content **/

.content {
	margin-top: 10px;
	padding: 35px 45px;
	background: #fff;
	border: 3px solid #e5e5e5;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.content a:hover {
	color: #f0f;
}

.content h1 {
	color: #306;
	font-size: 30px;
}

.content h2 {
	color: #306;
	font-size: 24px;
	margin-top: 30px;
}

.content .ballList {
	list-style-type: none;
	margin: 15px 0;
	padding-left: 0;
}

.content .ballList li {
	background: transparent url('/images/icons/purpledot.png') no-repeat 0 5px;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0;
	padding-left: 20px;
}

.content .checkmarkList {
	list-style-type: none;
	padding-left: 5px;
	margin: 15px 0;
}

.content .checkmarkList li {
	background: transparent url('/images/icons/checkmark.png') no-repeat 0 3px;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0;
	padding-left: 30px;
}

.content ol {
	font-size: 12px;
}
			
.content ol li {
	margin-bottom: 10px;
}

#solutions dl {
	margin: 20px 0;
	font-size: 12px;
	line-height: 20px;
}

#solutions dt {
	float: right;
	width: 480px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}


#solutions dd.img {
	float: left;
	width: 95px;
}

/** rail **/

#rail {
	float: left;
	width: 168px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	padding: 0;
}

#rail li {
	margin: 0;
}

#rail li a.current {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

/** main **/

#main {
	float: left;
	width: 575px;
	padding-left: 40px;
	border-left: 1px solid #ccc;
}

/** footer **/

#footer p,
#footer a {
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

/** popup **/
#popupWindow {
	background: #eee;
}

#popupWindow #footer p {
	margin-top: 5px;
}

#popupContainer {
	width: 325px;
	margin: 10px auto 0;
	padding: 25px 35px 5px;
	background: #fff;
	border: 3px solid #e5e5e5;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#popupHeader {
	text-align: center;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

td {
	font-size: 14px;
	padding: 2px;
}

#popupContainer h1 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 25px;
}

#popupContainer p {
	text-align: center;
	margin: 0 0 10px;
	line-height: 18px;
}

#mobileAd {
	float: left;
	margin: 12px 0 0 100px;
	width: 350px;
}

	#mobileAd img {
		float: left;
		margin-right: 20px;
	}
	
	#mobileAd span {
		float: left;
		width: 240px;
		margin-top: 9px;
	}

/** float-enclosures **/

* html #header,
* html #globalNav,
* html #home,
* html .content,
* html .threeBoxes {
	height: 1%; 
	overflow: visible;
}

*+html #header,
*+html #globalNav,
*+html #home,
*+html .content,
*+html .threeBoxes {
	min-height: 1%;
}

#header:after,
#globalNav:after,
#home:after,
.content:after,
.threeBoxes:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/** old styles **/
.clsSmall {
	font-size: 11px;
}
.clsAlert {
	color: red;
	font-weight: bold;	
	font-size: 12px;
}
.clsEmphasis
{
    font-weight: bold;
}
.clsSuperEmphasis
{
    font-size: 14pt;
    font-weight: normal;
}
