html, body {
    background-color: #fff;
    color: #333;
	font-family: Artifakt ElementOfc, sans-serif;
/**    font-family: FrutigerNext, Arial, Helvetica, sans-serif; **/
    font-size: 15px;
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

div.body {
    padding: 16px;
    width: 630px;
}

h2 {
    color: #555555;
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0
}

h3 {
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0
}

ul.thumbnails,
ul.thumbnails li {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}

ul.thumbnails {
    margin-top: 20px;
    margin-bottom: 25px;
}

.thumbnail-wrap {
    position: relative;
}

.thumbnail-wrap a {
    display: block;
    position: relative;
}

.thumbnail-wrap .thumbnail {
    display: block;
    position: relative;
}

.thumbnail-wrap .video-icon {
    position: absolute;
    left: 3px;
    bottom: 3px;
}

ul.thumbnails.one-column .thumbnail {
    height: 130px;
    width: 630px;
}

ul.thumbnails.two-column .thumbnail {
    height: 130px;
    width: 310px;
}

ul.thumbnails.three-column .thumbnail {
    width: 70px;
    height: 70px;
}

ul.thumbnails.four-column .thumbnail {
    width: 150px;
    height: 100px;
}

.columns-layout {
    overflow: hidden;
}

.columns-layout .column {
    float: left;
    margin-left: 10px;
}

.columns-layout .column:first-child {
    margin-left: 0
}

.columns-layout.two-column .column {
    width: 310px;
}

.columns-layout.two-column h3 {
    margin: 6px 0 0;
}

.columns-layout.two-column p {
    margin-bottom: 0;
}

.columns-layout.three-column {
    margin-bottom: 16px;
}

.columns-layout.three-column .column {
    margin-left: 0;
    margin-bottom: 10px;
    width: 200px;
    padding-right: 10px;
    height: 70px;
}

.columns-layout.three-column .column .thumbnail-wrap {
    float: left;
}

.columns-layout.three-column .column h3 {
    margin-left: 80px;
}

.columns-layout.four-column .column {
    width: 150px;
}

.columns-layout.four-column h3 {
    margin: 6px 0 0;
}

ul.links,
ul.links li {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}

ul.links {
    margin-top: 20px;
}

.athena-home a {
    color: #327084;
    text-decoration: none;
}

.athena-home a:hover,
.athena-home a:focus {
    color: #275666;
    text-decoration: underline;
}

/** Athena extensions **/
.body.athena-home {
    width: 800px;
}

.athena-home p {
    margin-bottom: 1em;
}

.athena-home h1 {
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 .25em;
}

.athena-home h2 {
    font-size: 22px;
}

.athena-home h2,
.athena-home h3 {
    color: #333;
}

.athena-home ul.thumbnails {
    margin-top: 5px;
}

.athena-home ul.thumbnails > li {
    box-shadow: 1px 0 0 #e4e4e4, -1px 0 0 #e4e4e4;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.athena-home ul.thumbnails > li > h3 {
    font-size: 15px;
    line-height: 17px;
    margin: 0;
    padding: 8px;
    height: 34px;
    display: table-cell;
    vertical-align: middle;
}

.athena-home ul.thumbnails .thumbnail {
    width: auto;
    height: auto;
}

.athena-home ul.thumbnails.one-column .thumbnail {
    width: 800px;
    height: 250px;
}

.athena-home ul.thumbnails.two-column .thumbnail {
    width: 390px;
    height: 170px;
}

.athena-home ul.thumbnails.three-column .thumbnail {
     width: 256px;
    height: 150px;
}

.athena-home ul.thumbnails.four-column .thumbnail {
    width: 190px;
    height: 140px;
}

.athena-home ul.thumbnails + div.columns-layout {
    margin-top: 25px;
}

.athena-home ul.links {
    margin: 0;
}

.athena-home div.columns-layout {
    margin-bottom: 2em;
}

.athena-home .thumbnail-wrap .video-icon {
    left: 8px;
    bottom: 8px;
}

.athena-home .thumbnail-wrap span.video-icon-wrap .video-icon {
    left: 0;
    bottom: 0;
}

.athena-home .thumbnail-wrap span.video-icon-wrap {
    position: absolute;
    overflow: hidden;
    width: 32px;
    height: 32px;
    left: 8px;
    bottom: 8px;
}

.athena-home .column:hover .thumbnail-wrap span.video-icon-wrap .video-icon {
    bottom: auto;
    top: 0;
}

.athena-home .columns-layout {
    overflow: visible;
}

.athena-home .columns-layout::after {
    content: "";
    display: table;
    clear: both;
}

.athena-home .columns-layout.two-column .column {
    width: 390px;
}

.athena-home .columns-layout .column + .column {
    margin-left: 20px;
}

.athena-home .columns-layout.three-column .column {
    height: auto;
    width: 256px;
    margin-bottom: 0;
    padding-right: 0;
}

.athena-home .columns-layout.three-column .column + .column {
    margin-left: 16px;
}

.athena-home .columns-layout.three-column .column .thumbnail-wrap  {
    float: none;
}

.athena-home .columns-layout.three-column .column h3 {
    margin-left: 0;
}

.athena-home .columns-layout.four-column .column {
    width: 190px;
}

.athena-home .columns-layout.four-column .column + .column {
    margin-left: 13.33px;
}

.athena-home ul.thumbnails.four-column + ul.thumbnails {
    margin-top: -12px;
}

/** Netfabb extensions **/
.body.netfabb-home {
    /** width: 800px; **/
	background-image: url(../images/hp-background-860x500.png);
	background-repeat: no-repeat;
	/** max-width: 860px; **/
	width: 860px;
}

.netfabb-home a:link {
	text-decoration: none;
    color: #000000;
}

.netfabb-home a:visited {
    text-decoration: none;
    color: #000000;
}

.netfabb-home a:hover {
    text-decoration: underline;
    color: #000000;
}

.img.netfabb-home {
    border: 0px;
}

.container.netfabb-home {
    width: 700px;
    margin-left: 80px;
    margin-top: 125px;
}

.getStarted.netfabb-home table {
	width: 475px;
	height: 200px;
	border-collapse: collapse;
	opacity: 0.8;
	filter: Alpha(opacity=90);
	float: left;
}

.getStarted.netfabb-home td{
    vertical-align: middle;
    text-align: middle;
    padding: 10px;
    font-size: 16px;
/**    font-family: Arial; **/
/**	font-family: Artifakt ElementOfc; disabled, otherwise it causes display in Times New Roman or equivalent default serif font!!**/
    font-weight: light;
    color: #000000; 
    background-color: #FFFFFF;  
    border: none;
}

.getStarted.netfabb-home th{
    vertical-align: middle;
    background-color: #74716A;
    padding: 10px;
    font-size: 16px;
/**    font-family: Arial; **/
	font-family: Artifakt ElementOfc, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    border: none;
    width: 10%;
}

.resources.netfabb-home table {
	width: 620px;
	height: 50px;
	margin-top: 50px;
	margin-left: 70px;
	border-collapse: collapse;
	opacity: 1;
	filter: Alpha(opacity=90);
	float: left;
}

.resources.netfabb-home td{
    vertical-align: middle;
    text-align: middle;
    padding: 10px;
    font-size: 14px;
/**    font-family: Arial; **/
	font-family: Artifakt ElementOfc, sans-serif;
    font-weight: light;
    color: #000000; 			
    border: none;
}

.share.netfabb-home table{
    width: 45px;
    margin-top: -175px;
	margin-right: 30px;
    border-collapse: collapse;
    opacity: 0.9;
    filter: Alpha(opacity=80);
    height: 200px;
    float:right;
}

.share.netfabb-home td{
    vertical-align: middle;
    padding: 2px;
/**                background-color: #74716A; **/
	border: none;
}

.clear.netfabb-home {
    clear: both;
}