.alt {
	display: none;
}

body {
    
    font-size: 11px;
	text-align: left;
	background: url(../img/prehome/background_gradient.png) repeat-x;
	color: #666;
	margin: 0;
	height: 100%;
}

img {
	border: 0;
}

h1 {
    text-decoration: none;
    color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS";
    font-size: 11px;
}

p, li {
    font-size: 11px;
	color: #fff;
}
.maintext p,
.maintext li,
.maintext dl,
.textleft,
.headtitle p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS";
}

a {
    text-decoration: none;
    color: #969696;
}

h2 {
	color: #fff;
}

h3 {
	color: #fff;
}

a:hover {
    text-decoration: underline;
}

/*======================================================
//		Header
======================================================*/

#header {
	margin: auto auto;
	width: 1033px;
	height: 173px;
	background: url(../img/bg_header.gif) repeat-x;
}

#logo {
	height: 100px;
	width: 398px; 
	padding-top: 50px;
}

#menu {
	margin: auto auto;
	width: 1033px;
	height: 45px;
	background: url(../img/bg_menu.gif) repeat-x 3px -3px;
}

#welcome {
	width: 200px;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
}

ul#mainmenu {
	width: 389px;
	float: right;
	margin-top: 7px;
}

	ul#mainmenu li {
		list-style: none;
		float: left;
		margin-right: 10px;
	}

	ul#mainmenu a {
		position: relative;
	}

.indexitem {
	height: 23px;
}

.text_index {
	margin-left: 10px;
}

/*======================================================
//		Main
======================================================*/

#maincontainer {
	margin: auto auto;
	width: 1069px;
	background: url(../img/background.png) repeat-y;
}

#main {
	margin: auto auto;
	width: 1040px;
}

.title {
	margin-left: 20px;
}

#blockright {
	float: right;
	margin: 0 20px 20px 0;
}

	.headtitle {
		width: 640px;
		height: 150px;
		background: url(../img/bg_title.gif) no-repeat;
		padding: 10px 0 0 20px;
		margin-top: 20px;
		float: left;
		margin-left: 3px;
		*margin-left: 4px;
	}
	
		.headtitle p {
			background: url(../img/pinkline.gif) no-repeat;
			width: 550px;
			padding-top: 10px;
			line-height: 13px;
		}
	
	.maintext {
		width: 590px;
		margin-left: 7px;
	}
	
	.texthead {
		background: #4b4b4b url(../img/bg_ruler.gif) repeat-x 0 25px;
		width: 550px;
		height: 45px;
		padding-left: 20px;
		float: left;
	}
	
	.textleft {
		width: 590px;
		margin-left: 14px;
	}
	
	.textright {
		width: 335px;
		float: left;
	}
	
	.manualleft {
		float: left;
		width: 220px;
		margin-left: 14px;
	}

/* JPX */

#jpx {
	background: url(../img/model_successfactors.jpg) no-repeat;
	width: 500px;
	margin-left: 50px;
	margin-top: 40px;
	height: 490px;
	overflow: hidden;
}

	#jpxleft {
		width: 185px;
		float: left;
		margin-top: 40px;
		text-align: right;
	}
	
	#jpxright {
		width: 185px;
		margin-left: 110px;
		margin-top: 40px;
		float: left;
	}
.jpx-head {color:#ee0080;}
.head {font-size:24px; font-family:Verdana, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS"; font-weight:bold;}
/*======================================================
//		Footer
======================================================*/

ul#footer {
	background: #4b4b4b url(../img/bg_ruler.gif) repeat-x 0 10px;
	margin: auto auto;
	width: 992px;
	height: 30px;
	clear: both;
}

ul#footer li {
	float: right;
	margin-right: 10px;
	list-style: none;
}

ul#footer li a {
	color: #aaaaaa;
}

#footer_icons {
	margin: auto auto;
	width: 992px;
	height: 36px;
	clear: both;
}

/*======================================================
//		Definition lists
======================================================*/
dl {
	color: #fff;
}
dd {
	padding-bottom: 10px;
}

dd span {
	color: #666666;
	font-size: 10px;
}