﻿#allPage {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}
hr {
	border-bottom-style: groove;
}
td {
	padding: 5px;
	text-align: center;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	vertical-align: top;
}
#intro {
	text-align: left;
	padding: 0px;
	border-collapse: collapse;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
h2 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: xx-large;
	text-align: left;
}
h4 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: large;
	font-variant: normal;
}
#Banner {
	padding: 8px;
	background-image: url('images/macbanner.jpg');
	background-repeat: no-repeat;
	background-color: #F5F5F5;
	text-align: right;
	vertical-align: bottom;
}
h1 {
	text-align: right;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 4em;
	text-transform: capitalize;
	font-variant: small-caps;
	font-weight: 900;
}

.specs {
    padding: 30px;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: medium;
}


.specs tr:nth-child(even) {background: #FFF}	
.specs tr:nth-child(odd) {background: #EFEBE0}
	

th {
	padding: 5px;
	background-color: #ECF5F6;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: large;
}
a {
	text-decoration: none;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #808080;
}
a:hover {
	color: #333333;
	font-weight: bold;
}
footer {
	padding: 5px;
	text-align: center;
	font-size: medium;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	background-color: #F5F5F5;
}
#copyright {
	font-size: small;
}
#backtop {
	position: fixed;
	left: auto;
	right: 20px;
	top: auto;
	bottom: 20px;
	outline: none;
	overflow: hidden;
	color: #fff;
	text-align: center;
	background-color: rgb(0, 0, 0);
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 20px;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.3s linear;
	z-index: 999999;
	opacity: 1;
	display: none;
}
#backtop:hover {
	background-color: #666666;
}
#backtop.mcOut {
    opacity:0;
}

