body {
	font-family: Helvetica;
	text-align: center;
	max-width: 480px;
	min-width: 320px;
}

#logo {
	width: 100%;
	height: auto;
}

.header {
	background-image: url(FusionReactorMod4.jpg);
	background-attachment: fixed;
	background-position: 83 -405;
}

#foldhighlight {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	background-color: blue;
	z-index: 10000;
	opacity: 0.2;
}

#footer {
	width: 100%;
	color: white;
	margin-top: 25px;
}

#linkbar {
	text-align:left;
	color: white;
	width: 100%;
	margin: 5px;
	font-weight: bold;
}

#linkbar a:hover {
	opacity: 0.2;
	cursor: pointer;
}

#linkbar a {
	margin: 0;
	color: white; text-decoration: none;
	display: inline;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	vertical-align: middle;
	max-height: 50px;
}

.offering {
	min-height: 200px;
	border-bottom: 1px solid black;
	clear: both;
}

.offering div  {
	opacity: 0.5;
	min-height: 200px;
}
.offering div div {
	padding: 10px;
	text-align: left;
	max-width: 100%;
	clear: both;
}
.offering div:hover {
	cursor: pointer;
	opacity: 1.0;
}

.offering div img {
	border: 1px solid black;
	margin: 2px;
	float: left;
	clear:both;
	width: auto;
}



.text a {
	text-decoration: none;
	color: blue;
}

.text a:visited {
	text-decoration: none;
	color: blue;
}

.media {
        width:400px;
	display: none;
	float: right;
	overflow: hidden;
	max-height: 400px;
}

.screenshotFrame {
        background-image: url(viphonesm.png);
        background-repeat: no-repeat;
        min-height:800px;
        overflow: hidden;
}
.screenshotWindow {
        height:240px;
        width:160px;
        margin-left: 20px;
        margin-top: 60px;
        display: inline-block;
        display: -moz-inline-stack;
        vertical-align: middle;
        overflow: hidden;
        /*
      border: 3px solid #333; 
        -webkit-border-radius: 5px;
        -webkit-box-shadow: 0px 3px 5px #0a0a0a;
        */
}
.screenshotCanvas {
        height: 240px; width: 160px; padding: 0px;
        vertical-align: top;
        overflow: hidden;
        margin: 0px;
        -webkit-transition: margin-left 0.5s ease-in-out;
}
.screenshotItem {
        height: 240px; width: 160px; margin: 0px; padding: 0px;
        display: inline-block;
        display: -moz-inline-stack;
        vertical-align: top;
}

.screenshotImage { vertical-align: middle; }
.screenshotButton { opacity: 0.75; vertical-align: middle; display: inline; }
.screenshotButton:hover { opacity: 1.0; }
.captionWindow {
        height: 240px; width: 240px;
        margin-bottom:10px;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
}
.captionCanvas {
        height: 460px; width: 1440px; padding: 0px;
        vertical-align: top;
        overflow: hidden;
        margin: 0px;
        -webkit-transition: margin-left 0.5s ease-in-out;
}
.captionItem {
        text-align: left;
        height: 460px;
        width: 240px;
        display: inline-block;
        vertical-align: top;
        font-size: .80em;
}
.captionItem li {
}

#maincontent {
	border: 1px solid black;
}


.contenttab {
	padding: 25px;
	text-align: left;
	background: #EEEEEE;
	color: black;
	margin-bottom: 25px;
}

#headlines {
	text-align: center;
	display: none;
}

#blogheadlines {
	display: none;
	background-color: #333333;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 50px;
	height: 175px;
	width: 100%;
	clear: both;
}
#blogheadlines a {
	text-decoration: none;
	color: white;
}
#blogheadlines ul {
	list-style: none;
}

#twitterbox {
	display: none;
}

#headlines b {
	color: white;
	margin-bottom: 10px;
}

#creditfooter {
	display: none;
}
