html {
	margin: 0;
	padding: 0;
}

.centertext { 
	text-align: center;
}

.clients {
	padding: 20px 0 20px 0;
}

.clear {
	clear:both;
}

.heroimg {
	width: 523px;
	float:left;
        margin-right:30px;
}

span.xmetal-landing {
	width: 305px;
	height: 99px;
	background: url(/img/xmetal-landing.jpg) no-repeat;
	display: block;
}

.rightl {
	margin: 0 25px 0 30px;
	padding: 15px 0 0 0; overflow: hidden;
	}

.hero {
	margin: 15px 0 15px 0;
}

.rightl h3 {
	font-size: 15px;
	color: #7B7B7B;
	padding: 20px 10px 20px 10px;
	font-weight: 300;
	text-align: left;
	}

i.icon-download {
	width: 43px;
	height: 44px;
	background: url(/img/icon-download.png) no-repeat;
	float: right;
	margin: 5px 13px 0 0;
}

a.download {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(/img/download-bg.jpg) repeat-x;
	display: block;
	height: 57px;
	width: 305px;
	line-height: 60px;
	font-size: 20px;
	color: #333;
	text-decoration: none;
	font-weight: bolder;
	text-align: center;
	border: 1px solid #CCC;
	margin: 0 auto;
}

a.download:hover {
	text-decoration: none;
	-moz-box-shadow: 0 0 30px -5px #666;
-webkit-box-shadow: 0 0 30px -5px #666;
box-shadow: 0 0 30px -5px #666;
}

.showcase {
	height: 260px;
	background: url(/img/bg-content.jpg) repeat-x;
	z-index: 100;
	position: relative;
}

#xmetal, #whitepaper, #media, #partners {
	width: 218px;
	height: 260px;
	float: left;
	margin-left: 23px;
}

a.heading-element {
	display: block;
	height: 40px;
	width: 203px;
	background: #485D7B;
	line-height: 40px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

a.heading-element:hover {
	text-decoration: none;
}

.hide {
	display: none;
}

i.element-icon {
	width: 27px;
	height: 28px;
	background: url(/img/element-icon.gif) no-repeat;
	float: right;
	margin: 5px 8px 0 0;
}

i.hover-icon {
	width: 27px;
	height: 28px;
	background: url(/img/hover-icon.gif) no-repeat;
	float: right;
	margin: 5px 8px 0 0;
}

.whitepaper {
	background: url(/img/whitepaper.png) no-repeat;
	background-position: center bottom 35px;
}

.media {
	background: url(/img/media.png) no-repeat;
	background-position: center bottom 35px;
}

.partners {
	background: url(/img/partners.png) no-repeat;
	background-position: center bottom 35px;
}

.xmetal {
	background: url(/img/xmetal.png) no-repeat;
	background-position: center bottom 35px;
}

#footer {
	background: #464A4B;
	text-align: center;
	height: 120px;
	padding-top: 30px;
	color: #D4D4D4;
	font-size: 9px;
}

#footer a {
	color: #D4D4D4;
	text-decoration: none;
}

.hoverelement {
	color: #FFF;
	display: none;
}

.abshover {
	background: #97999C url(/img/hover-topbg.jpg) repeat-x top;
	width: 218px;
	height: 260px;
	top: 0;
	position: absolute;
	-webkit-box-shadow: 0px 6px 29px -2px rgba(0,0,0,0.74);
-moz-box-shadow: 0px 6px 29px -2px rgba(0,0,0,0.74);
box-shadow: 0px 6px 29px -2px rgba(0,0,0,0.74);
}

.hcontent {
	height: 335px;
	background-color: #E0E0E0;
}

.h-media table {
	margin: 10px;
}

.hcontent p {
	padding: 0 5px 0 5px;
}

.hover-bottom {
	display: block;
	height: 40px;
	width: 203px;
	background: #4F4F4F;
	line-height: 40px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	cursor: pointer;
}

.hcontent .entry {
	padding: 0 0 10px 0;
}

.entry .title a {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

.entry img {
	float: left;
	margin: 0 13px 0 8px;
}

.entrycontent {
	float: left;
	color: #333;
	font-size: 11px;
	width: 160px;
	line-height: 11px;
}

.smalltext { 
	font-size: 11px;
}

.demos {
width: 203px;
padding: 5px;
}

.entrycontent .learnmore {
	text-align: right;
}

.entrycontent a {
	color: #000;
	text-decoration: none;
}

.otherelements .abshover {
	background: #FFF url(/img/oelement.jpg) repeat-x;
	color: #333;
	cursor: normal;
}