/**********************
 * Generic stylesheet *
 **********************/

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
	background-color: white;
	color: black;
	font-family: /* "Gill Sans MT", */ Arial, sans-serif;
	font-size: 0.8em;
}

a:link, a:visited {
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

input, textarea, select {
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	padding-left: 2px;
	margin-left: 4px;
	_overflow: auto;
}

table {
	width: 100%;
	border-collapse: separate;
}

img {
	margin: 0px 6px;
	border: none;
}

p		{ margin: 5px; }
li		{ margin: 6px 10px 6px 24px; }

h1, h2, h3 {
	clear: both;
	color: #ff0000;
	font-weight: normal;
	letter-spacing: 1px;
}
h1		{ font-size: 140% !important; }
h2		{ font-size: 125% !important; }
h3		{ font-size: 100% !important; }

/* Horizon */
#horizon {
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	overflow: visible;
	visibility: visible;
	z-index: 100;
}

/* CSS Dialog */
#cssdialog {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 120px;
	margin-left: -150px;
	margin-top: -60px;
	z-index: 100;
}
#cssdialog h2 {
	background-color: #ff0000;
	border: none;
	color: white;
	font-size: 100% !important;
	font-weight: bold;
	height: 14px;
	margin: 2px;
	padding: 2px 8px;
	text-align: right;
}
#cssdialog #popup_message p.popup_paragraph {
	font-size: 90% !important;
	padding: 2px 10px 0px 10px;
}

/* Master */
#master {
	margin: 0px auto;
	width: 760px;
}

/* Top */
#top {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -380px;
	width: 760px;
}
#top h1 {
	position: absolute;
	top: 50px;
	right: 20px;
	color: white;
	font-size: 200% !important;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#top img.header {
	position: absolute;
	top: 86px;
	left: 0px;
	margin: 0px !important;
}

#top #on_print {
	display: none;
}

/* HTMLBody */
#htmlbody {
	position: absolute;
	top: 102px;
	left: 50%;
	margin-left: -380px;
	width: 760px;
}

/* Navigation */
#htmlbody #navigation {
	background-image: url(../img/navigation_bg.jpg);
	background-repeat: repeat-y;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 135px;
}
#htmlbody #navigation img {
	margin: 0px !important;
	padding: 0px !important;
}
#htmlbody #navigation div.primary {
	padding: 2px 2px 2px 2px;
	border-bottom: 1px solid #bbbbbb;
}
#htmlbody #navigation div.secondary {
	padding: 3px 0px;
	line-height: 13px;
}
/* html>body */ #htmlbody #navigation div.selected {
	background-image: url(../img/navigation_bg_trans.jpg);
	background-repeat: repeat-y;
}

#htmlbody #navigation a.primary:link, #htmlbody #navigation a.primary:visited {
	color: #dcdcdc;
	text-decoration: none;
	z-index: 10
}
#htmlbody #navigation a.primary:hover {
	color: white;
	text-decoration: none;
	z-index: 10
}
#htmlbody #navigation a.secondary:link, #htmlbody #navigation a.secondary:visited {
	color: #dcdcdc;
	text-decoration: none;
	z-index: 10
}
#htmlbody #navigation a.secondary:hover {
	color: white;
	text-decoration: none;
	z-index: 10
}
#htmlbody #navigation a.selected:link, #htmlbody #navigation a.selected:visited {
	color: white;
	text-decoration: none;
	z-index: 10;
}
#htmlbody #navigation a.selected:hover {
	color: white;
	text-decoration: underline;
	z-index: 10
}
#htmlbody #navigation input.keyword {
	font-size: 90%;
	font-family: inherit;
	background-color: transparent;
	border: 1px solid #bbbbbb;
	color: white;
	_height: 15px;
	width: 75px;
}
#htmlbody #navigation input.search {
	font-size: 90%;
	font-family: inherit;
	background-color: #bbbbbb;
	border: none;
	padding: 0px 2px;
	letter-spacing: -1px;
	_height: 17px;
	margin: 0px;
	color: #ff0000;
}

/* Content Center */
#htmlbody #content_center {
	position: absolute;
	top: 0px;
	left: 135px;
	width: 430px;
	margin: 0px 15px 0px 15px;
}
#htmlbody #content_center div.document {
	background-color: #f4f4f4;
	border-top: 1px solid white;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid white;
	padding: 10px;
	margin: 10px;
}
#htmlbody #content_center #quicklinks {
}
#htmlbody #content_center #quicklinks img {
	margin: 0px !important;
}
#htmlbody #content_center #quicklinks h2, h2.document {
	background-image: url(../img/header_ql_center.jpg);
	background-repeat: repeat-y;
	padding: 10px 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}
#htmlbody #content_center #quicklinks h3 {
	margin-bottom: 4px;
}
#htmlbody #content_center #quicklinks div.quicklink_item {
	float: left;
	margin-top: 30px;
	width: 210px;
	font-size: 90%;
}

/* SiteMap */
#htmlbody #sitemap div.parent {
	background-color: #f4f4f4;
	font-size: 120%;
	margin-top: 20px;
	padding: 0px 10px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
#htmlbody #sitemap div.child {
	/* background-color: #f4f4f4; */
	border-top: 1px solid white;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid white;
	padding: 4px;
	float: left;
	margin: 0px 10px;
	width: 25%;
}
#htmlbody #sitemap a {
	color: #606060;
}

/* News and Case Studies */
#htmlbody #news div.item, #htmlbody #case_study div.item {
	margin: 15px 0px;
}

/* Search Results */
#htmlbody #search_result div.item {
	margin: 15px 0px;
	border-bottom: 1px solid #dddddd;
}
#htmlbody #search_result span.highlight {
	color: red;
	font-weight: bold;
}

/* Registration Form */
#htmlbody #registration span.mandatory {
	color: red;
}
#htmlbody #registration span.nonmandatory {
	color: white;
}
#htmlbody #registration input.default, #htmlbody #registration select.default, #htmlbody #registration textarea.default {
	font-size: 100%;
	font-family: inherit;
	background-color: #eeeeee;
	border-top: 1px solid #dddddd;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid #dddddd;
	width: 250px;
}
#htmlbody #registration input.button {
	font-size: 100%;
	font-family: inherit;
	background-color: #fafafa;
	border: 1px solid #cccccc;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* Oven Illustration */
#htmlbody #oven_illustration img {
	margin: 0px !important;
	padding: 0px !important;
}
#htmlbody #oven_illustration a {
	margin: 0px !important;
	padding: 0px !important;
}

/* Global Time Map */
#htmlbody #world_time #map h1 {
	background-color: #fe0000;
	padding: 10px 0px;
	text-transform: uppercase;
	color: white;
	width: 427px;
	text-align: center;
	font-size: 120% !important;
	margin-bottom: 2px;
}
#htmlbody #world_time #map img {
	margin: 0px !important;
	padding: 0px !important;
	text-align: center;
	vertical-align: middle;
	border: none;
}
#htmlbody #world_time #map span.ct_time {
	width: 137px;
	float: left;
	margin: 3px 2px 0px 0px !important;
	padding: 2px !important;
	text-align: center;
	text-transform: uppercase;
	color: white;
	font-size: 85%;
	background-color: #01448c;
}
#htmlbody #world_time #map div.ct_address {
	width: 129px;
	height: 200px;
	float: left;
	margin: 2px 2px 0px 0px !important;
	padding: 6px !important;
	color: white;
	font-size: 85%;
	background-color: #01448c;
}
#htmlbody #world_time #map h3 {
	color: inherit;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 3px;
}
#htmlbody #world_time #map a.white {
	color: white !important;
}
#htmlbody #world_time #map a.open {
	color: black !important;
}
#htmlbody #world_time #map .open {
	background-color: #7dd4f7 !important;
	color: black !important;
}
#htmlbody #world_time #map .red {
	color: red;
}

/* Content Right */
#htmlbody #content_right {
	/* font-size: 90%; */
	background-color: #f4f4f4;
	position: absolute;
	top: 0px;
	left: 595px;
	width: 165px;
}
#htmlbody #content_right h1 {
	background-image: url(../img/header_rhs.jpg);
	background-repeat: repeat-y;
	padding: 10px 20px;
	text-transform: uppercase;
	color: white;
	font-size: 100% !important;
}
#htmlbody #content_right h2 {
	padding: 5px 15px !important;
}
#htmlbody #content_right h3 {
	padding: 5px 15px !important;
}
#htmlbody #content_right img {
	display: block;
	margin: auto auto;
}
#htmlbody #content_right p {
	margin: 20px 20px 0px 20px;
	line-height: 16px;
}
#htmlbody #content_right li {
	margin: 0px 20px 0px 33px;
}

/* Footer */
#htmlbody #footer {
	position: absolute;
	right: 0px;
	width: 760px;
	margin: 0px;
	border-top: 1px solid black;
	font-size: 70%;
}
#htmlbody #footer li {
	/* border: 1px solid black; */
	list-style: none;
	float: left;
	margin: 0px;
	padding: 2px 6px;
	width: auto !important;
}
#htmlbody #footer a {
	color: #606060 !important;
}