body {
	width:1003px;
	margin:0px auto;
	padding:0px;
	background:#3d3d3d url(../images/bodybg.gif) fixed;
	color:#000;	
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
}
table, input, select, textarea {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
}
table, a, img, form {
	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;
}
.confirmation {
	display:block;
	font-weight:bold;
	color:#000;
	background:#fafff1;
	line-height:2.2em;
	padding:0px 10px;
	border:1px solid #a9d260;
}
.notification {
	display:block;
	font-weight:bold;
	color:#000;
	background:#eff7fe;
	line-height:2.2em;
	padding:0px 10px;
	border:1px solid #83a8cc;
}
.alert {
	display:block;
	font-weight:bold;
	color:#c60000;
	background:#ffc;
	line-height:2.2em;
	padding:0px 10px;
	border:1px solid #fc0;
}
#wrapper {
	width:934px;
	margin:62px 0px auto;
	background:#fff;
	color:#000;
	text-align:center;
}
#bodyarea{text-align:left;}
.wrapperTop	{
	text-align:left;
	background:url(../images/wrapperbgtr.gif) no-repeat top right;
}
.wrapperBottom {
	text-align:left;
	background:url(../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(../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:607px;
	height:42px;
	z-index:2;
	right:37px;
	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(../images/toppermenul.gif) no-repeat left top;
	padding:0px 10px 0px 5px;
	text-decoration:none;
}
#topperMenu a span {
	float:left;
	display:block;
	background:url(../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;
}
#subMenu8 {
	position:absolute;
	width:91px;
	z-index:2;
	display:none;
	right: 253px!important;
	right:252px;
	top: 16px;
	background:url(../images/submenubg.gif) center bottom no-repeat;
	color:#fff;
	padding-top:10px;
}
#subMenu8 div{margin:0 0 5px 5px;}
#subMenu8 a{
	float:none;
	background:#f76c26;
	color:#fff;
	}
/** aruna logo */
#arunaLogo {
	position:absolute;
	width:216px;
	height:58px;
	z-index:1;
	left: 21px;
	top: 10px;
	background:url(../images/arunalabs_logo.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:2px;
	background:url(../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;
}
#bottom_link {
	padding:10px 0px 0px 0px;
	color:#fff;
	width:934px;
}
#bottom_link a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;margin:0px 15px;	
}
#bottom_link a#left_del {
	float:left;
	background:url(../images/link_del.gif) no-repeat right;
	padding-right:89px;
}
#bottom_link a#right_twt {
	float:right;
	background:url(../images/link_twitter.gif) no-repeat right;
	padding-right:69px;
}