/* @group Initialize */

body 
{
	color:#191919;
	font:80.01%/138% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background-color: #FCFCFC;
	
	width :auto;
}

h1 
{
	font-size:42px;
	line-height :48px;
	font-weight :bold;
}
h2 
{
	font-size:22px;
	line-height :26px;
	font-weight :lighter;
}
h3, h4, h5, h6 
{
	font-size:117%;
	line-height :120%;
	font-weight :lighter;
}

/* remove global defaults
------------------------------------------*/

* 
{
	/*
	margin: 0;
	padding: 0;
	outline: 0;
	*/
}

li
{
	list-style-position :inside;
}

/* @group link
 */
a img, fieldset 
{
	border: 0;
}
a 
{
	color:#999;
	text-decoration :none;
}
a:hover 
{
	color: #191919;
	background-color: #FBFF00;
	text-decoration :none;
}
a:active 
{
	color:#999;
	text-decoration :none;
}
a[href]:after 
{
	content: " (" attr(href)") ";
}

/* @group .link */

.link a 
{
	display :block;
	width :46px;
	height :14px;
	background :#050505 url(images/link_up.png) no-repeat left top;
	text-indent :-9999px;
}

.link a:hover 
{
	background :#050505 url(images/link_hover.png) no-repeat left top;
}

.link a:active 
{
	background :#050505 url(images/link_up.png) no-repeat left top;
}

/* @end */

/* @group .launch */

.launch a 
{
	display :block;
	width :66px;
	height :14px;
	background :#050505 url(images/launch_up.png) no-repeat left top;
	text-indent :-9999px;
}

.launch a:hover 
{
	background :#050505 url(images/launch_hover.png) no-repeat left top;
}

.launch a:active 
{
	background :#050505 url(images/launch_up.png) no-repeat left top;
}

/* @end */

/* @end */

/* @group quote */

.reflink {
	width: 23.5em;
	margin: 0 auto 10px auto;
	font-size: 75%;
	text-align: right;
}
.reflink a 
{
	color:#999;
	text-decoration:none;
}

.reflink a:hover 
{
	color: #191919;
	background-color: #FBFF00;
	text-decoration:none;
}

.reflink a:active 
{
	color:#999;
	text-decoration:none;
}
blockquote 
{
	width: 85%;
	margin: -28px auto 0 auto;
	padding-top :28px;
	text-align: left;

	text-indent: 25px;
	background:url(images/quotes_in.png) no-repeat 1px 28px;
	font-size :92%;
	line-height :130% !important;
}

blockquote p 
{
	margin: 0;

	display: inline;
	padding-right: 24px;
	background: url(images/quotes_out.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* @end */
/* @end */


div#header h1
{
	color: #fff;
	display: list-item;
	list-style-image: url(../images/logotype.png);
	list-style-position: inside;
	letter-spacing: -9999em;
	font-size: 1pt;
	margin-bottom :10.3%;
}

div#header .tagline
{
	position :absolute;
	text-indent :-9999px;
}
div#navigation
{
	display :none;
}

div#content .group
{
	margin-bottom :72pt;
}
div#content ul
{
	list-style :none;
	padding-left: 0;
}