#topContent{
  text-align: center;
  margin: 24vh 0;
}

h1{
  text-align: center;
  color: white;
  text-transform: uppercase;

  font-family: 'FuturaStd-CondensedExtraBd';

}

h2{
  color:#E94700;
  /*text-shadow: 1px 1px #fff;*/
  padding-top: 35px;
  border-top: 1px solid white;
  -moz-box-shadow: 0px -1px 0px #aeaeae; /* Firefox 3.6 and earlier */
  -webkit-box-shadow: 0px -1px 0px #aeaeae; /* Safari and Chrome */
  box-shadow: 0px -1px 0px #aeaeae;
  font-family: 'gardeBook',Arial,Helvetica,sans-serif;
  font-weight: normal;
}

h2.noline{
  border:0;
  box-shadow:none;
}

h3{
    color:#777;
	/*text-shadow: 1px 1px #fff;*/
	font-size: 15px;
}

/*a{
	color:#333;
	font-weight:bold;
}

a:hover{
	color:#E94700;
}

a:visited{
	color:#333;
	font-weight:bold;
}*/

#content{
	height:100%;
	background-color: transparent;
	text-align:left;
}

#headertop{
	width : 100%;
	height : 120px;

	background:white;
	border-bottom: 1px solid #D2D4D6;
	border-top: 1px solid #E94700;
}

#headerText{
	width:980px;
	margin:auto;
}

#headerText h1{
	float: left;
}

#headerText img{
	margin-top: 6px;
	float: left;
}

ul.headerMenu{
	float:right;
	margin-top:4px;
}

ul.headerMenu li{
	float:left;
	list-style: none outside none;
}
ul.headerMenu li.pipeMe {
	margin-right: 11px;
    padding-right: 11px;
	background: url("http://www.massmotionmedia.com/img/sep-second-menu.gif") no-repeat scroll right center transparent;
}

ul.headerMenu li a {
    color: #333;
	text-decoration: none;
		font-weight:normal;
}

ul.headerMenu li a:visited {
    text-decoration: none;
		font-weight:normal;
}

ul.headerMenu li a:hover{
    color: #E94700;
		font-weight:normal;
}



#leftmenu{
	position:relative;
	float:left;
	width : 25%;
	height : 100%;
	text-align:left;
	margin-right:10px;
}

ul.spec{
	padding:0px;
}

ul.spec li a {
    color: #333;
	text-decoration: none;
	font-weight:normal;
}

ul.spec li a:visited {
    text-decoration: none;
		font-weight:normal;
}

ul.spec li a:hover{
    color: #E94700;
		font-weight:normal;
}

.clicked{
    color: #E94700;
}

#leftmenu ul.spec li {
    line-height: 1.8em;
}

ul.spec li.first {
    border-top: 0 none;
}

ul.spec li {
    border-bottom: 1px solid #D2D4D6;
    border-top: 1px solid #FFFFFF;
    line-height: 2.2em;
	list-style: none outside none;

}

#description{
	padding-top:20px;
}

#demopage{
	position:relative;
	float:left;
	width : 720px;
	height : 100%;
	text-align:left;

}

#demopage ul{
	width: 100%;
    list-style: none outside none;
    padding: 5px 0;
}

#demopage ul li{
	float: left;
    margin-left:14px;
	margin-bottom:20px;
	background-color: #DBDBDB;
    border-bottom: 1px solid white;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4) inset;
    cursor: pointer;
    text-decoration: none;
	height:146px;
	width:166px;
	text-align:center;
	    line-height: 1.2em;
}

.itemTitle{
	height:29px;
}

.download{
	position:absolute;
	opacity:0;
}

.demo{
	position:absolute;
	opacity:0;
}

.as3{
	float:right;

	margin-top:-38px;

}

img {
	border:none;
}



#demopage ul li a:first-child{
    padding: 10px 10px 0px 10px;
}

#demopage ul li a{
    color: #333;
    display: block;
    font-size: 12px;
    white-space: normal;
	text-decoration: none;
		font-weight:normal;
}

#demopage li a:visited {
    color: #333;
    text-decoration: none;
		font-weight:normal;
}

#demopage li a:hover div{
    color: #E94700;
	text-decoration: underline;
		font-weight:normal;
}

#label_warper{
	width:36px;
	height:57px;
	position:fixed;
	top:0px;
	left:10px;
}

#showroom_warper{
	width:80px;
	height:70px;
	position:fixed;
	bottom:10px;
	right:10px;
}

.clear_both{
	clear:both;
}
