@charset "UTF-8";
@import "/_inc/reset.css";
@import "/_inc/colors.css";
@import "/_inc/tweaks.css";
@import "/_inc/prettyCheckboxes.css";


/* General Cascade Styles
-------------------------------------------------------------------------*/
html {
	min-height: 100%;
	height: auto;
	}
body {
	behavior: url(/_inc/csshover.htc); /* WinIE behavior call */
	}
body, p { font:normal 12px Arial, Helvetica, sans-serif; color:#666; }
p { margin:0 0 10px; line-height:130%; }
a { color:#005872; text-decoration:none; }
a:hover { text-decoration:underline; }
h1 { font:bold 22px Arial, Helvetica, sans-serif; margin:10px 0; }
h2 { font:bold 18px Arial, Helvetica, sans-serif; margin:10px 0; }
h3, h3 a { font:bold 14px Arial, Helvetica, sans-serif; margin:0; color:#005872; }
h4 { font:bold 13px Arial, Helvetica, sans-serif; margin:5px 0; }
h5 { font:bold 11px Arial, Helvetica, sans-serif;}
ul {}
ul li {}
form, input { margin:0; padding:0; }
del {
	font-weight:normal;
	text-decoration: line-through;
	}



/* General Class and ID Definitions
-------------------------------------------------------------------------*/
p.first { margin-top:0; }
.clear {
	font-size:0;
	margin:0;
	line-height:0;
	clear:both;
	}



/* Header Section
-------------------------------------------------------------------------*/
#header {
	width:952px;
	margin:20px 0 0 0;
	padding:0;
	position:relative;
	background:url(/_img/border-top.png) bottom left no-repeat;
	}
	#logo { 
		display:block;
		width:240px;
		height:34px;
		position:absolute;
		left:20px;
		bottom:14px;
		margin:0;
		}
		#logo a { 
			display:block;
			position:relative;
			height:53px;
			}
		#logo a:hover { text-decoration:none; }
		#logo a img, #logo a h2 {
			display:block;
			position:absolute;
			}
		#logo a h2 {
			font:normal 12px Helvetica, Arial, sans-serif;
			bottom:-2px;
			left:98px;
			margin:0;
			color:#ed1b2d;
			}
	#login-block {
		width:650px;
		float:right;
		margin:0 25px 0 0;
		}
		#login-form {
			margin:0;
			padding:0;
			}
		#sign-in {
			text-align:right;
			margin:0 0 5px 0;
			float:right;
			}
		#TextBoxEmailId, #TextBoxPassword {
			border:0;
			font:normal 11px Arial, Helvetica, sans-serif;
			padding:3px 4px;
			margin:0 4px;
			width:86px;
			color:#666;
			background:url(/_img/login-box.gif) top left no-repeat;
			}
		#TextBoxEmailId { color:#bbb; }
		form#login-form #go {
			padding:0;
			margin:1px 0 0 10px;
			width:45px;
			height:17px;
			background:url(/_img/btn-login.gif) bottom left no-repeat;
			}
		form#login-form #go:hover { background-position:top left; }
		form#login-form #go, #TextBoxEmailId, #TextBoxPassword, form#login-form label {
			position:relative;
			display:block;
			float:left;
			clear:none;
			}
		form#login-form label {
			margin:0;
			padding:3px 0 0;
			color:#666;
			}
		#login-options {
			text-align:right;
			display:block;
			position:relative;
			float:right;
			clear:right;
			}
		#remember_label, #forgot { float:left; line-height:1.5em; text-decoration:none; padding:3px 0 0; }
		#remember_label { margin-right:10px !important; }
		#forgot { font-weight:bold; }
		#login-options a:hover { text-decoration:underline; }

	div#primary { /* tab nav */
		margin:0 21px 0 0;
		padding:0;
		}
	div#primary ul.links {
		float:right;
		clear:right;
		}
		div#primary ul.links li {
			width:108px;
			height:39px;
			margin:0 0 5px 0;
			padding:0;
			float:left;
			display:block;
			position:relative;	
			}
			div#primary ul.links li a { background:url(/_img/tab-combined.gif) top left no-repeat; }
			div#primary ul.links li a:hover { background-position: 0 -39px;  }
			div#primary ul.links li a.active,
			a.menu-1-1-2-active,
			a.menu-1-2-2-active,
			a.menu-1-3-2-active,
			a.menu-1-4-2-active,
			a.menu-1-5-2-active {
				color:#005872 !important;
				background-position: 0 -79px !important;
				}
			div#primary ul.links li span, div#primary ul.links li a {
				text-align:center;
				text-decoration:none;
				text-transform:lowercase;
				display:block;
				position:relative;
				width:100%;
				font:bold 14px Arial, Helvetica, sans-serif;
				color:#fff;
				}
			div#primary ul.links li a {
				padding-top:13px;
				height:25px;
				}
#secondary, #subnav .block { margin-bottom:15px; }



/* Main Content Section
-------------------------------------------------------------------------*/
#wrapper {
	width:950px;
	margin:0 auto;
	}
#content {
	width:918px;
	padding:0 17px 5px;
	position:relative;
	background:url(/_img/border-middle.png) 1px 0 repeat-y;
	}



/* Secondary Pages' Content Section
-------------------------------------------------------------------------*/
#content-inner {
	width:910px;
	position:relative;
	}
	.inner-border, .inner-noborder {  }
	.inner-noborder { width:910px; }
	.inner-border { width:908px; border:1px solid #999; }
	div.tl, div.tr, div.br, div.bl { width:4px; height:4px; position:absolute; z-index:99999; }
	.inner-border div.tl { background:url(/_img/corner-border-tl.png) top left no-repeat; top:0; left:0; }
	.inner-border div.tr { background:url(/_img/corner-border-tr.png) top right no-repeat; top:0; right:0; }
	.inner-border div.br { background:url(/_img/corner-border-br.png) bottom right no-repeat; bottom:0; right:0; }
	.inner-border div.bl { background:url(/_img/corner-border-bl.png) bottom left no-repeat; bottom:0; left:0; }
	.inner-noborder div.tl { background:url(/_img/corner-tl.png) top left no-repeat; top:0; left:0; }
	.inner-noborder div.tr { background:url(/_img/corner-tr.png) top right no-repeat; top:0; right:0; }
	.inner-noborder div.br { background:url(/_img/corner-br.png) bottom right no-repeat; bottom:0; right:0; }
	.inner-noborder div.bl { background:url(/_img/corner-bl.png) bottom left no-repeat; bottom:0; left:0; }

#page-head {
	background:url(/_img/product_banner_fpo.gif) #000 top left no-repeat;
	position:relative;
	height:101px;
	margin:0 0 30px 0;
	}
	#page-head h2 {
		color:#fff;
		position:absolute;
		bottom:10px;
		left:285px;
		margin:0;
		text-transform:lowercase;
		font:bold 26px Arial, Helvetica, sans-serif;
		}
#subnav {
	position:relative;
	float:left;
	width:245px;
	padding:0 15px 0 0;
	margin:0 0 0 5px;
	min-height:1px;
	}
	#subnav ul { margin:0; padding:0; }
	#subnav ul ul { margin:0; padding:0 0 0 10px; }
		#subnav ul li {
			margin:0;
			padding:0;
			list-style-type:none;
			list-style-image:none;
			}
			#subnav ul li a {
				display:block;
				position:relative;
				width:auto;
				padding:5px 15px;
				font:bold 12px Arial, Helvetica, sans-serif;
				}
			#subnav ul li a.active {
				background:#eee;
				color:#000;
				text-decoration:none;
				-webkit-border-radius:5px;
				-moz-border-radius:5px;
				border-radius:5px;
				}
			#subnav ul li a:hover { text-decoration:underline; }
	#subnav div.quote { padding:0 0 0 10px; }
		div.quote p {
			font:italic 13px Arial, Helvetica, sans-serif;
			color:#aaa;
			}
	#subnav #sidebar-left { margin-bottom:30px; }
#content-area {
	position:relative;
	float:left; clear:none;
	width:580px;
	min-height:300px;
	padding:0 0 0 20px;
	margin:0 0 20px 0;
	border-left:1px solid #666;
	}
#content-area a { text-shadow: #ccc 1px 1px 1px; }
#content-area ul {
	padding:0 0 0 20px;
	margin-bottom:10px;
	list-style-type:disc;
	}

/*
#products-content {
	height:438px;
	background:url(/_img/products-bg.jpg) #fff bottom left repeat-x;
	}
	img#product-shot {
		position:absolute;
		left:50%;
		top:50%;
		margin:-140px 0 0 -210px;
		}
	#prod-link1, #prod-link2, #prod-link3, #prod-link4, #prod-link5, #prod-link6, #prod-link7, #prod-link8, #prod-link-buy
	{ position:absolute; font:bold 18px Arial, Helvetica, sans-serif; text-transform:lowercase; }
	#prod-link1 { top:80px; right:655px; }
	#prod-link2 { top:160px; right:685px; }
	#prod-link3 { top:240px; right:685px; }
	#prod-link4 { top:320px; right:655px; }
	#prod-link5 { top:80px; left:690px; }
	#prod-link6 { top:160px; left:720px; }
	#prod-link7 { top:240px; left:720px; }
	#prod-link8 { top:320px; left:690px; }
	#prod-link-buy {
		text-indent:-9999px;
		overflow:hidden;
		display:block;
		height:22px;
		width:95px;
		background:url(/_img/btn-buy-now.png) top left no-repeat;
		bottom: 20px;
		right:20px;
		}

div.highslide-body img.popup {
	float:left;
	margin:15px 10px 20px 0;
	}
div.highslide-body .product-detail-text {
	width:57%;
	height:275px;
	overflow:auto;
	float:right;
	margin:15px 0 0 0;
	padding:0 15px;
	border-left:1px solid #666;
	text-align:justify;
	}
div.highslide-body .product-detail-text h2 { margin-top:0; }
	div.highslide-body .product-detail-text ul { margin:10px 0; }
		div.highslide-body .product-detail-text ul li {
			list-style-type:disc;
			margin:0 0 0 15px;
			}
*/


.view-content-articles .item-list ul li,
.view-content-white-papers .item-list ul li,
.view-content-press-releases .item-list ul li { padding:0; list-style-type:none; }
.view-content-white-papers .item-list ul { background:url(/_img/pdf_icon.gif) top left no-repeat; padding:3px 0 0 30px !important; }



#breadcrumb {
	font:bold 18px Arial, Helvetica, sans-serif;
	float:left;
	margin:0 0 0 15px;
	}
#breadcrumb a { text-decoration:none; }
#breadcrumb a:hover { text-decoration:underline; }
#breadcrumb ul li {
	display:block;
	position:relative;
	float:left;
	padding:0 5px;
	}
#breadcrumb ul li.first { padding-left:0; }
#breadcrumb ul li.delimiter:after { content:">"; }

.img-left {
	float:left;
	margin:20px 10px 20px;
	}


/* Home Page Content Section
-------------------------------------------------------------------------*/

body.front p { margin:10px 0; }
body.front #content-area {
	padding-left:0;
	border-left:none;
	width:100%;
	margin-bottom:0;
	}

body.front .panel-col-top h2 { display:none; }
body.front .center-wrapper .panel-panel {
	background:url(/_img/callout-bg.gif) #ffffff bottom left repeat-x;
	margin:0 8px 0 0 !important;
	}
body.front .center-wrapper .panel-col-first { width:552px !important; }
body.front .center-wrapper .panel-col-last { width:349px !important; margin:0 !important; }

body.front .center-wrapper .panel-panel .inside {
	margin:0 !important;
	padding-bottom:3px !important;
	
	}
body.front .center-wrapper .panel-col-first .inside { background:url(/_img/callout-box-double-bottom.gif) bottom left no-repeat; }
body.front .center-wrapper .panel-col-last .inside { background:url(/_img/callout-box-single-bottom.gif) bottom left no-repeat; }

body.front .center-wrapper .panel-panel .inside .panel-pane {
	position:relative;
	padding:0;
	width:100%;
	height:220px;
	}
body.front .center-wrapper .panel-col-first .inside .panel-pane { background:url(/_img/callout-box-double-middle.gif) top left repeat-y; }
body.front .center-wrapper .panel-col-last .inside .panel-pane { background:url(/_img/callout-box-single-middle.gif) top left repeat-y; }

body.front .center-wrapper .panel-panel .inside .panel-pane .content { margin:0 15px; }
/* body.front .center-wrapper .panel-panel .inside .panel-pane .content p { margin:10px 0; } */
body.front .center-wrapper .panel-panel .inside .panel-pane .content .content { margin:0; }
body.front .center-wrapper .panel-panel .inside .panel-pane .item-list ul { padding:0; }
body.front .center-wrapper .panel-panel .inside .panel-pane h2.title {
	display:block;
	position:relative;
	height:27px;
	padding:7px 17px 0;
	margin:0 0 10px;
	color:#fff;
	font:bold 15px Arial, Helvetica, sans-serif;
	}
body.front .center-wrapper .panel-col-first .inside .panel-pane h2.title { background:url(/_img/callout-box-double-top.gif) top left no-repeat; }
body.front .center-wrapper .panel-col-last .inside .panel-pane h2.title { background:url(/_img/callout-box-single-top.gif) top left no-repeat; }

body.front .center-wrapper .panel-panel .inside .panel-pane .content .node-inner h2.title {
	display:block;
	height:0;
	padding:0;
	margin:0;
	background:none;
	}


	body.front .field-item p a.morelink,
	body.front .panel-pane p a.morelink {
		display:block;
		position:absolute;
		bottom:10px; right:12px;
		width:45px; height:13px;
		padding:4px 0 0;
		background:url(/_img/btn-more.png) 0px -17px no-repeat;
		text-indent:-9999px;
		overflow:hidden;
		}
	body.front .field-item p a:hover,
	body.front .panel-pane p a:hover {
		background-position:top left;
		}
	body.front .field-item span.inline-left a,
	body.front .panel-pane span.inline-right a {
		display:block;
		position:relative;
		line-height:0.01em;
		font-size:0.01em;
		}





/* Footer Content Section
-------------------------------------------------------------------------*/
#footer {
	font:bold 9px Arial, Helvetica, sans-serif;
	width:918px;
	padding:0 17px;
	margin:0 0 20px 0;
	background:url(/_img/border-bottom.png) 1px 0 no-repeat;
	}
	#footer p { margin:10px 0; }
	#footer ul {
		float:left;
		margin:10px 0 0 0;
		padding:0;
		list-style-type:none;
		}
		#footer ul, #copyright { font:normal 10px Arial, Helvetica, sans-serif; }
			#footer ul li {
				float:left;
				margin:5px 10px 0 0;
				padding-right:10px;
				border-right:1px solid #005872;
				}
			#footer ul li.leaf { list-style-image:none; list-style-type:none;}
			#footer ul li.last {
				border-right:none;
				}
				#footer ul a {
					color:#005872;
					text-decoration:none;
					}
				#footer ul a:hover { text-decoration:underline; }
	#copyright {
		float:right;
		margin:5px 8px 0 0;
		color:#666;
		}
		#copyright p { font-size:10px;}

/* Override Drupal theme defaults
-------------------------------------------------------------------------*/

div.tabs {
	margin:0 auto;
	width:97%;
	border-bottom:0;
	}
ul.tabs { border:0; background:none; }
div.taxonomy {
	display:none;
	}
	
body.front .block ul, body.front .item-list ul li, body.front .center-wrapper .panel-panel .inside .panel-pane .item-list ul li {
	list-style-type:none;
	list-style-image:none;
	}
body.page-products a.menu-1-1-2 {
	color:#005872 !important;
	background-position: 0 -79px !important;
	}
body.page-products #content-area {
	padding:0 0 50px 0;
	border-left:none;
	width:100%;
	margin-bottom:0;
	}
body.page-products #content-area { background:url(/_img/bg-products2.jpg) #000 top left no-repeat; }
body.page-products #content-area .content {
	width:40%;
	float:right;
	padding:30px;
	}
body.page-products #content-area .content h3 {
	font-size:24px;
	color:#fff;
	margin-top:50px;
	}
body.page-products #content-area .content p {
	font-size:24px;
	line-height:140%;
	color:#f00;
	}
body.page-products #content-area .content p.notice { font-size:14px; margin-top:30px; }

.view-header-press-releases {
	position:absolute;
	top:-15px;
	right:0;
	}
.form-item { margin:0 20px 0 0; }
.form-item label { display:inline; }
#webform-client-form-4 #edit-submit {
	display:block;
	position:relative;
	border:none;
	background:url(/_img/btn-submit.gif) bottom left no-repeat !important;
	width:45px; height:17px;
	text-indent:100px;
	line-height:0px;
	font-size:0px;
	overflow:hidden;
	}
#webform-client-form-4 #edit-submit:hover {
	background-position:top left !important;
	cursor:pointer;
	}
body.page-products #page-head, body.page-products #subnav { display:none; }

.form-item { margin:0 0 10px; }
.form-item label {
	display:block;
	position:relative;
	margin:0;
	}