html {
	background-color: #60a3ff;
	font-family: Helvetica;
	width: 100%;
	height: 100%;
}

body {
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	width: 100%;
	background: url('/images/city.png') no-repeat 50% 46px fixed;
}

body.splash {
	padding-top: 220px;
}

div {
	width: 457px;
	margin: 0 auto;
}

div.content {
	text-align: left;
	width: 560px;
	padding-top: 15px;
}

div.upper {
	height: 25px;
	width: 560px;
	background-image: url('/images/upper.png');
}

div.middle {
	width: 560px;
	background-image: url('/images/middle.png');
}

div.middle div {
	padding: 10px 6px;
	width: 480px;
}

div.lower {
	height: 25px;
	width: 560px;
	background-image: url('/images/lower.png');
}

div.products   { color: #192c45 }
div.sites  { color: #1c483f }
div.company { color: #424019 }
div.support { color: #4a251c }

div.products   a { color: #a8a740 }
div.sites  a { color: #753a2d }
div.company a { color: #2d7566 }
div.support a { color: #2d4b75 }

div.products div.upper  { background-position:     0px   0px }
div.products div.middle { background-position:     0px   0px }
div.products div.lower  { background-position:     0px   0px }

div.sites  div.upper  { background-position:     0px -25px }
div.sites  div.middle { background-position:  -560px   0px }
div.sites  div.lower  { background-position:     0px -25px }

div.company  div.upper  { background-position:     0px -50px }
div.company  div.middle { background-position: -1120px   0px }
div.company  div.lower  { background-position:     0px -50px }

div.support   div.upper  { background-position:     0px -75px }
div.support   div.middle { background-position: -1680px   0px }
div.support   div.lower  { background-position:     0px -75px }

h1 {
	padding: 5px 0 6px 0;
}

ol.boxes {
	width: 456px;
	margin-left: -228px;
	margin: 0 auto;
	position: absolute;
	z-index: 10;
}

ol.boxes li.box {
	font-weight: bold;
	float: left;
	text-align: center;
	width: 114px;
	height: 24px;
}

ol.boxes li.box div {
	width: 114px;
	height: 20px;
	margin-top: 24px;
}
ol.boxes li.selected {
	border-bottom: 0;
	height: 22px;
}

body.splash div ol.boxes li.box {
	margin: 0;
	height: 114px;
	width: 114px;
}

ol.boxes li.box a {
	color: #000;
	text-decoration: none;
	width: 114px;
	padding-top: 14px;
	float: left;
	height: 22px;
}

body.splash ol.boxes li.box a {	
	width: 114px;
	padding-top: 116px;
}

ol.boxes li.box a span {
	display: none;
}

li.products   { background: url('/images/boxes.png') no-repeat    0px   0px }
li.sites  { background: url('/images/boxes.png') no-repeat -114px   0px }
li.company { background: url('/images/boxes.png') no-repeat -228px   0px }
li.support { background: url('/images/boxes.png') no-repeat -342px   0px }

li.products   div { background: url('/images/boxes.png') no-repeat    0px -94px }
li.sites  div { background: url('/images/boxes.png') no-repeat -114px -94px }
li.company div { background: url('/images/boxes.png') no-repeat -228px -94px }
li.support div { background: url('/images/boxes.png') no-repeat -342px -94px }

li.products   a span { color: #192c45 }
li.sites  a span { color: #1c483f }
li.company a span { color: #424019 }
li.support a span { color: #4a251c }

div.copyright {
	padding-top: 10px;
	padding-bottom: 25px;
	font-size: 10px;
	font-family: Verdana;
	letter-spacing: 2px;
	color: #2d4b75;
	line-height: 16px;
	clear: left;
}

body.products div.copyright {
	padding-bottom: 100px;
}

body.splash div.copyright {
	padding-top: 214px;
}

div.copyright span {
	font-size: 6px;
}

a#tooCool {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url('/images/too_cool_sash.png') bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

acronym             { border-bottom: 1px dotted }
div.products   acronym {  border-color: #2d4b75    }
div.sites  acronym {  border-color: #2d7566    }
div.company acronym {  border-color: #696628    }
div.support acronym {  border-color: #753a2d    }

h3, h4 {
	font-size: 18px;
	border-bottom: 1px;
	border-style: solid;
	margin-bottom: 3px;
}

h3.subsequent, h4.subsequent {
	padding-top: 20px;
}

h4 {
	font-size: 16px;
	border: none;
}

div.products h3 { border-color: #2d4b75 }
div.sites  h3 { border-color: #2d7566 }
div.company  h3 { border-color: #696628 }
div.support   h3 { border-color: #753a2d }

div.support h2 {
	font-size: 18px;
	border-bottom: 1px solid #753a2d;
	margin-bottom: 3px;
}

div.support div.post-info,
div.support div.tags,
div.support div.comments {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

div.support div.post-body {
	margin: 10px 0 10px 0;
	padding: 0px;
}

div.support div.post-body p {
	margin: 0 0 20px 0;
}

div.support div.tags {
	float: left;
	width: 400px;
}

div.support div.comments {
	width: 75px;
	float: right;
	text-align: right;
}

table tr td.label {
	font-weight: bold;
	padding-right: 8px;
}

p, address, table tr td {
	line-height: 24px;
}
