@charset "utf-8";
/*-----------------------------------------------------------------------------
Index Style Sheet

version:   1.0
company:   Burnkit Creative Inc.
author:    Alberto Trujillo
date:      19-November-2007
website:   http://www.burnkit.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #444;
}

.title{
	color: #444;
	font-weight: bold;
}

#header p{
	margin-top: 0px;
	padding-top: 0px;
}

/* =Headings
-----------------------------------------------------------------------------*/
h2{
	font-size: 12px;
	font-weight: bold;
}

#header h2{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* =Links
-----------------------------------------------------------------------------*/
div#header a{
	display: block;
	height: 21px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin-bottom: 8px;
	padding-top: 5px;
	background: #ff0024;
}

a.detection{ width: 89px;}

a.bypass{ width: 181px;}

div#header a:hover{
	background: #fd4a07;
}

/* =Branding
-----------------------------------------------------------------------------*/
img.logo{
	margin-bottom: 80px;
}


/* =Main Content
-----------------------------------------------------------------------------*/

div#noflash{
	margin: 40px 60px;
}

div.main_content{
	color: #444;
	font-size: 12px;
	margin: 0px 310px 0px 0px;
}

div.main_content ul{
	list-style-type: none;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/
div#header{
	width: 212px;
	height: 185px;
	float: right;
	background: #e4e4e4;
	color: #444;
	font-size: 12px;
	padding: 0px 16px 0px 16px;
	margin: 0px 0px 0px 46px;
}

*html div#header{
	width: 244px;
}

/* =Misc 1
-----------------------------------------------------------------------------*/

div.hr{
	width: auto;
	height: 1px;
	background: #444;
	display: block;
	line-height: 0px;
	font-size: 1px;
	margin: 28px 0px 28px 0px;
}
	
/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

