/**
 *  Remove the Browser's default settings
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
/**
 *  Main page structures
 */
body {
	background:#fbf5ea;
	color: #4d4d4d;
	font: small Arial, Helvetica, Verdana, sans-serif;
}
#top-strap {
	margin: 0 auto;
	padding: 0;
	background: #008b5d url(../images/pearson-webbar-top-green-rgb.jpg) top left no-repeat;
	width:1000px;
	height:44px;
}
#top-strap-link {
	display: block;
	float: left;
	margin:0;
	width: 140px;
	height: 44px;
	text-indent: -999em;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 984px;
}
#header {
	background:#fbf5ea;
	width: 960px;
	height: 55px;
	margin: 0 12px;
}
#shadow {
	width: 984px;
	background: url(../images/shadow.png) top left repeat-y;
}
#main {
	width: 960px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	margin: 0 12px;
}
#footer {
	text-align: right;
	font-size: .9em;
	color: #76797c;
	margin: 10px 19px 0 12px;
}
/**
 * Nav styles
 */
#logo {
	display: block;
	float: left;
	margin:0;
	width: 210px;
	height: 55px;
	background: url(../images/a-school-systems.png) top no-repeat;
	text-indent: -999em;
}
#nav {
	padding: 12px 0 0 0;
	margin:0 0 0 265px;
}
#nav a.main, #nav a.main:visited {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 3px 6px 13px;
	text-align: center;
	background: url(../images/nav-tab-a.png) top no-repeat;
	color: #322f29;
	display: block;
}
#nav a.main:hover {
	text-decoration: underline;
}
#nav a.on, #nav a.on:visited, #nav a.on:hover {
	/*color: #008b5d;*/
}
#nav li.main {
	float: left;
	display:block;
	background: url(../images/nav-tab-li.png) top no-repeat;
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
}
#nav li.main:hover {
	background-position: 100% -100px;
}
#nav li.main:hover a {
	background-position: 0px -100px;
}
#nav li.separator {
	float: left;
	margin: 0 4px 0 0;
	padding: 6px 0;
	background: url(../images/nav-separator.gif) top no-repeat;
}
#nav a.sub, #nav a.sub:visited {
	font-size: 11px;
	color: #322f29;
}
#nav a.sub:hover {
	text-decoration: underline;
}
#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
	background: url(../images/nav-ul.png) top no-repeat;
	padding: 1px 3px 0 3px;
	margin: 0 0 0 -3px;
}
#nav li ul li {
	padding: 3px 0 3px 13px;
}
#nav li ul li.last {
	padding: 3px 0 10px 10px;
	margin: 0 3px;
	border-bottom: 1px solid #ccc;
}
#nav li ul li.subtitle {
	padding: 3px 0 3px 13px;
	font-size: 12px;
	font-weight: bold;
	color: #322f29;
}
#nav li.main:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* side nav styles */
#side-nav {}
#side-nav li {
	height: 30px;
	line-height: 30px;
}
#side-nav a, side-nav a:visited {
	display: block;
	width: 200px;
	height: 30px;
	background: url(../images/side-nav.gif) top right no-repeat;
	color: #999;
	text-indent: 10px;
	font-size: 12px; 
}
#side-nav a:hover {
	background-position: center;
	color: #717171;
}
#side-nav a.on, #side-nav a.on:hover, side-nav a.on:visited {
	background-position: bottom;
	color: #717171;
}
/* Tab styles */
#tabs {
	margin: 0 0 20px 0;
	background: url(../images/tab-line.gif) bottom repeat-x;
	height: 29px;
}
#tabs br {
	clear: both;
}
#tabs ul {
	margin: 0;
	padding: 2px 0 0 0;
	list-style: none;
}
#tabs li {
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	background: url(../images/tab-back.png) 100% -100px;
	float: left;
	border-bottom: 1px solid #e8e8e8;
}
#tabs li.active {
	border-bottom: 1px solid #fff;
	background: url(../images/tab-back.png) 100% 0;
}
#tabs li a, #tabs li a:visited, #tabs li span {
	display: block;
	float: left;
	padding: 6px 11px 3px 16px;
	text-align: center;
	white-space: nowrap;
	background: url(../images/tab-back.png) 0 -100px;
	text-decoration: none; 
	min-height: 17px; /* fixes FX/Mac issue */
	/*color: #322F29;*/
	color: #76797c;
}
#tabs li.active a, #tabs li.active span {
	background: url(../images/tab-back.png) 0 0;
	color: #000;
}
#tabs li span {
	color: #3c2e87;
}
#tabs li img {
	vertical-align: middle;
}
#tabs li:hover {
	background-position: 100% -200px;
}
#tabs li:hover a {
	background-position: 0 -200px;
	color: #000;
	border-bottom: 0;
}
#tabs li.active:hover {
	background-position: 100% 0;
}
#tabs li.active:hover a {
	background-position: 0 0;
	color: #000;
}
/*
 * Different grid layouts used as page structures
 */
.one-column, .two-column, .three-column {
	width: 960px;
	margin-bottom: 10px;
}
.two-column, .three-column {
	background:url(../images/column-a.png) 0 0 repeat-y;
	margin-top:10px;
}
.columns1, .columns2-a, .columns2-b, .columns3-a, .columns3-b, .columns3-c, .home3-a, .home3-b, .home3-c {
	display: inline;
	float: left;
}
.home3-a, .home3-b, .home3-c {
	width: 298px;
	height:200px;
	border:1px solid #e8e8e8;
	-moz-box-shadow:0 1px 3px #f7f7f7;
	-webkit-box-shadow:0 1px 3px #f7f7f7;
	box-shadow:0 1px 3px #f7f7f7;
}
.home3-a {
	margin:0 0 0 10px;
}
.home3-b {
	margin:0 0 0 20px;
}
.home3-c {
	margin:0 0 0 20px;
}
.home3-a h2, .home3-b h2, .home3-c h2 {
	color: #fff;
	padding: 0 10px;
	line-height: 40px;
	background: #93bf85 url(../images/h1-promo-2-b-v2.jpg) repeat-x;
	border-bottom: 1px solid #e8e8e8;
	font-size:20px;
	text-shadow: 0 1px 2px #3fa85d;
}
.home3-a p, .home3-b p, .home3-c p {
	margin:0 10px 10px 10px;
	font-size:16px;
}
.columns1 {
	width: 940px;
	margin: 10px 10px 0 10px;
}
.columns2-a, .columns3-a {
	width: 200px;
	margin-left: 10px;
}
.columns2-b {
	width: 730px;
	margin: 0 10px 0 10px;
}
.columns3-b {
	width: 520px;
	margin: 0 10px 0 10px;
}
.columns3-c {
	width: 200px;
}
.bottom {
	margin-bottom: 0;
}
.bottom-10 {
	margin: 0 0 10px 0;
}
.bottom-15 {
	margin: 0 0 15px 0;
}
.top {
	margin-top: 10px;
}
.top-minus10 {
	margin-top: -10px;
}
.dotted {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
.qt {
	border: 1px solid #e5e5e5;
	margin: 10px 0;
	background: #fdfdfd;
	text-align: center;
}
.clearfix {
	display: block;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.none {
	display:none;
}
/**
 * Content Styles
 */
blockquote {
	margin:0 0 10px 0;
	font-size:16px;
}
cite {
	margin:0 0 10px 0;
	font-size:10px;
	font-style:normal;
	display:block;
}
h1 {
	margin: 5px 0 15px 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #00a15f;
}
h2 {
	margin: 0 0 10px 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #3fa85d;
}
h2.line {
	margin: 10px 0;
	border-bottom: 1px dotted #ccc;
}
h2 a, h2 a:visited {
	color: #3fa85d;
	background: url(../images/a-next.gif) center right no-repeat;
	padding: 0 19px 1px 0;
}
h2 a:hover {
	border-bottom: 0;
	text-decoration: underline;
}
h2.black {
	color: #000;
}
h3 {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	color: #4d4d4d;
	font-weight: normal;
}
h3.sales {
	margin:0;
	color: #000;
	font-size: 12px;
}
img.screenshot {
	float:left;
	margin: 0 0 10px 0;
}
ol.decimal {
	list-style: decimal outside;
	margin: 0 0 0 16px;
	padding: 0 0 1em 0;
}
p {
	margin-bottom: 10px;
}
p.banner-home {
	margin: 10px 10px 10px 300px;
	color: #333;
}
p.citation {
	text-align: right;
	font-size: 10px;
	margin: 0;
}
p.date, p.blurb {
	font-size: 11px;
	padding: 0 0 0 20px;
	margin: -7px 0 10px 0;
}
p.news-blurb {
	font-size: 11px;
	margin: -7px 0 10px 0;
}
p.sales {
	font-size: 11px;
}
p.screenshot {
	margin: 0 0 10px 185px;
}
.message-system {
	background: #ebeae9 url(../images/message-system.jpg) repeat-x; 
	border: #a1a5a9 1px solid; 
	padding:10px; 
	margin:0px 0px 10px 0px;
}
.message-system p {
	background: url(../images/info-system.png) left top no-repeat; 
	padding: 0 0 1px 20px;
	margin: 0px;
}
table.pss {
	width: 100%;
	border: #b7b7b7 1px solid;
	border-bottom: 0;
	margin-bottom: 10px;
}
table.pss td {
	border-bottom: #b7b7b7 1px solid;
	padding: 5px;
	vertical-align: top;
}
table.pss th {
	border-bottom: #b7b7b7 1px solid;
	padding: 0 5px;
	font-weight: bold;
	color:#fff;
	white-space:nowrap;
	text-align: left;
	height: 29px;
	line-height: 29px;
	background: #93bf85 url(../images/h1-promo-2-b-v2.jpg) repeat-x;
}
table.pss tr.even {
	background: #f4f4f2;
}
table.pss tr.odd {
}
.red {
	background: #ff0000;
	color: #fff;
}
div.box {
	border: 1px solid #e8e8e8;
	color: #4d4d4d;
	padding: 10px;
	background: #f1f1f1 url(../images/div-box.jpg) repeat-x;
}
div.case-study {
	background: #f1f1f1 url(../images/div-box.jpg) repeat-x;
	border: 1px solid #e8e8e8;
	color: #4d4d4d;
	padding: 10px;
}
div.case-study .link {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: #d1d1d1 1px solid;
	text-align: right;
}
div.contact-box {
	background: #f4f5f5 url(../images/div-contact-box.jpg) no-repeat;
	border: #e8e8e8 1px solid;
	min-height: 68px;
	margin: 10px 0;
}
div.contact-box .inside {
	margin: 15px 10px 10px 45px;
	text-align: right;
}
div.contact-box h1 {
	color: #008b5d;
	font-size: 16px;
	margin-bottom: 2px;
}
div.demo-box {
	background: #f4f5f5 url(../images/div-demo-box.jpg) no-repeat;
	border: #e8e8e8 1px solid;
	min-height: 68px;
	margin-bottom: 10px;
}
div.demo-box .inside {
	margin: 15px 10px 10px 67px;
	text-align: right;
}
div.demo-box h1 {
	color: #008b5d;
	font-size: 16px;
	margin-bottom: 2px;
}
div.fb {
	margin-bottom:10px;
	padding:5px;
	background:#fdfdfd;
	border:1px solid #eaeaea;
}
div.loading {
	background:url(../images/progress.gif) no-repeat;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	width:30px;
	height:30px;
}
.columns1 ul, .columns2-b ul, .columns3-b ul {
	list-style: square outside;
	margin: 0 0 0 16px;
	padding:0;
}
.columns2-b ol.alpha, .columns3-b ol.alpha {
	list-style: upper-alpha;
	margin: 0 0 0 16px;
	padding:0;
}
.columns1 ul li, .columns2-b ul li, .columns3-b ul li, .columns2-b ol.alpha li, .columns3-b ol.alpha li {
	padding:0 0 10px 0;
}
.columns1 ul.check, .columns2-b ul.check, .columns3-b ul.check {
	margin:0;
	padding:0;
	list-style:none;
}
.columns1 ul.check li, .columns2-b ul.check li, .columns3-b ul.check li{
	font-size:14px;
	padding:0 0 15px 24px;
	background: url(../images/li-check.png) no-repeat;
}
/**
 * Form Styles
 */
.form {
	border: 1px solid #b7b7b7;
	margin: 0 0 10px 0;
	background: #fff;
}
.form h2 {
	color: #fff;
	padding: 0 10px;
	line-height: 40px;
	height:40px;
	background: #93bf85 url(../images/h1-promo-2-b-v2.jpg) repeat-x;
	border-bottom: 1px solid #b7b7b7;
	font-size:20px;
}
.form ol {
  margin: 20px 0 20px 0;
  padding: 0;
}
.form li {
  list-style: none;
  padding: 5px 10px 5px 10px;
  margin: 0;
}
.form label {
  float:left;
  vertical-align: top;
  text-align: left;
  width: 180px;
  margin-right: 10px;
  font-weight: bold;
  white-space: nowrap;
}
.form label.inline {
	float:none;
	font-weight: normal;
}
.form label em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
  padding: 0 1px 0 1px;
}
.form label.validate {
  color: #f00;
}
.form .btn {
	margin-left: 200px;
}
.form .check {
	margin: 0 5px 0 110px;
}
.form .text {
	padding:0.15em;
	border:1px solid #a1a5a9;
	background:#fff url(../images/text-bg-hover.gif) repeat-x;
	width: 400px;
}
.form .text:hover, .form .text:focus {
	border-color: #5e6165;
}
.form .errorMessage {
	margin-left: 10px;
	color: #f00;
}
.text {
	padding:0.15em;
	border:1px solid #a1a5a9;
	background:#fff url(../images/text-bg-hover.gif) repeat-x;
	width: 400px;
	margin-left: 10px;
}
.text:hover, .text:focus {
	border-color:#5e6165;
}
/*Sidebar Forms*/
.sidebar-form label {
	font-weight: normal;
	color:#000;
	font-size:11px;
	display:block;
}
.sidebar-text {
	padding:0.15em;
	border:1px solid #a1a5a9;
	background:#fff url(../images/text-bg-hover.gif) repeat-x;
	width: 170px;
	margin: 5px 0;
}
.sidebar-text:hover, .sidebar-text:focus {
	border-color:#5e6165;
}
/**
 * Image Styles
 */
img.left {
	float:left;
	margin: 0 10px 0 0;
}
img.portrait {
	float:left;
	margin: 0 10px 10px 0;
	border:1px solid #a1a5a9;
}
/**
 *  Link Styles
 */
.columns1 a, .columns1 a:visited, .columns2-b a, .columns2-b a:visited, .columns3-b a, .columns3-b a:visited {
	color: #61ac5b;
}
.columns1 a:hover, .columns2-b a:hover, .columns3-b a:hover {
	border-bottom: 1px dotted #61ac5b;
}
a.app-store, a.app-store:visited {
	color: #000;
	display: block;
	width:144px;
	height:50px;
	background: url(../images/app-store.png) left top no-repeat;
	text-indent: -999em;
}
a.app-store:hover {
	border: 0;
	text-decoration: none;
}
a.audio, a.audio:visited {
	color: #000;
	display: block;
	background: url(../images/a-audio.gif) left top no-repeat; 
	padding: 1px 0 1px 20px;
}
a.audio:hover {
	border: 0;
	text-decoration: underline;
}
a.contact, a.contact:visited {
	display: block;
	width: 200px;
	height: 70px;
	text-indent: -999em;
	background: url(../images/a-contact.jpg) top left no-repeat;
	margin: 10px 0;
}
a.contact:hover {
	background-position: bottom left;
	border: 0;
}
a.external, a.external:visited {
	text-decoration: none;
}
span.external {
	background: url(../images/a-external.gif) right no-repeat;
	padding: 0 15px 0 0;
}
a.external-header, a.external-header:visited {
	color: #000;
	background: url(../images/a-external-header.gif) right top no-repeat; 
	padding: 1px 20px 1px 0;
}
a.external-header:hover {
	border: 0;
	text-decoration: underline;
}
a.fb, a.fb:visited {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	float: left;
	margin: 0 10px 10px 0;
	background: url(../images/a-fb.png) top no-repeat;
}
a.fb:hover {
	background-position: bottom;
}
a.home-next, a.home-next:visited {
	font-size: 14px;
	color: #000;
}
a.home-next:hover {
	border-bottom: 1px dotted #000;
}
span.home-next-black {
	background: url(../images/a-home-next-grey.png) center right no-repeat; 
	padding: 0 19px 0 0;
}
span.home-next-blue {
	background: url(../images/a-home-next-blue.png) center right no-repeat; 
	padding: 0 19px 0 0;
}
span.home-next-green {
	background: url(../images/a-home-next-green.png) center right no-repeat; 
	padding: 0 19px 0 0;
}
span.home-next-grey {
	background: url(../images/a-home-next-grey.png) center right no-repeat; 
	padding: 0 19px 0 0;
}
span.home-next-orange {
	background: url(../images/a-home-next-orange.png) center right no-repeat; 
	padding: 0 19px 0 0;
}
a.learn-more, a.learn-more:visited {
	display: block;
	width: 100px;
	height: 19px;
	text-indent: -999em;
	background: url(../images/a-learn-more.gif) top left no-repeat;
	margin: 10px 0;
}
a.learn-more:hover {
	background-position: bottom left;
	border: 0;
}
a.learn-more-arrow, a.learn-more-arrow:visited {
	color: #4d4d4d;
	background: url(../images/a-arrow.gif) center right no-repeat;
	padding: 0 10px 0 0;
}
a.learn-more-arrow:hover {
	border: 0;
	text-decoration: underline;
}
a.map, a.map:visited {
	color: #000;
}
a.map:hover {
	color: #3c2e87;
	border-bottom: 1px dotted #3c2e87;
}
a.news-next, a.news-next:visited {
	display: block;
	width: 34px;
	height: 30px;
	text-indent: -999em;
	float: right;
	background: url(../images/a-news-next.gif) top right no-repeat;
}
a.news-next:hover {
	background-position: bottom;
}
a.next, a.next:visited {
	color: #000;
}
a.next:hover {
	border-bottom: 1px dotted #000;
}
span.next {
	background: url(../images/a-next.gif) center right no-repeat; 
	padding: 0 19px 0 0;
}
a.pdf, a.pdf:visited {
	color: #000;
	display: block;
	background: url(../images/a-pdf.gif) left top no-repeat; 
	padding: 1px 0 1px 20px;
}
a.pdf:hover {
	border: 0;
	text-decoration: underline;
}
a.quicktime, a.quicktime:visited {
	color: #000;
	display: block;
	background: url(../images/a-qt.gif) left top no-repeat; 
	padding: 1px 0 1px 20px;
}
a.quicktime:hover {
	border: 0;
	text-decoration: underline;
}
a.read-more, a.read-more:visited, a.read-more-orange, a.read-more-orange:visited {
	display: block;
	width: 100px;
	height: 19px;
	text-indent: -999em;
	background: url(../images/a-read-more.gif) top left no-repeat;
	margin: 10px 0;
}
a.read-more-orange, a.read-more-orange:visited {
	background: url(../images/a-read-more-orange.gif) top left no-repeat;
}
a.read-more:hover, a.read-more-orange:hover  {
	background-position: bottom left;
	border: 0;
}
a.rss, a.rss:visited {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	float: left;
	margin: 0 10px 10px 10px;
	background: url(../images/a-rss.png) top no-repeat;
}
a.rss:hover {
	background-position: bottom;
}
a.sales, a.sales:visited {
	color: #4d4d4d;
}
a.sales:hover {
	text-decoration: underline;
}
a.starter, a.starter:visited {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	float: left;
	margin: 0 10px 10px 0;
	background: url(../images/a-starter.png) top no-repeat;
}
a.starter:hover {
	background-position: bottom;
}
a.twitter, a.twitter:visited {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	float: left;
	margin: 0 10px 10px 0;
	background: url(../images/a-twitter.png) top no-repeat;
}
a.twitter:hover {
	background-position: bottom;
}
a.view-now, a.view-now:visited {
	display: block;
	width: 100px;
	height: 19px;
	text-indent: -999em;
	background: url(../images/a-view-now.gif) top left no-repeat;
	margin: 10px 0;
}
a.view-now:hover {
	background-position: bottom left;
	border: 0;
}
a.webex, a.webex:visited {
	color: #000;
	display: block;
	background: url(../images/a-webex.png) left top no-repeat; 
	padding: 1px 0 1px 20px;
}
a.webex:hover {
	border: 0;
	text-decoration: underline;
}

/*
 * Home Page Promos 
 */
/* For 10 million students */
#tenMillion {
	height:300px;
	background: #afc9e5 url(../images/banner-home-10m.png) 0 0 no-repeat;
	margin-bottom:10px;
}
/* For the PS mobile launch */
#ps-mobile {
	height:300px;
	background: #444 url(../images/banner-home-ps-mobile.jpg) 0 0 no-repeat;
	margin-bottom:10px;
}
#ps-mobile a {
	display:block;
	width:960px;
	height:300px;
}
/* For the PS7 Launch */
#ps7 {
	height:300px;
	background: #3a71a7 url(../images/banner-home-v3-color.jpg) 0 0 no-repeat;
	margin-bottom:10px;
}
#ps7 .inside {
	padding:27px 10px 10px 10px;
}
#ps7 h1 {
	color: #fff;
	font-size:80px;
	text-shadow: 0 2px 4px #2f6399, 0 -1px 1px #568ec3;
	text-align:center;
	margin:0;
}
#ps7 h2 {
	color:#fff;
	font-size:30px;
	text-shadow: 0 2px 3px #2f6399, 0 -1px 1px #184c80;
	text-align:center;
	margin-bottom:20px;
}
#defaultCountdown {
	width: 491px;
	margin: 0px auto;
	text-align: center;
}
#now-available {
	width:350px;
	height:80px;
	margin:0px auto;
}
a.keynote, a.keynote:visited {
	display: block;
	float: left;
	margin:0;
	width: 278px;
	height: 138px;
	background: url(../images/screens/ps7-0/keynote.jpg) top no-repeat;
	text-indent: -999em;
}
a.keynote:hover {
	background-position:0 -148px;
}
a.now-available, a.now-available:visited {
	width:260px;
	height:80px;
	display:block;
	background: url(../images/a-now-available.png) no-repeat;
	text-align:center;
	text-shadow: 0 2px 2px #000;
	line-height:80px;
	color:#fff;
	font-size:35px;
	padding:0 60px 0 30px;
}
a.now-available:hover {
	background-position:0 -80px;
}
.sep {
	float:left;
	color:#181818;
	font-size:28px;
	font-weight:bold;
	padding:0 5px;
	line-height:80px;
}
.t7_numbs {
	font-size: 50px;
	font-weight: bold;
	text-align: left;
	text-shadow: 0 -1px 2px #000;
	color: #ffffff;
	line-height:80px;
}
#t7_d, #t7_h, #t7_m, #t7_s {
	background: url(../images/counter.png) no-repeat;
	float:left;
	width: 81px;
	height:80px;
	padding: 0 12px 0 12px;
	letter-spacing: 27px;
}
/* News */
#news {
	background: #ededed url(../images/news.png) repeat-x;
	height: 30px;
	margin-bottom:10px;
}
#news h1 {
	line-height: 30px;
	margin: 0 0 0 10px;
	padding: 0 11px 0 0;
	font-size: 13px;
	font-weight: bold;
	float: left;
	background: url(../images/h1-news.gif) right top no-repeat;
}
#news h1 a, #news h1 a:visited {
	color: #008b5d;
}
#news h1 a:hover {
	border-bottom: 1px dotted #008b5d;
}
#news-items {
	float: left;
	margin: 0 0 0 10px;
	width: 800px;
	overflow: hidden;
}
#news-items li {
	line-height: 30px;
}
#news-items li a, #news-items li a:visited  {
	color: #666;
}
#news-items li a:hover {
	border-bottom: 1px dotted #666;
}
/* Partners */
.callout1, .callout2, .callout3 {
	border: 1px solid #e8e8e8;
	background: url(../images/promo-2-b-v2.jpg) repeat-x;
	float:left;
	width:234px;
	margin:0 10px 0 0;
}
.callout3 {
	width:235px;
	margin:0;
}
.callout1 h2, .callout2 h2, .callout3 h2 {
	color: #fff;
	padding: 0 10px;
	line-height: 40px;
	background: #93bf85 url(../images/h1-promo-2-b-v2.jpg) repeat-x;
	border-bottom: 1px solid #e8e8e8;
	font-size:20px;
}
.callout1 p, .callout2 p, .callout3 p {
	padding: 0 10px;
}
/* Bread crumbs */
#breadcrumbs {
	font-size: 11px;
	color: #76797c;
	background: url(../images/breadcrumbs.gif) top right no-repeat;
	height: 36px;
	line-height: 34px;
	margin: 0 10px 10px 10px;
}
#breadcrumbs div {
	background: url(../images/breadcrumbs-div.gif) top left no-repeat;
	margin-right: 30px;
	height: 36px;
}
#breadcrumbs a, #breadcrumbs a:visited {
	display: block;
	float: left;
	background: url(../images/breadcrumbs-a.gif) top right no-repeat;
	color: #76797c;
	padding-right: 20px;
	margin-right: 11px;
	height: 36px;
}
#breadcrumbs a.home {
	padding-left: 15px;
}
#breadcrumbs a:hover {
	color: #000;
	border-bottom: 0;
}
/* Footer-Nav */
#footer-nav li {
	float: right;
	display: inline;
	margin: 3px 10px 0 0;
}
#footer-nav li a, #footer-nav li a:visited {
	color: #b7b7b7;
	font-size: .9em;
}
#footer-nav li a:hover {
	color: #7db658;
	border-bottom: 1px dotted #7db658;
}
#footer-nav li a.on, #footer-nav li a.on:visited, #footer-nav li a.on:hover {
	color: #7db658;
}
#footer-nav p {
	font-size: .9em;
	text-align: right;
	padding: 5px 10px 5px 0;
	margin: 0;
	color: #76797c;
	background: #ededed;
}
#footer-nav p a, #footer-nav p a:visited {
	color: #76797c;
}
#footer-nav p a:hover {
	border-bottom: 1px dotted #76797c;
}

