/* created by kat neville
http://www.safetygoat.co.uk
*/

/*Universal 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;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: 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;
}


body{
	background: #02262d url(../images/background.gif) repeat;
	color: #fff;
	font-family: Museosans, Tahoma, Arial, sans Serif;
	font-size: 85%;
	
}

h2, h3, h4, h5, h6{
	font-family: Georgia, Times new roman, serif;
	font-weight: bold;
	font-style: italic;
	color: #8cd834;
}

.previewImage{float: left; margin-left: -30px; margin-right: 20px;}
.words{width: 250px; float: left;}
#pageContainer{	margin: 0 auto; width: 960px;}

#mainContainer{
	background: url(../images/container_back.png) repeat;
	border-right: 5px solid black;
	border-left: 5px solid black;
	overflow: hidden;
	width: 860px;
	padding: 60px 60px 50px;
	float: left;
}

.video{float: left; margin-right: 60px; }
.introContent{
	width: 358px; 
	float: left;
	margin-top: 12px;
}

ol.lettered{
	list-style-type: lower-alpha;
	margin-left: 20px;
	line-height: 1.2em;
	margin-bottom: 15px;
}

	
h1 a{
	background: url(../images/logo.png) no-repeat 0 -70px;
	text-indent: -9999px;
	display: block;
	height: 110px;	
	width: 250px;
}

h2.headline, h2.headlineAbout{
	background: url(../images/headline.png) no-repeat 0 0;
	width: 413px;
	height: 67px;
	display: block;
	text-indent: -9999px;
	margin: 0 0 20px;
}

h2.headlineAbout{
	background-image: url(../images/headline_about.png);
	width: 177px;	
}

h2{font-size: 1.9em;}

*html h2.headline{background-image: url(../images/headline.gif);}
*html h2.headlineAbout{background-image: url(../images/headline_about.gif);}


h3{
	color: #a1c0c5;
	margin: 25px 0 10px;
	font-size: 1.5em;
}

p{
	margin-bottom: 10px;
	line-height: 1.4em;
}

blockquote{
	font-size: 0.8em;
	margin-top: 20px;
	line-height: 1.5em;
}

cite:before{content: "~ ";}

br{clear: both;}


#nav{
	width: 530px;
	position: absolute;
	top: 0;
	right: 0;
}

#nav li{
	float: left;
	overflow: hidden;
	display: block;
}

#nav li a{
	float: left; 
	padding: 0;
	background: url(../images/nav.png) no-repeat 0 -25px;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 56px;
	overflow: hidden;
	margin: 20px 15px 0;
}

*html #nav li a{background-image: url(../images/nav.gif);}

#nav li.myAccount a{
	background-position: -85px -25px;
	width: 130px;
}

#nav li.blog a{
	background-position: -245px -25px;
	width: 65px;
}

#nav li.about a{
	background-position: -335px -25px;
	width: 70px;
}

#nav li.home a:hover{background-position: 0 -50px;}
#nav li.home a.current{background-position: 0 0;}

#nav li.myAccount a:hover{background-position: -85px -50px;}
#nav li.myAccount a.current{background-position: -85px 0;}

#nav li.blog a:hover{background-position: -245px -50px;}
#nav li.blog a.current{background-position: -245px 0;}

#nav li.about a:hover{background-position: -335px -50px;}
#nav li.about a.current{background-position: -335px 0;}


#flashLoadingMessage{
	width: 250px;
	float: left;
	margin-top: 10px;
}

#flashLoadingMessage div{
	font-size: 12px;
	margin-top: 5px;
}

#flashLoadingMessage div span{font-size: 14px; color: #5bff04; }

a{color: #49d108;}

/*footer*/

.footer{
	overflow: hidden;
	padding: 0;
	display: block;
}

.footer a{
	float: right;
	padding: 20px 0 20px 40px;
	display: block;
}

/*buttons*/

.buttons{margin: 0 auto; overflow: hidden;}

a.launch{
	background: url(../images/start_graffing.png) no-repeat 0 0;
	display: block;
	text-indent: -99999px;
	height: 54px;
	width: 169px;
	float: left;
	margin-top: 15px;
}

*html a.launch{background-image(url(../images/start_graffing.gif);}

a.launch:hover{
	background-position: 0 -54px;
}


