body {
	padding: 0px;
	margin: 0px;
	font-family: Lato, Arial, Helvetica, Geneva, sans-serif;
	background: #f0f0f0;
}

#TopBar, #Header, #Marketing, #MarketingButtons, #Content, #BottomContact, #Footer {
	width: 100%;
	clear: both;
}

.middle {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#TopBar {
	background-color: #8f0d07;
	color: #ffe7f2;
	font-size: 1em;
	text-align: right;
	-moz-box-shadow: inset -2px -2px 5px #5d0704;
   -webkit-box-shadow: inset -2px -2px 5px #5d0704;
   box-shadow: inset -2px -2px 5px #5d0704;
	line-height: 1.7em;
}

.tagline {
	float: left;
	margin-left: 165px;
	font-weight: 300;
}

#Header {
	background-color: #ffffff;
	height: 110px;
}

#Logo {
	float: left;
	margin-top: -23px;
}

#Logo img {
	height: 130px;
}

.contact {
	float: right;
	color: #8f0d07;
	height: 85px;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	border-right: solid 1px #cccccc;
	padding: 10px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}

.contact a {
	color: #8f0d07;
	text-decoration: none;
}

.contact a:hover {
	color: #6c0a05;
	text-decoration: underline;
}

.contact big {
	font-size: 1.5em;
	font-weight: 500;
	color: #333333;
}

#Marketing {
	background-color: #333333;
	-moz-box-shadow: inset 0px 2px 7px #000000;
   -webkit-box-shadow: inset 0px 2px 7px #000000;
   box-shadow: inset 0px 2px 7px #000000;
}

#Marketing h1 {
	float: right;
	margin-top: 150px;
	color: #eeeeee;
	text-shadow: 1px 2px 5px #000000;
	font-weight: 900;
	font-size: 2em;
}

.buttons {
	background: #ffffff;
	margin: 5%;
	margin-top: 2%;
	margin-bottom: 2%;
	padding: 1.5%;
	padding-top: 2%;
	padding-bottom: 2%;
	border-radius:5px;
	box-shadow:1px 1px 5px #cccccc;
}

.buttons div {
	float: left;
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
   -moz-box-shadow: inset 0px 0px 5px #333333;
   -webkit-box-shadow: inset 0px 0px 5px #333333;
   box-shadow: inset 0px 0px 7px #333333;
   height: 150px;
}

.buttons div:hover {
	-moz-box-shadow: inset 0px 0px 5px #a53d43;
   -webkit-box-shadow: inset 0px 0px 5px #a53d43;
   box-shadow: inset 0px 0px 7px #a53d43;
	cursor: pointer;
}

.buttons h4 {
	color: #f5f5f5;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(https://a946c8.claudeassets.com/20250620124206im_/http://www.platinumps.com/graphics/trans_black.png) repeat;
	font-size: 1em;
	line-height: 1em;
}

.buttons div:hover h4 {
	background-color: #8f0d07;
	color: #ffffff;
	background-image: none;
}

/* @group Nav */
/* 
	LEVEL ONE
*/
ul.nav { 
	float: right;
	position: relative;
	margin: 0px;
	left:10px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding: 0;
}
ul.nav li { 
	float: left; 
	zoom: 1;
	list-style-type: none;
	list-style-image: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav li a.nav-path-selected {
	z-index: 3;
	color: #000000;
	border-top: solid 3px #333333;
}

ul.nav a.selected {
	color: #8f0d07;
}

ul.nav a.selected:hover {
	color: #000000;
}

ul.nav li a {
	display: block;
	color: #444444;
	text-decoration: none;
	line-height: 107px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 0px 10px;
	border-right: solid 1px #cccccc;
	border-top: solid 3px transparent;
}
ul.nav li:last-child a { 
	/* border-right: none; */
}

/* Doesn't work in IE */
ul.nav li.hover,
ul.nav li:hover                { color: black; position: relative; }
ul.nav li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.nav ul 					
{
	width: 180%;
	padding-right:20px; 
	display: none; 
	position: absolute; 
	top: 92px; 
	left: 0;
	z-index:4;
	background: #ffffff;
	border-top: solid 1px #dddddd;
	padding-left:0px;
	padding-bottom: 10px;
	padding-top: 5px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-border-top-left-radius: 1px;
	border-top-left-radius: 1px;
	box-shadow: 1px 2px 3px #000000;
	border-bottom: solid 3px #8f0d07;
	border-right: 1px solid #000000;
}

ul.nav ul li{ 
	font-weight: normal; 
	color: #000;
	border-bottom: none; 
	float: left;
	width: 95%;
}

ul.nav ul li a {
	float: left;
	width: 105%;
	line-height: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-transform: capitalize;
	border-bottom: none;
	color: #555555;
}

ul.nav ul li a:hover {
	border-top: solid 3px transparent;
	color: #000000;
}

ul.nav ul li a.nav-selected,
ul.nav ul li a:hover,
ul.nav li.nav-path-selected ul a.nav-path-selected {
	border-bottom: none;
}

/* 
	LEVEL THREE
*/
ul.nav ul ul {
	left: 160px;
	top: 8px;
	background-color: #eeeeee;
}

ul.nav li:hover > ul {
	display: block;
}

/* @end */

#Content {
	background-color: #ffffff;
	padding-top:10px;
	color: #333333;
}

.twothirds {
	float: left;
	width: 65%;
	margin-left: 1%;
	margin-right: 1%;
}

.third {
	float: left;
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
}

.half {
	
}

.right {
	text-align: right;
}

#Content h1 {
	color: #8f0d07;
	margin-top: 10px;
	margin-bottom: 8px;
}

#Content h2 {
	color: #555555;
	margin-top: 8px;
	margin-bottom: 6px;
}

#Content h3 {
	color: #000000;
	margin-top: 8px;
	margin-bottom: 6px;
}

#Content p {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 6px;
	margin-bottom: 4px;
}

.twothirds a {
	color: #8f0d07;
	text-decoration: none;
}

.twothirds a:hover {
	color: #6c0a05;
	text-decoration: underline;
}

#Content blockquote {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding-top: 20px;
	padding-bottom: 20px;
}

.colorbox {
	float: left;
	width: 100%;
	background-color: #8f0d07;
	color: #ffe7f2;
	margin-bottom: 12px;
}

#Content .colorbox h2 {
	margin: 0px;
	background-color: #333333;
	color: #f5f5f5;
	text-align: center;
	font-size: 1.4em;
	line-height: 2.5em;
	border-bottom: 2px solid #a53d43;
	padding-top: 5px;
	padding-bottom: 5px;
}

.colorbox a {
	color: #ffe7f2;
	text-decoration: none;
}

.colorbox a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.colorbox a.boxbutton {
	float: left;
	width: 90%;
	margin:0px;
	padding-left: 10%;
	border-top: 1px solid #a53d43;
	color: #ffe7f2;
	text-decoration: none;
	line-height: 2.5em;
}
.colorbox a.boxbutton:hover {
	color: #ffffff;
	background-color: #7c0d06;
	text-decoration: none;
}

#Content .colorbox h3 {
	color: #f5f5f5;
	line-height: 2em;
	padding-left: 10px;
	margin: 0px;
	background-color: #333333;
	border-bottom: 2px solid #a53d43;
}

.colorbox table {
	width:100%;
	line-height: 1.5em;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

#Content .colorbox p {
	width:92%;
	line-height: 1.3em;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 4%;
	padding-right: 4%;
	margin: 0px;
}

.decor-image {
	border: solid 5px #333333;
}

#Footer {
	color: #777777;
	font-size: 0.8em;
	padding-top: 20px;
	padding-bottom: 20px;
}

#Footer a {
	color: #777777;
	text-decoration: none;
}

#Footer a:hover {
	color: #555555;
	text-decoration: underline;
}

@media only screen 
and (max-width:960px) {
	.middle {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen 
and (max-width:768px) {
	.contact {
		border-right: solid 1px transparent;
	}
	ul.nav li a {
		line-height: 47px;
		font-size: 0.9em;
	}
	ul.nav ul 					
	{
		top: 42px;
	}
	#Marketing h1 {
		margin-top: 100px;
	}
}

@media only screen 
and (max-width:415px) {
	#TopBar {
		font-size: 0.9em;
		line-height: 1.7em;
	}
	.tagline {
		float: right;
		margin-left: 10px;
		margin-right: 10px;
	}
	#Logo {
		margin-top: -13px;
	}
	
	#Logo img {
		height: 110px;
	}
	.contact {
		width: 48%;
		font-size: 0.8em;
		padding-right: 8px;
		padding-left: 8px;
	}
	.contact big {
		font-size: 1.2em;
		font-weight: 400;
	}
	ul.nav { 
		float: left;
		left:0px;
		right:0px;
	}
	ul.nav li a {
		line-height: 27px;
		font-size: 0.7em;
		padding-right: 4px;
		padding-left: 4px;
		border-right: solid 1px transparent;
	}
	ul.nav ul 					
	{
		top: 22px;
	}
	#Marketing h1 {
		margin-top: 70px;
		font-size: 1.4em;
	}
	.buttons {
		margin-left: 1%;
		margin-right: 1%;
	}
	.buttons h4 {
		padding-top: 3px;
		padding-bottom: 3px;
		font-size: 0.8em;
		font-weight: 300;
	}
	.twothirds {
		width: 98%;
		margin-left: 1%;
	}
	.third {
		width: 78%;
		margin-left: 11%;
	}
	#Content h1 {
		font-size: 1.6em;
		margin-top: 7px;
		margin-bottom: 5px;
	}
	
	#Content h2 {
		font-size: 1.3em;
		margin-top: 6px;
		margin-bottom: 4px;
	}
	
	#Content h3 {
		font-size: 1em;
		margin-top: 6px;
		margin-bottom: 4px;
	}
	
	#Content p {
		font-size: 0.9em;
		line-height: 1.5em;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#Content blockquote {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#Footer .twothirds, #Footer .third {
		text-align: center;
	}
}
/*
     FILE ARCHIVED ON 09:24:35 Sep 01, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:08:53 Sep 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.312
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.02
  esindex: 0.006
  cdx.remote: 4.083
  LoadShardBlock: 284.841 (3)
  PetaboxLoader3.datanode: 297.811 (4)
  load_resource: 83.902
  PetaboxLoader3.resolve: 69.977
*/