@import url("reset.css");

body {
	background: url(../images/background.jpg) repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #4c5353;
	overflow-x: hidden;
}

a:link {
	color:#00a4de;
	text-decoration:none;
	background: none;
}

a:visited {
	color:#00a4de;
	text-decoration:none;
	background: none;
}

a:hover {
	color:#00a4de;
	text-decoration:underline;
	background: none;
}

a:active {
	color:#00a4de;
	text-decoration:none;
	background: none;
}

p {
	line-height: 18px;
	margin: 12px 0 17px 0;
	word-spacing: 3px;
}

.hide {
	display: none;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 20px;
	font-family: Georgia;
	font-weight: 100;
}

#topbar {
	background: #00a4de;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 92px;
	overflow: visible;
}

#header {
	background: url(../images/header.png) center no-repeat;
	width: 980px;
	height: 120px;
	position: absolute;
	left: 50%;
	margin-left: -490px;
}

#header #zone1media {
	position: absolute;
	bottom: 30px;
	left: 0;
}

#wrapper {
	width: 980px;
	margin: 120px auto;
	opacity: 0;
	filter: alpha(opacity=0);
}

.hero-img {
	position: relative;
	top: -27px;
	*top: 92px;
}

.hero-tag {
	font-size: 50px;
	font-family: Georgia;
	text-shadow: 1px 1px 1px #000;
	color: #000000;
	position: relative;
	width: 350px;
	top: -275px;
	*top: -130px;
	z-index: 100;
}

.hero-desc {
	font-size: 14px;
	width: 420px;
	position: relative;
	top: -260px;
	line-height: 20px;
	padding-left: 3px;
	*top: -130px;
}

#content {
	margin-top: -140px;	
	position: absolute;
	top: 530px;
	width: 980px;
	padding-top: 13px;
	border-top: solid 1px #cacaca;
}

#main {
	width: 45%;
	float: left;
	position: relative;
	margin-left: 3px;
}

#examples {
	padding: 20px 0;
	border-top: solid 1px #cacaca;
}

.examples_list { 
	float: left;
	width: 300px;
	margin-top: 10px;
}

.examples_list li {
	margin: 5px 0;
}

.examples_list li a {
	text-decoration: none;
	font-weight: bold;
	color: #4c5353;
	font-size: 13px;
}

#sidebar {
	width: 50%;
	float: right;
	position: relative;
	padding-top: 10px;
}

#sidebar .whatwedo {
	float: left;
}

#sidebar .whatwedo li {
	background: url(../images/tick.png) no-repeat left top;
	padding-left: 23px;
	text-decoration: none;
	font-weight: bold;
	color: #4c5353;
	font-size: 13px;
	margin: 12px 0 0 24px;
}

#sidebar .whatwedo li.title {
	background: none;
	padding: none;
	margin: 0 0 15px 0;
	font-size: 20px;
	font-family: Georgia;
	font-weight: 100;
}

#calltoaction {
	padding-top: 20px;
	border-top: solid 1px #cacaca;
}

#calltoaction h2 {
	font-size: 18px;
}

#calltoaction h2, #calltoaction p {
	display: inline;
}

#calltoaction span {
	margin-left:20px;
}

#calltoaction p.docs {
	margin-top: 10px;
	font-size: 10px;
	word-spacing: 0;
}

#twitter_feed_holder {
	width: 100%;
	position: absolute;
	top: 920px;
	*top: 940px;
	background: none;
	padding-top: 10px;
	color: #333;
	font-size: 13px;
	min-height: 80px;
}

#twitter_feed {
	width: 970px;
	margin: 0 auto;
}

#twitter_feed ul { display:none; color: #fff; }
#twitter_feed ul li { 
	clear:both; 
	padding:10px 0 15px 40px; 
	margin: 20px 0; 
	background: url(../images/twitter-icon.jpg) no-repeat top left;
	position: relative;
}

#twitter_feed ul li .thumb_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	z-index: 10;	
}

#twitter_feed span.twitterTime { font-style: italic; color: #c5c5c5; }




