/** GLOBAL STYLES  ************************************/


html {
	margin: 0px;
	padding: 0px;
}

body {	
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	background-color: #999;
}

p {
	margin: 0px;
    padding: 0px;
}

span.hide {
	display: none;
}

strong { font-weight: bold; }

span.italic { font-style: italic; }

a, a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: underline;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

li {
	padding: 0px;
	margin: 0px;
}


/** PAGE STRUCTURE  ************************************/

#pageFrame {
	width: 704px;
	background-color: #fff;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}


#header {
	position: relative;
	top: 2px;
	left: 2px;
	width: 700px;
	height: 115px;
	background: transparent url(../images/banner.jpg) top right no-repeat;
	padding: 0px;
	margin: 0px;
}

#navBar {
	position: relative;
	width: 700px;
	height: 25px;
	top: 0px;
	left: 2px;
	padding: 0px;
	margin: 0px;
	background-color: #000;
	overflow: hidden;
}

#mainContent {
	position: relative;
	width: 698px;
	height: 400px;
	top: 0px;
	left: 2px;
	padding: 0px;
	margin: 0px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}

#mainContent.eme {
	height: 500px;
}

#mainContent.fac {
	height: 980px;
}


#footer {
	position: relative;
	width: 695px;
	height: 16px;
	top: 0px;
	left: 0px;
	padding: 4px 0 0 5px;
	margin: 0px;
	background-color: #000;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
}

/**  HEADER  **************************************/

#logo, #logo h1, #logo a {
	width: 150px;
	height: 115px;
	margin: 0px;
	padding: 0px;
}

#logo {
    position: relative;
    float: left;
}
        
#logo h1 {
    text-indent: -9999px;
    background: transparent url(../images/pearsonBlack.gif) top left no-repeat;
}
            
#logo a {
    display: block;
    text-decoration: none;
}



/**  NAVIGATION BAR	 ***********************************/


ul#navList {
    position: absolute;
    top: 0px;
    left: 500px;
    height: 25px;
}
    
#navList li.nav_Item { 
	display: block;
}

#navList li.nav_Item a.nav_link {
	height: 25px;
	text-align: center;
	color: #fff;
	line-height: 200%;
}
    
li#home		{ position: absolute; left: 0px; top: 0px;	}
li#contact	{ position: absolute; left: 50px; top: 0px; 	}
li#flagUK	{ position: absolute; left: 145px;	top: 7px; }
li#flagFR	{ position: absolute; left: 170px;	top: 7px; }


li#home a.nav_link { width: 60px; 	display: block;}
li#contact a.nav_link { width: 90px; 	display: block;}

li#flagUK { 
	width: 20px; 
	height: 10px;
	background: url(../images/flag_uk.gif) top center no-repeat;
}

li#flagFR { 
	width: 20px; 
	height: 10px;
	background: url(../images/flag_fr.gif) top center no-repeat;
}



/**  PRODUCTS LIST  ***********************************/

#prodServ {
	position: relative;
	float: left;
	top: -19px;
	left: 0px;
	width: 130px;
	padding-left: 20px;
	margin: 0px;
	z-index: 2;
}

#prodServ h2 {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

ul#ps_List {
	position: relative;
	width: 120px;
	top: 10px;
	margin: 0px;
	padding: 0px;
}

#ps_List li.ps_Item {
	border-bottom: dashed 1px #999;
	height: 25px;
	width: 120px;
	display: block;
	margin: 0px;
	padding: 0px;
}

#ps_List li.ps_Item a.ps_link {
	color: #999;
	height: 25px;
	width: 120px;
	display: block;
	line-height: 200%;
	margin: 0px;
	padding: 0px;
}

#ps_List li.ps_Item a.ps_link:hover {
	color: #009900;
}

#prodList_1, #prodList_2, #natMeds, #emergency {
	position: absolute;
	left: 135px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}

#prodList_1 {
	top: 25px;
}

#prodList_2 {
	top: 51px;
}

#natMeds {
	top: 77px;
}

#emergency {
	top: 103px;
}


ul.sub_List {
	position: relative;
	width: 150px;	
}

ul.sub_List li.sub_Item {
	position: relative;
	width: 140px;
	height: 27px;
	display: block;
	padding: 0px;
	margin: 0px;
}

ul.sub_List li.sub_Item a.sub_link {
	width: 140px;
	height: 20px;
	display: block;
	border: solid 1px #fff;
	padding: 5px 0 0 10px;
	background-color: #999;
	color: #fff;
}

/**  COPY SECTION  ************************************/

#copySect {
	position: relative;
	float: right;
	right: 20px;
	width: 510px;
	margin: 0px;
	z-index: 1;
	padding-bottom: 20px;
}

#copySect h3 {
	font-size: 12px;
	padding: 20px 0 10px 0;
	margin: 0px;
}

#copySect p {
	padding: 0 0 10px 0;
}

#copySect p.indent {
	padding: 0 0 5px 20px;
}


#copySect p a {
	color: #009900;
}

#copySect ul {
	margin: 0 0 10px 20px;
	line-height: 150%;
}

#copySect ul li a {
	color: #009900;
}


/**  PAGE FOOTER  **************************************/

#footer h4 {
	color: #fff;
	padding: 0px;
	margin: 0px;
	font-size: 9px;
}

#footer h4 a {
	color: #fff;
	text-decoration: none;
}

#footer h4 a:hover {
	text-decoration: underline;
}

#footer h4#design {
	position: absolute;
	top: 4px;
	right: 10px;
	
}