@charset "utf-8";
/* CSS Document */
body
{
font-family:Arial, Helvetica, sans-serif;
text-align:center;
background-image:url(backart/pwr_background.jpg);
background-color:#c9c7c8;
background-repeat: repeat-x;
}

#wrap
{
width:737px;
padding:24px;
margin:auto;
text-align:center;
}

#colLeft
{
float:left;
width:212px;
text-align:center;
}

#colLeft a img
{
border:none;
}

#colRight
{
background-color:#FFFFFF;
float:right;
text-align:center;
margin:auto;
width:525;
}
#colRight table,
#colRight tr,
#colRight tl
{
font-size:11px;
text-align:center;
padding:15px;
}

#colRight p
{
font-size:11px;
text-align:left;
width:450px;
padding:15px;
}

#footer
{
margin:auto;
text-align:center;
background:#666666;
color:#FFFFFF;
clear:both;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
padding:0px;
}

#menu {
position:relative;
width: 212px;
background: #eee;
z-index:10;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a,
#menu h2,
#menu h3
{
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2,
#menu h3
{
color: #000000;
background: #f5f5f5;
text-transform: uppercase;
}

#menu a
{
z-index:500;
color: #000000;
background: #f5f5f5;
text-decoration: none;
}

#menu h3:hover,
#menu h2:hover,
#menu a:hover
{
color: #ffffff;
background: #800000;
}

#menu li
{
position: relative;
}

#menu ul ul
{
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

#menu h3
{
background:#f5f5f5 url("iconz/arrow-down.gif") no-repeat center right;
}
