
/*-------------------------------------------------
Payrolling.com Stylesheet

version: 1.0
author: ehab alatrebi
email: ehab@payrolling.com
website: http://www.payrolling.com

-------------------------------------------------*/

/*----------Forms----------*/

#main {
	width:921px;
	background:url(images/mn_pnl.jpg) repeat-y;
	border:solid 1px #ccc;
}

#main h1 {
	float:left;
	width:865px;
	padding-bottom:25px;
	background:url(images/sitemap_h1.gif) no-repeat;
}

#main h2 {
	float:left;
	width:865px;
	height:31px;
	padding-bottom:25px;
	background:url(images/sitemap_h2.gif) no-repeat;
	margin:10px 0 0 25px;
	border-bottom:1px dotted #999;
}

ul#forms_nav, ul#forms_pdf {
	float:left;
	margin:20px 0 0 25px;
	padding-bottom:25px;
}

ul#forms_nav li, ul#forms_pdf li {
	font:normal 13px/1.8em arial;
	list-style:none;
	padding:5px 0 5px 25px;
}

ul#forms_nav li {background:url(images/html.png) no-repeat left center;}
ul#forms_pdf li {background:url(images/pdf.gif) no-repeat left center;}

#main a {
	text-decoration:underline;
	font:normal 13px/1.8em arial;
	color:#3E8E54;
}

#main a:hover {
	text-decoration:none;	
}

.green {
	color:#3E8E54;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
	 
#footer {
	margin:30px 0 0 0;
}

p#ie {
	position:absolute;
	top:120px;
	left:638px;
	width:200px;
	padding:25px;
	font:normal 12px/1.8em arial;
	background:white;	
	border:solid 1px #ccc;
}

p#ie a {
	font:bold 12px arial;	
}