/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}

/* body */

body {
	background: #0a0a0a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

h1 { font-size: 18px; color: #fff; }
h2 { font-size: 16px; color: #fff; }
a { font-weight: bold; text-decoration: none; color: #3cafda; }
a:hover { text-decoration: underline; }
.t1 { color: #FEF8E1; font-size: 14px; }
.t2 { color: #eadca7; font-size: 14px; }
.clear { clear: both; }

/* header */

#header {
	width: 100%; height: 104px;
	background: #004862 url(/images/header_bg.png) repeat-x;
}

#headerInside {
	width: 800px; height: 104px;
	margin: 0 auto;
	background: #004862 url(/images/headerinside_bg.png) no-repeat;
}

#logo {
	margin: 0 0 0 30px;
	float: left;
}

/* nav (thank you Chris Coyier of CSS-Tricks.com, I uh borrowed your tabs) */

#navigationWrap {
	width: 435px; height: 104px;
	float: left;
}
			  
#navigation {
	padding: 77px 0 0 200px;
/* 	padding: 77px 0 0 143px; */
	list-style: none;
}

#navigation li {
	display: inline;
	margin: 0 4px 0 0;
}

#navigation li a {
	padding: 4px 12px; 
	background: #aed7d4; 
	-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px; -webkit-border-top-left-radius: 4px;
	font: 13px "Lucida Grande", Arial, Helvetica, Sans-Serif;
	color: #002c3d;
}

#navigation li a:hover {
	text-decoration: none;
	color: #004863;
}

#navigation li.home a,
#contact #navigation li.contact a,
#video-screencasts #navigation li.about a,
#store #navigation li.store a { 
	background: #d7e7f2; color: #004863;
}

/* featured */

#featuredWrap {
	width: 100%; height:100%;
}

#featuredT {
	width: 100%; height: 4px;
	background: #202020 url(/images/featuredT_bg.png) repeat-x;
}

#featuredM {
	width: 100%; height: 100%;
	background: #262626 url(/images/featuredM_bg.png) repeat;
}

#featuredB {
	width: 100%; height: 6px;
	background: #202020 url(/images/featuredB_bg.png) repeat-x;
}

/* content */

#contentWrap {
	width: 100%; height: 100%;
}

#content {
	width: 740px; height: 100%;
	padding: 0 30px; margin: 0 auto;
}

/* footer */

#footerWrap {
	width: 100%; height: 90px;
	margin: 30px 0 0 0;
	border-top: 5px solid #151515;
	background: #232323;
}

#footer {
	width: 740px; height: 100%;
	padding: 0 30px; margin: 0 auto;
	position: relative;
}

#footerText {
	width: 740px; height: 22px;
	background: url(/images/footertext.png) no-repeat;
	position: absolute; top: 68px;
	text-align: center;
}

#footerText p { padding: 4px 0 0 0; color: #525252; }
#footerText a { color: #606060; text-decoration: none; font-weight: normal; }
#footerText a:hover { color: #707070; }

/* sticky footer */
#main { padding-bottom: 10px; } /* must be same height */

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}