/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	vertical-align: baseline;
}

body{ color: #333;
	font-size: 12px;
	background-color: #fff;
}

#wrapper {
	width: 920px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

#header {
	width: 920px;
	height: 108px;
	position: relative;
	background-color: #fff;
}

#fadeshow2 {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: orange;
	width: 920px;
	height: 220px;
	z-index: 0;
}

/* @group round corners */

.round {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}
.round-top {
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -khtml-border-top-left-radius: 8px;
  -khtml-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.round-bottom {
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -khtml-border-bottom-left-radius: 8px;
  -khtml-border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}

html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}



/* @end */

#header .logo {
	position: absolute;
	width: 215px;
	height: 66px;
	top: 26px;
	left: 0;
}

#header .logo h1 {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: none;
}

.strapline {
	width: 370px;
	position: absolute;
	text-align: right;
	top: 72px;
	font: 13px Arial, Verdana, Helvetica, Geneva, sans-serif;
	right: 0;
	color: #333;
}

.call_action {
	width: 170px;
	position: absolute;
	text-align: right;
	top: 20px;
	height: 48px;
	right: 0;
}

.call_action h1 {
	font-size: 12px;
	display: none;
}

.navbar {
	width: 920px;
	height: 30px;
	background: rgb(228,229,230) url(images/nav_bg.png) repeat-x 0;
	position: relative;
}

.navbar ul {
	width: 920px;
	height: 30px;
	margin: 0;
	padding: 0;
}

.navbar li.bigNav {
	float: left;
	list-style-type: none;
	text-align: center;
	margin: 0;
	position: relative;
	padding: 0;
	width: 164px;
	display: block;
}

.navbar li {
	float: left;
	list-style-type: none;
	text-align: center;
	margin: 0;
	position: relative;
	padding: 0;
	width: 126px;
	display: block;
}

.navbar li a {
	display: block;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
	color: #333;
	padding-top: 8px;
	padding-bottom: 8px;
}

.navbar li a:hover {
	text-decoration: underline;
	color: rgb(238,78,34);
	background-color: rgb(218,219,220);
}

#content {
	position: relative;
	width: 920px;
	background-color: #fff;
	padding: 0;
	margin: 1px 0;
}

.border_right {
	border-right: 1px solid #ccc;
}

.dblue_text {
	color: rgb(0,28,84);
}

/* CONTENT */

#textarea {
	width: 670px;
	float: left;
	position: relative;
	padding-top: 10px;
	padding-bottom: 0;
}

#textarea p {
	line-height: 16px;
}

#textarea ul {
	padding-left: 25px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#textarea li {
	margin-bottom: 2px;
	line-height: 18px;
	margin-top: 0;
}

#highlight_horiz {
	width: 670px;
	position: relative;
	padding-bottom: 10px;
	float: left;
}

#footnote_box {
	width: 670px;
	position: relative;
	float: left;
	padding-bottom: 10px;
}

.incloud_box {
	width: 200px;
	border: 1px solid silver;
	padding: 108px 6px 8px;
	float: left;
	position: relative;
	height: 140px;
	margin: 0 14px 0 0;
	background: rgb(174,174,174) url(images/bg_white_grad.png) no-repeat left top;
}

.incloud_box p {
	padding-left: 24px;
}

.highlight_box {
	width: 314px;
	border: 1px solid silver;
	padding: 98px 6px 8px;
	float: left;
	position: relative;
	height: 80px;
	margin: 0 14px 0 0;
	background: rgb(174,174,174) url(images/bg_white_grad.png) no-repeat left top;
}

.highlight_box h1 {
	position: absolute;
	font: bold 18px/20px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	top: 20px;
	left: 156px;
	z-index: 500;
	letter-spacing: -0.06px;
}

.highlight_title {
	position: absolute;
	top: 4px;
	left: -2px;
	width: 332px;
	height: 91px;
}

.highlight_title_small {
	position: absolute;
	top: -40px;
	left: 0;
	width: 212px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.highlight_box p {
	padding-left: 30px;
	font-size: 13px;
}

.highlight_box a {
	color: rgb(0,98,175);
}

.link_sm {
	background: url(images/icn_link_sm.png) no-repeat 4px 0;
}

.margin4px {
}

.storybox_top {
	width: 630px;
	background: rgb(228,229,230) none repeat-x 0 0;
	float: left;
	position: relative;
	padding: 10px 20px 8px;
	margin: 0;
}

.storybox_top h2 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	letter-spacing: -0.06em;
}

.story_header {
	float: left;
	position: relative;
	width: 670px;
	height: 55px;
	margin: 0;
	padding: 0;
}

.story_products_header {
	float: left;
	position: relative;
	width: 670px;
	height: 55px;
	margin: 0;
	padding: 0;
	background-image: url(images/img_products_header.jpg);
}

.story_news_header {
	float: left;
	position: relative;
	width: 670px;
	height: 55px;
	margin: 0;
	padding: 0;
	background-image: url(images/img_news_header.jpg);
}

.story_news_header h1, .story_products_header h1 {
	margin-left: 20px;
	margin-top: 8px;
	font: normal 30px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}

.story_news_header h1 a, .story_products_header h1 a {
	color: white;
}

.storybox {
	float: left;
	position: relative;
	width: 628px;
	border: 1px solid #ccc;
	margin: 0 0 12px;
	padding: 0 20px 8px;
	background: url(images/img_boxbasebg.gif) repeat-x left bottom;
}

.storybox h1 {
	font: normal 20px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 8px;
	color: #666;
}

.storybox h2 {
	letter-spacing: -0.06em;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -4px;
	margin-top: 16px;
}

.storybox h3 {
	letter-spacing: -0.06em;
	font-size: 14px;
	font-weight: bold;
	margin-top: 16px;
}

.storybox h5 {
	margin-top: 8px;
	margin-bottom: 8px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #999;
}

.storybox ul {
	padding: 0;
	margin: 0 0 0 20px;
}

.storybox li {
	list-style-type: disc;
}

.storybox li strong {
	font-size: 120%;
	letter-spacing: -0.08em;
}

.storybox hr {
	background: url(images/img_boxbasebg.gif) repeat-x;
	height: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px hidden #fff;
}

.storybox a {
	text-decoration: underline;
}

.storybox .storybox-sidebar {
	float: right;
	position: relative;
	width: 190px;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 18px 0;
}

.storybox .storybox-sidebar h3 {
	margin-top: 0;
}

.storybox .storybox-sidebar ul {
	margin: 0 0 20px;
}

.storybox .storybox-sidebar ul li {
	margin-left: 0;
}

.storybox .storybox-content {
	float: left;
	position: relative;
	width: 420px;
}

#product_details {
	position: relative;
	width: 670px;
	padding: 8px 0 0;
	margin: 0;
	float: left;
	background-position: 0;
	z-index: 10;
}

#product_details ul {
	margin: 0;
	position: relative;
	padding: 8px 0 0;
	float: left;
	width: 670px;
	border-bottom: 1px solid #ccc;
	height: 27px;
}

#product_details li {
	float: left;
	position: relative;
	margin: 0 4px 0 0;
	display: block;
}

#product_details li a {
	display: block;
	text-align: center;
	color: rgb(0,98,175);
	font-weight: bold;
	margin: 0;
	
	-moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -khtml-border-top-left-radius: 8px;
  -khtml-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
	background: white url(images/tab_bg.gif) repeat-x left top;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 4px 6px;
}

#product_details li a.selected {
	padding-bottom: 6px;
	color: #333;
	background: white url(images/tab_bg.gif) left bottom;
}

#product_details li a:hover {
	text-decoration: none;
	color: #333;
	background: white url(images/tab_bg.gif) left center;
}

/* SIDEBAR */

#sidebar {
	width: 236px;
	float: right;
	position: relative;
	padding-top: 10px;
	padding-bottom: 0;
}

.menubox_top {
	width: 220px;
	background: rgb(228,229,230) url(images/nav_bg.png) repeat-x left top;
	float: left;
	position: relative;
	padding: 6px 8px;
	margin: 0;
}

.menubox_top h2 {
	background: url(images/icn_link.png) no-repeat 190px center;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 0 30px 0 54px;
}

.menubox_top h2 a {
	color: #333;
}

.bubble {
	position: absolute;
	top: -5px;
	left: 8px;
	width: 44px;
	height: 47px;
	margin: 0;
	padding: 0;
	z-index: 10;
}

.menubox {
	float: left;
	position: relative;
	width: 218px;
	border: 1px solid rgb(228,229,230);
	margin: 0 0 10px;
	padding: 0 8px 10px;
	background: #fff url(images/img_boxbasebg.gif) repeat-x left bottom;
	font-size: 12px;
	line-height: 14px;
}

.menubox li:first-child {
	border-top-style: none;
}

.menubox li {
	list-style-type: none;
	background: url(images/icn_bubble_sm.gif) no-repeat 2px 5px;
	padding-left: 20px;
	border-top: 1px dotted #999;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.genericbox_top {
	width: 220px;
	background: rgb(174,174,174) none repeat-x left top;
	float: left;
	position: relative;
	padding: 6px 8px;
	margin: 0;
	clear: both;
}

.genericbox_top h2 {
	font-size: 16px;
	line-height: 14px;
	margin: 0;
	padding: 6px 4px 6px 24px;
	background: url(images/icn_link_sm.png) no-repeat 0 center;
	color: #fff;
}

.genericbox {
	float: left;
	position: relative;
	width: 226px;
	border: 1px solid rgb(174,174,174);
	margin: 0 0 16px;
	background: rgb(174,174,174) left bottom;
	font-size: 11px;
	line-height: 13px;
	padding: 0 4px;
}

.newsbox_top {
	width: 220px;
	background: rgb(228,229,230) url(images/nav_bg.png) repeat-x left top;
	float: left;
	position: relative;
	padding: 6px 8px;
	margin: 0;
	clear: both;
}

.newsbox_top h2 {
	background: url(images/icn_link.png) no-repeat 190px center;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 6px 4px;
}

.newsbox_top h2 a {
	color: #333;
}

.newsbox {
	float: left;
	position: relative;
	width: 218px;
	border: 1px solid rgb(228,229,230);
	margin: 0 0 10px;
	padding: 0 8px 10px;
	background: #fff url(images/img_boxbasebg.gif) repeat-x left bottom;
	font-size: 12px;
	line-height: 14px;
}

.newsbox li:first-child {
	border-top-style: none;
}

.newsbox li {
	list-style-type: none;
	border-top: 1px dotted #999;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 4px;
	padding-left: 4px;
}

#news_details {
	position: relative;
	width: 670px;
	padding: 8px 0 0;
	margin: 0;
	float: left;
	background-position: 0;
	z-index: 10;
}

#news_details ul {
	margin: 0;
	position: relative;
	padding: 8px 0 0;
	float: left;
	width: 670px;
	border-bottom: 1px solid #ccc;
	height: 45px;
}

#news_details li {
	float: left;
	position: relative;
	margin: 0 5px 0 0;
	display: block;
	width: 162px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#news_details li a {
	display: block;
	text-align: center;
	color: rgb(0,98,175);
	font-weight: bold;
	margin: 0;
	
	-moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -khtml-border-top-left-radius: 8px;
  -khtml-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
	background: white url(images/tab_big_bg.gif) repeat-x left top;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 4px 0;
}

#news_details li a.selected {
	padding-bottom: 6px;
	color: #333;
	background: white url(images/tab_big_bg.gif) left bottom;
}

#news_details li a:hover {
	text-decoration: none;
	color: #333;
	background: white url(images/tab_big_bg.gif) left center;
}

#footer_wrapper {
	width: 920px;
	margin: 0;
	padding: 0 0 20px;
	position: relative;
	clear: both;
	color: #999;
	font-size: 10px;
}

#footer {
	width: 898px;
	position: relative;
	padding: 8px 10px;
	margin: 0;
	border: 1px solid rgb(228,229,230);
}

/* FORMATTING */

ol, ul {
	list-style: none;
}

.photocaption {
	border: 1px solid #ccc;
	width: auto;
	margin: 6px 10px 6px 0;
	position: relative;
	float: left;
}

.photocaption img {
	padding: 4px;
}

.caption {
	font-size: 10px;
	line-height: 12px;
	color: rgb(0,28,84);
	text-align: center;
	background: rgb(241,241,241) url(images/img_boxbasebg.gif) repeat-x;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 6px;
	position: relative;
	float: left;
	width: 100%;
}

.pad_right {
	margin-right: 10px;
}

.orange_text {
	color: rgb(244,129,31);
}

.inputTextBoxes {
	background: rgb(228,229,230);
	width: 460px;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 2px;
	border: 1px solid #ccc;
}

.td_contactus {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	vertical-align: middle;
}

a {
	color: rgb(0,98,175);
	text-decoration: none;
}

a:hover {
	color: rgb(238,78,34);
	text-decoration: underline;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 14px;
}

select {
	border: 1px solid #ccc;
	height:			20px;
	width: 222px;
	margin: 0 0 10px;
}

.selecter {
	position: absolute;
	top: 20px;
	right: 0;
	width: 254px;
	text-align: right;
	height: 20px;
	z-index: 10;
}

.td_techcol1 {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	background-color: #e5e5e5;
	padding: 6px 8px;
	vertical-align: top;
	border-right: 1px solid #fff;
}

.td_techcol2 {
	background-color: #eee;
	border-bottom: 1px solid #fff;
	padding: 6px 8px;
	vertical-align: top;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
