/* SCREEN STYLES */

/* @group GLOBAL */

body, input, select, textarea, button {font-family: Arial, serif;}

html, body {
	background: #cae1f4;
}

body {
	color: #333;
	padding-bottom: 40px;
}

a {color: #005288;}
a:hover {text-decoration: none;}

/* @end GLOBAL */

/* @group #header */

#header {
	background: #162732;
	margin-bottom: 30px;
}

#header a {
	color: #717074;
	text-decoration: none;
}

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

#headerWrap {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
}

#header .logo {
	float: left;
	width: 104px;
	height: 21px;
	margin: 0;
}

#header .logo a {
	display: block; 
	height: 100%;
	text-indent: -9999em;
	background: url(../img/logo-sw.png);
}

#header #nav {
	float: right;
	margin: 2px 0 0 0;
}

#header #nav li {
	float: left;
	margin: 0 0 0 18px;
	list-style: none;
}

/* @end #header */

#contentContainer {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}

#contentContainer .callToAction {
	clear: both;
	overflow: hidden;
	margin: -9px 0 0 -24px;
	height: 85px;
	width: 937px;
	background: url(../img/bg-band-orange.png);
}

#contentContainer .callToAction.ready {
	margin-left: 36px;
}

#contentContainer .callToAction a {
	height: 100%;
	display: block;
	text-indent: -9999em;
	background: no-repeat 50% 67%;
}

#contentContainer .callToAction.start a {background-image: url(../img/h-start-contact.png);}
#contentContainer .callToAction.ready a {background-image: url(../img/h-ready-contact.png);}

/* @group #banner */

#banner {
	padding: 5px 60px 0;
	margin-bottom: 50px;
	*float: left;
}

#banner h2 {
	text-indent: -9999em;
	height: 103px;
	width: 622px;
	background: url(../img/h-introducing-neighbourhood.gif);
	margin: 40px auto 30px;
}

#banner #strap {
	text-indent: -9999em;
	height: 34px;
	width: 741px;
	background: url(../img/h-socially-connected.gif);
	margin: 0 auto 40px;
}

#banner #video {
	float: left;
	width: 512px;
	height: 320px;
	border: 4px solid #d8d9db;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	margin-bottom: 25px;
}

#banner p {
	font-size: 1.4em;
	line-height: 1.5;
}

#banner #intro {
	float: right;
	width: 280px;
}

#banner #navSocialApps {
	float: right;
	margin: 10px 0 0 -9px;
	width: 289px;
}

#banner #navSocialApps li {
	list-style: none;
	margin: 0 0 0 9px;
	text-indent: -9999em;
	height: 32px;
	width: 32px;
	float: left;
} 

#banner #navSocialApps .lnkFB {background: url(../img/icons/facebook_32.png);}
#banner #navSocialApps .lnkTwitter {background: url(../img/icons/twitter_32.png);}
#banner #navSocialApps .lnkFlickr {background: url(../img/icons/flickr_32.png);}
#banner #navSocialApps .lnkYouTube {background: url(../img/icons/youtube_32.png);}
#banner #navSocialApps .lnkGoogle {background: url(../img/icons/google_32.png);}
#banner #navSocialApps .lnkRSS {background: url(../img/icons/rss_32.png);}
#banner #navSocialApps .lnkVimeo {background: url(../img/icons/vimeo_32.png);}

#banner #whatIsSocialMedia {
	float: right;
	width: 280px;
	font-size: 1.1em;
	text-align: center;
	margin: 10px 0 20px;
}

#banner #whatIsSocialMedia a {
	font-style: italic;
	color: #a8cdf5;
}

#banner blockquote {
	float: right;
	width: 280px;
	margin: 0;
	background: url(../img/quotes-close.png) 100% 0 no-repeat;
}

#banner blockquote .quote {
	margin: 0 0 5px 0;
	padding-right: 35px;
}

#banner blockquote .quoted {
	margin: 0;
	text-align: right;
}

/* @end #banner */

/* @group #content */

#content {
	clear: both;
	background: #eff0f0;
}

#content #navContent {
	margin: 0;
	padding: 0 60px;
	background: #fff;
	float: left;
	width: 840px;
	border-bottom: 3px solid #d8d9db;
}

#content #navContent li {
	margin: 0 5px -3px 0;
	list-style: none;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
}

#content #navContent li a {
	color: #333;
	display: block;
	padding: 9px 12px 9px;
	text-decoration: none;
	outline: none;
}

#content #navContent li a:hover {
	text-decoration: underline;
}

#content #navContent .selected a {
	background: #eff0f0;
	border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
}

#content #navContent .selected a:hover {
	text-decoration: none;
}

#content #sections {
	clear: both;
	padding: 0 72px 30px;
	overflow: auto;
	overflow-x: hidden;
	height: 460px;
	position: relative;
}

#content .section {
	clear: both;
	overflow: hidden;
	width: 816px;
	height: 465px;
	padding-top: 5px;
}

#content .section h3 {
	position: absolute; left: -9999em; /* Accessible hide */
}

#content .section .intro {
	font-size: 1.6em;
	margin-bottom: 1.6em;
}

#content #how img {
	float: left;
	width: 490px;
	height: 440px;
}

#content #how ul {
	float: right;
	width: 280px;
	margin: 0;
}

#content #how ul li {
	margin: 0 0 1em;
	font-size: 1.4em;
}

#content #who #examples {
	float: left;
	width: 290px;
	margin: 0;
	border-right: 1px solid #d8d9db;
	padding-right: 20px;
}

#content #who #examples li {
	margin: 0 0 1em;
	font-size: 1.4em;
	list-style: none;
	line-height: 1.5;
}

#content #who #examples li strong {
	color: #F57E00;
}

#content #caseStudies {
	float: right;
	width: 475px;
}

#content #caseStudies .caseStudy {
	margin-bottom: 30px;
}

#content #caseStudies .caseStudy .logo {
	float: left;
	border: 4px solid #d8d9db;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	background: #fff;
	margin-right: 15px;
}

#content #caseStudies .caseStudy h4 {
	margin-top: 0;
	margin-bottom: 0.7em;
	color: #F57E00;
	font-size: 1.6em;
}

#content #caseStudies .caseStudy p {
	line-height: 1.5;
}

#content #caseStudies .caseStudy .lnk {
	text-align: right;
	font-size: 1.4em;
}

#content #cost #whatDoYouGet {
	float: left;
	width: 520px;
	border-right: 1px solid #d8d9db;
	padding-right: 25px;
}

#content #cost #whatDoYouGet h4 {
	margin-top: 0;
	font-size: 1.6em;
	color: #F57E00;
}

#content #cost #whatDoYouGet ul {
	margin: 0;
}

#content #cost #whatDoYouGet li {
	margin: 0 0 1em 1em;
	font-size: 1.4em;
}

#content #cost #price {
	float: right;
	width: 240px;
	background: #fff;
	padding: 15px 0;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	font-size: 1.6em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
}

#content #cost #price strong {
	font-size: 2.5em;
	display: block;
	line-height: 1;
	color: #F57E00;
}

#content #cost #addedExtra {
	width: 225px;
	float: right;
}

#content #cost #addedExtra h4 {
	margin-top: 0;
}

#content #cost #addedExtra p {
	line-height: 1.5;
}

/* @end #content */

/* @group #subContent */

#subContent {
	background: url(../img/bg-fold.png) no-repeat;
	color: #fff;
	margin: -13px -13px 0;
	padding-top: 13px;
	*float: left;
}

#subContent #contact {
	padding: 10px 72px 50px;
	background: #F57E00;
}

#subContent #contactDetails a {
	color: #fff;
}

#subContent #contactDetails h3 {
	font-size: 3em;
}

#subContent #contactDetails h3 a {
	text-decoration: none;
}

#contactDetails {
	overflow: hidden;
}

#contactDetails p {
	font-size: 1.4em;
}

#contactDetails #contactCard {
	float: left;
	width: 320px;
}

#contactDetails #contactCard {
	clear: left;
}

#contactDetails #formContactUs {
	float: right;
	width: 460px;
}

#contactDetails #formContactUs .field,
#contactDetails #formContactUs .action {
	font-size: 1.4em;
}

#contactDetails #formContactUs .field label,
#contactDetails #formContactUs .field br {
	display: none;
}

#contactDetails #formContactUs .field input {
	border: 0;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	padding: 5px 7px;
	width: 16em;
}

#contactDetails #formContactUs .field textarea {
	border: 0;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	padding: 5px 7px;
	width: 28em;
	height: 7em;
}

#contactDetails #formContactUs .action button {
	border: 0;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	padding: 5px 7px;
	cursor: pointer;
	background: #ededed;
	font-weight: bold;
}
	
/* @end #subContent */

/* @group #footer */

#footer {
	background: #162732;
	border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
	padding: 35px 60px 50px;
	color: #fff;
	overflow: hidden;
}

#footer a {
	color: #00bce4;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer h5 {
	font-size: 1.6em;
}

#footer #sectAbout {
	overflow: hidden;
	border-bottom: 1px solid #223a49;
	padding-bottom: 25px;
	margin-bottom: 15px 
}

#footer #sectAbout .logo {
	float: left;
	width: 202px;
	height: 66px;
	margin: 0;
}

#footer #sectAbout .logo a {
	display: block; 
	height: 100%;
	text-indent: -9999em;
	background: url(../img/logo-sw-footer.gif);
}

#footer #sectAbout .blurb {
	float: right;
	width: 620px;
	font-size: 1.4em;
	margin: 8px 0 0;
}

#footer #sectProducts {
	float: left;
	width: 280px;
}

#footer #sectProducts {
	float: left;
	width: 205px;
}

#footer #sectProducts ul {
	margin: 0;
}

#footer #sectProducts ul li {
	margin: 0 0 1em;
	list-style: none;
}

#footer #sectProducts ul li .img {
	width: 16px;
	height: 16px;
	background: #fff;
	float: left;
	margin-right: 5px;
	display: none;
}

#footer #sectConnect {
	float: right;
	width: 620px;
}

#footer #sectFeeds {
	overflow: hidden;
	margin-left: -10px;
	*margin-left: 0;
	margin-bottom: 20px;
}

#footer #sectFeeds .feed {
	width: 200px;
	*width: 196px;
	margin-left: 10px;
	float: left;
	color: #333;
	position: relative;
	background: url(../img/bg-speech-bubble-bottom.png) no-repeat 40% 96%;
}

#footer #sectFeeds .feed ul {
	margin: 0 0 20px;
	min-height: 151px;
	background: #fff;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	padding: 7px;
}

#footer #sectFeeds .feed ul li {
	list-style: none;
}

#footer #sectFeeds .feed ul li .date {
	font-style: italic;
	font-weight: bold;
	font-family: Georgia;
}

#footer #sectFeeds .feed h6 {
	position: absolute;
	bottom: 0;
	left: 7px;
	font-size: 1.2em;
	color: #fff;
	margin: 0;
}

#footer #sectFeeds .feed .lnk {
	position: absolute;
	bottom: 0;
	right: 7px;
	margin: 0;
}

#footer #sectMailingList {
	border-top: 1px solid #223A49;
	padding: 14px 10px 10px;
}

#footer #sectMailingList p {
	margin: 0 0 7px;
}

#footer #sectMailingList #formMailingList .field,
#footer #sectMailingList #formMailingList .action {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	*margin-right: 5px;
}

#footer #sectMailingList #formMailingList .field label,
#footer #sectMailingList #formMailingList .field br {
	display: none;
}

#footer #sectMailingList #formMailingList .field input {
	border: 0;
	padding: 5px;
	width: 20em;
	*width: 19em;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#footer #sectMailingList #formMailingList .action {
	margin-right: 0;
}

#footer #sectMailingList #formMailingList .action button {
	background: #00BCE4;
	padding: 4px 8px;
	color: #fff;
	border: 0;
	cursor: pointer;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

/* @end #footer */
