* {
	margin: 0;
	padding: 0;	
}
.access {
	display: none;
}
.error {
	color: #FF0000;
}

fieldset {
	border: 0;
	margin-bottom: 20px;
}
fieldset dt {
	float: left;
	width: 50%;
	padding-bottom: 5px;
}
fieldset dd{
	float: left;
	padding-bottom: 5px;
}
legend {
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 10px;
}
fieldset dd dl {
	padding-left: 20px;
}


body {
	background: url(images/back-page.png) repeat-x #FFF;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h3 {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 10px;
}

/*#page-wrapper {
	min-width: 755px;
	_width: 75%;
	max-width: 75%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width:expression(document.body.clientWidth > 960? "960px" : "auto");
}*/

#header {
	background: url(images/back-header.png) top right no-repeat;
	width: 100%;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

#header h1 a {
	width:150px;
	height:175px;
	float:left;
	display: block;
	text-indent: -9000px;
	background:url(images/apple-hr-logo-screen.png) no-repeat;
	margin: 0;
	padding: 0;
}
#header h1 a img {
	display:none;
}

#header h2 {
	display: block;
	float: left;
	width: 100%;
	font-weight: normal;
	color: #999;
	font-size: 21px;
}

#main-navigation {
	display: block;
	height: 39px;
	float: right;
	text-align: right;
	padding-top: 6px;
	margin-top:115px;
	width: auto;
}

#main-navigation ul {
	list-style:none;
	text-align: right;
}
#main-navigation li {
	float: left;
	margin-right: 20px;
	display: inline;
	font-size: 140%;
	font-weight: bold; 
}
#main-navigation li a, #main-navigation li a:link, #main-navigation li a:active, #main-navigation li a:visited {
	text-decoration: none;
	color: #666666;
	
}
#main-navigation li a:hover  {
	text-decoration: underline;
	color: #E97613;
}

#content-wrapper {
	width: 100%;
	float: left;
	margin-top: 10px;
}

#sub-navigation {
	float: left;
	width: 20%;
	color: #666666;
	font-size: 100%;
	margin-right: 2%;
	display: inline;

}

#sub-navigation a img {
	border: 0;
}

#sub-navigation ul {
		list-style:none;
		text-align: left;
		margin-bottom: 10%;
		float: left;
		width: 100%;
}
#sub-navigation li {
	float: left;
	width: 100%;
	padding: 5px 0;
	font-weight: bold; 
	border-bottom: solid 1px #CCCCCC;
}

#sub-navigation li a, #sub-navigation li a:link, #sub-navigation li a:active, #sub-navigation li a:visited {
	text-decoration: none;
	color: #666666;	
}

#sub-navigation li a:hover  {
	text-decoration: none;
	color: #E97613;
}

#content-main {
	float:left;
	width: 49%;
	margin-right:3%;
	display: inline;
}

#content-main h1 {
	color: #006EB6;
	font-size: 185%;
}
#content-main p {
	line-height: 150%;
}

#content-main ul {
	list-style: disc;
}
#content-main li {
	padding: 5px 5px 5px 5px;
	margin-left: 20px;
	/* make it look like a document */
/*	float: left; 
	width: 175px;
	height: 100px;
	display: block;
	background: #efefef;
	margin: 0 10px 10px 0;
	border: solid 1px #ccc;*/
}

#content-main a {
	color: #006EB6;
}
#content-main a:hover {
	color: #000;
	text-decoration: none;
}

#content-main form tr {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}

#content-main form td {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}


#content-sub {
	float: left;
	width: 26%;
	_width: 24%;
	/*max-width: 210px;*/
	max-width: 190px;
/*	width:expression(document.body.clientWidth > 210? "210px" : "auto");*/
}

#content-sub h2 {
	font-size: 130%;
}

#search a, #search a:link, #search a:visited, #basket a, #basket a:link, #basket a:visited, #account a, #account a:link, #account a:visited {
	color: #fff;
}
#search a:hover, #basket a:hover, #account a:hover {
	text-decoration: none;
	color: #fff;
}

#search {
	background: url(images/back-search.png) repeat-x #e17a13 bottom;
	margin-bottom: 10px;
	color: #FFFFFF;
	padding: 1% 3%;
	float: right;
	width: 100%;
}

#basket {
	background: url(images/back-basket.png) repeat-x #0571b7 bottom;
	margin-bottom: 10px;
	color: #fff;
	padding: 1% 3%;
	float: right;
	width: 100%;
}

#account {
	background: url(images/back-login.png) repeat-x #9b9b9b bottom;
	margin-bottom: 10px;
	color: #fff;
	padding: 1% 3%;
	float: right;
	width: 100%;
}

#misc {
	float: right;
	width: 100%;
	text-align: center;
	padding: 1% 3%;
	margin-top: 10px;
}

#footer {
	float: left;
	width: 100%;
	border-top: solid 5px #E17B14;
	margin: 20px 0;
	font-size: 85%;
}

#footer, #footer a {
	color: #999999;
}
#footer a:hover {
	color: #666666;
	text-decoration: none;
}

#footer ul {
	list-style: none;
	margin-bottom: 10px;
}
#footer li {
	display: inline;
	margin-right: 10px;
}
#footerLeft {
	margin-top: 20px;
	float:left;
	width: 20%;
	margin-right: 2%;
	display:inline;
}
#footerRight {
	margin-top: 20px;
	float:right;
	width: 78%;
}

/* for all browsers that understand min-width */
#body-wrapper {width:80%; min-width:755px; margin:0 auto;text-align:left;}

/* the bodge for IE6 browsers */
* html #minwidth {border-left:755px solid #fff; position:relative; float:left; z-index:1;}
* html #page-wrapper {margin-left:-755px; position:relative; float:left; z-index:2; text-align:left;background: url(images/back-page.png) repeat-x #FFF;}