/* @override http://axela.dev/css/home.css */

/* home page styles */

/* @group Intro */

#intro {
	background: #c2d1e4 url(/img/home/bg-intro-2.jpg) 0 0 no-repeat;
	color: #666;
	float: left;
	font-size: 1.5em;
	height: 439px;
	position: relative;
	width: 760px;
	}
#intro .text1 {
	position: absolute;
	color: #c30801;
	top: 60px; left: 400px;
	width: 340px;
	}
#intro .text1 a, #intro .text1 a:visited { color: #c30801; }
#intro .text2 {
	position: absolute;
	text-align:right;
	top: 285px; left: 30px;
	width: 360px;
	}
#intro .text2 a,#intro .text2 a:visited { color: #666; }
#intro p {
	line-height: 1.3;
	margin: 0 0 1em;
	}
#intro a {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	}

/* @end */

/* @group Sidebar */

#sidebar {
	margin: 0;
	width: 180px;
	}

#sidebar .box {
	font-size: .94em;
	line-height: 1.3;
	overflow: hidden;
	position: relative;
	width: 180px;
	}
#sidebar #literature, #sidebar #literature li {
	margin-bottom: 0;
	}
#sidebar .box h3 {
	background: #afc1cf;
	border: none;
	font-size: 1.3em;
	margin: 0 0 .5em;
	padding: 6px 3em 4px 6px;
	}
#sidebar .box ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
	}
#sidebar .box li {
	margin: 0 0 1em;
	}
#sidebar .box p {
	color: #999;
	margin: 0;
	padding: 0 10px 0 0;
	}
#sidebar .box p.more {
	color: #FFF;
	font-weight: normal;
	margin: .5em 0 0;
	padding: 0;
	position: absolute;
	top: 0; right: 4px;
	}
#sidebar .box p.more a {
	color: #FFF;
	}

/* @end */

/* @group Markets */

#featured {
	background: transparent url(/img/home/bg-featured.png) left bottom repeat-y;
	float: left;
	overflow: hidden;
	margin: 20px 0 0;
	width: 760px;
	}

#featured ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#featured li {
	color: #fff;
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	width: 175px;
	}
#featured li#m-dotlab {
	margin: 0;
	}

#featured h2 {
	margin: 0;
	padding: 0;
	width: 175px;
	height: 72px;
	}
#featured h2 a {
	display: block;
	height: 72px;
	text-indent: -9999px;
	}
#featured li#m-dotlab h2 {
	background: transparent url(/img/home/dotlab.png) 0 0 no-repeat;
	}
#featured li#m-ziplex h2 {
	background: transparent url(/img/home/ziplex.png) 0 0 no-repeat;
	}
#featured li#m-applications h2 {
	background: transparent url(/img/home/applications.png) 0 0 no-repeat;
	}
#featured li#m-partnering h2 {
	background: transparent url(/img/home/partnering.png) 0 0 no-repeat;
	}

#featured p {
	margin: 0;
	padding: 10px;
	}

/* @end */

#footer {
	border-top: none;
	padding-top: 0;
	}


