/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : PrimeWealth Capital
Author : Mfon Williams <mfon_williams@yahoo.co.uk>
Version: 1.0
Date   : 2007/06/08
*/

/*
==========================General=============================*/
html {
    height: 100%;
    margin-bottom: 1px;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
    margin: 0;
    color: #000;
}
body.sgl {
    text-align: center;
    background: #e3e9f1;
    font-size: 12px;
    font-family: LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}
dl {
    margin: 0 0 0.5em;
}
p {
    margin-bottom: 0.5em;
}
.papa{
    color: #000;
    text-decoration: none;
}
a {
    color: #0099CC;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: green;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}
hr {
    border-top: 1px dotted #999;
    border-bottom: 0px;
    height: 1px;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    max-width: 900px;
    clear: both;
    width: 900px;
    margin: 0px auto 0;
    text-align: left;
    background: white;
    border-left: 1px solid #ffdfbd;
    border-right: 1px solid #ffdfbd;
}
#header {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width: 900px;
    color:#000;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
}
#footer {
    clear: both;
    background: #ffdfbd;
    /*background-image: url(../images/progenics_f.jpg); */
    background-repeat: no-repeat; 
    padding: 8px; 
    font-size: 10px;  
}
#footer a{
 color:#000;
 font-size: 10px;
 text-decoration: underline;
}
#funkhead{
	font-weight: bold;
	color:green;
	font-size: 14px;
}
#quick {
  color: white;
  font-size: 11px;
  background-color: green;  
  height: 190px;
  padding: 5px;

}
#quick a{
  color: white;
  font-size: 11px;
  font-weight: normal;
}
#quick hr{
 width:180px;
 color: #ffffff;
}
.rain{
  font size: 9px;
  
#prices{
  padding: 2px;
}
}
.homer{
  border: 1px solid ;
}
.pwindex{
  font-size: 10px;
  z-index: 100;
  position: absolute;
}
.dudu{
  position: relative;
  /*display: none;*/
}
.dudu input{
 width: 70px;
 height: 10px;
font-size: 10px;
}
.blockContainer{
    width: 500px;
}
.dudu .dipo{
  height: 20px;
  width: 55px;
  font-size: 10px;
  padding-bottom: 3px;
}
/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
    background-color: #FFFFFF;
    height: 380px; /* Sets min height for IE */
    padding: 0px;

}
html > body #middleCol {
    /* Sets min height for gecko */
    height: auto;
    min-height: 380px;
     background-color: white;
}
#middleCol .inner {
    width: 100%;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: white;
    top: 0px;
    
}
#layout-3Cols #middleCol {
    width: 520px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 714px;
}
#layout-rightCol #middleCol {
    width: 714px;
}
#layout-noCols #middleCol {
    width: 894px;
}
#leftCol {
    float: left;
    width: 180px;
    margin-top: -10px;
    border-right: 1px solid #ffdfbd;
    border-bottom: 1px solid #ffdfbd;
    border-top: 1px solid #ffdfbd;
    background: white;
    /*background: url('http://www.primewealthcapital.com/themes/default/images/backgrounds/v4-bubbles.png') left top no-repeat;*/
}
#leftCol .inner {
/*    margin: 0 4px 4px 0;*/
    background-color: white;
    padding: 0px;
    padding-top: 0em;

}
#rightCol {
    float: right;
    width: 180px;
    /*margin-left: 5px;*/
	//margin-left: 10px;
	margin-left: -10px;
    background-color: #ffdfbd;
    
    height: 100%;
    margin-top: -10px;
}
#rightCol .inner {
    /*margin: 0px;*/
	//margin-left: 5px;
	margin-left: -5px;
    background-color: white;
    padding: 0px;
    border-top: 1px solid #ffdfbd;
    border-left: 1px solid #ffdfbd;
    border-bottom: 1px solid #ffdfbd;
}

/*
=========================Header===============================*/
#header {
/*    border-bottom: 2px solid #218ECE;*/
    height: auto;
    background: white;
}
#header .wrapLeft {
 /*   background: url('http://www.primewealthcapital.com/themes/default/images/backgrounds/header_tl.gif') left top no-repeat;*/
}
#header .wrapRight {
/*    background: url('http://www.primewealthcapital.com/themes/default/images/backgrounds/header_tr.gif') right top no-repeat;*/
}
#header .wrap {
    position: relative;
    height: 60px;
    margin: 0 px;
/*    background: #99CC00 url('http://www.primewealthcapital.com/themes/default/images/backgrounds/header_tm.gif') left top repeat-x;*/
}
#header span#logo {
    font-size: 30px;
    font-family: "Trebuchet MS";
}
#header a#logo {
    color: #FFFFFF;
    text-decoration: none;
}
#header #logo img {
    position: relative;
    top: 10px;
    left: 0;
}
#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: -10px;
}
#headerbanner{
	position: relative;
	height: 200px;
	padding: 0px;
	margin: 0px;
	}
#newLog{
	position: absolute;
	top:45px;
	z-index:500;
	left:675px;
	width:300px;
}
#homeguy{
  width: 480px;
  padding: 10px 10px 10px 10px;
	text-align: justify;
	font-size:  11px;
	font-family: LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0px 0px 5px 10px;
	border: 1px solid #BBBBBB;
	background: #ffdfbd;
	}
/*
======================Inner Wrapper===========================*/
#inner-wrapper {

/*    border: 2px solid #FFFFFF;*/
    border-top: none;
}
#inner-wrapper .inner-container {
/*    border: 1px solid #BBBBBB;*/
 
}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-top: none;
    font-family: LucidaGrande;
    font-size: 0.8em;
}
#breadcrumbs .inner {
    padding: 0.4em 0 0.4em 1em;
    border: 1px solid #BBBBBB;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #66A326;
}

/*
======================Main Content============================*/
h1 {
    font-size: 1.3em;
    margin: 0 0 0 0;
    color: #E67817;
    font-weight: bold;
}
h2 {
    margin-top: 0.5em;
    font-size: 0.9em;
}
ul {
    margin: 0.1em 0 0.1em 0.5em;
    padding-left: 0.2em;
    list-style: none;
}
li {
    padding-left: 0.4em;
    list-style: none;
    text-decoration: none;
}

/*
===============Generic columns presentation===================*/

.invih{

 font-weight:bold;
 display: none;
 color: #008000;
}
.invib{
  
}
#addr{
  padding: 0px;
  font-family: LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 0.1em;
}
.block .header {
    margin: 0 ;
    padding: 0.3em;
    background: #ffdfbd;
    /*border-bottom: 1px solid #399E39/*#0099CC*/; */
    color: #006600;
    font-weight: bold;
}
.block .header h2;
    font-size: 1em;
    font-family: LucidaGrande;
    color:#006600;
}
.block .content {
	 color: #184518;
    padding: 10px;
    font-size: 11px;
    min-height: 50px;
}
.block .content a{
	color: #184518;
    font-size: 11px;
}
.block .content a:hover{
	color: #184518;
    font-size: 11px;
    font-decoration: underline;
}
.block .content a:visited
	color: #184518;
    font-size: 11px;
}

/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
    position: relative;
    
    margin-bottom: 10px;
    border-bottom: 1px solid #ffdfbd; 
    /*border-top: 1px solid #fff;*/
    font-family:tahoma;
}
#top-nav .inner {
background: #C4DEAA;
    height: 1.3em;
/*    padding-left: 180px;*/
/*    border: 1px solid #BBBBBB;*/
}
#top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#top-nav li {
    float: left;
    padding-left: 0;
}
#top-nav li a {
    display: block;
    padding: 0.15em 0.8em;
    border-right: 1px outset #FFFFFF;
    color: #399E39;
    font-size:11px;
    font-weight: bold;
}
#top-nav li a:hover{
    background-color: #E77910;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
#top-nav li.current a{
	background-color: #399E39;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#top-nav li.current ul{
	/*position:absolute;
	left:0;*/
	display:none;
}

#top-nav li li a:hover{
 background-color: #E77910;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.mnu_sym_custom{
 border: 1px solid #FFFFFF;
 position:relative;
 z-index:50;
}
#nav {
    height: 30px;
    font-size: 0.55em;
    font-family:verdana;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #99CC00;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #0099CC;
    font-size: 0.9em;
    font-weight: bold;
    color: #EEF7D4;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px outset #99CC00;
}
#nav ul li a:hover {
    color: #2666A3;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #2666A3;
    background-color: #E5F8FF;
}
#nav ul li.current a:visited {
    color: #2666A3;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #E5F8FF;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 0.8em;
    color: #2666A3;
    border-right: none;
    border-left: 1px solid #2666A3;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
