/* CSS Document */

* {margin:0px; padding:0px;

}

body {
	background-image: url("images/back.gif");
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: 52px;
	background-color:#D6D6D6;
	text-align: left;
}
#Bodyoftext { 
	color: black; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 20px; 
	position: absolute; 
	top: 50px; 
	left: 200px;
}
#Content { 
	position: relative;
	margin: 0 auto; 
	width: 800px;

}

#Container {
	position:relative;
	margin: 0px auto;
	width:799px;
}
#CorpWordsA {
	position: absolute;
	left: 250px;
	top:200px;
	
}

#COST_CALC { 
	position: absolute;
	left: 60px;
	top:72px;

}
#HEADER { 
	position: relative;
	width: 800px; 
	height: 134px;
	border: 0px;
}


#FOOTER { 
	position: relative;
	width: 800px; 
	height: 73px;
	border: 0px;
}
#layer1  { 
	visibility: visible; 
	position: absolute; 
	z-index: 45; 
	top: 360px; 
	left: 550px; 
	width: 150px; 
	height: 150px 

}
#popitmenu{
	position: absolute;
	background-color: white;
	border:1px solid black;
	font: normal 10px Verdana;
	line-height: 15px;
	z-index: 100;
	visibility: hidden;
}

#popitmenu a{
	text-decoration: none;
	padding-left: 2px;
	color: black;
	display: block;
}

#popitmenu a:hover{ /*hover background color*/
	background-color: #EDEEE8;
	
}
.under { 
	color: #E4E4E4; 
	font-size: 15px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 210px;
	
}

.under:hover { 
	color: white; 
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;

}

#VIDEOF {
	padding: 10px 0px 25px 525px; 
	position: relative;
}

table.calc{
	width: 680px;
	font-weight: normal;
	font-size: smaller;
}

.calc td{
	padding: 3px;
	margin:5px;
}

.calc .cost{
	text-align: right;
}
