html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: #696969;
	background: #e6e6e6 url(images/body_bg.png) repeat-x;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	width: 0;
	height: 1px\\; /* css hack for ie6-7-8 */
	overflow: hidden;
}

#header-wrapper {
	height: 120px;
	background: white url(images/header_bg.png) repeat-x;
}

#header {
	height: 120px;
	background: url(images/header.jpg) center 0 no-repeat;
}

#content-wrapper {
	position: relative;
	/*background: url(images/bg_top.png) center 0 no-repeat;*/
}

#footer-bg {
	background: url(images/bg_bottom.png) center 0 no-repeat;
	position: absolute;
	width: 100%;
	height: 393px;
}

#content {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0 40px 0px;
}

h1 {
	font-size: 30px;
	color: #002255;
	font-weight: normal;
	margin: 0 0 5px 0;
}

h2 {
	margin: 0 0 30px 0;
	padding: 0 ;
	font-size: 20px;
	font-weight: normal;
	color: #002255;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #3b5998;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #e4e7ec;
}

p {
	color: #002255;
	margin: 0 0 20px 0;
	padding: 0;
}

.highlight {
	color: #4f8fee;
}

.col1 {
	margin-left: 30px;
	width: 470px;
	float: left;
}
.col2 {
	width: 380px;
	float: right;
	margin-right: 45px;
}

ul, li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

ul {
	padding: 0 20px;
}

li {
	color: #4f8fee;
	margin: 0 10px;
	/*background: url(images/bullet.png) left 5px no-repeat;*/
}


.borderedImg {
	position: relative;
	width: 360px;
	height: 259px;
	padding: 10px;
	margin-bottom: 20px;
}
.borderedImg img {
	position: relative;
	_position: absolute;
	_top: 10px;
	_left: 10px;
}

._b {
	position: absolute;
	left: -10px;
	top: -10px;
}
._b_top {
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	height: 20px;
	background: url(images/border_top.png) no-repeat;
	_background-image: url(images/border_top.gif);
}
._b_mid {
	position: absolute;
	left: 0;
	top: 20px;
	width: 400px;
	height: 20px;
	background: url(images/border_mid.png) repeat-y;
	_background-image: url(images/border_mid.gif);
}
._b_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 400px;
	height: 20px;
	background: url(images/border_bottom.png) no-repeat;
	_background-image: url(images/border_bottom.gif);
}

.download {
	display: block;
	float: left; 
	width: 211px;
	height: 51px;
	overflow: hidden;
	line-height: 500px;
	margin: 30px 0 30px 124px;
	background: url(images/download_btn.png) 0 0 no-repeat;
	_background-image: url(images/download_btn.gif);
}
.download:hover {
	background-position: 0 -51px;
}

#footer {
	width: 930px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	height: 85px;
}

a.bn {
	width: 377px;
	height: 43px;
	float: left;
	overflow: hidden;
	line-height: 300px;
	background: url(images/bn_logo.png) no-repeat;
}

.license {
	font-size: 10px;
	color: #7786a3;
	margin-bottom: 45px;
}
.license a {
	padding: 0 1px;
	color: #7786a3;
	text-decoration: none;
	border-bottom: 2px solid #d4d8df;
}
.license a:hover {
	border-bottom: 2px solid #7786a3;
}

#share {
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 10px;
	width: 360px;
	height: 52px;
	line-height: 52px;
	background: white;
	color: #889bb7;
}

#share .icons {
	position: absolute;
	top: 10px;
	right: 10px;
}

#share a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 18px;
}

#share a.mail { background: url(images/icon_mail.png) no-repeat }
#share a.myspace { background: url(images/icon_myspace.png) no-repeat }
#share a.facebook { background: url(images/icon_facebook.png) no-repeat }
#share a.twitter { background: url(images/icon_twitter.png) no-repeat }

.notes {
	margin-top: 35px;
	font-size: 10px;
	color: #7786a3;
}

#getfirefox {
	width: 215px;
	height: 69px;
	line-height: 15px;
	padding: 12px 152px 0 12px;
	background: url(images/getfirefox_bg.png) no-repeat;
	color: #889bb7;
	font-size: 11px;
	text-align: justify;
}

#getfirefox:hover {
	cursor: pointer;
}






.verisign {
	position: relative;
	width: 470px;
}

.verisign table {
	position: absolute;
	top: -30px;
	left: -20px;
}

.verisign p {
	margin-left: 120px;
	font-size: 10px;
	color: #7786a3;
}



.bottom-divider {
	margin: 25px auto 0 auto;
	padding: 35px 0 0 10px;
	width: 900px;
	background: url(images/bottom_divider_bg.png) top repeat-x;
}



.share span {
	float: left;
	padding: 1px 0 0 10px;
	font-size: 14px;
	color: #7786a3;
}

.share .email {
	margin-left: 10px;
	width: 55px;
	height: 20px;
	float: left;
	overflow: hidden;
	line-height: 300px;
	background: url(images/share_email.png) no-repeat;
}

.twitter-share-button {
	float: left;
}




.browsers {
	float: left;
	margin: 30px 0 0 30px;
	padding: 11px 0 0 0;
	width: 100px;
	height: 40px;
}

a.firefox {
	float: left;
	margin-right: 30px;
	width: 30px;
	height: 29px;
	line-height: 300px;
	overflow: hidden;
	background: url(images/browsers_firefox.png) no-repeat;
}

a.chrome {
	float: left;
	width: 31px;
	height: 29px;
	line-height: 300px;
	overflow: hidden;
	background: url(images/browsers_chrome.png) no-repeat;
}
