@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	background-image: url(../Images/background.jpg);
	background-repeat: repeat-x;
}
.services {
	float: right;
	width: 500px;
}
.servicimage {
	width: 200px;
}
.odd{
	background-color:#E1E1E1
}
.ProductTable{

}
.about{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.twoColFixRtHdr #container {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 790px;
	overflow: hidden;
} 
.twoColFixRtHdr #header {
	background-repeat: repeat;
	background-image: url(../Images/header2.jpg);
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	overflow: visible;
	background-image: url(../Images/ssi-whoopiepi_1.jpg);
	height: 550px;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #mainContent {
	width: 625px;
	height: auto;
	padding-right: 0px;
	padding-left: 5px;
} 
.twoColFixRtHdr #footer {
	background-color: #27415A;
	background-image: url(file://///Jlcurtain/Windows/Inetpub/wwwroot/ssi%20new%20web%20site/img/foot3.png);
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 16px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.maincontent{
	float: right;
	top: auto;
	height: 700px;
}
.header{
background-color:#000033}
.nav{
	background-image:url(../Images/navbackground.jpg);
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #CCCCCC;
}
.heading{
	height: 91px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

form {
	margin-left: 10px;
	color: #000000;
	font: 12;
}

.button{
	background-image: url(file://///Jlcurtain/Windows/Inetpub/wwwroot/ssi%20new%20web%20site/gray%20-%20Copy.jpg);
	background: url(file://///Jlcurtain/Windows/Inetpub/wwwroot/ssi%20new%20web%20site/gray%20-%20Copy.jpg);
	height: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 140px;

}


.SpryHiddenRegion {
   visibility: hidden;
}

/* Form Elements
----------------------------------------------- */
label, select {
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
}
select {
	color: #203246;
	background-color:  #ffffff;
	border: 1px solid #b1b1bc;
	font-size: 14px;
	margin-left: 10px
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}
/*88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/


/* Layout Rules
----------------------------------------------- */
#wrap {
	padding-top: 20px;
	margin: 0 20px;
}

#codesample #wrap { width: auto; }


#LeftColumn {
	width: 168px;
	float: left;
	height: 700px;
}
#articles {	margin-bottom: 10px; }

#RightColumn {
	margin:0;
	padding:0;
	height: 100px;
	float: left;
	width: 800px;
	margin-bottom: 5px;
}
#content, #sidebar {
	float: left;
	text-align: left;
}
#content {
	width: 100px;
	margin-right: 15px;
	padding-top: 5px;
}


/* RSS Reader Rules
----------------------------------------------- */
#RSSFeedsList{
	height: 780px;
	overflow: auto;
}
#MovieTitle h2, #RSSFeedsTitle h2, #RSSChannelTitle h2 {
	color: #1E2D40;
	font-size: 110%;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #3a3a3a;
	margin: 0;
	height: 20px;
	padding-left: 3px;
}
#columnHeadings {
	color: #000000;
	font-size: 110%;
	width: 780px;
	height: 250px;
	text-transform:none;
	cursor: default;
}
#SubjectTitle{
	width: 270px;
	margin-left: 5px;
}
#PubDateTitle{
	width: 480px;
	margin: 0;
	text-align: left;
}
 .PubDateColumn {
	width: 500px;
	margin: 0;
	word-spacing: normal;
	white-space: normal;
	display: block;
	letter-spacing: normal;
	clear: none;
	overflow: visible;
	
 }
#DemensionTitle, .DemensionTitle {
	width: 150px;
	margin: 0;
}
.ListBoxItemGroup .ListBoxItem { padding:3px 0 5px 0.25em; }

#SubjectTitle, #PubDateTitle, .SubjectColumn, .PubDateColumn {
	padding:3px 0 5px 0.25em;
	float: left;
	cursor: pointer;
	white-space: normal;
	overflow: visible;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 200px;
}
#RSSItemsList {
	width: 100%;
	height: 300px;
	overflow: auto;
	clear: both;
}
#RSSItemContent {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.RSSItemListRow {
	float: left;
	width: 770px;
	white-space: nowrap;
	overflow: hidden;
}
.ListBoxItemTitle {
	background: url('file://///Jlcurtain/Windows/Inetpub/wwwroot/ssi new web site/demos/images/bg_grad_gray1.gif') repeat-x;
	padding: 3px 0 5px 0.25em;
	color: #fff;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}
.ListBoxCategTitle {
	background: url('file://///Jlcurtain/Windows/Inetpub/wwwroot/ssi new web site/demos/images/bg_grad_gray1.gif') repeat-x;
	padding: 3px 0 5px 0.25em;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
.ListBoxItem {
	border-bottom: solid 1px #202020;
	cursor: pointer;
	clear: both;
	white-space: nowrap;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.EvenRow {
	background-color: #EBEBEB;
}
.ListBoxItemHover {	background-color: #777; color: #000; }
.SelectedListBoxItem { color: #fc0; }

.RSSItemListFeedback {
	height: 32px;
	margin: 75px auto auto auto;
	background-color: #151515;
	border: solid 1px #202020;
}
.RSSItemListFeedback td {
	padding: 10px;
}
td.RSSItemListLoading {
	height: 32px;
	background-image: url(file://///Jlcurtain/Windows/Inetpub/wwwroot/ssi%20new%20web%20site/demos/images/throbber.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 36px;
}
/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 8px;
	cursor: default;
	width:790px;
	height: 30px;
	color: #000000;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBarHorizontal hr
{
	color: #000000;

}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	background-image: url(../Images/gray_white.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	margin: 0;
	padding: 0;
	list-style-type: circle;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 131.4px;
	float: left;
	height: 30px;
	font-size: 11px;
	color: #000000;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	color: #000000;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 143px;
	position: absolute;
	left: -1000em;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	
	left: auto; 
	/* show the submenu items*/
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 141px;
	color: #000000;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
	color: #000000;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/
li.MenuBarHorizontal li
{
	color: #000000;

}
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	color: #000000;
	background-color: #F6F7F9;

}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.25em;
	padding-right: 0.9em;
	padding-bottom: 1.1em;
	padding-left: 0.9em;
	text-align: center;
	border-top-width: thin;
	border-top-style: 1;
	border-right-style: 1;
	border-bottom-style: 1;
	border-left-style: 1;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #F6F7F9;
	color: #000000;
	height: 18px;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #F6F7F9;
	color: #0F265C;
	height: 15px;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../images/blt_panel_exp.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../images/blt_panel_clps.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	float: left;
		
	}
}
/*88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/
#emp{
	width:590px;
	padding-left: 20px;
}
