/**
 * Stylesheet for Expanding Universe
 * December 2006
 **/
body {
	background:#fff;
	margin:0;
	padding:0;
	color:#333;
	font:x-small/1.5em Arial, Verdana, Helvetica, sans-serif;
	voice-family: "\"}\""; voice-family:inherit;
	font-size:small;
} html>body {font-size:small;}

/** General definitions **/

a {
	color:#621505;
}

a:hover {
	color:#EA4033;
}

a:visited {
	color:#621505;
}

a:hover:visited {
	color:#EA4033;
}


h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:0px;
	margin-bottom:0.1em;
}

h1 {
	font-size:160%;
}

/** Used for heading image replacement **/
h1.movehide {
	text-indent:-5000px;
	margin:0;
}

h2 {
	color:#C00;
	font-size:140%;
	font-weight:bold;
}

h3 {
	font-weight:bold;
	font-size:110%;
	color:#C00;
}

img {
	border:0;
}

img.right {
	float:right;
	padding:0 0 0.5em 0.5em;
}

img.left {
	float:left;
	padding:0 0.2em 0.2em;
}

p {
	margin:0.5em 0;
}

ul {
	list-style-type:square;
	color:#333;
	margin-top:0.5em;
}

li {
	color:#333;
}

.hide {
	display:none;
}

.darkred {
	color:#c00;
}

/** Structure **/
#skip {
	text-indent:-5000px;
	float:left;
}

#mainHolder {
	width:750px;
	margin:1em auto 0.5em auto;
	border:1px solid #ccc;
	padding:0.7em;
}

#masthead {
	margin-bottom:1em;
}

#logoHolder {
	float:left;
}

#menuHolder {
	float:right;
	margin:1em 0 0 0;
	width:430px;
}

#contentHolder {
	margin-top:1em;
}

#pageTitle {
	width:100%;
	padding:0.2em 0.7em;
}

#contentHolder #leftCol {
	float:left;
	width:330px;
	min-height:300px;
	height:330px;
	padding:0.5em 0.7em;
	font-size:100%;
	line-height:1.5em;
}
/* End hide from IE-mac */
#contentHolder #leftCol2 {
	float:left;
	width:330px;
	min-height:300px;
	height:350px;
	padding:0.5em 0.7em;
	font-size:100%;
	line-height:1.5em;
}

#contentHolder #rightCol {
	float:right;
	width:370px;
	padding:0.5em 0.7em;
	font-size:95%;
	line-height:1.5em;	
}

#contentHolder .sameCol {
	width:350px;
	padding:0.5em 0.7em;
}

.contactPhone, .contactEmail {
	padding-top:150px;
	background: transparent url(images/contact_phone.jpg) no-repeat center center;
	text-align:center;
}

.contactEmail {
	font-size:110%;
	background: transparent url(images/contact_email.jpg) no-repeat center center;
}

#strapline {
	font-size:85%;
	width:70%;
	margin:0 1em;
	font-weight:bold;
	font-size:100%;
	clear:both;
}

#footer {
	font-size:80%;
	color:#666;
	width:750px;
	margin:0 auto;
	text-align:right;
}


/** Main menu definition **/
#menu {
	
}

.menuitem {
	display:inline;
	float:left;
	border:0;
	font-size:10%;
}

#menuContact {
	width:86px;
	height:40px;
}

#menuCasestudies {
	width:124px;
}

#menuPartners {
	width:96px;
}

/** Home 3 column structure **/
#homeMenu1, #homeMenu2, #homeMenu3 {
	font-size:85%;
	line-height:150%;
}

#homeMenu1 {
	float:left;
	width:145px;
	background:transparent url(images/home_1.jpg) no-repeat top left;
	padding:140px 0 2em 80px;
}

#homeMenu2 {
	float:left;
	width:145px;
	background:transparent url(images/home_2.jpg) no-repeat top left;
	padding:125px 0 2em 110px;
}

#homeMenu3 {
	float:right;
	width:145px;
	background:transparent url(images/home_3.jpg) no-repeat top left;
	padding:115px 0 2em 105px;	
}

#subcolHolder {
	margin-left:235px;
}
#clear {
	clear: both;
	display: block;
}

/** Other **/
.indent {
	padding-left:60px;
	padding-top:0em;
	padding-bottom:0.2em;
}

.pad {
	padding-bottom:2em;
}

/** icons **/
.icons {
	background:transparent url(images/icon_platforms.jpg) no-repeat top left;
	height:200px;
}

.arrow {
	background:transparent url(images/icon_arrow.jpg) no-repeat top left;
	padding-bottom:0em;
}

.phone {
	background:transparent url(images/icon_phone.jpg) no-repeat top left;
}

.community {
	background:transparent url(images/icon_community.jpg) no-repeat top left;
}

.camera {
	background:transparent url(images/icon_camera.jpg) no-repeat top left;
}

.video {
	background:transparent url(images/icon_video.jpg) no-repeat top left;
}

.streamlined {
	background:transparent url(images/icon_streamlined.jpg) no-repeat top left;
}

.screen {
	background:transparent url(images/icon_screen.jpg) no-repeat top left;
}

.email {
	background:transparent url(images/icon_email.jpg) no-repeat top left;
}

.redbutton {
	background:transparent url(images/icon_redbutton.jpg) no-repeat top left;
}

/* CSS hack to avoid having to use a clearing element to extend a div around floated elements */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
