/* --- RESET --- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address, img,
dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: white;
}
ol, ul {
	list-style: none;
}

/* --- RESET --- */

body, a {
	color: #7c7c7c;
	font-family: Georgia, sans-serif;
}

a {
	font-style: italic;
}

h1, h3 {
	color: #424242;
	font-weight: bold;
	text-transform: uppercase;
}

h1 > span, h3 > span {
	color: #7c7c7c;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}

h1 {
	font-family: GothamBold;
	font-size: 21px;
	margin-bottom: 25px;
}

h1 > span {
	font-family: CaeciliaBoldItalic;
}

h3 {
	font-size: 13px;
}

#container {
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	margin: 0 auto;
	padding: 0 22px;
	width: 928px;
}

#header {
	border-top: 4px solid #00e4ff;
	padding: 0 30px;
}

#footer {
	border-bottom: 4px solid #00e4ff;
	padding: 55px 0 45px 0;
}

#footer p {
	font-size: 13px;
	text-align: right;
	margin-right: 30px;
}

#footer p a {
	border-bottom: 1px #7c7c7c solid;
	text-decoration: none;
}

#header p {
	font-size: 11px;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	width: 448px;
}

#header p strong {
	font-style: italic;
}

#header ul li:last-child p {
	font-family: CaeciliaBoldItalic;
	font-size: 13px;
	font-weight: bold;
	width: 125px;
}

#header ul li:last-child p span {
	font-family: CaeciliaBoldItalic;
	font-weight: normal;
}

#header ul {
	border-bottom: 1px dotted #000;
	list-style-type: none;
	height: 85px;
	margin: 30px 0;
}

#header ul li {
	border-right: 1px dotted #000;
	float: left;
	margin-right: 40px;
	padding-right: 40px;
}

#header ul li:last-child {
	border: none;
	margin-right: 0;
	padding-right: 0;
}

.site {
	background: url(../images/bullet.gif) no-repeat left 4px;
	clear: both;
}

.site {
	margin-top: 30px;
	padding: 0 30px;
}

.screens .top {
	margin-bottom: 25px;
}

.screens .left {
	margin-right: 22px;
}

.site ul {
	border-bottom: 1px dotted #000;
	list-style-type: none;
	margin: 0;
	padding: 55px 0;
}

.site ul li {
	border-right: 1px dotted #000;
	float: left;
	margin-right: 50px;
	padding-right: 50px;
	text-align: center;
}

.site ul li h3 {
	margin: 5px 0;
}

.site ul li.launch h3 {
	background: #00e4ff;
	height: 23px;
	margin: 0 12px 0 0;
	padding: 3px 10px 0 0;
}

.site ul li:first-child {
	text-align: left;
}

.site ul li:last-child {
	border-right: none;
	float: right;
	margin-right: 10px;
	padding-right: 0;
}

.site ul li.launch {
	background: url(../images/launch_bg.gif) no-repeat center right;
	border-right: none;
	margin-right: 10px;
	padding-right: 0;
	text-align: right;
	text-transform: none;
}

.site ul li.launch a {
	border-bottom: 1px #424242 solid;
	color: #424242;
	font-family: CaeciliaBoldItalic;
	margin-left: 10px;
	text-decoration: none;
	text-transform: none;
}
