html {
	background:none;	
}

body {
	text-align:center	;
	background-color: #ededed;
	font-family: Helvetica, sans-serif;
	font-size:0.9em;;
}

a {
	color: #E24997;
	text-decoration: none;
	line-height:1.2em;
}

a:hover { 
	border-bottom: 1px dotted #E24997; 
}

p {
	margin:20px 20px;
}

ul {
	margin: 10px 0 0 50px;
}

li {
	list-style-type: square;
}

h1 {
	font: italic normal bold 2.1em/1.5em Garamond,Times, serif;
	color: #fff;
	padding-left:20px; 
	background-color: #81b9c0;
	margin-top:30px;
}

h2 {
	font: italic normal bold 2.1em/1.5em Garamond,Times, serif;
	background-color: #6C6C6C;
	color:#fff;
	font-weight: bold;	
	font-size:180%;
	margin: 20px 0 10px 0;
	padding-left: 20px;
	line-height:1.7em;
}

h3 {
	padding-left: 20px;
	margin:12px 0 5px 0;
	font-size:130%;
	font-weight: bold;
	line-height: 1.3em;	
}

h4 {
	padding-left: 20px;
	margin:0 0 5px 0;
	font-size:110%;
	font-weight: bold;
	line-height: 1.3em;
}

h5 {
	padding-left: 20px;
	margin:0 0 5px 0;
	font-size:100%;
	font-weight: bold;
	line-height: 1.3em;
}

em {
	font-style: italic;
}

strong {
	font-weight:bold;
}

#compatibility {
	margin: 20px;
	border: 1px solid #ccc;
}

#compatibility thead {
	background-color: #eee;
	font-size: 105%;
	font-weight: bold;
}

#compatibility td{
	padding: 4px;
}

#wrapper {
	margin:auto;
	text-align:left;
	background-color: #FFFEFD;
	min-height:650px;
	height:auto !important;
	border: 2px solid #868686;
}

* html #wrapper {
	height: 650px;
}

#border {
	text-align:center;
	background-color: #bcbcbc;
	padding:3px;
	margin:auto;	
	width:880px;
}

#footer{
	color: #a3a3a3; 
	font-size: 0.9em;
	margin-top: 4px;
}

.container {
	margin:20px;
}

#content {
	margin:0px;
}

.column {
	float:left;
}

.floatspacer20 {
	float:left;
	width:20px;
	height:1px;
}

#top_nav {
	margin-top:10px;
	width:880px;
	height:27px;
	padding-left:20px;
	margin-left:auto;margin-right:auto;
}

#top_nav a:hover {
	background-color: #ABD348;
	border:none;
	behavior: url(/css/iepngfix.htc);
}

.nav_button {
	background: #bcbcbc url(../img/top-nav.png) repeat left;
/*	TODO: sliding nav_buttons*/
	font: italic 1em/1.5em Palatino,Times, serif;
	text-decoration: none;
	border:none;
	float:left;
	margin-right:5px;
	color:#666666;
	width:100px;
	padding:3px;
	cursor:pointer;
}

#active {
	background-image: none;
	color:#fff;
}

.error {
	float:left;
	clear:left;
	margin-left:15px;
	color:#fff;
	padding:5px 10px;
	background-color:#A62A24;
	border:2px dashed #fff;
	width:240px;	
}

.notice {
	float:left;
	clear:left;
	color:#687F37;
	font-size:1.2em;
}

#start_again #yes:hover {
	background-color:#992D30;
	border: 1px solid #992D30;
}

#getv1 {
	border:none;
	position: relative;
	float: right;
	top: 5px;
	margin-right: 100px;
	z-index:1000;
	background: url(../img/getv1.png) left no-repeat;
	behavior: url(/css/iepngfix.htc);
	width:123px;
	height:122px;
}

#getsdk {
	border:none;
	position: relative;
	float: right;
	top: 5px;
	margin-right: 100px;
	z-index:1000;
	background: url(../img/getsdk.png) left no-repeat;
	behavior: url(/css/iepngfix.htc);
	width:123px;
	height:122px;
}

#api {
	border:none;
	position: relative;
	float: left;
	top: 26px;
	left: 10px;
	z-index:1000;
	background: url(../img/api.png) left no-repeat;
	width:60px;
	height:60px;
}

#docu{
	padding-left:80px;
}


#grimace_wrapper {
	float:left;
	margin:60px 0px 0px 50px;
}
#sliders{
	behavior: url(/css/iepngfix.htc);
	background: url(../img/sliders.png) top left no-repeat;
	width: 240px;
	height: 170px;
	position: relative;
	top: 200px;
	left: 280px;
	z-index:1000;
/*	border:4px dashed #ede1a1;*/
	padding: 15px 30px 0 60px;
	margin: 13px 0px 0px 65px;
}

#sliders li {
	display:block;
	float:none;
	clear:both;
	list-style-type:none;
}

.slidercaption {
/*	font-family: Marketing Script, sans-serif;*/
	float:left;
	width:50px;
	font-size:80%;
}

/* jquery sliders*/
.ui-slider {
	float:left;
	margin-bottom:10px;
	padding-bottom:5px;
	position:relative;
	top:1px;
	left:5px;
	background: transparent url(../img/slider-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	width:100px;
	height:10px;
}

.ui-slider-handle {
	z-index:1;
	width:10px;
	height:20px;
	position:absolute;
	top: -4px;
	left:0px;
	background: transparent url(../img/handle.png) left no-repeat;
}

.ui-slider-handle:hover{
	border:none;
}

.ui-slider-disabled .ui-slider-handle {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* hacks */
a{outline:none;}
img, div { behavior: url(/css/iepngfix.htc) }

#void4em{height:4em;}

#download{
	border:none;
	display:block;
	background: transparent url(../img/download.png) 0 0 no-repeat;
	width:310px;
	height:84px;
	margin:0;
}

#download:hover{
	border:none;
	background:transparent url(../img/download.png) -310px 0 no-repeat;
}

#download span{
	position:relative;
	left:75px;
	top:15px;
}

#download strong {
	color: #000; 
	font-weight: bold; 
	font-size: 1.1em;	
	line-height: 1.4em;
}

#download em {
	font-size: 0.8em; 
	font-weight: normal; 
	font-style: normal; 
	color: #5b5b5b; 
	line-height: 1.4em;
}

.aboutbox {
	margin: 15px 0 30px 18px;
	float:left;
	width: 400px;
}

.abouttext{
	width:180px;
	float:left;
	margin:25px 40px 0 16px;
}

.abouttext p{
	padding:3px;
	border: 1px dashed #aab5b5;
	margin: 13px 0 0 4px; 
	background-color: #f7f7f7;
}

.abouttext h3{
	padding: 0 0 0 4px;
}

.abouttext h4{
	padding: 0 0 0 4px;	
}

.portrait{
	float:left;
}

#portrait_ole{
}

#portrait_thom{
}

#emotable{
	text-align: center;
	margin: 0 0 0 40px;
}

#emotable td{
	padding: 8px;
	line-height: 2em;
}

pre.code {
	border:1px #777 solid;
	margin: 20px;
	padding: 10px 0 0 0;
	overflow:auto;
	font-size: smaller;
}

pre.code .comment {
	color:#408000;
}

#docutoc {
	margin-top:20px;
}

#docutoc li {
	list-style-type:none;
}

#grimace_wheel {
	position:absolute;
	background:url('../img/wheel.gif') center center no-repeat;
	width:290px;
	height:360px;
	margin:60px 0px 0px 50px;
}

.document {
  padding-right: 13px;
  background: url('../img/document.png') right top no-repeat;
}

.external {
  padding-right: 14px;
  background: url('../img/external.png') right top no-repeat;
}
