html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
/*	background-image: url(Images/lines_bg.gif);*/
	background-repeat: repeat-y;
	background-position: left top;
}
#container {
        margin: 0;
        padding: 0;
        position: relative; /* Opera? */
        min-height: 100%; /* 100% if IE fix isn't needed */
}
/* Header Items */
	#page {
	position: absolute;
	top: 0;
	left: 0px;
	overflow: visible;
	width: 100%;
	background-color:#ffffff;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	}
	#header {
	width: 780px;
	position: relative;
	top: 0px;
	background-image: url(Images/logo_SolderStar.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 70px;
	}
	#navigation {
	width: 780px;
	position: absolute;
	top: 70px;
	background-image: url(Images/navBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	background-color: #8D9FAC;
	z-index: 10;
	}

	#navBttnHome, #navBttnAbout, #navBttnNews, #navBttnLead, #navBttnProducts, #navBttnSoftware, #navBttnDownloads, #navBttnSupport, #navBttnDistributors, #navBttnContact	{
		position: absolute;
		width: 70px;
		height:25px;
		top: 6px;
		padding-left:0px;
	}	
									
	#navBttnHome {
		left: 1px;
	}
	#navBttnAbout {
		left: 79px;
	}
	#navBttnNews {
		left: 157px;
	}
	#navBttnLead {
		left: 235px;
	}
	#navBttnProducts {
		left: 313px;
	}
	#navBttnSoftware {
		left: 391px;
	}
	#navBttnDownloads {
		left: 469px;
	}
	#navBttnSupport {
		left: 547px;
	}
	#navBttnDistributors {
		left: 625px;
	}
	#navBttnContact {
		left: 703px;
	}
	
/* Banner Items */
	#banner {
	position: absolute;
	top: 97px;
	left: 0px;
	overflow: hidden;
	height: 240px;
	width: 545px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #CCCCCC;
	z-index: 1;
	}
	
	#softwareTrial {
	position: absolute;
	top: 177px;
	overflow: hidden;
	height: 60px;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(Images/softwareTrial.gif);
	background-repeat: no-repeat;
	background-position: left top;
	left: 600px;
	padding-top: 3px;
	padding-left: 5px;
	text-align: left;
	}			
	#bannerCol {
	width: 780px;
	position: relative;
	top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 240px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #CCCCCC;
	left: 0px;
	}
/* Content Items */
	#content {
	position: relative;
	top: 0px;
	left: 0px;
	overflow: visible;
	width: 780px;
	background-color:#ffffff;
	height: auto;
	}
	#contentCol {
	width: 780px;
	position: relative;
	top: 0px;
	height: 300px;
	overflow: visible;
	padding-bottom: 30px;
	}

/* News Items */
	#newsItem	{
	padding: 0px;
	}
/* Product Overview */
	#productOverview{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	position: relative;
	height: 48px;
	padding-top: 10px;
	padding-right: 105px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: right bottom;
	}	
/* Navigation Items */
	a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	background-image: url(Images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	padding-left: 5px;
	}
	a:visited {
	color: #003399;
	background-image: url(Images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	padding-left: 5px;
	font-size: 10px;
	font-weight: bold;
	}
	a:hover {
		color: #0033FF;
		background-image: url(Images/arrow1.gif);
		background-repeat: no-repeat;
		background-position: left top;
		font-weight: bold;
		text-decoration: underline;
	padding-left: 5px;		
	}
	a:active {
	color: #003399;
	background-image: url(Images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	font-size: 10px;
	}
	
	a.imageLink:link {
	background-image: none;
	border: none;
	padding:0px;
	margin:0px
	}
	a.imageLink:visited {
	background-image: none;
	border: none;
	padding:0px;
	margin:0px	
	}
	a.imageLink:hover {
	background-image: none;
	border: none;	
	padding:0px;
	margin:0px	
	}
	a.imageLink:active {
	background-image: none;
	border: none;
	padding:0px;
	margin:0px	
	}	
	
	a.navLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	background-image: none;	
	padding:0px;
	margin:0px
	}
	a.navLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	background-image: none;		
	padding:0px;
	margin:0px	
	}
	a.navLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	background-image: none;
	padding:0px;
	margin:0px;
	text-decoration: none;
	}
	a.navLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	background-image: none;		
	padding:0px;
	margin:0px	
	}		
	
	a.arrow:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	background-image: url(Images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	padding-left: 10px;
	}
	a.arrow:visited {
	color: #003399;
	background-image: url(Images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
	}
	a.arrow:hover {
		color: #0033FF;
		background-image: url(Images/arrow.gif);
		background-repeat: no-repeat;
		background-position: left top;
		font-weight: bold;
		text-decoration: underline;
	padding-left: 10px;		
	}
	a.arrow:active {
	color: #003399;
	background-image: url(Images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	font-size: 10px;
	}	
	
	a.arrow90:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	background-image: url(Images/arrow90.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	padding-left: 10px;
	}
	a.arrow90:visited {
	color: #003399;
	background-image: url(Images/arrow90.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
	}
	a.arrow90:hover {
	color: #003399;
		background-image: url(Images/arrow90.gif);
		background-repeat: no-repeat;
		background-position: left top;
		font-weight: bold;
		text-decoration: underline;
	padding-left: 10px;		
	}
	a.arrow90:active {
	color: #003399;
	background-image: url(Images/arrow90.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	font-size: 10px;
	}	

	a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #efefef;
	text-decoration: none;
	font-weight: bold;
	background-image: none;
	}
	a.nav:visited {
	color: #efefef;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	}
	a.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	}
	a.nav:active {
	color: #efefef;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	}
#noScrollbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	text-align: left;
	overflow: hidden;
	padding: 5px 10px 5px 5px;
	visibility: visible;
	top: 4px;
	position: relative;
}
.textField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 110px;
	height: 12px;
}
.bttn {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

object {
	z-index: 10;
}
.tableCellBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #efefef;
	border-bottom-color: #efefef;
	font-weight: bold;
	padding: 3px;
}
.tableCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	font-weight: normal;
	padding: 3px;
}
.tableCell2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	font-weight: normal;
	padding: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
}
.textTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
}
.advantage {
	height: 320px;
	width: 140px;
	left: 0px;
	bottom: 0px;
	position: absolute;
	padding: 20px 5px 5px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.clientList {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	font-weight: normal;
	padding: 1px 3px;
}
.ddMenu {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 19px;
	z-index: 11;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.ddMenuOpBg {
	padding: 5px;
	background-color: #ffffff;
}
.productImage {
	position: absolute;
	top: 0px;
	right: 0px;
}
