/* RESET */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
    background:#2D2D2D;
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }


/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body, input, textarea {
    color:#000;    
    font: 12px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height:18px;
}

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

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}

/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:18px;
	font-family:"Andale Mono",Courier,"Arial",monospace;
	font-size:10px;
	line-height:12px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

h3 {
font-weight:bold;
}

img {
margin-bottom: 18px;
}

html {
overflow-y: scroll;
}

#wrap {
margin: 10px 0 0 20px;
}

h1 {
	font-size:64px;
	font-weight:bold;
	letter-spacing: -3px;
	color: #000;
	border-bottom: 4px solid #000;	
	margin-bottom:40px;
	line-height:64px;
	width:220px;
	float: left;	
	height:64px;
}

.slogan {
	float: left;
	font-size:28px;
	line-height:24px;
	padding-top:10px;
	width:300px;
	margin-left:20px;
	font-weight: bold;
	border-bottom: 4px solid #FF3300;
	height:54px;
	color: #FF3300;
}

.orange {
	color: #FF3300;
	font-size:28px;
	font-weight: bold;
}

/* Accordion */

#accordion {
	width: 700px;
	clear:both;
}

/* accordion header */
#accordion h2 {
	font-size:28px;
	font-weight:bold;
	letter-spacing: -1px;
	color: #000;
	margin-bottom:20px;	
}

/* currently active header */
#accordion h2.current {
	cursor:default;
}

/* accordion pane */
#accordion div.pane {
	
	color:#fff;
	font-size:12px;
	margin-bottom:10px;
	float:left;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

.column-2 {
float:left;
padding-right:30px;
width:280px;
}

/* TABS */

.tabs {
height:25px;
list-style-type:none;
margin:0;
}

.tabs li {
float: left;
margin-right:10px;
}

.tabs li a {
color: #FF3300;
font-size: 22px;
font-weight: bold;
text-decoration: none;
}

.subcontent {

}

#scroller {
width: 500px;
height: 150px;
overflow: auto;
}

/* Flowplayer */

.controlbar {
font-size: 22px;
font-weight: bold;
clear:both;
}

.play, .pause {
cursor: pointer;
color: #FF3300;
float: left;
margin-right:10px;
}

.mute {
display: none;
}

.time {
color: #000;
}

.time strong {
color: #191919;
}

