* {
	margin: 0;
	padding: 0;
	}
	
.clear { clear: both; }	
.float-left { float: left; margin-right: 15px; }
.float-right { float: right; margin-left: 10px; }
	
body {
	background: #f1e9dc url(img/background-tile.jpg) 0 0 repeat-x;
	font-family: Helvetica, Arial, Verdana, Trebuchet, Tahoma, sans-serif;
	font-size: 14px;
	color: #444;
	line-height: 150%;
	margin-bottom: 20px;
	}
img, a img {border:none;}
p {
	font-size: 14px;
	color: #444;
	line-height: 150%;
	margin: 10px 0px 14px 0px;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
a:focus {-moz-outline-style: none; }
hr {
	color: #090;
	border: 0;
	background-color: #090;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 4px;}

h1 a {
	background: url(img/logo.png) 0 0 no-repeat;
	width: 325px;
	height: 72px;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 1px;
	}
h1 a span { display: none; }
	
h2 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #369;
	}	
h3 {
	font-size: 18px;
	color: #369;
	line-height: 120%;
	margin: 0px 40px 20px 20px;
}	
h4 {
	font-size: 18px;
	color: #000;
	line-height: 120%;
}	
#wrapper {
	background: url(img/background.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 80px 0 0 60px;
	width: 100%;
	height: 750px;
}
#container {
	width: 955px;
}	
#main {
	float: left;
	width: 700px;
}
#phone {
	width: 325px;
	float: right;
	margin: 0px 0px 0px 0px;
	text-align: right;
	font-family: Optima, Arial, Helvetica, sans-serif;
	color: #333;
	}
#main h3 {
	font-size: 16px;
	color: #369;
	line-height: 120%;
	margin: 0px 0px 0px 0px;
}
#main ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}
#careers li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px 0px 0px 20px;
}
#slider {
	position: relative;
	width: 700px;
}
.scroll {
	width: 700px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}	
.scrollContainer div.panel {
		width: 700px;
}
.hide { display: none; }

.gallery img {
		padding:2px;
		border:solid 1px #c0c5d6;
}
.gallery {
		text-align:left;
}
		
#nav {
	width: 700px;
	height: 47px;
	border-top: 1px solid #408bc2;
	border-bottom: 1px solid #408bc2;
	margin-bottom: 40px;
	}
#nav li {
		list-style-type: none;
		float: left;
		padding-top: 17px;
		padding-bottom: 17px;
		padding-right: 15px;
		padding-left: 15px;
}
#nav li a {
		height: 17px;
		line-height: 47px;
		display: block;
		color: #93C4E2;
		font-size: 11px;
		text-decoration: none;
}
#nav li a span { display: none; }
#nav li a:hover { background-position: 0 -17px; }
#nav li#nav-home a.selected { background: url(img/nav-home.png) center -34px no-repeat; height: 30px; }
#nav li#nav-work a.selected { background: url(img/nav-work.png) center -34px no-repeat; height: 30px; }
#nav li#nav-approach a.selected { background: url(img/nav-approach.png) center -34px no-repeat; height: 30px; }
#nav li#nav-news a.selected { background: url(img/nav-news.png) center -34px no-repeat; height: 30px; }
#nav li#nav-people a.selected { background: url(img/nav-people.png) center -34px no-repeat; height: 30px; }
#nav li#nav-careers a.selected { background: url(img/nav-careers.png) center -34px no-repeat; height: 30px; }
#nav li#nav-blog a.selected { background: url(img/nav-blog.png) center -34px no-repeat; height: 30px; }
#nav li#nav-contact a.selected { background: url(img/nav-contact.png) center -34px no-repeat; height: 30px; }
#nav-home a { background: url(img/nav-home.png) 0 0 no-repeat; width: 50px; height: 17px; }
#nav-work a { background: url(img/nav-work.png) 0 0 no-repeat; width: 50px; height: 17px; }
#nav-approach a { background: url(img/nav-approach.png) 0 0 no-repeat; width: 70px; height: 17px; }
#nav-news a { background: url(img/nav-news.png) 0 0 no-repeat; width: 60px; height: 17px; }
#nav-people a { background: url(img/nav-people.png) 0 0 no-repeat; width: 60px; height: 17px; }
#nav-careers a { background: url(img/nav-careers.png) 0 0 no-repeat; width: 60px; height: 17px; }
#nav-blog a { background: url(img/nav-blog.png) 0 0 no-repeat; width: 60px; height: 17px; }
#nav-contact a { background: url(img/nav-contact.png) 0 0 no-repeat; width: 64px; height: 17px; }

#icons {
	width: 240px;
	height: 88px;
	}
#icons li {
		list-style-type: none;
		float: left;
		padding: 6px 6px 30px 0px;
}
#icons li a {
		height: 30px;
		display: block;
		color: #93C4E2;
		text-decoration: none;
}
#icons li a span { display: none; }
#icons li a:hover { background-position: 0 -30px; }

#icons-linkedin a { background: url(img/linkedin.png) 0 0 no-repeat; width: 30px; height: 30px; }
#icons-facebook a { background: url(img/facebook.png) 0 0 no-repeat; width: 30px; height: 30px; }
#icons-twitter a { background: url(img/twitter.png) 0 0 no-repeat; width: 30px; height: 30px; }
#icons-googleplus a { background: url(img/googleplus.png) 0 0 no-repeat; width: 30px; height: 30px; }
#icons-wordpress a { background: url(img/wordpress.png) 0 0 no-repeat; width: 30px; height: 30px; }
		
#work ul { list-style-type: none; margin: 35px 0px 0px 0px; padding: 0; }
#work li { float: left; margin: 4px 12px 2px 0; border: none; }
#work li img { width: 140px; height: 100px; border: none; }
#work li a img { display: block; padding: 3px; border: 1px solid #93b49c; margin-bottom: 6px; }
#work li a:hover img { background: #93b49c; border: 1px solid #93b49c; }
#work p { font-size: 10px; clear: both; }
#work h3{ margin: 0px 0px 10px 0px; }
#work h3 a { float: left; text-decoration: none; font-size: 12px; color: #777; margin-right: 4px; }

#marketing-analysis h2{
			margin: 14px 0px 6px 0px;
			}

#sidebar {
	float: right;
	width: 240px;
	padding: 0 0px;
}
#sidebar h2{
	font: 20px arial,sans-serif,;
	padding: 14px 0px 0px 0px;
	line-height: 110%;
	font-weight: bold;
}
#sidebar img{
		margin:10px 0px 4px 0px;
}
#sidebar.social img {
	display:block;
	float:left;
	margin:14px 10px 0px 0px;
}
.categories li {
	height:28px;
	list-style-type: none;
	color:#666;
	font-family: Optima, Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
}
.categories li a {
	color:#666;
}
.categories li a:hover {
	color:#000;
}

.freeConsultation {
	font-size: 16px;
	font-weight: bold;
	margin: 14px 0px 0px 0px;
	line-height: 110%;
}
#footer {
	width: 700px;
	float: left;
	color: #777;
	font-size: 14px;
}
#footer img {
	margin:10px 6px 12px 0px;
}
#footer h4{	
	margin:10px 0px 0px 0px;
}
.copyright {
	font-size: 12px;
}
.checkboxindent {
	margin:0px 0px 0px 20px;
}
