/* Contents Copyright 2010 Peter A Designer - All rights reserved*/
body	{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}


#ultra	{
	width:900px;
	height:540px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	overflow:hidden;
	border:1px #000000 solid;
}

#header	{
	width:900px;
	height:120px;
	background: url("../pad-headright.png") top right no-repeat;
}

#main-scaffolding	{
	width:900px;
	height:420px;
	padding-bottom:20000px;
	margin-bottom:-20000px;
}

#main-inside	{
	position:relative;	/*needs position:rel for ie bug*/
	height:420px;
	overflow:hidden;
	clear:both;
	background:url('../slide-bgstrip.png');
	background-color:#ffffff;
}


#footer	{
	width:900px;
	height:10px;
	text-align:center;
	font-size:10px;
	margin-left:auto;
	margin-right:auto;
}



hr	{
	height:1px;
	font-size:10px;
	border:none;
	color:#000000;
	background-color:#000000;
	}



#LeftPanel	{
	position:absolute;
	left:0px;
	margin:0px;
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
	width:320px;
	height:420px;
	float:left;
	overflow:hidden;
	background:url("../left-glass-panel.png") no-repeat;
}

#LeftPanelMenu{
	font-size:12px;
	font-weight:normal;
	height:24px;
	text-align:center;
	border-bottom:1px solid #666666;
}

#LeftPanelMenu img, a{
	padding-left:5px;
	padding-right:5px;
	border:none;
	color:#000000;
	text-decoration:none;
	background:none;
}
#LeftPanelMenu a:hover{
	border:1px solid #B1CD49;
	padding-left:4px;
	padding-right:4px;
	text-decoration:none;
	}


#LeftSlideyPanelClipper	{
	margin:0px;
	width:320px;
	height:340px;
	position:relative;	/*needs position:rel for ie overflow bug */
	overflow:hidden;
}



#LeftSlideyPanel	{
	float:left;
	margin:0px;
	margin-top:10px;
}


.LeftSlideyTiles 	{
	border:none;
	height:340px;
	overflow:hidden;
}
.LeftSlideyTiles p	{
	margin-top:0px;
	font-size:18px;
	line-height:18px;
}


#RightPanel	{
	float:left;
	margin-left:380px;
	width:520px;
	height:400px;
}
#RightSlideyPanel	{
	margin:0px;
	width:10400px;
	height:400px;

}

.RightSlideyTiles 	{
	border:none;
	margin:0px;
	padding:0px;
	float:left;
	cursor:pointer;
}



/* Tooltip */
a:hover {background:none; position:relative;text-decoration:none;} /* BG color is a must for IE6*/
a.tooltip span {display:none;}
a.tooltip:hover span{display:inline; padding-left:30px;padding-top:10px; height:106px;width:200px;overflow:hidden;float:left;position:absolute;top:-100px;left:0px;background:url("../pad-balloon.png") no-repeat;font-size:10px;color:#000000;}




.pad-grey	{
	background-color: #E7E7E7;
}

.pad-lime	{
	background-color: #B1CD49;
}

ul	{
	list-style-type: none;
	list-style-position: outside;
	font-size:14px;
	padding: 0px;
	margin: 0px;
}

li	{
	background-image: url(../pad-arrow2a.png);
	background-repeat: no-repeat;
	background-position: 0px 3px ;
	padding-left: 20px; 
	margin-bottom:4px;
	}


a:hover	{
	background-color: #B1CD49;
}

img{
	border:none;
	text-decoration:none;
	background:none;
}

