body {
	background-image: url(images/backgrounds/screen.gif);
	font-family: Verdana; 
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #ffcc66; 
}

a.content {
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0px 1px white;
	color: blue; 
}

.center {
	margin-left: auto;
    margin-right: auto;
}

.mac-badge {
	margin-top: 60px;
	margin-right: 32px;
	float: right;
}

p.content {
	/*text-align: center;*/
	font-size: 14px;
	text-shadow: 0px 1px 1px white;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
    padding-right: 20px;
}

ul.content {
	font-size: 12px;
	text-shadow: 0px 1px 1px white;
}

p.note {
	font-size: 11px;
	color: #4c4c4c;
	text-shadow: 0px 1px 1px white;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
    padding-right: 20px;
}

p.header {
	/*text-align: center;*/
	font-weight: bold;
	                       
	color: #4c4c4c;
	                       
	font-size: 18px;
	text-shadow: 0px 1px 1px white;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
    padding-right: 20px;
}

img.app-title {
	position: absolute;
	display: block;
	float: left;
}

img.app-icon {
	display: block;
	margin-left: auto;
    margin-right: auto;
}

div.navigation-bar {
	z-index: 100;
	padding-left: 12px;
	padding-right: 24px;
	padding-top: 7px;
	height: 40px;
	left: 0px;
	position: fixed;
	top: 0px;
	background-image: url(images/navigation/background.png);
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.frame {
	background-image: url(images/backgrounds/center.jpg);
	height: 940px;
	width: 968px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: auto;
    margin-right: auto;
}

div.content {
	background-image: url(images/backgrounds/top.jpg);
	height: 557px;
	margin-left: auto;
    margin-right: auto;
	width: 968px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.box {
	background-image: url(images/navigation/box.png);
	width: 734px;
	height: 655px;
	margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

div.box-navigation {
	position: relative;
	margin-left: auto;
    margin-right: auto;
	top: 37px;
	width: 240px;
	height: 38px;
}

div.box-content {
	left: 60px;
	top: 57px;
	position: relative;
	width: 615px;
	max-width: 615px;
	height: 495px;
    overflow: hidden;
}

img.center {
	display: block;
	margin-left: auto;
    margin-right: auto;
}

img.footer {
	top: 20px;
	position: relative;
	display: block;
	margin-left: auto;
    margin-right: auto;
}

table.buttons {
	margin-right: 32px;
	float: right;
}

/* Navigation Menu */

div#menu {
	position: absolute;
	top: 8px;
	font-size: 14px;
}

p.menu-section {
	font-weight: bold;
	font-size: larger;
	margin: 10px;
}

p.menu-caption {
	margin-top: 2px;
	font-size: 12px;
}

img.menu-icon {
	padding-right: 16px;
	padding-bottom: 8px;
	float: left;
}

td.menu-row {
	padding-left: 30px;
}

div.pane {
	background-color: white;
	padding-left: 12px;
	padding-bottom: 12px;
	padding-right: 12px;
	position: absolute;
	top: 24px;
	left: 8px;
	display: none;
	width: 350px;
	color: #fff;
	text-shadow: 0px 1px 1px black;
	border: 2px solid rgba(1, 1, 1, 0.25);
	background-color: rgb(25, 25, 25);
	background-color: rgba(25,25,25,0.62);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 0 6px #555;
	-webkit-box-shadow: 0 0 6px #555;
	-moz-box-shadow: 0 0 6px #555;
}

/* Links*/

a:hover {
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}


a:link {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

.right-bar {
	display: block;
	width: 220px;
	left: 840px;
	top: -630px;
	position: relative;
}

.bar-pane {
	border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 12px;
	background-color: rgba(0,0,0,0.5);
	text-shadow: 0px 0px;
	color: white;
	box-shadow: 3px 3px 3px #333333;
	-webkit-box-shadow: 3px 3px 3px #333333;
	-moz-box-shadow: 3px 3px 3px #333333;
}

.bar-text {
	text-shadow: 0px 1px 1px #333333;
	font-size: 10pt;
}

#testimonials {
	text-shadow: 0px 1px 1px #333333;
	font-size: 10pt;
}

.testimonial-name {
	text-shadow: 0px 1px 1px #333333;
	font-size: 9pt;

	margin-left: auto;
	line-height: 20px;
	font-style: italic;
	padding-top: 12px;
}

