﻿/*******************************************************************************
*** INDEX **********************************************************************
********************************************************************************
**
*
* - GENERAL/BODY
*
* - PAGE CONTAINERS
*
* - HEADER
*
* - MAIN
*
* - CONTENT
*
* - LISTS
*
* - SUB CONTENT
*
**
*******************************************************************************/

/* ===================================================== */
/* LAYOUT / GLOBAL DEFAULTS */
/* ===================================================== */
table, td, tr, img, a { border: 0; padding:0; margin:0; }
ul, li, ol { list-style:none; margin:0; padding:0; }

body {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0; padding: 0;
	background-color: #000000;
	color: #FFFFFF;
}

#container { 
	width: 1000px;
	margin: 0 auto; 
}

#content {
	float:left;
	width: 930px; \width: 950px; w\idth: 930px;
	margin: 15px -210px 15px 0px;
	padding-left: 20px;
	background: url(../images/img_rightColumn_ad_bg.gif) repeat-y right;
}

#mainContent {
	width: 530px;
	padding-top: 10px; 
	padding-left: 20px; 
	float:left;
	font-size: 90%;
	line-height: 1.5em;
	margin-bottom: 20px;
	min-height: 490px;
}

* html #mainContent { height: 490px; }



/* GENERAL/BODY ------------------------------------------------------------- */

/* Zero default margin & padding around common elements */
blockquote, body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, li, ol, p, ul
{
	margin: 0;
	padding: 0;
}

h2, h3, h4, table, p, ol, ul
{
	margin-top: 15px;
}

li
{
	margin-top: 4px;
}

a, a:visited
{
	color: #3298fd;
	text-decoration: none;
}


a:hover
{
	color: #74baff;
	text-decoration: underline;
}

fieldset, img
{
	border: 0 none #FFFFFF;
}

input, select, table, textarea
{
	color: #444444;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.hidden
{
	position: absolute;
	left: -9999px;
	height: 1px;
	width: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.clearer
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
}

.replacement
{
	position: absolute;
	z-index: 10;
	background-repeat: no-repeat;
}

* html .replacement
{
	top: 0;
}

a .replacement
{
	z-index: 20;
	cursor: hand;
	c\ursor: pointer;
}

.skipList
{
	position: absolute;
	left: -9999px;
}



/* HEADER ------------------------------------------------------------------- */

#header
{
	height: 120px;
	color: #666666;
}

#logo
{
	display: block;
	float: left;
	width: 166px;
	margin-top: 0;
}

#logo a
{
	display: block;
	text-align: center;
}

#tagline
{
	text-align: right;
	float: right;
	margin-top: 15px;
	margin-right: 72px;
	font-size: 120%;
	font-family: "Courier New", Courier, mono;
}

* html #tagline
{
	margin-right: 32px;
}

#menu
{
	clear: right;
	float: left;
	margin-top: 18px;
	margin-left: 33px;
}

* html #menu
{
	margin-left: 15px;
}

#menu ul
{
	background: url(../images/nav_bg.gif) no-repeat;
	width: 729px;
	height: 29px;
	margin: 0;
	padding: 0px 10px;
}

#menu li
{
	display: inline;
	position: relative;
	z-index: 1000;
	float: left;
	height: 29px;
	margin-top: 1px;
	font-size: 95%;
}

#menu li.first
{
	background-image: none;
}

#menu a
{
	display: block;
	height: 29px;
	padding-top: 5px;
	padding-left: 9px;
	padding-right: 9px;
	font-weight: normal;
	color: #CCC;
}

* html #menu a
{
	float: left;
}

#menu li.on
{
	background: url(../images/nav_bg_on.gif) 0 0px repeat-x;
	color: #309AFE;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;	
	font-weight: bold;
}

#menu a:hover
{
	background-position: 0 -178px;
	background: url(../images/nav_bg_over.gif) 0 0px repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}

*/


/* DROPDOWN MENUS */
/*
#menu li ul
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	z-index: 1000;
	width: 208px;
	w\idth: 194px;
	padding: 10px 7px 14px 7px;
	background-color: #0B6791;
	background-image: url(../images/dropdown.jpg);
	background-repeat: no-repeat;
}

#menu li.hover ul
{
	left: 0;
	top: 89px;
}

#menu li.hover ul li
{
	display: block;
	float: none;
	width: auto;
	height: auto;
	padding: 4px 0;
	background-image: url(../images/dropdown_dots.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#menu li.hover ul a
{
	width: auto;
	height: auto;
	padding-top: 0;
	background-image: url(../images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	color: #ABDBEA;
}

#menu li ul a:hover
{
	background-position: 0 -97px;
	color: #FFFFFF;
}
*/
/* END DROPDOWN MENUS */




#banner
{
	text-align: right;
}

/*
#extraInfo
{
	position: relative;
	z-index: 100;
	height: 27px;
	overflow: hidden;
	margin-top: -27px;
	margin-left: 166px;
	background-color: #FFFFFF;
	line-height: 27px;
}

#extraInfo p
{
	display: block;
	float: left;
	margin-top: 0;
	padding-left: 13px;
	text-transform: uppercase;
}

#extraInfo .sharePrice
{
	float: right;
	width: 151px;
	w\idth: 144px;
	padding-left: 7px;
	background-image: url(../images/share_price.jpg);
	background-repeat: no-repeat;
}

#extraInfo .sharePrice a
{
	color: #0BA00F;
}

#extraInfo .sharePrice a:hover
{
	color: #086B92;
}

#extraInfo .sharePrice acronym
{
	border: 0 none #FFFFFF;
	font-weight: bold;
	cursor: help;
}

#extraInfo #section
{
	width: 437px;
	height: 27px;
	background-color: #0E588C;
	color: #FFFFFF;
	font-weight: bold;
}

.sIFR-hasFlash #extraInfo #section span
{
	display: block;
	margin-top: 6px;
	line-height: 15px;
}

#extraInfo #printLink
{
	padding-left: 30px;
	background-image: url(../images/icon_print.gif);
	background-repeat: repeat-y;
	background-position: 0 -1px;
	font-weight: bold;
	text-transform: none;
}

#extraInfo #emailLink
{
	margin-left: 1.5em;
	padding-left: 18px;
	background-image: url(../images/icon_email.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
	font-weight: bold;
	text-transform: none;
}

*/

/* MAIN --------------------------------------------------------------------- */

#main
{
	padding-left: 166px;
	margin-top: -20px;
	position: relative;
	top: -22px;
}

* html #main
{
	height: 1px;
	margin-top: -80px;
}

#mainInner
{
	position: absolute;
}

.col1 #mainInner
{
	background-image: none;
}




/* SUB MENU ----------------------------------------------------------------- */

#subMenu
{
	display: block;
	position: relative;
	z-index: 100;
	left: -165px;
	float: left;
	width: 166px;
	w\idth: 139px;
	margin-top: 30px;
	margin-right: -165px;
	padding: 0 0 50px 27px;
}

#subMenu ul
{
	margin-left: -15px !important;
	margin-right: -0px !important;
}

* html #subMenu ul
{
	margin-right: -20px !important;
}

#subMenu li
{
	font-size: 90%;
	font-weight: normal;
	color: #828081;
	border-top: 1px solid #333333;
	padding: 5px 10px 5px 15px !important;
	margin: 0;
	background: url(../images/subMenuBtn_off.gif) no-repeat 0px 7px;
}

#subMenu li a
{
	font-weight: normal !important;
	color: #828081 !important;
	padding-left: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

#subMenu li.on
{
	padding-left: 0px;
	background: url(../images/subMenuBtn_on.gif) repeat-y -21px 0px;	
	color: #FFFFFF;
	font-weight: bold;
}

#subMenu li.last
{
	border-bottom: 1px solid #333333;
}

/*
#subMenu .backLink
{
	float: none;
	margin-right: 13px;
	background-repeat: repeat-x;
}

#subMenu .backLink a
{
	display: block;
	padding-top: 6px;
	padding-left: 13px;
	font-weight: bold;
	background-image: url(../images/site_tools_bullet_left.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	color: #086B92;
}

* html #subMenu .backLink a
{
	height: 1px;
}

#subMenu .backLink a:hover
{
	background-position: 0 -40px;
}
*/

#subMenu ul
{
	margin: 65px 13px 36px 0;
	padding-bottom: 4px;
	list-style: none;
	min-height: 145px;
}

* html #subMenu ul
{
	height: 145px;
}

#subMenu li
{
}

* html #subMenu li
{
	height: 1px;
}

#subMenu li a
{
	display: block;
	padding-top: 6px;
	padding-left: 13px;
	font-weight: bold;
	color: #086B92;
}

* html #subMenu li a
{
	height: 1px;
}

#subMenu li a:hover
{
}

#subMenu li.on a, #subMenu li.on a:hover
{
	color: #F97D14;
}

/*

#subMenu li ul
{
	margin: 0;
	padding-bottom: 0;
}

#subMenu li li a
{
	margin-left: 13px;
}

*/

#subMenu .contactInfo
{
	margin-left: -15px;
	color: #676767;
	font-size: 80%;
	margin-top: 100px;
}

#subMenu .contactInfo a
{
	color: #666666;
}



/* CONTENT ------------------------------------------------------------------ */

#content
{
	display: inline;
	float: left;
	width: 725px;
	margin-top: 15px;
	margin-left: 13px;
	padding-bottom: 50px;
	font-size: 95%;
}

.col1 #content
{
	width: 571px;
}

h1
{
	margin-top: 35px;
	margin-bottom: 10px;
	color: #0E588C;
	font-size: 220%;
	font-weight: normal;
}

.sIFR-hasFlash h1
{
	line-height: normal;
}

h2
{
	font-size: 120%;
}

h4
{
	font-size: 100%;
}


/* HOME PAGE NEWS ITEMS */
.latestNews
{
	border: 1px solid #333333;
	height: 127px;
}

* html .latestNews
{
	height: 117px;
}

.newsBorder .first
{
	border-right: 1px solid #333333;
	width: 360px;
}

* html .newsBorder .first
{
	width: 359px;
}

.newsItem
{
	width: 359px;
	float: left;
	border: 1px solid #000000;
	background: url(../images/newsItemBg.jpg);
}

.newsItem img
{
	float: left;
}

.latestNews h2
{
	font-size: 110%;
	margin: 0.5em 0;
}

.latestNews p
{
	margin: 0.5em 0;
}

.latestNews .newsContent
{
	width: 190px;
	height: 100px;
	float: left;
	margin: 10px;
}

* html .latestNews .newsContent
{
	width: auto;
}

* html .newsItem a
{
	color: #3298fd !important;
	text-decoration: none;
}


/* PAGINATION */

.pagination
{
	clear: both;
	height: 30px;
	margin-top: 20px;
	color: #818181;
}

.pagination select
{
	vertical-align: middle;

}

.pagination_left
{
	float: left;	
}

.pagination_right
{
	float: right;	
	clear: right;
	margin-top: 1px;
}

.pagination_totalResults
{
	color: #818181;
	padding: 0 10px;
}

/* PRODUCT DETAIL */

.productDetail .productListing 
{
	width: 180px;
	float: left;
	margin-bottom: 20px;
	border-top: 1px solid #333333;
}

.productPage
{
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin-bottom: 20px;	
}



.productDetail .image
{
	float: left;
	width: 360px;
}

.productDetail .productListing .image
{
	float: none;
	width: 180px;
}

.productDetail .image img
{
	border: none;
	border-right: 0;
}

.productDetail .specs
{
	margin-left: 370px;
	line-height: 1.7em;
}

.productDetail .productListing .specs
{
	margin-left: 0px;
	padding-left: 0px;
}

.productDetail .specs p
{
	margin-top: 10px;
}

.productDetail span.title
{
	color: #818181;
	padding-right: 5px;
}

.productDetail .row
{
	border-bottom: 1px solid #333333;
	padding-left:10px;
}

.productDetail .first
{
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
}

.productDetail .last 
{
	border-bottom: none;
}

table
{
	width: 100%;
	padding-bottom: 1px;
	border-left: 1px solid #efefef;
}

th
{
	border-right: 1px solid #FFFFFF;
	background-color: #E3E3E3;
	color: #0E588C;
	text-transform: uppercase;
}

tbody tr
{
}

th, td
{
	padding: 4px 7px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

tbody th
{
	background-color: transparent;
	color: #444444;
	text-transform: none;
}

table acronym
{
	border-bottom: 0 none #FFFFFF;
	text-decoration: none;
	cursor: help;
}


/* ===================================================== */
/* LISTS */
/* ===================================================== */

#expandableDefinitionList h2
{
	margin-bottom: 5px;
}

#expandableDefinitionList dt
{
	padding: 5px 15px 5px 15px;
	background-image: url(../images/icon_bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 11px;
	background-color:none;
	color: #FFFFFF;
	line-height: 1.3em;
	border: 1px #000000 solid;	
	margin-top: 10px;
}

#expandableDefinitionList dt.hover
{
	color: #74baff !important;
	cursor: pointer;
	border: 1px #666666 solid;
}

#expandableDefinitionList dd
{
	background-color: #000000;
	margin: 0px;
	padding: 7px 15px 0px 15px;
	border-left: none;	
	display: none;
	border: 1px #666666 solid;
}

#expandableDefinitionList dd p
{
	padding: 0;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px 0px 0px 0px;
}

#expandableDefinitionList dt.showDefinition
{
	color: #74baff !important;
	background-color: #000;
	border: 1px #666666 solid;
	border-bottom: none;
	font-weight: bold;
}

#expandableDefinitionList dd.showDefinition
{
	display:block;
	margin-bottom: 5px;
}

#expandableDefinitionList dt.hideDefinition
{
	color: #FFFFFF;
	margin-top: 0px;
}

#expandableDefinitionList dd.hideDefinition
{
	display:none;
}

#expandableDefinitionList ol, #expandableDefinitionList ul
{
	padding-bottom: 10px;
	line-height: 1.3em;
}

#expandableDefinitionList ul
{
	margin-left: 15px;
}

#expandableDefinitionList ol
{
	margin-left: 22px;
}

ul.documentList li
{
	margin-bottom: 10px;
}

ul.documentList span
{
	vertical-align: top;
}



/* SUB CONTENT -------------------------------------------------------------- */

#contentSub
{
	display: inline;
	float: right;
	width: 129px;
	margin-top: 15px;
	margin-right: 13px;
	padding-bottom: 50px;
}

#contentSub h2
{
	margin-top: 15px;
	margin-bottom: -11px;
	color: #0E588C;
	font-size: 100%;
	text-transform: uppercase;
}

#contentSub h3
{
	margin-top: 0;
	margin-bottom: -15px;
	font-size: 100%;
}

#contentSub ul
{
	list-style: none;
	background-image: url(../images/dots_grey.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

#contentSub li
{
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/dots_grey.gif);
	background-repeat: repeat-x;
}

* html #contentSub li
{
	height: 1px;
}

.linkList a
{
	display: block;
	padding-left: 15px;
	background-image: url(../images/site_tools_bullet.gif);
	background-repeat: no-repeat;
	background-position: -143px 3px;
	font-weight: bold;
}

/*

.linkList a:hover
{
	background-position: -93px -47px;
}

.pdfList li
{
	margin-top: 0;
}

* html .pdfList li
{
	height: 1px;
}

.pdfList a
{
	display: block;
	padding-left: 25px;
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

.pdfList a span
{
	font-weight: normal;
}

* html .linkItem
{
	height: 1px;
}

.linkItem a
{
	display: block;
	padding-left: 13px;
	font-weight: bold;
	background-image: url(../images/site_tools_bullet.gif);
	background-repeat: no-repeat;
	background-position: -143px 4px;
}

.linkItem a:hover
{
	background-position: -93px -46px;
}

*/



/* FOOTER ------------------------------------------------------------------- */

#footer
{
	font-size: 95%;
	clear: both;
	padding-bottom: 8px;
	background-color: #000000;
	color: #3a3a3a;
	margin-top: 35px;
}

#footer .disclaimer
{

}

#footer p
{
	margin-left: 2px;
	float: left;
}

#footer ul
{
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 2px 0px 3px 0px;
	margin-bottom: 10px;
}

#footer li
{
	display: inline;
	border-right: 1px solid #666666;
	padding-right: 10px;
	padding-left: 10px;
}

#footer li.first
{
	padding-left: 5px;
}

#footer li.last
{
	border-right: none;
}

#footer a
{
	padding-left: 0px;
	background-image: url(../images/site_tools_bullet.gif);
	background-repeat: no-repeat;
	background-position: -143px 2px;
	color: #666666;
}

#footer a:hover
{
	background-position: -93px -48px;
	color: #74baff;
	text-decoration: none;
}

#footer .logo_xts
{
	margin-top: 20px;
	float: right;
}


