/* CSS Document */
html, body
{
height: 100%;
}

html
{
background:#c0c0c0;
}

body
{
padding:0; 
margin:0 auto; 
min-height: 100%;
height:auto !important;
height:100%;
position:relative;
font-family:arial;
font-size:14px;
line-height:1.4em;
width:1000px;

}

img
{
border:none
}


p
{
padding:5px 0 0 0;
margin:0;
}

h1, h2, h3, h4, h5, h6
{
font-weight:normal;
padding:10px 0 5px 0;
margin:0;
color:;
}

h1
{
font-size:24px;
}

h2
{
font-size:20px;
}

h3
{
font-size:18px;
}

h4, h5, h6
{
font-size:16px;
font-weight:bold;
}

a
{
/*color:#0190eb;*/
/*color:#152b27;*/
color: #0066CC;
}

a:hover
{
/*color:#e41a21;*/
}


.mceContentBody 
{
background:#fff;
color:#000
}

.clear
{
clear:both;
}

.bottommenu ul, .bottommenu ul li
{
padding:0;
margin:0;
list-style:none;
}

.bottommenu ul
{
padding:5px 0 0 0;
}

.bottommenu ul li
{
display:inline-block;
//display:inline;
zoom:1;
text-transform:lowercase;
padding:0 10px;
border-left:1px #fff solid;
line-height:1em;
}
   .bottommenu ul li:first-child {
    border-left: none; 
   }
.bottommenu ul li a
{
color:#FFF;
}

.jqueryslidemenu {
position:absolute;
bottom:0;
right:5px;
font-family:Times New Roman, Times, serif;
font-size:18px;
text-transform:lowercase;
z-index:999;
}

.jqueryslidemenu ul {
margin:0;
padding:0;
text-align:right;
font-size: 0;
}

/*Top level list items*/
.jqueryslidemenu ul li {
position:relative;
display:inline-block;
padding:0;
margin:0 0 0 2px;
list-style:none;
vertical-align:top;
font-size:18px;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
display:block;
background:#e9e9e9;
border-radius:8px 8px 0 0;
height:27px;
padding:8px 16px 0 16px;
color:#000;
text-decoration:none;
}

.jqueryslidemenu ul li a:hover, .jqueryslidemenu ul li a.act, .jqueryslidemenu ul li:hover>a {
background:#16a1da;
color:#fff;
text-decoration:none;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul {
position:absolute;
left:0;
display:block;
visibility:hidden;
background:#16a1da;
width:250px;
border-radius:0 0 8px 8px;
border:solid #fff;
border-width:0 1px 1px 1px;
text-align:left;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
display:list-item;
position:relative;
padding:0;
margin:0;
list-style:none;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
display:block;
background:none;
border-radius:0;
height:27px;
padding:8px 16px;
color:#fff;
text-decoration:none;
border-bottom:1px solid #fff;
height:auto;
}

.jqueryslidemenu ul li ul li:last-child a {
border-bottom:none;
}

.jqueryslidemenu ul li ul li a:hover {
text-decoration:underline;
color:#fff;
background:none;
}
.row div{
width:25%;
float:left;		
padding:10px 0;
height:160px;
}
.phoo {
text-align:center;
}
.phoo img{
text-align:center;
height:140px;
overflow:hidden;
}
.phoo b{
display:block;
font-weight:normal;
}