@charset "utf-8";

/*
----------------------------------------------------------------
----------------------------------------------------------------
--- CSS v.2 FILE FOR DYSON SITE CREATED BY MARTIN FUSKO 2007 ---
----------------------------------------------------------------
----------------------------------------------------------------
*/

/*
--------------
--- GLOBAL ---
--------------
*/

body {
	margin: 0px;
	padding: 0px; /* for Opera */
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;	/* for IE */
	color: #ffffff;
	background-color: #0a101e;
	background-image: url(../images/black_body_background.gif);
	background-repeat: repeat-x;
	background-position: 0px 66px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.separator {
	width: 100%;
	clear: both;
}

/*
------------
--- MAIN ---
------------
*/

#main {
	width: 780px;
}

/*
--------------
--- HEADER ---
--------------
*/

#header {
	position: relative;
	height: 105px;
}

#header #logo {
	position: absolute;
	top: 13px;
	left: 8px;
	width: 62px;
	height: 23px;
}

#menu_1 {
	position: absolute;
	top: 43px;
	left: 0px;
	height: 26px;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	background-image: url(../images/black_menu_1_background.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#menu_1 li {
	float: left;
	height: 26px;
	margin: 0px;
	padding: 5px 18px 0px 0px;
}

#menu_1 li a {
	font-size: 100%;
	text-decoration: none;
	color: #ffffff;
}

#menu_1 li a:hover {
	text-decoration: underline;
}

#menu_2 {
	position: absolute;
	top: 69px;
	left: 0px;
	height: 26px;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 4px;
}

#menu_2 li {
	float: left;
	height: 26px;
	margin: 0px;
	padding: 2px 18px 0px 0px;
}

#menu_2 li a {
	font-size: 100%;
	text-decoration: none;
	color: #9296a4;
}

#menu_2 li a:hover {
	text-decoration: underline;
}


/*
---------------
--- CONTENT ---
---------------
*/

#content {
	position: relative;
	margin: 10px 0px 0px 10px;
}

#content #black_left_box {
	float: left;
	width: 268px;
	color: #ffffff;
}

#content .black_box_1 {
	float: left;
	width: 251px;
	height: 39px;
	margin: 0px 0px 7px 0px;
	padding: 21px 0px 0px 10px;	
	color: #ffffff;
	font-weight: bold;
	font-size: 110%;
	background-color: #384050;
	text-decoration: none;
	border: 1px solid #999999;
}

#content .black_box_1:hover {
	background-color: #212b3c;
}

#content #black_right_box {
	float: left;
	width: 471px;
	height: 188px;
	padding: 10px 0px 0px 14px;
	background-color: #000000;		
	border: 1px solid #b4b7c6;
}

#content #black_right_box img {
	position: absolute;
	top: 10px;
}

#content .flash_box {
	position: absolute;
	top: 10px;
}

#content #black_bottom_box {
	float: left;
	margin: 16px 0px 0px 0px;
	height: 48px;
	color: #ffffff;
}

#content .black_box_2 {
	float: left;
	width: 174px;
	height: 18px;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 5px;	
	color: #ffffff;
	font-size: 95%;
	text-decoration: none;
	border: 1px solid #b4b7c6;
}

#content .black_box_2:hover {
	border: 1px solid #2b313f;
}


















