/*
dark.blue: 0055a5
*/
/*
Basics...
*/
body, html, div, h1, h2, h3, h4, h5, h6, p, li, img, form {
	margin: 0;
	padding: 0;
	border: none;
}
html {
	height: 100%;
}
body {
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #111;
	text-align: center;
	height: 100%;
}
p {
	padding: 0 0 6px 0;
	font-size: 75%;
}
h1 {
	font-size: 180%;
	font-weight: normal;
	padding-bottom: 5px;
	color: #0055A5;
}
h2 {
	font-size: 110%;
	font-weight: normal;
	padding-bottom: 6px;
	color: #0055A5;
}
h3 {
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 6px;
}
th {
	vertical-align: bottom;
	padding: 2px;
	border-bottom: 1px solid #0055A5;
	font-weight: normal;
}
td {
	vertical-align: top;
	padding: 2px;
	font-size: 100%;
}
td.foot {
	vertical-align: middle;
	border-top: 3px double #fff;
	background-color: #0055A5;
}
ul {
	margin: 0;
	padding: 0 0 6px 15px;
}
ol {
	margin: 0;
	padding: 0 0 6px 30px;
}
li {
	margin: 0;
	font-size: 75%;
}
li li {
	font-size: 90%;
}
img {
	border: 0;
}

/*
Structural...
*/
#wrapper {
	width: 950px;
	margin: 0 auto 20px auto;
	text-align: left;
}
#header {
	background: url(../furniture/bg_head_1.jpg) left top repeat-x #0055A5;
	width: 100%;
}
#menu {
	padding: 0;
	margin: 10px 30px 0 0;
	float: right;
}
#contentwrapper {
	background: url(../furniture/bg_head_2.gif) left top no-repeat #fff;
	min-height: 270px;
}
#footer {
	background: url(../furniture/bg_foot.gif) left top repeat-x #8b8d90;
	color: #fff;
	margin-top: 5px;
	padding: 7px 10px 4px 10px;
}

#crumbs {
	padding: 60px 0 0 230px;
}

.col1 {
	width: 200px;
	float: left;
	padding-top: 40px;
}
.col2 {
	width: 390px;
	float: right;
	margin-right: 20px;
}
.col3 {
	width: 310px;
	float: right;
	overflow: hidden;
}
.col23 { /* Both columns, for full-width content */
	width: 720px;
	float: right;
}





/*
Menus...
*/
#menu li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu a {
	color: #9EA3CD;
	text-decoration: none;
	display: block;
	width: 85px;
	padding: 53px 0 5px 0;
	font-weight: bold;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
}
#menu a:hover, #menu a:active {
	color: #eee;
}
#menu a.selected {
	color: #fff;
}
a#menu_home { background-image: url(../furniture/menu/menu_out_home.gif); }
a#menu_tech { background-image: url(../furniture/menu/menu_out_technology.gif); }
a#menu_prod { background-image: url(../furniture/menu/menu_out_products.gif); }
a#menu_solu { background-image: url(../furniture/menu/menu_out_solutions.gif); }
a#menu_reso { background-image: url(../furniture/menu/menu_out_resources.gif); }
a#menu_part { background-image: url(../furniture/menu/menu_out_partners.gif); }
a#menu_trai { background-image: url(../furniture/menu/menu_out_training.gif); }

a#menu_home:hover, a#menu_home.selected { background-image: url(../furniture/menu/menu_over_home.gif); }
a#menu_tech:hover, a#menu_tech.selected { background-image: url(../furniture/menu/menu_over_technology.gif); }
a#menu_prod:hover, a#menu_prod.selected { background-image: url(../furniture/menu/menu_over_products.gif); }
a#menu_solu:hover, a#menu_solu.selected { background-image: url(../furniture/menu/menu_over_solutions.gif); }
a#menu_reso:hover, a#menu_reso.selected { background-image: url(../furniture/menu/menu_over_resources.gif); }
a#menu_part:hover, a#menu_part.selected { background-image: url(../furniture/menu/menu_over_partners.gif); }
a#menu_trai:hover, a#menu_trai.selected { background-image: url(../furniture/menu/menu_over_training.gif); }




/*
Head logo appearance...
*/
#header img {
	float: left;
	margin: 20px 20px 0 35px;
}



/*
Infopanel list appearance...
*/
.infopanel {
	background: url(../furniture/bg_infopanel_body.gif) center bottom repeat-y #fff;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.infopanel h3, .infopanel p {
	padding: 0 10px 10px 10px;
}
.infopanel h3 {
	color: #58585a;
	background: url(../furniture/bg_infopanel_title.gif) center top no-repeat #bec6e5;
	padding-top: 10px;
	margin-bottom: 10px;
}
.infopanel ul {
	padding: 0 10px 5px 10px;
	margin: 0;
}
.infopanel ul ul {
	padding: 0 0 0 10px;
	margin: 0;
	background: none;
}
.infopanel li {
	list-style-type: none;
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px solid #4080bc;
}
.infopanel li li {
	border-bottom: none;
}
.infopanel .divider {
	margin: 0 10px 10px 10px;
	border-bottom: 1px solid #4080bc;
}
/*
Quicksearch appearance...
*/
#quicksearch {
	height: 21px;
	overflow: hidden;
	background: url(../furniture/bg_search.gif) left top no-repeat #fff;
}
#quicksearch td {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
#quicksearchfield {
	background-color: transparent;
	border: none;
	margin: 1px;
	width: 160px;
	height: 16px;
}
#quicksearchbutton {
	margin: 2px 10px 0 5px;
	border: none;
	width: 13px;
}
/*
Breadcrumb trail appearance...
*/
#crumbs p {
	color: #888;
	font-size: 65%;
	text-align: right;
}
/*
Callback appearance...
*/
#callback {
	width: 200px;
	color: #fff;
	background: url(../furniture/bg_cta.jpg) right top no-repeat #f03f39;
	margin: 5px 0 0 0;
}
#callback h3 {
	padding: 10px;
	font-size: 100%;
}
/*
Language chooser appearance...
*/
#languagechooser {
	display: none;
}
div.languageoption {
	float: left;
	width: 50%;
}
div.languageoption img {
	margin-right: 5px;
	border: 1px solid #333;
}
/*
Video pages' appearance...
*/
.videopreview {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #e0e4f2;
}
.videopreview img {
}
/*
Lists of stuff...
*/
div.newslistitem {
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #4080bc;
}
table.downloadlist {
	margin-top: 10px;
	padding: 0;
}
table.downloadlist td {
	padding-bottom: 0;
	width: 25%;
}
table.downloadlist td p {
	padding-right: 10px;
}
table.downloadlist td span {
	color: #58585a;
}





/*
Footer appearance...
*/
#footer h3 {
	display: none;
}
#footer ul {
	padding: 0;
	margin: 0;
}
#footer ul li {
	float: left;
	list-style-type: none;
	color: #fff;
	font-size: 70%;
}
#footer ul li.separate {
	padding: 0 7px 0 0;
	border-right: 1px solid #fff;
	margin: 0 7px 0 0;
}






/*
Links...
*/
a {
	text-decoration: none;
	color: #0055A5;
}
a:hover, a:active {
	text-decoration: underline;
	color: #4080bc;
}
a.selected {
	color: #4080bc;
}
a.button {
	padding: 2px;
	text-align: center;
	border: 1px solid #0055A5;
	background-color: #fff;
}

#crumbs a {
	color: #58585a;
}
#crumbs a:hover {
	color: #4080bc;
}
.infopanel h3 a, .infopanel p a, .infopanel li a {
	color: #58585a;
	display: block;
}
.infopanel p a, .infopanel li a {
	padding-right: 15px;
	background: url(../furniture/bg_infopanel_link.gif) right center no-repeat #fff;
}
.infopanel p a:hover, .infopanel li a:hover, .infopanel p a.selected, .infopanel li a.selected {
	color: #4080bc;
	background-image: url(../furniture/bg_infopanel_link_over.gif);
}

.infopanel p a.expandable, .infopanel li a.expandable, .infopanel p a.expandable:hover, .infopanel li a.expandable:hover {
	color: #58585a;
	display: inline !important;
	padding: 0;
	background: none;
}

#callback a {
	background: url(../furniture/bg_ctalink.gif) right center no-repeat;
	display: block;
	color: #fff;
}

a.pdflink {
	padding-left: 35px;
	background: url(../furniture/icon_pdflink.gif) left top no-repeat #fff !important;
	min-height: 30px;
	display: block;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#footer a.selected {
	font-weight: bold;
}
#footer a.stormlink {
	color: #707172;
}


/*
Form elements...
*/
legend {
	font-size: 100%;
	margin: 0;
	font-variant: small-caps;
}
fieldset {
	border: 1px solid #b9c4d0;
	padding: 10px;
	margin: 0;
}
label, p.adminlabel {
	display: block;
	float: left;
	clear: both;
	width: 100px;
	padding-right: 3px;
	text-align: right;
	font-size: 70%;
}
label.inline {
	display: inline;
	float: none;
	clear: none;
	width: auto;
	text-align: left;
	padding-right: 5px;
	font-size: 70%;
}
input, textarea {
	width: 400px;
}
textarea {
	height: 120px;
	font-family: Arial, sans-serif;
	font-size: 75%;
}
#enquiryform input, #enquiryform textarea {
	width: 330px;
}
input.nowidth, textarea.nowidth, #enquiryform .nowidth {
	width: auto !important;
}
input.submit {
	background: url(../furniture/bg_button_submit.gif) right top no-repeat #0055a5;
	border: none;
	color: #fff;
	padding: 3px 30px 3px 10px;
	width: auto !important;
}




p.leadin {
	font-size: 95%;
	padding-bottom: 20px;
}
p.button1 {
	float: left;
	margin-right: 10px;
	display: inline;
}
p.button2 {
	float: right;
	margin-left: 10px;
	display: inline;
}
p.footnote {
	font-size: 65%;
}
p.error {
	border: 1px solid #600;
	background-color: #fee;
	padding: 5px;
}
p.formhelper {
	font-size: 70%;
}
h2.error {
	color: red;
	border-bottom: 1px solid #f88;
}
h3 span {
	color: #111;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.nowidth {
	width: auto;
	height: auto;
}
.rightfloat {
	float: right;
	margin-left: 10px;
}
.leftfloat {
	float: left;
	margin-right: 10px;
}
.warning {
	color: red;
}
span.small {
	font-size: 75%;
}


/*
Admin-specific
*/
body.mceContentBody {
	text-align: left;
	font-size: 100%;
	background-color: #fff;
}
body.mceContentBody * {
	font-family: Arial, sans-serif;
}


#menupreloader_home { background-image: url(../furniture/menu/menu_over_home.gif); height: 1px; width: 1px; }
#menupreloader_tech { background-image: url(../furniture/menu/menu_over_technology.gif); height: 1px; width: 1px; }
#menupreloader_prod { background-image: url(../furniture/menu/menu_over_products.gif); height: 1px; width: 1px; }
#menupreloader_solu { background-image: url(../furniture/menu/menu_over_solutions.gif); height: 1px; width: 1px; }
#menupreloader_reso { background-image: url(../furniture/menu/menu_over_resources.gif); height: 1px; width: 1px; }
#menupreloader_part { background-image: url(../furniture/menu/menu_over_partners.gif); height: 1px; width: 1px; }
#menupreloader_trai { background-image: url(../furniture/menu/menu_over_training.gif); height: 1px; width: 1px; }

