body {
	margin: 0;
	padding: 0;
	background: #142d34;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #000;
}

a {
	color:#04a;
	text-decoration: underline;
}

a:hover {
	color: #c30;
	text-decoration: underline;
}

a img {
	border: 0;
}

div#header-holder {
	background: url('http://www.blucube.net/images/header-bar.png') repeat-x;
	height: 61px;
}

div#header {
	height: 61px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

div#logo {
	position: relative;
}

div#logo img {
	border: 0;
	position: absolute;
	z-index:100;
}

div#blucube {
	float: left;
	padding: 17px 0 0 164px;
	margin: 0;
}

div#blucube h2 {
	padding: 0;
	margin: 0;
	height: 26px;
	width: 154px;
	background: url('http://www.blucube.net/images/blucube.png') no-repeat;
	text-indent: -9999px;
}

div#navigation {
	float: right;
	height: 60px;
}

div#navigation ul {
	margin: 0;
	padding: 0;
	height: 60px;
	float: right;
	list-style: none;
}

div#navigation ul li {
	height: 60px;
	float: left;
	background: url('http://www.blucube.net/images/nav-splitter.gif') right no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	margin: 0;
	padding: 0 10px;
	text-align: right;
}


div#navigation a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #999;
	margin-top: 18px;
}

div#navigation a.active {
	color: #09c;
}

div#navigation a:hover {
	color: #333;
}

div#navigation a.active:hover {
	color: #09c;
}

div#navigation a span{
	text-decoration: none;
	font-weight: normal;
	color: #999;
	font-size: 8pt;
}

div#top-holder {
	background: url('http://www.blucube.net/images/header-bg.png') repeat-x;
	height: 308px;
}

div#top {
	background: url('http://www.blucube.net/images/top-bg.png') no-repeat;
	height: 308px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

div#content-holder {
	min-height: 175px;
	background: #eee url('http://www.blucube.net/images/main-bg.png') repeat-x;
}

div#content-under {
	background: url('http://www.blucube.net/images/content-under.png') repeat-y;
	min-height: 175px;
	width: 1000px;
	margin: 0 auto;
}

div#content {
	background: url('http://www.blucube.net/images/content-bg.png') top no-repeat;
	min-height: 275px;
	height: 275px;
	padding: 16px 22px 0px 22px;
	margin: 0;
}

div#footer-holder {
	height: 130px;
	background: url('http://www.blucube.net/images/footer-bg.png') repeat-x;
}

div#footer {
	height: 50px;
	width: 980px;
	background: url('http://www.blucube.net/images/footer.png') no-repeat;
	margin: 0 auto;
	padding: 80px 0 0 20px;
	color: #fff;
	font-size: 8pt;
}	

h1 {
	color: #333;
	margin: 0;
}

p {
	font-size: 10pt;
	line-height: 140%;
}

/* Bubbles! */

div#bubbleTwitter {
	display: none;
	position: absolute;
	z-index: 10;
	width: 182px;
	height: 133px;
	background: url('http://www.blucube.net/images/bubble-twitter.png') no-repeat;
	padding: 0;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-style: italic;
	left: 133px;
	top: 93px;
}

div#bubbleTitleTwitter {
	display: none;
	position: absolute;
	z-index: 12;
	width: 164px;
	height: 49px;
	left: 165px;
	top: 68px;
}

div#bubbleTwitter div {
	display: table;
	height: 83px;
	width: 182px;
	margin: 0px;
	
}

span#lastTweet {
	display: table-cell;
	height: 100%;
	width: 100%;
	padding: 35px 15px 35px 15px;
	vertical-align: middle;
	text-align: center;
}

div#oh-hello {
	display: none;
	position: absolute;
	left: 575px;
	top: 90px;
}

div#get-in-touch {
	display: none;
	position: absolute;
	left: 470px;
	top: 90px;
}

div#contactTab {
	position: absolute;
	overflow: hidden;
	width: 38px;
	height: 266px;
	background: url('http://www.blucube.net/images/contact-tab.png') top left no-repeat;
	right: 0px;
	top: 82px;
	z-index: 20;
	cursor: pointer;
}

div#contactTab.noPoint {
	cursor: default;
}

div#contactTab.over {
	width: 40px;
}

div#contactTab div {
	width: 290px;
	padding: 15px 10px 10px 100px;
}

div#contactTab div#closeTab {
	float: right;
	background: url('http://www.blucube.net/images/close-tab.png') top left no-repeat;
	width: 47px;
	height: 12px;
	padding: 0;
	cursor: pointer;
}

div#content p {
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
}

div#content h1 {
	margin-bottom: 0.7em;
}

div#contactDetails span.pad{
	display: inline-block;
	width: 5em;
}

div#contactDetails {
	float: right;
	padding-left: 3em;
	padding-right: 3em;
	border-left: solid 1px #666;
}

div#contactText p {
	padding-left: 3em;
	padding-top: 4em;
	width: 41em;
}

