/* Memory-Map.fr CSS : Copyright Peblaco : http://www.peblaco.co.uk */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 76%;	
	}

/* Layout */

.skip, #dev {
	 position: absolute;
	 left: -999px;
	 width: 990px;
	}

#pagewrapper {
	width: 777px;
	}

#header {
	width: 777px;
	}

#top_nav {
	width: 775px;
	border: #000000 1px solid;
	background-color: #0C60BE;
	}

#top_nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 .2em 0;
   }

#top_nav li {
	list-style-type: none;
	display: inline;
	padding: 0 2em 0 2em;
   }

#curve {
	background:url(images/memory_map_fr_curve.jpg);
	height: 38px;
	}

#wrapper {
	width: 776px;
	background:url(images/memory_map_fr_left_bg.gif) repeat-y left;
	border-right: #000000 1px solid;
	}

#container {
	width: 100%;
	background:url(images/memory_map_fr_left_bg.gif) repeat-y left;
	float: right;
	margin-left: -148px;
}

#main {
	font-size: 0.8em;
	margin-left: 148px;
	padding: 0px 10px 10px 25px;
	}
	
#left_panel {
	width:148px;
	float:left;
	background-image: url(images/memory_map_fr_left_bg.gif);
	background-repeat:repeat-y;
	font-size: 1.0em;
	}

#left_nav {
	background-image: url(images/memory_map_fr_left_menu_bg.jpg);
	color: #FFFFFF;
	}

#left_nav ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

#left_nav li {
	list-style-type: none;
	padding: 2px 0px 6px 11px;
	background-image: url(images/memory_map_fr_left_menu_seperator.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
   }

#left_nav li.start {
	padding: 4px 0px 6px 11px;
	}

#left_nav li.none {
	background-image: none;
	}

.content_left {
	float: left;
	width: 345px;
	}

.content_right {
	float: right;
	width: 240px;
	text-align: left;
	}

.content_centre {
	margin-left: auto;
	margin-right: auto;
	}

.left {
	float: left;
	width: 570px;
	}

.clearing {
	height: 0px;
	clear: both;
}

#footer {
	width: 777px;
	}

#footer_black {
	background-color: #000000;
	height: 2px;
	}

#footer_yellow {
	border: #000000 1px solid;
	background-color: #FAC823;
	height: 7px;
	}

#bottom_nav {
	float: left;
	padding: 4px;
	}

ul.pipenav {
   list-style: none;
   margin: 0;
   padding: 0;
   }

ul.pipenav li.pnstart {
	border-left: none;
	padding-left: 10px;
	}

ul.pipenav li {
   border-left: 1px solid #0000CC;
   display: inline;
   line-height: 1.2em;
   margin: .5em .5em 0 -.5em;
   padding: 0 .6em 0 .6em;
   white-space: nowrap;
   }

#copyright {
	float: right;
	padding: 4px;
	text-align: right;
	font-size: 0.8em;
	}

table.blue_border, table.blue_border td {
	border: #0099cc 1px solid;
	}

.img_pad {
	padding-right: 10px;
	}

/* Text and links */

a:link {
	color:#0000CC;
	text-decoration:underline;
	}
	
a:visited {
	color:#0000CC;
	text-decoration:underline;
	}
	
a:hover {
	color:#0000CC;
	text-decoration:underline;
	}
	
a:active {
	color:#0000CC;
	text-decoration:underline;
	}

h1 {
	color: #FF9900;
	font-size: 1.25em;
	padding-bottom: 0;
	margin: 0px 0px 10px 0px;
	}

h2 {
	color: #FF9900;
	font-size: 1.15em;
	margin: 0px 0px 10px 0px;
	}

h3 {
	color: #FF9900;
	font-size: 1.0em;
	margin:0px;
	padding: 0px;
	}
	
h4 {
	color: #000000;
	font-size: 1.0em;
	margin: 0px;
	}
	
h5 {
	color: #000000;
	font-size: 0.9em;
	margin: 0px;
	}
	
h6 {
	color: #000000;
	font-size: 0.8em;
	margin: 0px;
	}

#top_nav a:link { color: #FFFFFF; font-size: 0.8em; font-weight: bold; text-decoration: none;}
#top_nav a:visited { color: #FFFFFF; font-size: 0.8em; font-weight: bold; text-decoration: none;}
#top_nav a:hover { color: #FFFFFF; font-size: 0.8em; font-weight: bold; text-decoration: none;}
#top_nav a:active { color: #FFFFFF; font-size: 0.8em; font-weight: bold; text-decoration: none;}

#left_nav a:link { color: #FFFFFF; font-size: 0.8em; font-weight: bold; text-decoration: none;}
#left_nav a:visited { color: #FFFFFF; font-size: 0.8em; font-weight: bold; text-decoration: none;}
#left_nav a:hover { color: #FF9900; font-size: 0.8em; font-weight: bold; text-decoration: none;}
#left_nav a:active { color: #FFFFFF; font-size: 0.8em; font-weight: bold; text-decoration: none;}

#bottom_nav a:link { color: #0000CC; font-size: 0.8em; text-decoration: none; text-decoration: underline;}
#bottom_nav a:visited { color: #0000CC; font-size: 0.8em; text-decoration: none; text-decoration: underline;}
#bottom_nav a:hover { color: #0000CC; font-size: 0.8em; text-decoration: none; text-decoration: underline;}
#bottom_nav a:active { color: #0000CC; font-size: 0.8em; text-decoration: none; text-decoration: underline;}

.heading {
	color: #FF9900;
	font-weight: bold;
	}