/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 62.5% 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: #fff; 
}


.container_16	{
	overflow: visible;
	padding-top: 30px;
	margin-bottom: 40px;
}

a	{
	color: #666;
	text-decoration: none;
}


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

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}


p	{
	color:#777777;
	font-size:1.3em;
	font-weight:lighter;
	letter-spacing:0.2px;
	line-height:1.4em;
}


.tb	{
	border-top: 1px solid #ccc;
	padding-top: 13px;
}


h1#logo	{
	display: block;
	width: 81px;
	height: 81px;
	margin: 0 0 0 -90px;
	text-indent: -9999px;
	background: url(../images/logo.gif) top left no-repeat;
}


h2#headline	{
	display: block;
	width: 265px;
	height: 253px;
	text-indent: -9999px;
	background: url(../images/headline.png) top left no-repeat;
}


.last	{
	padding-bottom: 60px;
}

.bold	{
	font-weight: bold;
	color: #333;
}

.small	{
	font-size:10px ;
}

#slide-container {
	float: right;
	width: 460px;
	height: 525px;
	background: url(../images/screen.jpg) top right no-repeat;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}