
/*-------------------------------------------------
Payrolling.com Stylesheet

version: 1.0
author: ehab alatrebi
email: ehab@payrolling.com
website: http://www.payrolling.com

-------------------------------------------------*/

/*----------RESET----------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*----------Accessibility----------*/

.acc {display:none;}


/*----------Global----------*/



html, body, p, a {
	font:normal 13px arial;
	color:#333;	
}

a {
	color:#FFA024;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

span.hilite {
	color:#FFA024;
	font-weight:bold;
}

body {
	background:url(images/bg.png) repeat-x;
}

#container {
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -485px;
	width:970px;
	height:auto;
	padding:0;
}

#header {
	
	margin-top:50px;
	height:210px;
	width:970px;
	background:url(images/logo.png) left 10px no-repeat;
}

#header img {
	float:right;
	margin-top:20px;
}

#home {
	position:absolute;
	width:500px;
	height:200px;
	left:0;
	top:0;
	cursor:pointer;
	border:0;
}

ul#topmenu {
	position:absolute;
	top:300px;
	left:0;
	background:url(images/menu_bg.gif) repeat-x;
	width:974px;
	height:50px;
	list-style:none;
}

ul#topmenu	li {
	float:left;
	line-height:50px;
}

ul#topmenu a {
	float:left;
	text-align: center;
	padding:17px 35px 14px 35px;
	width:auto;
	background: url(images/menu_div.gif) no-repeat left 5px;
	font:bold 13px arial;
	text-decoration:none;
	color:white;
}
ul#topmenu a:hover {
	font:bolder 13px arial;
	line-height:17px;
	background:url(images/menu_hilite.gif) repeat-x;
	color:white;
}

ul#topmenu li#lfwrap {
	float:left;
	width:2px;
	height:49px;
	background:url(images/menu_bg_left.gif) no-repeat top left;
}

ul#topmenu li#rtwrap {
	float:right;
	width:2px;
	height:49px;
	background:url(images/menu_bg_left.gif) no-repeat top right;
}

#content {
	float:left;
	height:auto;
	width:950px;
	margin-top:20px;
	background-color:#fff;
	border:10px solid #ccc;
}

#content p {
	float:left;
	display:inline;
	font:normal 14px/1.8em arial;
	padding:25px;
	margin:0;
}

#content h1 {
	float:left;
	display:inline;
	width:550px;
	height:31px;
	margin:20px 0 0 25px;
	padding:0 0 20px 0;
	border-bottom:1px dotted #999;
}

#footer {
	float:left;
	height:50px;
	width: 970px;	
	margin:20px 0 0 0;
}

#footer p {
	font-size:13px;
	color:#fff;
}

#footer a {
	font: normal 13px arial;
	color:#FFAE28;
	text-decoration:none;
}

#footer a:hover {text-decoration:underline;}

#footer p#f1 {float:left;}
#footer p#f2 {float:right;}
