/***********************************************************************************/
/*																				   */
/* Mediline layout css | Michael Wilby | 26/02/2007                                */
/*																				   */
/***********************************************************************************/

/******** Config ********/

/**********newsite css by richard *******************
  
*/


html, body, html body {
	margin: 0;
	padding: 0;	
}
body {
	text-align: center;	
}

p{
	margin: 0px 0px 10px 0px;
	color:#666666;
	line-height: 100%
}

/* defines main container */
#wrapper{
	margin:10px auto auto auto;
	width:772px;
	height:100%;
	text-align:left;
	
}
/* defines the top div for the tabs*/
#topTabsRight{
display:none;
}
#topTabsLeft{
display:none;;
}
/* used to place the backround image in */

#topMenu {
	display:none;
}
#logo {
  width:100%;
	
}
#breadcrumb {
display:none;
}
/*#innerBreadCrumb{
    margin-top:auto;
}*/
#viewMenu {
display:none;
}
#mainImage{
	width:100%;
	margin-bottom:15px;
	display:block;
}
/* left navigation */
#leftMenu{
display:none;

}
#menuHeading{
display:none;
}
#menuHeading a{
display:none;
}

#menuItem a{

	padding-right:3px;
	line-height:17px;
	vertical-align:middle;
	display:block;
	width:auto;
}

#menuItem a:hover{
	background:url(../images/leftMenu_grey.gif) no-repeat;
	
}
.divider{height:5px}

#moreInformation{
display:none;

}
#backToTop{
display:none;
}
#footer{
text-align:center;
	color:#999999;
	margin-top:20px;
	
}

#textBody
{
width:600px;
}

#pageImage
{
width:100%;
}

/* content pages layout */
#pageLeftContents{
display:none
}
#pageRightContents{
   float:right;
}
#pageImage{
margin:0 0 10px 10px ;

}

/***********************************************************************************/	
	
/*																				   */
/***********************************************************************************/	

