/* CSS Document */
/****************************
****Date 2007-3-6 ***********
****************************/
body {
  width:1003px;
  margin:0px auto;
  padding:0px;
  background:#3d3d3d url(/fileadmin/arunaemail/main/images/bodybg.gif) fixed;
  color:#000; 
  text-align:center;
  font-family:Helvetica, Arial, sans-serif;
  font-size:11px;
}
table, a, img {
  border:0px;
}
/** common css */
.noscript {
  position:absolute;
  right:0px;
  top:10px;
  z-index:100;
  font-weight:bold;
  color:#f00;
  background:#ff0;
  height:2.2em;
  line-height:2.2em;
  padding:0px 10px;
  border:1px solid #ccc;
}
#wrapper {
  width:934px;
  margin:62px auto;
  background:#fff;
  color:#000;
  text-align:center;
}
#bodyarea{text-align:left;}
.wrapperTop {
  text-align:left;
  background:url(/fileadmin/arunaemail/main/images/wrapperbgtr.gif) no-repeat top right;
}
.wrapperBottom {
  text-align:left;
  background:url(/fileadmin/arunaemail/main/images/wrapperbgbr.gif) no-repeat top right;
}
#box {
  margin:0px auto;
  width:916px;
}
#headerarea {
  position:absolute;
  top:68px;
  height:90px;
  width:916px;
  z-index:1;
}
#headerpart {
  width:916px;
  height:90px;
  background: url(/fileadmin/arunaemail/main/images/headerpart.gif) no-repeat;
  text-align:left;
}
/** round corner */
img.corner {
   width: 6px;
   height: 6px;
   border: none;
   display: block !important;
}
/** menu */
#topperMenu {
  position:absolute;
  line-height: normal;
  font-weight:bold;
  text-transform:uppercase;
  width:535px;
  height:42px;
  z-index:2;
  right:109px;
  top: 35px;
}
#topperMenu ul {
  margin:0px;
  padding:0px;
  list-style:none;
  float:right;
}
#topperMenu li {
  display:inline;
  margin:0px;
  padding:0px;
}
#topperMenu a {
  float:left;
  background:url(/fileadmin/arunaemail/main/images/toppermenul.gif) no-repeat left top;
  padding:0px 10px 0 8px;
  text-decoration:none;
}
#topperMenu a span {
  float:left;
  display:block;
  background:url(/fileadmin/arunaemail/main/images/toppermenur.gif) no-repeat right top;
  padding:5px 16px 4px 10px;
  color:#fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topperMenu a span {float:none;}
/* End IE5-Mac hack */
#topperMenu a:hover span {
  color:#fff;
}
#topperMenu a:hover {
  background-position:0% -42px;
}
#topperMenu a:hover span {
  background-position:100% -42px;
}
#topperMenu .current a {
  background-position:0% -42px;
}
#topperMenu .current a span {
  background-position:100% -42px;
  color:#fff;
}

/** aruna logo */
#arunaLogo {
  position:absolute;
  width:216px;
  height:58px;
  z-index:1;
  left: 21px;
  top: 12px;
  background:url(/fileadmin/arunaemail/main/images/arunaemaillogo.gif) no-repeat;
}
#arunaLogo a {
  display:block;
  overflow:hidden;
  width:216px;
  height:58px;
}
#arunaLogo span {
  display:none;
}
/** blog button */
#blogbtn {
  position:absolute;
  width:36px;
  height:37px;
  z-index:3;
  right:0px;
  top:1px;
  background:url(/fileadmin/arunaemail/main/images/blog_btn.gif) no-repeat;
}
#blogbtn a {
  display:block;
  overflow:hidden;
  width:36px;
  height:37px;
}
#blogbtn span {
  display:none;
}
/** Righttabs */
#rightTabs {
  position:absolute;
  width:22px;
  height:115px;
  z-index:5;
  left:925px;
  top: 90px;
}
#tabs {
  width:21px;
}
.tab {
  margin-bottom:5px;
}
/** copyrights */
#bottom {
  color:#fff;
  width:934px;
  margin:62px auto 20px auto;
  text-align:center;
}
#bottom a {
  color:#fff;
  text-decoration:none;
}
#bottom a:hover {
  color:#fff;
  text-decoration:underline;
}
/** float */
.fl {
  float:left;
}
.fr {
  float:right;
}
.clear {
  clear:both;
}

