/* 
================================
MAINMenu classes skin Created by Lee Sykes - http://www.dnncreative.com
================================
*/
body
{
    /* set default font size for skin (Titles etc. will then use a percentage to specify their sizes) */
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: small "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #075293; 
}
#wrap
{ /* centre the design */
    width: 760px;
    position: relative;
    left: 50%;
    margin-left: -380px;
}


#logo
{
    background-image: url(liposuction.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;  
    height: 140px; 
    background-color: #1188E4; /*#075293; */ 
}

#loginlinks
{
    position: absolute;
    right: 50%;
    margin-right: -315px;
    top: 6px;
    width: 300px;
    text-align: right;
}
#menu 
{
    position: absolute;
    left: 50%;
    margin-left: -380px;
    top: 140px;
    width: 100%;
    height: 38px;
    background-color: #1188E4;
}    
/* Main Layout */
#mainbody
{
    margin-top: 39px;
}
#content
/* note check ie hacks file - IE has different settings */
{
   float: left;   
   width: 553px; 
   background-color: #FFF;
   padding: 0 10px 0 10px;
}
#sidebar
{
    float: right;
    /* padding-left: 1px; /*moves menu away from edge 21.4% */
    width: 185px; 
   background-color: #9C3;
    height: 500px;
}
.rightpane /* moves right content into green area and then places green border
around white area */
{
    border: solid 8px #9C3;
    padding: 5px;
    background-color: #FFF;
}
.googletopbanner
{
    width: 470px;
    display: block;
    height: 70px;
    margin: 5px 0 15px 30px; /*positions the box in it's space */
}
.googlebotbanner
{
    width: 470px;
    display: block;
    height: 70px;
    margin: 10px 0 2px 30px; /*positions the box in it's space */
}
.googlelarge
{
    width: 252px;
    height: 252px;
    margin: 0 5px 15px 0;
    float: left; /* allows main content to wrap around google ad */
}
#footer
{
    clear: both;
    padding: 15px 10px 0 10px;
}


/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
/* styles all images within text/HTML module */
.Normal img
{
    border: 1px solid #CCC;
    margin: 0 3px 20px 3px;
}

/* ================================
style for module titles
================================ */
.Head
{
    font-family: "Trebuchet MS", "MS Sans Serif", Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 130%;
    font-weight: bold;
    font-style: italic;
    color: #075293; /* #C00 letter-spacing: 2; */
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  85%;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  85%; 
}

/* ===============
button style for standard HTML buttons 
================== */
.StandardButton
{
	font-size: 90%;
}

/* =======================
 HTML Tag Styles 
=========================== */
H1, H2, H3, H4, H5, DT, H6
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #36AF2B;
   /* blue color: #075293; */
}
H1
{
    font-size: 200%;
    letter-spacing: 0.2em;
    text-align: center;
}
H2
{
    font-size: 160%;
}
H3
{
    font-size: 115%;
}
H4
{
    font-size: 115%;
}
H5, DT
{
    font-size: 100%;
}
H6
{
    font-size: 100%;
}
/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/
/* to add rounded corners, have added a class which surrounds the main
HouseMenu class called Menu. - Added a background image to this and then
added a H3 tag around the HouseMenu which also then calls a background image */
/*
.menu
{
    padding-left: 5px; /* positions text 
    background-color: #7FB79C;
    background-image: url(menu_bot_right.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.menu h3
{
    font-size: 80%;
    height: 10px;
    color: #7FB79C;
    background-image: url(menu_top_right.gif);
    background-repeat: no-repeat;
    background-position: right top;
    margin: 0;
    /*padding-top: 10px; /*adds space to top & bottom of menu so mouseover does not block rounded corners */
/*}

/* Vertical Menu */
#HouseMenuNav
{         
    /* menu wrapper div */
    margin-top: 5px;
    font-size: 100%;
    font-weight: bold;
    font-family: Arial, "MS Sans Serif", Tahoma, Arial, Helvetica, sans-serif;
}
#HouseMenuNav ul
{
    /* all submenu lists */
    padding: 4px 0 0 0;
    border: 0;
    margin: 0;
    list-style: none;
}
#HouseMenuNav a
{
    /* all links within the menu wrapper */
}
#HouseMenuNav li
{
    /* all list items */ /* -- Border around each menu item -- */
    /* border-bottom: 1px solid #ED9F9F; /* added for opera browser to remove bullets on lists */
    list-style: none;
    display: inline; /* - set's horizontal */
}
#HouseMenuNav li a:link, #HouseMenuNav li a:visited
{
    /* main colour of the menu */
    height: 20px;
    padding: 3px 10px 2px 10px;
    border-right: 1px solid #CCC;
    color: #000;
    text-decoration: none; /* added for opera */
}
#HouseMenuNav li a:hover
{
    background-color: #1D6729;
    color: #FFF;
}

/* Links underneath google ad on rhs */
#HouseMenuNav3
{         
    /* menu wrapper div */
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
#HouseMenuNav3 ul
{
    /* all submenu lists */   
    border: 0;
    margin: 0;
    padding-left: 5px;
    list-style: none;
}
#HouseMenuNav3 li
{
   list-style: none;
}
#HouseMenuNav3 li a:link, #HouseMenuNav3 li a:visited, #HouseMenuNav3 li a:hover
{
    color: #036;
}

/* ------------------------
Links format added for opera browser
----------- */
.Normal A:link, .Normal A:visited, .Normal A:active
{
    color: #036;
}
.Normal A:hover
{
    color: #F00;
}

/* This is the Date eg. any items that are not links */
.SkinItem
{
    font-size: 85%;
    color: #036;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    color: #036;
}
A.SkinItem:hover
{
    color: #F00;
}
/* Layouts for the Text/HTML module */
.imageleftside
{
}
.imageleftside img
{
    border: 1px solid #CCC;
    margin-right: 15px;
    margin-bottom: 20px;
    float: left;
}
.imagerightside
{
}
.imagerightside img
{
    border: 1px solid #CCC;
    margin-left: 15px;
    margin-bottom: 20px;
    float: right;
}
/* no borders on images */
.imageleftsidenobdr img
{
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    border: 0;
}
.imagerightsidenobdr img
{
    margin-left: 20px;
    margin-bottom: 20px;
    float: right;
    border: 0;
}
.clear
{
    clear: both;
}
.quoteleft {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
	font-style: italic;
	padding: 0 10px 0 0;
	margin: 10px 10px 10px 0;
	width: 220px;
	float: left;
	text-align: right;
	border-right: 10px solid #C8CDD0;
	color:#75818A;
}
.quoteright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
	font-style: italic;
	padding: 0 0 0 10px;
	margin: 10px 0 10px 10px;
	width: 220px;
	float: right;
	text-align: left;
	border-left: 10px solid #C8CDD0;
	color:#75818A;
}



/*details for Skinning Toolkit pdf ad */
.toolkitad 
{  
    font-size: 85%;
    margin-top: 25px;
}
.toolkitad a:link, .toolkitad a:visited 
{
    padding: 5px 1px 5px 2px;
    background-color: #E0E0E0;
    display: block;
}
.toolkitad img
{
    border: 0;
    margin: 0;
}

