/**********************************
Runup Game Distribution Limited
Author: siewho
/**********************************/
/**********************************/
/*		     reset			  	  */
/**********************************/

html,body,div,span,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
margin:0; 
padding:0;
outline:0;
}

body {
	font: 11px "Arial", Helvetica, sans-serif; /* 1.1em = 11px */
	color: #000000;
	background: #000000;
	text-align: left;
	}

	
html > body {font-size: 62.5%;}

div, p, th, td, li, dd, dl, dt    {
	/* redundant selectors to help NS4 not forget */
    /*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Arial", Helvetica, sans-serif;
    }
	
a, a:link, a:visited, a:active	{
	text-decoration: none;
	color: #8D3AAC;
	/*color: #e9e9e9;	*/
	}
a img { border: 0; display:inline;}
a:hover	{
	color: #ff8c02;
	/*color: #ccc;*/	
	text-decoration: none;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
	
dt 	{
	font-weight: bold;
	}
ol, ul {
	list-style: none;
}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
p {
	margin: 0 0 1em 0; padding: 0;
	line-height: 1.5em;
	}
h1	{font-size:	1.5em;}
h2	{font-size:	1.5em;}
h3	{font-size:	1.4em;}
h4  {font-size:	1.3em;}
h5	{font-size:	1.2em;}
h6	{font-size:	1.1em;}
	
h1, h2, h3, h4, h5, h6	{
	color: #333;
	background-color: transparent;
	margin:	5px 0;
	behavior: url("../js/iepngfix.htc");
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.indent { padding:0 0 0 30px;}

.clear {clear: both; height:0;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

*+html .clearfix{height: auto; zoom: 1;} /* IE7 */

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 0;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*** PNGFIX ***/
img, div, input { 
behavior: url("../js/iepngfix.htc") ;
}
