/* CSS Document */


body
{
	background:#000000; 
	margin:0cm auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}

#wrapper
{
	margin:0cm auto;
	width:980px;
}

img
{
	border:0px;
}

tr
{
	vertical-align:top;
}


ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}

/* ============================= footer ====================== */
#footer{ border-bottom:solid 1px #b9b9b9; border-top:solid 1px #b9b9b9; margin-bottom:67px;}
#footer .text{ float:right; padding:21px 0 0 0; color:#555555;}
#footer .text a{ color:#555555; text-decoration:underline;}
#footer .text a:hover{ text-decoration:none;}
#footer .menu{ padding-top:14px;}
#footer .menu li{ float:left;}
#footer .menu a{ font-family:Arial, Helvetica, sans-serif; font-size:1.091em; color:#ffffff; display:inline-block; background:url(../images/menu-item-bg.gif) right top no-repeat; position:relative; cursor:pointer;}
#footer .menu a span{ display:inline-block;}
#footer .menu a span span{ padding:7px 19px 7px 19px; }

#footer .menu a:hover, #footer .menu .active{ font-family:Arial, Helvetica, sans-serif; font-size:1.091em; color:#ffffff; display:inline-block; background:url(../images/menu-item-tail.gif) top repeat-x; text-decoration:none; }
#footer .menu a:hover span, #footer .menu .active span{ background:url(../images/menu-item-left-bg.gif) left top no-repeat;}
#footer .menu a:hover span span, #footer .menu .active span span{ background:url(../images/menu-item-right-bg.gif) right top no-repeat;}
