#container {
	float: left;
	position: relative;
	height: auto;
	background-color: #fff;
	display: block;
	width: auto;
	min-width: 810px;
}
#bottom_nav {
	font-family: Tahoma;
	font-size: 11px;
	letter-spacing: 2pt;
	text-decoration: none;
}
#site_main_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align: left;
	line-height: normal;
}
#related_links {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding-left: 5%;
	text-align: left;
}

#new_at_invotec {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	vertical-align: top;
}

#content #salesmans_toolkit_footer {
	padding: 5px;
	clear: both;
	height: auto;
	width: auto;
}

/*enlarging css for thumbnails*/
.ienlarger {
	clear: none;
	padding-bottom: 5px;
	padding-right: 5px;
}

.ienlarger a {
	display:block;
	text-decoration: none;
}

.ienlarger a:hover{ 
     position:relative;
}

.ienlarger span img {
	border: 1px solid #FFFFFF;
	margin-bottom: 8px;
	width: 200px;
}

.ienlarger a span {  
    position: absolute;
    display:none;
    color: #FFCC00;
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FFFFFF;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.ienlarger img { 
border-width: 0;
}

.ienlarger a:hover span {
    display:block;
    top: -50px; 
    left: -25px; 
    z-index: 100;
}

.resize_thumb {
	width: 90px;
	height : auto;
}

