@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: #000000;
	background-color: #ffffff;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.separator {
	width: 100%;
	clear: both;
	background-color: #ffffff; /* for IE5 */
}

/*
------------
--- MAIN ---
------------
*/

#main {
	width: 100%;
}

/*
--------------
--- HEADER ---
--------------
*/

#header {
	position: relative;
	height: 47px;
	background-image: url(../images/header_background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ffffff;
}

#header #logo {
	position: absolute;
	top: 16px;
	left: 4px;
	width: 62px;
	height: 23px;
}

#menu_1, #menu_3 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	list-style: none;
	margin: 0px;
	padding: 0px;	
	background-color: #f1eff4;
}

#menu_1 li, #menu_3 li {
	float: left;
	margin: 0px;
	height: 18px;	
	padding: 2px 18px 0px 0px;
}

#menu_1 li a, #menu_3 li a  {
	font-size: 100%;
	text-decoration: none;
	color: #ababab;
}

#menu_1 li a:hover, #menu_3 li a:hover {
	text-decoration: underline;
	background-color: #f1eff4;
}

#menu_1 .actual, #menu_3 .actual {
	background-color: #b4b7c6;
	background-image: url(../images/menu_1_actual_background.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}

#menu_1 .before_actual {
	background-image: url(../images/menu_1_before_actual_background.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}

#menu_3 .before_actual {
	background-image: url(../images/menu_3_before_actual_background.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}

#menu_3 .actual {
	background-color: #b4b7c6;
	background-image: url(../images/menu_3_actual_background.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}

#menu_1 #first, #menu_2 #first, #menu_3 #first {
	padding: 2px 18px 0px 4px;
}

#menu_1 .actual a, #menu_3 .actual a {
	color: #ffffff;
}

#menu_1 .actual a:hover, #menu_3 .actual a:hover {
	text-decoration: none;
	background-color: #b4b7c6;
}

#menu_2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 18px;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #b4b7c6;	
}

#menu_2 li {
	float: left;
	margin: 0px;
	padding: 1px 18px 0px 0px;
}

#menu_2 li a {
	font-size: 100%;
	text-decoration: none;
	color: #ecf0ff;
}

#menu_2 li a:hover {
	text-decoration: underline;
}

#menu_2 .actual a {
	color: #ffffff;
}

#menu_2 .actual a:hover {
	text-decoration: none;
	background-color: #b4b7c6;
}



/*
-------------------
--- BOTTOM MENU ---
-------------------
*/

#bottom_menu {
	position: absolute;
	bottom: 0px;
	width: 760px;
	height: 20px;
	background-image: url(../images/bottom_menu_background.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#bottom_menu #left_link {
	position: absolute;
	top: 3px;
	left: 2px;
	color: #ecf0ff;
	padding: 0px 0px 0px 17px;
	text-decoration: none;
	background-image: url(../images/bottom_menu_dubble_arrow_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#bottom_menu #right_link {
	position: absolute;
	top: 3px;
	right: 2px;
	color: #ababab;
	font-weight: bold;
	padding: 0px 17px 0px 0px;
	text-decoration: none;
	background-image: url(../images/bottom_menu_dubble_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}


#bottom_menu ul {
	position: absolute;
	top: 2px;
	right: 280px;
	height: 11px;
	list-style: none;
	margin: 0px;	
	padding: 0px;
}

#bottom_menu  li {
	float: left;
	padding: 0px 0px 0px 9px;
}


/*
---------------
--- CONTENT ---
---------------
*/

#content {
	position: relative;
	margin: 10px 0px 0px 10px;
}


/*
-----------------
--- WHY DYSON ---
-----------------
*/

#why_dyson {
	position: relative;
	width: 760px;
	padding: 5px 0px 0px 0px;	
	font-size: 95%;
}

#why_dyson #top_box {
	position: relative;
	padding: 10px;
	margin: 0px 0px 0px 0px;	
	color: #ffffff;
	background-color: #a8a8a8;
}

#why_dyson #middle_box {
	position: relative;
	width: 760px;	
	top: 8px;
	background-color: #e5e5e5;

}

#why_dyson #middle_left_box {
	float: left;
	width: 368px;
	padding: 11px 11px 0px 11px;
	color: #000000;
}

#why_dyson #middle_left_box p {
	margin: 0px 0px 11px 0px;
}

#why_dyson #middle_left_box h2 {
	margin: 7px 0px 13px 0px;	
	font-size: 105%;
}

#why_dyson #middle_right_box {
	float: right;
	width: 370px;
}

#why_dyson ul {
	position: relative;
	width: 361px;
	list-style: none;
	margin: 0px 0px 0px 7px;	
	padding: 0px;
}

#why_dyson  li {
	padding: 0px 0px 0px 11px;	
	background-image: url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;	
}

#why_dyson  li a {
	color: #000000;
	text-decoration: none;	
}

#why_dyson li a:hover {
	color: #7973b0;
	text-decoration: none;
}

#why_dyson #bottom_box {
	position: relative;
	top: 42px;
	padding: 0px 0px 5px 0px;
	height: 1em;
	border-bottom: 6px solid #e5e5e5;
}

#why_dyson #bottom_box li {
	padding: 0px 0px 0px 11px;	
}

#why_dyson #bottom_box .li_1 {
	position: absolute;
	left: 55px;
	width: 200px;	
}

#why_dyson #bottom_box .li_2 {
	position: absolute;
	left: 410px;
	width: 200px;
}

#why_dyson #signature_box {
	position: relative;
	left: 200px;
	width: 190px;
	color: #efbc00;
}

#why_dyson #signature_box img {
		padding: 0px 0px 10px 0px;
}

/*
-------------------
--- ABOUT DYSON ---
-------------------
*/

#about_dyson {
	position: relative;
	width: 760px;
	font-size: 95%;
	height: 300px;
}

#about_dyson #middle_box {
	position: relative;
	top: 5px;
}

#about_dyson #middle_left_box {
	float: left;
	width: 368px;
	padding: 0px 11px 0px 11px;
	color: #000000;
}

#about_dyson #middle_left_box h2 {
	margin: 15px 0px 0px 0px;	
	font-size: 125%;
}

#about_dyson #middle_right_box {
	float: right;
	width: 340px;
	margin: 15px 0px 0px 0px;
}

#about_dyson #middle_right_box table {
	font-size: 90%;
}

#about_dyson #middle_right_box td {
	width: 115px;
	padding: 0px 20px 0px 0px;
}

#about_dyson #middle_right_box tr {
	vertical-align: top;
}

/*
---------------------------
--- ABOUT DYSON GENERAL ---
---------------------------
*/

#about_dyson #general #middle_left_box {
	position: relative;
	width: 330px;
}

#about_dyson #general #middle_right_box {
	width: 400px;
}

#about_dyson #general #middle_left_box h2 {
	font-size: 130%;
}

#about_dyson #general ul {
	position: relative;
	top: 0px
	left: 0px;
	list-style: none;
	margin: 0px 0px 0px 5px;	
	padding: 0px;
}

#about_dyson #general li {
	padding: 0px 0px 4px 13px;	
	background-image: url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;	
}

#about_dyson #general li a {
	color: #000000;
	text-decoration: none;	
}

#about_dyson #general li a:hover {
	color: #7973b0;
	text-decoration: none;
}

#about_dyson #general table {
}

#about_dyson #general td {
	width: 66px;
	height: 66px;
}

#about_dyson #general td {
	width: 66px;
	height: 66px;
}

#about_dyson #general td a {
	float: left;
	width: 66px;
	height: 66px;
	background-repeat: no-repeat;
	background-position: top left;
}

#about_dyson #general td a:hover {
	background-position: -66px 0px;
}

#about_dyson #general td #jd{
	background-image: url(../images/about_dyson_jd.jpg);
}

#about_dyson #general td #seatruck {
	background-image: url(../images/about_dyson_seatruck.jpg);
}

#about_dyson #general td #ballbarrow {
	background-image: url(../images/about_dyson_ballbarrow.jpg);
}

#about_dyson #general td #trolleyball {
	background-image: url(../images/about_dyson_trolleyball.jpg);
}

#about_dyson #general td #wheelboat {
	background-image: url(../images/about_dyson_wheelboat.jpg);
}

#about_dyson #general td #design {
	background-image: url(../images/about_dyson_design.jpg);
}

#about_dyson #general td #gforce {
	background-image: url(../images/about_dyson_gforce.jpg);
}

#about_dyson #general td #dc01 {
	background-image: url(../images/about_dyson_dc01.jpg);
}

#about_dyson #general td #statue {
	background-image: url(../images/about_dyson_statue.jpg);
}

#about_dyson #general td #dc06 {
	background-image: url(../images/about_dyson_dc06.jpg);
}

#about_dyson #general td #bread {
	background-image: url(../images/about_dyson_bread.jpg);
}

#about_dyson #general td #cr01 {
	background-image: url(../images/about_dyson_cr01.jpg);
}

#about_dyson #general td #dc07{
	background-image: url(../images/about_dyson_dc07.jpg);
}

#about_dyson #general td #building_two {
	background-image: url(../images/about_dyson_building_two.jpg);
}

#about_dyson #general td #building_one {
	background-image: url(../images/about_dyson_building_one.jpg);
}

#about_dyson #general #middle_right_box td {
	padding: 0px;
}

/*
---------------
--- SITEMAP ---
---------------
*/

#sitemap  {
	margin: 0px 0px 20px 0px;
}

#sitemap h2 {
	margin: 15px 0px 0px 0px;	
	font-size: 130%;
}

#sitemap ul {
	position: relative;
	width: 361px;
	list-style: none;
	margin: 0px 0px 0px 20px;	
	padding: 0px;
}

#sitemap  li {
	padding: 0px 0px 0px 11px;	
	background-image: url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;	
}

#sitemap  li a {
	color: #000000;
	text-decoration: none;	
}

#sitemap li a:hover {
	color: #7973b0;
	text-decoration: none;
}

/*
----------------------------
--- JAMES_DYSON_PROFILE_ ---
----------------------------
*/

#james_dyson_profile {
	width: 760px;
	margin: 5px 0px 0px 10px;
}

#james_dyson_profile h2 {
	margin: 10px 0px 5px 0px;	
	font-size: 130%;
}

#james_dyson_profile .h3 {
	font-weight: bold;
}

#james_dyson_profile #table_left {
	float: left;
	width: 410px;
}

#james_dyson_profile #table_right {
	float: left;
	margin: 50px 0px 0px 20px;	
	width: 330px;
}

#james_dyson_profile #box_left {
	float: left;
	width: 385px;
}

#james_dyson_profile #box_right {
	float: left;
	margin: 0px 0px 0px 20px;	
}

#james_dyson_profile tr {
	vertical-align: top;
	width: 110px;
}

/*
-------------------
--- TECHNOLOGY_ ---
-------------------
*/

#technology {
	position: relative;
	width: 760px;
}

#technology a {
	color: #000000;
	text-decoration: none;
}

#technology a:hover {
	color: #7973b0;
	text-decoration: none;
}

/*
----------------
--- HOW_BUY_ ---
----------------
*/

#how_buy {
	position: relative;
	width: 760px;
}

#how_buy h1 {
	background-color: #eaeaea;
	color: #000000;
	font-size: 125%;
	padding: 6px 0px 6px 8px;
}

#how_buy #middle_left_box {
	float: left;
}

#how_buy #middle_right_box {
	float: right;
	width: 572px;
}

#how_buy #middle_left_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#how_buy #middle_left_box ul li a {
	display: block;
	padding: 0px 0px 10px 0px;
	border: 1px solid #c0c0c0;
	background: url(../images/how_buy_nav_bg.png) no-repeat left 2px;
	width: 150px;
}

#how_buy #middle_left_box ul li a:hover {
	border: 1px solid #000000;
}

#how_buy #middle_left_box ul li a .head {
	margin: 7px 0px 0px 18px;
	color: #000000;
	font-weight: bold;
}

#how_buy #middle_left_box ul li a .body {
	margin: 12px 0px 0px 18px;
	color: #000000;
	font-size: 90%;
}

#how_buy h2 {
	position: relative;
	width: 310px;
	height: 38px;
	background: url(../images/how_buy_dyson_approved_dealer.png) no-repeat;
	text-indent: -10000px;
}

#how_buy form {
	margin:  10px 0px 10px 0px;
}

#how_buy #middle_right_box h2 {
	float: left;
}

#how_buy #middle_right_box img {
	float: right;
	margin-top: 20px;
	margin-left: 20px;
}

#how_buy #middle_right_box p, #how_buy #middle_right_box ul {
	font-size: 85%;
	color: #333333;
}

#how_buy #middle_right_box ul {
	font-weight: bold;
}
	
#how_buy #middle_right_box p.first {
	font-weight: bold;
	clear: left;
}
	
#how_buy #middle_right_box p a {
	color: #333333;
	text-decoration: underline;
}

#how_buy #middle_right_box p a:hover {
	color: #000000;
}

/*
----------------
--- CONTACT_ ---
----------------
*/

#contact {
	margin: 0px 0px 0px 10px;
	font-size: 95%;
}

#contact h2 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 135%;
}

#contact h3 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 110%;
	color: #ababab;
}

#contact select {
	margin: 10px 0px 0px 10px;
}

#contact a {
	color: #7973b0;
	text-decoration: none;	
}

#contact a:hover {
	color: #7973b0;
	text-decoration: underline;
}

/*
--------------------
--- ACCESSORIES_ ---
--------------------
*/

#accessories a {
	color:#666666;
	text-decoration: none;
}

#accessories a:hover {
	color:#7973b0;
	text-decoration: none;
}

#accessories td {
	color:#666666
}

#accessories img {
	padding: 3px;
}

#accessories #actual {
	padding: 2px;
	border: 1px solid #666666;
}

#accessories #show {
	position: absolute;
	top: 70px;
	left: 25px;
	width: 210px;
	height: 40px;
}

/*
----------------
--- PRODUCT_ ---
----------------
*/
#product {
	width: 840px;
}

#product h2 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 135%;
}

#product p {
	margin: 0px;
	padding: 0px;
}

#product #general ul {
	margin: 30px;
	padding: 0px;
	list-style: none;
	float: left;
}

#product #general li {
	display: block;
	margin-right: 30px;	
	width: 148px;
	float: left;
}

#product #general li a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;	
}

#product #general li a:hover {
	text-decoration: none;
	color: #333333;
}

#product #general li a img {
	padding: 4px;
	border: 1px solid #999999;
	margin-bottom: 10px;
}

#product #general li a:hover img {
	background: #cacaca;
}

#product #general #show {
	width: 100%;
	margin: 30px;
	font-size: 120%;
	font-weight: bold;
	color: #333333;	
	clear: both;
}

#product #show {
	width: 100%;
	margin: 30px;
	height: 50px;
	font-size: 100%;
	font-weight: normal;
	color: #333333;	
	clear: both;
}

#product #show h2 {
	padding: 0px;
}

#product #show img {
	padding-right: 5px;
}

#product #show div {
	float: left;		
}

#product .upright {
	margin: 20px 0px 0px 150px;
	float: left;
}

#product .floor {
	margin: 20px 0px 0px 45px;
	float: left;
}

* html #product .upright {
	margin: 20px 0px 0px 75px;
}

* html #product .floor {
	margin: 20px 0px 0px 20px;
}

.preload {
	position: absolute;
	visibility: hidden;
}

#product #left_column {
	float: left;
	width: 240px;
}

#product #left_column ul {
	position: relative;
	list-style: none;
	margin: 0px 0px 20px 5px;	
	padding: 0px;
}

#product #left_column  li {
	padding: 0px 0px 0px 11px;	
	background-image: url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;	
}

#product #left_column li a {
	color: #000000;
	text-decoration: none;	
}

#product #left_column li a:hover {
	color: #7973b0;
	text-decoration: none;
}

#product #left_column li a:visited {
	color: #a9a9a9;
	text-decoration: none;
}

#product  a {
	color: #000000;
	text-decoration: none;	
}

#product  a:hover {
	color: #7973b0;
	text-decoration: none;
}

#product a:visited {
	color: #a9a9a9;
	text-decoration: none;
}

#product #middle_column {
	float: left;
	width: 300px;
	margin: 0px 15px 0px 15px;
}

#product #right_column {
	float: left;
	width: 200px;
}

#product #right_column ul {
	margin-left: 20px;
}

#product #right_column h2 {
	margin-bottom: 20px;
}

#product #right_column .center_image {
	text-align: center;
}

#product #right_column p {
	margin: 15px 0px 15px 0px;
}

.posun{
	margin: 10px;
	width: 740px;
}
.h4{
	margin: 5px 0;
	padding: 0;
	display: block;
	font-size: 100%;
	font-weight: bold;
}
.it{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #B0B0B0;
	color: #000000;
	padding: 2px;
}
.tp{
	margin: 0;
	padding: 5px 0;
}
#zle .tp, #zle2{
	/*border: 2px solid #FF0000;*/
	font-weight: bold;
	color: red;
}
label{
	margin-left: 20px;
	display: block;
}
