@charset "UTF-8";

/**
* 	CSS Document : Splash
*
*	Styles for the splash page
*
*	@author	Daniel Ivanovic dan@substance001.com
*/

/**
* 	html / body
*
*	Main html / body default styles
*/
html 
{
	height: 100%;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/mechs/BOND_WEBSITE_BACKGROUND.jpg);
}

/**
* 	swatches
*
*	Styles the swatches panel
*/
#swatches 
{
	width: 100%;
	height: 429px;
	position: absolute;
	margin-top: 110px;
	background: url(../images/mechs/BOND_WEBSITE_IMAGE_SWATCHES.jpg);
}

/**
* 	logo_007
*
*	Styles the swatches panel 007 logo
*/
#logo_007 
{
	width: 1024;
	height: 317px;
	position: relative;
	left: 50%;
	margin-left: -512px;
	margin-top: 60px;
}

/**
* 	main
*
*	Styles the main page content
*/
#main 
{
	width: 1030px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	font-size: 9px;
	position: absolute;
	left: 50%;
	margin-left: -515px;
}

/**
* 	legal
*
*	Styles the main page legal bar
*/
#legal 
{
	position: relative;
	text-align: left;
	margin-top: 10px;
	float: left;
}
#legal_center
{
	float: left;
	width: 85%;
	margin: 0px;
	padding: 10px;
}
#legal_left
{
	float: left;
	width: 5%;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	text-align: left;
}
#legal_right
{
	float: right;
	width: 5%;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	text-align: right;
}

/**
* 	buttons
*
*	Styles the page buttons
*/

/**
*	@@ btn_enter
*/
#btn_enter 
{
	width: inherit;
	height: 34px;
	position: relative;
	text-align: center;
	margin-top: 550px;
}

/**
* 	territories
*
*	Styles the main page territories bar
*/
#territories 
{
	width: 600px;
	position: relative;
	text-align: center;
	margin-top: 10px;
	margin-left: 215px;
}
#territory_links
{
	text-align:center;
}
.territory_link
{
	width: 117px;
	height: 22px;
	padding: 1px;
	margin: 0px;
	float: left;
}