/**********************************/
/*		     global			  	  */
/**********************************/

/*@import url("nav.css");*/

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: 62.5%/1.5 Tahoma, Arial, Helvetica, sans-serif; /* 1.1em = 11px */
	color: #fff;
	background: #250d03;
	text-align: center;
	}

html, body {
height: 100%;
}

html > body {font-size: 62.5%;}

div, p, th, td, li, dd, dl, dt    {
	/* redundant selectors to help NS4 not forget */
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    }
	
a, a:link, a:visited, a:active	{
	text-decoration: none;
	color: #CCFF66;	
	}
a img { border: 0; }
a:hover	{
	color: #CC6600;	
	text-decoration: none;
	}
/* remember to define focus styles! */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

: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: #FF9900;
	background-color: transparent;
	margin:	5px 0;
	}
	
img	{ border: 0; display:block;}/* turns off gaps around images */

/* 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 */

#flashheader {
display: block;
width: 780px;
height: 527px;
overflow:hidden;
}

#wrapper {
display: block;
width: 960px;
margin: 0 auto;
background: #000 url(bg-pt.gif) repeat;
min-height: 100%;
text-align: left;
}
* html #wrapper {
height: 100%;
}


#header {
width: 960px;
height: 280px;
overflow: hidden;
background: url(index_01.jpg) no-repeat;
}