.note_heading {
	position:absolute;
	top:35px;
	left:50px;
	width:110px;
	height:50px;
	line-height:110%;
}
.note_links {
	position:absolute;
	top:35px;
	left:250px;
	width:70px;
	height:40px;
}

/* HEADER */

#header_secure {
	background-image:url(../images/header2_en.gif);
}

/* STICKIES */

#sales_ideas {
	background-image:url(../images/home_note_yellow_en.jpg);
}
#sales_materials {
	background-image:url(../images/home_note_blue_en.jpg);
}
#sales_ideas h2,
#sales_materials h2 {
	font-size:18px;
}
#sales_materials .note_heading {
	left:30px;	
}
#sales_materials .note_links {
	left:220px;	
}


#sales_idea_stage,
#sales_matl_stage {
	position:absolute;
	top:90px;
	left:50px;
	width:250px;
	height:220px;
	overflow:hidden;
}
#sales_matl_stage {
	left:30px;
}
#sales_idea_track,
#sales_matl_track {
	width:1000px;
}
#sales_idea_track .child,
#sales_matl_track .child {
	float:left;
	width:250px;
	height:300px;
}
#sales_idea_track .flag,
#sales_matl_track .flag {
	border:1px solid #fff;
}

/* LISTS */

.child h3 {
	margin:0 0 5px;
}
.child a,
.child a h3 {
	display:block;
	color:#333;
	text-decoration:none;
}
.child a:hover,
.child a:hover h3 {
	color:#c00;
}
.child a:hover .flag {
	border-color:#c00;
}


#sales_material_list {
	float:right;
	width:360px;
}
#sales_ideas_list .child,
#sales_material_list .child {
	padding:10px 5px;
	padding-bottom:10px;
	border-bottom:1px dotted #ddd;
}
#sales_material_list .child_on,
#sales_material_list .child_on a {
	color:#000;
	background:#ddd;
}
#sales_material_detail {
	width:340px;
	min-height:340px ;
	height:auto !important;
	height:340px;
	margin-bottom:10px;
	background:#ddd;
}
#sales_material_empty {
	position:absolute;
	left:0;
	top:150px;
	width:340px;
	color:#999;
	text-align:center;
}

/* NAV SECURE */

#nav_secure {
	position:absolute;
	top:0;
	left:260px;
}
#nav_secure li,
#nav_secure a {
	background-image:url(../images/nav_secure_en.gif);
}
#nav_secure_tests,
#nav_secure_tests a {
	width:80px;
	background-position:-260px 0;
}
#nav_secure_tests a:hover {
	background-position:-260px -30px;
}
#nav_secure_tests a.on,
#nav_secure_tests a.on:hover {
	background-position:-260px -60px;
}
#nav_secure_ideas,
#nav_secure_ideas a {
	width:80px;
	background-position:0 0;
}
#nav_secure_ideas a:hover {
	background-position:0 -30px;
}
#nav_secure_ideas a.on,
#nav_secure_ideas a.on:hover {
	background-position:0 -60px;
}
#nav_secure_materials,
#nav_secure_materials a {
	width:110px;
	background-position:-80px 0;
}
#nav_secure_materials a:hover {
	background-position:-80px -30px;
}
#nav_secure_materials a.on,
#nav_secure_materials a.on:hover {
	background-position:-80px -60px;
}
#nav_secure_calendar,
#nav_secure_calendar a {
	width:80px;
	background-position:-190px 0;
}
#nav_secure_calendar a:hover {
	background-position:-190px -30px;
}
#nav_secure_calendar a.on,
#nav_secure_calendar a.on:hover {
	background-position:-190px -60px;
}