@charset "utf-8";
/* CSS Document */

.clear {
	clear:both;
}

* {
	padding:0;
	margin:0;
}

img {
	border:none;
}

body {
	padding-top:55px;
	background:url(web-design-images/bg.jpg) repeat-x;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
}

h2 {
	color:#f63;
	font-size:16px;
}

#wrapper {
	margin:auto;
	width:900px;
}

#header {
	position:relative;
	height:123px;
	background:url(web-design-images/header-bg.jpg) no-repeat bottom;
}

#branding {
	float:right;
	padding-right:65px;
}

#top-nav {
	position:absolute;
	top:70px;
	left:70px;
}

#tagline {
	position:absolute;
	width:825px;
	top:108px;
	left:0px;
	font-size:10px;
	color:#666;
	text-align:right;
}

#main {
	background:url(web-design-images/main-bg.png);
}

#side-nav {
	padding:6px 0 0 25px;
	width:25px;
	height:254px;
	text-align:right;
	background:url(web-design-images/side-bg.png);
}

#content {
	float:right;
	width:796px;
	padding:3px 49px 0 0;
}
#quote {
	float:right;
	width:300px;
	padding:0px 10px 10px 30px;
}

#footer {
	height:69px;
	background:url(web-design-images/footer-bg.jpg) no-repeat top;
}

#footer-links {
	padding-left:105px;
}

#footer-links img {
	padding:0 5px 0 0;
}

#copyright {
	float:left;
	padding:30px 0 0 105px;
	font-size:9px;
	color:#666;
}

#call {
	float:right;
	padding:28px 105px 0 0;
	font-size:12px;
	color:#f63;
}

.content-text-header {
	font-size:14px;
	color:#f63;
}

/* ---------- HEADERS ---------- */

#content-header {
	width:752px;
	margin-left:22px;
}

.home {
	height:252px;
	background:url(web-design-images/home-header.jpg);
}

.create {
	height:77px;
	background:url(web-design-images/create-header.jpg);
}
.capture {
	height:77px;
	background:url(web-design-images/capture.jpg);
}
.converse {
	height:77px;
	background:url(web-design-images/converse.jpg);
}

.we-say {
	height:77px;
	background:url(web-design-images/we-say-header.jpg);
}
.they-say {
	height:77px;
	background:url(web-design-images/they-say-header.jpg);
}
.you-say {
	height:77px;
	background:url(web-design-images/you-say-header.jpg);
}

.blog {
	height:77px;
	background:url(web-design-images/blog-header.jpg);
}

/* ---------- HOME ---------- */

.home-container {
	padding:30px 0 20px;
}

.home-case-study {
	float:left;
	padding:0 0 0 22px;
}

.home-case-study-text {
	float:right;
	width:280px;
	padding:26px 50px 0 0;
	line-height:19px;
	text-align:justify;
}

/* ---------- CREATE ---------- */

.create-container {
	padding:0 0 48px 0;
}

.create-nav {
	float:left;
	width:130px;
	padding:48px 0 0 50px;
	font-size:12px;
	line-height:22px;
}

.create-nav ul {
	list-style:none;
}

.create-text {
	float:left;
	width:280px;
	padding:50px 0 0 0;
	line-height:19px;
	text-align:justify;
}
.converse-text {
	float:left;
	width:580px;
	padding:50px 0 0 0;
	line-height:19px;
	text-align:justify;
}

.create-panels {
	float:right;
	width:260px;
	padding:34px 34px 0 0;
}

.create-panel {
	float:left;
	width:98px;
	height:98px;
	padding:16px;
	background:url(web-design-images/create-panel.jpg);
	overflow:hidden;
}

/* ---------- WE SAY ---------- */

.we-say-container {
	padding:50px 55px 50px 50px;
}

.we-say-container p {
	margin:20px 0 0 0;
	line-height:19px;
}

/* ---------- BLOG ---------- */

.blog-container {
	padding:50px 55px 10px 50px;
}

.content-blog {
	background:url(web-design-images/blog-header-outside.gif) no-repeat top right;
}

.sidebar {
	float:left;
	width:165px;
}

.sidebar h2 {
	color:#999;
	margin:0 0 10px 0;
}

.sidebar ul {
	list-style:none;
	font-size:12px;
}

.sidebar li {
	margin:0 0 7px 0;
}

.sidebar input {
	width:125px;
}

.sidebar option {
	width:110px;
}

.sidebar-space {
	height:15px;
}

#blog-posts {
	overflow:auto;
	text-align:right;
}

.blog-post {
	width:523px;
	overflow:auto;
	padding:0 0 50px 0;
	text-align:left;
}

.post-date {
	float:left;
	width:30px;
	height:30px;
	background:#ddd;
	color:#fff;
	text-align:center;
	font-weight:bold;
}

.post-date-day {
	font-size:16px;
	line-height:18px;
}

.post-date-month {
	font-size:10px;
	line-height:10px;
	text-transform:uppercase;
}

.post-content {
	float:right;
	width:480px;
}

.post-actual {
	padding:10px 0 0 0;
	line-height:19px;
}

.post-actual p, ul, ol {
	margin-bottom:15px;
}

.post-more {
}

/* ---------- LINKS ---------- */

a {
	text-decoration:none;
	color:#f63;
}

.active {
	color:#366;
}

