/* Lithotech CSS */

/* table/type/image borders -------------------------------------------------------*/
#lithotechTable{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#lithotechTable img{
	border: 0;
}

#lithotechTable .hide{
	display: none;
}

#lithotechTable .floatRight{
	margin: 0;
	padding: 0 0 5px 10px;
	float: right;
}

/* header -------------------------------------------------------*/
#lithotechHeader{
	margin: 0;
	padding: 0;
	width: 450px;
	height: 114px;
	position: relative;
}

#lithotechLogo{
	margin: -75px 0 0 5px;
	padding: 0;
	font-size: 14px;
	color: #1a1e48;
}

#lithotechLogo a:link{
	color: #1a1e48;
	text-decoration: none;
}

#lithotechLogo a:active{
	color: #1a1e48;
	text-decoration: none;
}

#lithotechLogo a:visited{
	color: #1a1e48;
	text-decoration: none;
}

#lithotechLogo a:hover{
	color: #1a1e48;
	text-decoration: none;
}

/* content ---------------------------------------------*/
#lithotechContent{
	margin: 15px 0;
	padding: 0;
	font-size: 10px;
	color: #666666;
}

/* home page top ---------------------------------------------*/
#lithotechHomeTop{
	margin: 0;
	padding: 0;
}

#lithotechHomeTopRight{
	margin: -410px 0 0 245px;
	padding: 0;
}

#lithotechHomeTopRight p{
	margin: 0;
	padding: 0;
}

#lithotechHomeTop a:link{
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

#lithotechHomeTop a:active{
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: underline;
}

#lithotechHomeTop a:visited{
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

#lithotechHomeTop a:hover{
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: underline;
}

#lithotechHomeBottomText{
	margin: 345px 0 0 170px;
	padding: 0;
}

#lithotechHomeBottomText p{
	margin: 0;
	padding: 0;
	font-size: 14px;
}

/* footer ---------------------------------------------*/
#lithotechFooter{
	margin: 40px 0 15px 0;
	padding: 5px 0 0 0;
	border-top: #CCCCCC 1px solid;
	color: #666666;
}

#lithotechFooter p{
	margin: 0;
	padding: 0;
	font-size: 9px;
}

/* footer nav states ---------------------------------------------*/
#lithotechFooter a:link{
	color: #173025;
	text-decoration: none;
}

#lithotechFooter :active{
	color: #61a084;
	text-decoration: none;
}

#lithotechFooter a:visited{
	color: #173025;
	text-decoration: none;
}

#lithotechFooter a:hover{
	color: #61a084;
	text-decoration: none;
}

