/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				0px;
	
	background-color:		white;

	background-image:		url( /site/images/bg_main.gif );
	background-repeat:		repeat-x;

	/*	Default text styles	----------------------------*/
	font-family:			lucida sans,verdana,sans serif;
	color:					#484848;

}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#009AC4;
}

a:hover
{
	color:					#D92121;
}

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	width:					760px;
	border:					1px solid rgb(170,170,170);
}

#header
{
	width:					100%;
	height:					153px;

	background-image:		url( /site/images/bg_header.gif );
	background-position:	105px 0px;
	background-repeat:		no-repeat;
}

img#serving
{
	margin-top:				6px;
}
img#serving:hover
{
	cursor:					pointer;
}


img#logo
{
	position:				absolute;
	top:					48px;
	left:					438px;
	z-index:				5;
}


form#search
{
	position:				absolute;
	top:					125px;
	left:					746px;
	z-index:				25;

	width:					200px;
}

form#search input#findtext
{
	float:	left;
	border:					1px solid #EBA3A3;
	background-color:		#CC1515;
	background-image:		url( /site/images/bg_input.gif );
	background-repeat:		no-repeat;

	padding:				4px;
	font-family:			verdana,sans-serif;
	font-weight:			bold;
	font-size:				10px;
	color:					#F0B9B9;
	width:					135px;
}

input#searchbutton
{
	float:	left;
	margin-left:			5px;
}

table#body
{
	border-top:				1px solid white;
	width:					933px;
}

col#col-left
{
	width:					136px;
}

col#col-content
{
	width:					auto;
}

col#col-right
{
	width:					300px;
}

/*	See sectionnav CSS tempaltes for td#left	*/

/*	Optional sitebar	*/
td#right
{
	width:					270px;
	padding:				20px 0px 50px 0px;
}

td#content
{
	width:					auto;
	padding:				20px 34px 50px 34px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px 0px 50px;
	border-top:				1px solid #BDBDBD;
	padding:				0em 1em;
	line-height:			3.0em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.7em;
	color:					#999999;
}

#footer a
{
	color:					#999999;
}

#footer p
{
	clear:					both;
}

#footer ul
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				5px 10px;
}

a#brokenlink
{
	line-height:			1.4em;
	font-size:				0.68em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px 0px 1.4em 0px;
	padding:				0px;

	font-family:			impact,arial,sans-serif;
	font-weight:			normal;
	font-size:				1.5em;
}

h1 a,h1 a:hover
{
	color:					#D92121;
}

h2
{
	margin:					0em;
	padding:				0px;
	font-size:				0.80em;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-weight:			bold;
	font-size:				0.70em;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.4em;
	font-size:				0.68em;
}

blockquote
{
	margin:					1em 3em;
	border-top:				1px solid rgb(221,204,204);
	border-bottom:			1px solid rgb(221,204,204);
	padding:				0.5em 0em;
	font-family:			times new roman,times;
	font-size:				1.15em;
	font-style:				italic;
	line-height:			1.4em;
	color:					rgb(153,51,51);
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
}

.sidebar,.caption-right
{
	line-height:			1.4em;
	font-size:				0.65em;
}


ul.downloads
{
	list-style-type:		none;
	margin:					27px 0px 0px;
	padding:				0px;

	font-size:				0.68em;
	color:					#009AC4;
}

ul.downloads strong
{
	display:				block;
}

ul.downloads li
{
	margin-bottom:			2.0em;
	background-repeat:		no-repeat;
}

li.image
{
	background-image:		url( /site/images/icon_image.gif );
	padding-left:			71px;
}

li.document
{
	background-image:		url( /site/images/icon_pdf.gif );
	padding-left:			37px;
}

.widget
{
	background-image:		url( /site/images/bg_widget.gif );
	background-position:	bottom left;
	background-repeat:		repeat-x;
	padding-bottom:			4px;
	margin-bottom:			21px;
}
img.widgettitle
{
	border-bottom:			1px solid white;
}

#servicetools
{
	background-color:		#ECECEC;
	padding:				14px 0px 14px 18px;
	font-size:				0.68em;
	color:					#838383;
}
#servicetools img
{
	display:				block;
	margin:					0px 0px 11px -5px;
}

/*	featured product/mfr widgets have white background	*/
.clear
{
	background-color:		white!important;
}

.widget .featured
{
	font-size:				0.68em;
}
.widget
{
}

.widget a.feature
{
	display:				block;
	font-size:				0.68em;
	color:					#838383;
}
.widget a.feature img.left
{
	float:					left;
	margin-right:			12px;
}

.widget a.feature p
{
	margin:					10px 0px;
}



/*=========================================================================================================
//	Application selector
//=======================================================================================================*/
form#application,
form#appandprod
{
	display:	block;
	margin:					0px;
	padding:				10px;

	width:					330px;
/*	border:					10px solid #ECECEC;	*/
	background-color:		#ECECEC;
}

form#appandprod
{
	width:					auto;
}

form#application label,
form#appandprod label
{
	display:				none;
}

form#application select,
form#appandprod select,
form#appandprod input.textfield
{
	font-family:			lucida sans,verdana,sans serif;
	font-size:				0.65em;
	color:					#484848;
}

form#application input#asb,
form#appandprod input#asb
{
	padding:				0px 0px 0px 10px;
	vertical-align:			middle;
}




ul#contacts,
ul.extranet
{
	list-style-type:		none;
	margin:					30px 0px 0px;
	padding:				0px;
	font-size:				0.68em;
}

ul.extranet
{
	margin:					0px 0px 20px;
}

ul#contacts li,
ul.extranet li
{
	margin-bottom:			1.4em;
}


.extranetwidget
{
	background-color:		#ECECEC;
	padding:				0px 0px 15px;
}
.extranetwidget ul
{
	margin:					0px 15px 15px;
}
.extranetwidget h2
{
	border-bottom:			1px solid white;
	background-image:		url( /site/images/bg_widgettitle.gif );
	background-repeat:		repeat-x;
	padding:				0px 15px;
	line-height:			30px;
	font-weight:			bold;
	font-size:				0.85em;
	color:					white;
}


/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}

.new
{
	font-weight:			bold;
	color:					#D92121;
}

a.selectedit
{
	margin-left:		-85px;
}

