@charset "UTF-8";
/* default.css 
ingenious.org */

@font-face {
    font-family: 'tedFont';
    src: url('../fonts/univers-condensed-webfont.eot');
    src: url('../fonts/univers-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/univers-condensed-webfont.woff') format('woff'),
         url('../fonts/univers-condensed-webfont.ttf') format('truetype'),
         url('../fonts/univers-condensed-webfont.svg#UniversCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
}

input, textarea, select {
	margin: 0;
}

input::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

sub, sup {
	line-height: 1;	
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link, a:visited, a:active {
	color: #56A0D3;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #56A0D3;
	text-decoration: none;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #555555;
	background: #000000;
}

/* slides */

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 56px;
	background: #000000;
	background: rgba(0, 0, 0, .8);
	display: none;
}

#logo {
	float: left;
	margin-left: 50px;
}

#nav {
	float: right;
	margin-right: 50px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "tedFont", Helvetica, sans-serif;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #56a1d5;
	padding: 14px 12px 0px 12px;
	line-height: 14px;
}

#nav ul li a span {
	color: #ffffff;	
}

#nav ul li a:hover span {
	text-decoration: underline;
}

#buttons {
	position: fixed;
	bottom: 40px;
	right: 50px;
	display: none;	
}

#buttons ul li {
	float: left;	
}

#buttons ul li a {
	width: 40px;
	height: 40px;
	display: block;
	text-decoration: none;
	background: url(../img/layout/up.png) left bottom no-repeat;
}

#buttons ul li a.next {
	background: url(../img/layout/down.png) left bottom no-repeat;
}

#buttons ul li a.email {
	background: url(../img/layout/email.png) left bottom no-repeat;
}

#buttons ul li a:hover {
	background-position: left top;
}

.slide {
	cursor: pointer;
}

.content-frame {
	padding-top: 56px;	
}

#first {
	background: #322f31;
}

#second {
	background: #56a1d5;
}

#third {
	background: #6d6e71;
}

#fourth {
	background: #373637;
}

#fifth {
	background: #ffffff;
}

#sixth {
	background: #56a1d5;
}

#seventh {
	background: #373637;
}

#eighth {
	background: #2e2c2d;
}

.content {
	margin: auto;
	width: 640px;
	color: #ffffff;
	font-family: "tedFont", Helvetica, sans-serif;
	text-align: justify;
	font-size: 21px;
	line-height: 42px;
}

#fifth .content {
	color: #333333;	
}

.content a {
	color: inherit;
	color: expression(this.parentNode.currentStyle['color']); /* IE7 fix */
	text-decoration: none;
	padding: 5px;
	white-space: nowrap;
}

#first .content a { background: #5b595a; }
#second .content a, #sixth .content a { background: #78b4dd; }
#third .content a { background: #8a8b8d; }
#fourth .content a, #seventh .content a { background: #5f5e5f; }
#fifth .content a { background: #DDDDDD; }
#eighth .content a { background: #585657; }

#first .content-frame .content {
	width: 341px;
	height: 137px;
	background: url(../img/layout/slide_1.gif) center center no-repeat;
}

#second .content-frame .content {
	/*
	height
	width
	background image
	*/
}

#third .content-frame .content {
	/*
	height
	width
	background image
	*/
}

#fourth .content-frame .content {
	/*
	height
	width
	background image
	*/
}

#fifth .content-frame .content {
	/*
	height
	width
	background image
	*/
}

#sixth .content-frame .content {
	/*
	height
	width
	background image
	*/
}

#seventh .content-frame .content {
	/*
	height
	width
	background image
	*/
}

#eighth .content-frame .content {
	/*
	height
	width
	background image
	*/
}

#ninth .content-frame .content {
	/*
	height
	width
	background image
	*/
}

/* miscellaneous */

.left {
	float: left;	
}

.right {
	float: right;	
}

.r {
	text-align: right;	
}

.c {
	text-align: center;	
}

.lorem {
	color: #F0F;
}

.clear {
	clear: both;
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
}

.blue {
	color: #56a1d5;	
}

.gray {
	color: #373637;	
}

.caps {
	text-transform: uppercase;	
}

/*

filter: alpha(opacity=100); 
opacity: 1;
zoom: 1; /* to make transparency work in IE

*/