/* css for envis-precisely.com/iscraper */

body
{
	padding:0px;
	margin:0px;
	background-color:#EEEEEE;
}

#main
{
	position:absolute;
	left:50%;
	margin-left:-400px;
	background-color:#FFFFFF;
	min-height:100%;
}


#header
{
	width:800px;
	height:300px;
	float:left;
	background-image: url("assets/header.jpg");
	background-repeat:no-repeat;
}

#language_switch 
{
	position:absolute;
	margin-top:282px;
	right:20px;
	background:white;
	padding-left:5px;
	
}


#content
{
	float:left;
	clear:both;
	margin-left:15px;
	padding-right:20px;
	width:760px;
	min-height:600px;
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;

}


div.col
{
	width:230px;
	float:left;
	margin-left:20px;
	
}

div.twocol {
	
	width:480px;
	float:left;
	margin-left:20px;
	
	
}

div.threecol{
	
	width:730px;
	float:left;
	margin-left:20px;
}


div.row
{
	width:760px;
	float:left;
	margin-top:30px;
}

a
{
	color:#333333;
	text-decoration:underline;
}

a#envis
{
	z-index:100;
	position:absolute;
	display:block;
	right:0px;
	top:70px;
	width:85px;
	height:70px;
	background-image:url("http://s.envis-precisely.com/badge.png");
}

span#envis
{
	display:none;
}

h1
{
	display:block;
	clear:both;
	width:306;
	height:42px;
	background-image:url("headline.png");
	background-repeat:no-repeat;
	padding-bottom:0px;
	margin-bottom:0px;
}

h2
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	font-size:20px;
	color:#000000;
	font-weight:normal;
	float:left;
	margin:0px;
	padding:0px;
}

p
{
	color:#000000;
	float:left;
	
	line-height:1.4em;
	font-size:20px;
	
	/*padding-left:10px;
	padding-right:10px;*/
	margin-bottom:10px;
}

p.small
{
	/*width:200px;*/
	font-size:14px;
}

img
{
	border:none;
}


img.left
{
	display:block;
	float:left;
}

img.right
{
	display:block;
	float:right;
}


button {
	
	width:100%;
	height:30px;
	margin-top:15px;
	margin-bottom:10px;
	font-size:13px;
	text-align:left;
	cursor: pointer;
}



