html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
	color: #00519f;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 6px;
	padding-left: 7px;
}

h2 {
	font-size: 16px;
	color: #00519f;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-left: 7px;
	margin-top: 7px;
	margin-bottom: 0px;
}

h3 {
	font-size: 13px;
	color: #00519f;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-left: 7px;
	margin-top: 7px;
	margin-bottom: 0px;
}

p {
	margin: 0px;
	padding: 7px;
	line-height: 20px;
}

p a, fieldset a, td a, h1 a, div a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #00519f;
}

div.photo-container a {
	border: 0;
}

p a:hover, fieldset a:hover, td a:hover, h1 a:hover, div a:hover {
	border-bottom: none;
}

h1 a {
	color: #00519f;
}

ul {
	margin: 0;
	padding: 0;
	padding-left: 7px;
	list-style-position: inside;
}

li {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

strong, b {
	font-weight: bold;
	color: #333;
}

img.right {
	float: right;
	margin-left: 6px;
}

img.border {
	border: 1px solid #00519f;
}

.indent-1 {
	display: block;
	width: 60px;
	float: left;
}

.indent-2 {
	display: block;
	width: 70px;
	float: left;
}

.figure {
	text-align: center;
}

.flag-bullet {
	display: block;
	float: left;
	width: 30px;
	padding-top: 3px;
}

.spot {
	float: left;
	display: inline;
	width: 230px;
	margin-top: 7px;
	margin-left: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	padding: 0px;
	border: 1px solid #83b1d0;
	background-color: #edf2f5;	
}

.spot h3 {
	margin: 0;
	padding: 2px 0 2px 7px;
	color: #666;
	background-color: #dfedf5;
	font-weight: bold;
	font-size: 10px;
	border-bottom: 1px solid #83b1d0;
}

.spot p {
	padding: 7px;
	margin: 0;
	line-height: 20px;
}

.spot p .flag-bullet {
	padding-top: 5px;
}

#container {
	width: 754px;
	position: relative;
	min-height: 100%; /* Safari + Mozilla */
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../img/background.gif) repeat-y;
}

* html #container {
	height: 100%; /* IE */
}


#header {
	position: relative;
	height: 226px;
	width: 100%;
	/* background: #faa520 url(../img/top_text.gif) no-repeat left bottom; */
	background-color: #faa520;
}

#header p {
	margint: 0;
	padding: 0;
	position: absolute;
	height: 42px;
	width: 524px;
	background-color: #0f7eb9;
	color: #fff;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 25px;
	padding-top: 9px;
	padding-left: 230px;
	top: 175px;
	z-index: 40;
}

img#header-print { /* Static image of header, used in print */
	display: none;
}

/* Menu */

#menu {
	display: block;
	position: absolute;
	bottom: 16px;
	left: 27px;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	border: 2px solid #fff;
	width: 159px;
	z-index: 50;
}

#menu li {
	display: block;
	white-space: nobreak;
	height: 21px;
	overflow: hidden;
	margin: 0;
	float: left;
	
}

#menu li a {
	white-space: nobreak;
	overflow: hidden;
	width: 149px;
	font-weight: bold;
	display: block;
	height: 20px;
	padding-left: 10px;
	line-height: 20px;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #005e9f;
	border-bottom: 1px solid #83b1d0;
}

#menu li a:hover, #menu li a.selected {
	background-color: #83b1d0;
	color: #000;
}

* html #menu li a:hover, * html #menu li a.selected { /* IE: Cancel fix for Mozilla */
	width: 149px;
}

#logo {
	position: absolute;
	left: 283px;
	top: 50px;
	z-index: 1;
}

#logo a {
	border: 0;
}

/* flags */
#flags {
	position: absolute;
	left: 198px;
	top: 155px;
	z-index: 10;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
}

#flags li {
	margin: 0;
	padding: 0;
	display: inline;
}

#flags li a {
	border: 0;
}

#flags img {
	border: 1px solid #0f7eb9;
	margin-right: 7px;
}

/* search box */
#search-box {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 6px;
	right: 14px;
}

#search-box input {
	font-size: 10px;
	padding: 1px;
	border: 1px solid #875911;
	background-color: #ffdaa1;
	color: #875911;
	float: left;
	margin-left: 6px;
}

/*
#search-box {
	display: none;
}
*/

.language-info {
	font-size: 10px;
	border: 1px solid #875911;
	background-color: #ffdaa1;
	width: 200px;
	padding: 4px;
	position: absolute;
	left: 195px;
	top: 40px;
	z-index: 20;
	display: none;
}

#search-pager {
	margin-left: 7px;
	color: #00519f;
}

#search-pager span, #search-pager a {
	padding-right: 5px;
}

#search-pager a {
	border: 0;
	text-decoration: underline;
	color: #00519f;
}

#search-pager a:hover {
	text-decoration: none;
}

#search-box input.text {
	width: 150px;
	height: 13px;
}

#search-box input.submit {
	height: 17px;
}

#footer {
	position: absolute;
	height: 64px;
	/* background: #0f7eb9 url(../img/bottom_text.gif) no-repeat left top; */
	background-color: #0f7eb9;
	bottom: 1px; /* NB: Is adjusted to 0 in JS - needs to be different here to force update */
	width: 100%;
}

#footer p {
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 25px;
	padding-left: 30px;
	padding-top: 18px;
}

#footer-spacer { /* leave out if no footer */
	width: 100%;
	height: 64px; /*  NB: Must be same height as footer */
}

#content {
	padding: 8px;
}

/* Photos */
.photo-container {
	display: inline;
	float: left;
	width: 160px;
	height: 160px;
	margin: 7px;
	padding: 4px;
	/* background-color: #eee; */
	border: 1px solid #ddd;
	text-align: center;
}

.photo-container a {

}

.photo-container img {
	border: 0;
	margin-left: auto;
	margin-right: auto;
}

/* Accessories */
/*
.accessories .photo-container {
	height: 204px;
}

.accessories .photo-container .description {
	width: 152px;
	height: 32px;
	margin-top: 4px;
	padding: 4px;
	text-align: left;
	font-size: 10px;
	background-color: #eee;
}
*/

/* Contact */
.contact .photo-container {
	width: 192px;
	height: 268px;
	float:right;
}

.contact .photo-container .description {
	width: 184px;
	height: 45px;
	margin-bottom: 4px;
	padding: 4px;
	text-align: left;
	font-size: 12px;
	background-color: #eee;
	line-height: 20px;
}

/* Manufacture */

.manufacture .photo-container {
	width: 200px;
	height: 53px;
	float:right;
}

.manufacture .photo-container .description {
	width: 192px;
	height: 45px;
	margin-bottom: 4px;
	padding: 4px;
	text-align: left;
	font-size: 12px;
	background-color: #eee;
	line-height: 20px;
}


/* Specifications */

.specifications-container {
	border: 1px solid #0f7eb9;
	margin: 7px;
	float: left;
	clear: left;
	display: inline;
}

table.specifications {
	border: 1px solid #0f7eb9;
	border: 0;
	border-collapse: collapse;
}

table.specifications th {
	font-size: 10px;
	font-family: helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	border: 1px solid #008fd9;
	background-color: #008fd9;
	color: #fff;
	padding: 4px;
}

table.specifications td {
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	border: 1px solid #edf2f5;
	border-bottom: 0;
	border-right: 0;
	padding: 4px;
	white-space: nowrap;
	line-height: 22px;
}

table.specifications-smaller td {
	font-family: arial, verdana, helvetica, sans-serif;
}

table.specifications tr.odd {
	background-color: #eef4ff;
}

table.specifications td:first-child {
	border-left: 0;
}

/* Specifications for second hand equipment */
.second-hand table.specifications td {
	white-space: normal;
}

.second-hand table.specifications td.center {
	text-align: center;
}

/* Accesories */
.accessories table.specifications td {
	white-space: normal;
}

.accessories table.specifications td.center {
	text-align: center;
}


/* Specifications for other products */
.other-products table.specifications td {
	white-space: normal;
}

.other-products table.specifications td.center {
	text-align: center;
}

/* Hotbox image text */
#hotbox-image-container {
	color: #333;
	position: relative;
	padding: 0;
	font-family: verdana;
	font-size: 12px;
	line-height: 14px;
}

#hotbox-image-container-print {
	display: none;
}


#hotbox-image-text-1 {
	background-color: #fff;
	position: absolute;
	padding: 4px;
	top: 0px;
	left: 40px;
	width: 120px;
}

#hotbox-image-text-2 {
	background-color: #fff;
	position: absolute;
	padding: 4px;
	top: -10px;
	left: 305px;
	width: 120px;
}

#hotbox-image-text-3 {
	background-color: #fff;
	position: absolute;
	padding: 4px;
	top: 400px;
	left: 0px;
	width: 140px;
}

#hotbox-image-text-4 {
	background-color: #fff;
	position: absolute;
	padding: 4px;
	top: 410px;
	left: 230px;
	width: 140px;
}

#hotbox-image-text-5 {
	background-color: #fff;
	position: absolute;
	padding: 4px;
	top: 330px;
	left: 370px;
	width: 120px;
}

