/******************************************************************************/
/*                                                                            */
/*  Title:  Millennium Medical Aesthetics CSS Document                        */
/*                                                                            */
/*  Author: Paul Gorton, Nanthir Limited                                      */
/*                                                                            */
/*  Date:   May 2007                                                          */
/*                                                                            */
/******************************************************************************/

/* -------------------------- BODY ------------------------------------------ */

body {
	margin:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006699;
	font-size:11px;
	padding-left:0px;
	min-width:780px;
    text-align: center;
    background-color: #cccccc;
}

.container {
	background-color:#ffffff;
    text-align: left;
	width: 780px;
    height: auto;
    min-height: 562px;
}

a:link, a:visited
{
	text-decoration: none;
	cursor: pointer;
    color: #006699;
    font-size: 110%;
}

a:active, a:hover
{
	text-decoration: none;
	cursor: pointer;
    color: #003366;
    font-size: 110%;
}

a.intext:link, a.intext:visited
{
	text-decoration: underline;
	cursor: pointer;
    color: #006699;
    font-size: 100%;
    font-weight: bold;
}

a.intext:active, a.intext:hover
{
	text-decoration: underline;
	cursor: pointer;
    color: #003366;
    font-size: 100%;
    font-weight: bold;
}

/* ------------------------ HEADER ------------------------------------------ */

.head {
    background-image: url(../images/header5.gif);
	background-position: top;
    background-color: #ffffff;
	height: 130px;
	width: 780px;
    text-align: left;
}

.head span.title {
    display: block;
    padding-top: 111px;
    margin-left: 215px;
    text-decoration: none;
    font-weight: bold;
    font-size: 126%;
    text-align: bottom;
}

/* ---------------------- LEFT NAVIGATION ----------------------------------- */

.vnav
{
    float: left;
    background: #FF9933;
    background-image:url(../images/vitruvian.gif);
    background-repeat: no-repeat;
    background-position: bottom;
	margin-top: 0px;
    margin-left: 4px;
    margin-bottom: 0px;
    margin-right: 0px;
    width: 170px;
    height: 450px;
    text-align: left;
    font-size:10px;
}

* html .vnav {
    margin-left:2px;
}

.vnav ul, .vnav ul li
{
	margin: 0px 10px;
	padding: 0px;
	list-style-type: none;
	display: block;
}

.vnav ul li
{
	border-bottom: solid 1px #006699;
}

.vnav ul li, .vnav ul li a
{
	margin: 0;
	display: block;
	padding: 0;
	line-height: normal;
}

.vnav ul li a
{
	display: block;
	padding: 5px 5px 5px 5px;
}

.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}

* html .vnav ul li a /* hide from IE5.0/Win & IE5/Mac */
{
	height: 0.01%;
}

* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}

.edge{
    float: left;
    background-image:url(../images/edge.gif);
    background-repeat: no-repeat;
    background-position: top;
   	margin: 0px 0px;
    width: 26px;
    height: 450px;
    text-align: left;
}

/* ------------------------------ CONTENT ----------------------------------- */

.content{
    float: left;
    background-color:#ffffff;
    margin-left:15px;
    margin-top: 15px;
    width: 555px;
}

.content span.casestudy {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px outset #006699;
    /* background-color: #FFCC99; */
    background-color: #FFEEE3;
}

.left{
    float: left;
    width: 250px;
    margin-left:0px;
    margin-right:10px;
}

.right{
    float: right;
    width: 250px;
    margin-left:10px;
    margin-right:5px;
}

/* ------------------------------- FOOTER ----------------------------------- */

.footer{
    background-color:#ffffff;
    height: 40px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#999999;
    font-size:10px;
    font-weight:normal;
    text-align:center;
    padding-top:30px;
    background-repeat:no-repeat;
    clear: both;
}

a.footer_links:link, a.footer_links:visited, a.footer_links:active, a.footer_links:hover {
    color:#999999;
    text-decoration:none;
}