/* CSS Document */
body{ 
padding:0; 
margin:0; 
font-size:12px; 
background:url(../images/bg.jpg) repeat-x fixed; 
font-family:Arial;
}

a{ color:#000; text-decoration:none;}
a:hover{ color:#f00; text-decoration:underline;}

.red{ color:#ff0000;}
.bold{ font-weight:bold;}

/*top*/
.logoBg{ background:url(../images/logoBg.gif) no-repeat right bottom;}
.language{ color:#00825A; font-weight:bold;}

.navBg{ background:url(../images/navBg.gif) repeat-x; color:#fff; font-family:"Trebuchet MS"; font-weight:bold; }
.navBg a{ color:#fff;}
.navBg a:hover{ text-decoration:none; background:url(../images/navActive.gif) repeat-x center; height:39px; line-height:39px; display:block; color:#fff;}
.navActive{ text-decoration:none; background:url(../images/navActive.gif) repeat-x center; height:39px; line-height:39px; display:block;}

/*bottom*/

.bottom-left-top{ background:url(../images/bottom-left-top.gif) no-repeat bottom right;}
.bottom-left-middle{ background:url(../images/bottom-left-middle.gif) repeat-y right;}
.bottom-left-bottom{ background:url(../images/bottom-left-bottom.gif) top right;}

.bottom-middle-top{ background:url(../images/bottom-middle-top.gif) repeat-x bottom;}
.bottom-middle-bottom{ background:url(../images/bottom-middle-bottom.gif) repeat-x top;}

.bottom-right-top{ background:url(../images/bottom-right-top.gif) no-repeat bottom left;}
.bottom-right-middle{ background:url(../images/bottom-right-middle.gif) repeat-y left;}
.bottom-right-bottom{ background:url(../images/bottom-right-bottom.gif) no-repeat left;}

.bottom-content{ background:url(../images/bottom-bg.gif); color:#fff;}
