body{
	margin-top:26px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
}
table{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* Top navigation */
.topNavText {
	font-size: 12px;
	font-weight: normal;
	color: #4A494A;
	text-decoration: none;
}
a:hover.topNavText {
	font-size: 12px;
	font-weight: normal;
	color: #4A494A;
	text-decoration: underline;
}

.headingTextLink {
	font-size: 12px;
	font-weight: normal;
	color: #0000ff;
	text-decoration: underline;
}

a:hover.headingTextLink {
	font-size: 12px;
	font-weight: normal;
	color: #0000ff;
	text-decoration: underline;
}


/* Backgrounds */
.preferBoxBg {
	background-image: url(../images/prefer_call_box.gif);
	background-repeat: no-repeat;
}
.menuBg {
	background-image: url(../images/current_section_bg.gif);
	background-repeat: repeat-x;
}
.searchBg {
	background-image: url(../images/mid_bg_green.gif);
	background-repeat: repeat-x;
}

/* Borders */
.border {
	border: 1px solid #DEDBDE;
}

/* Text Formatting */
.headingText {
	font-size: 12px;
	font-weight: bold;
	color: #4A6D7B;
	padding-left: 8px;
	text-decoration: none;
}

.headingText1 {
	font-size: 12px;
	font-weight: bold;
	color: #4A6D7B;
	padding-left: 0px;
	text-decoration: none;
}

a:hover.headingText1 {
	font-size: 12px;
	font-weight: bold;
	color: #4A6D7B;
	padding-left: 0px;
	text-decoration: underline;
}

.productHeading {
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	padding-right: 8px;
	padding-top: 5px;
}

.mainSmallText {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.centerHeadingText {
	font-size: 15px;
	font-weight: bold;
	color: #6B8694;
}

/* Form */
.formText {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.textbox {
	border: 1px solid #DEDBDE;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}.spacing {
	padding-right: 5px;
	padding-left: 5px;
}

/*menu */

.menu0{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #758E95;
	text-decoration: none;
}
a.menu0:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #224D5A;
	text-decoration: none;
}
.menu1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #758E95;
	text-decoration: none;
}
a.menu1:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #224D5A;
	text-decoration: none;
}
.menu2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #758E95;
	text-decoration: none;
}
a.menu2:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #224D5A;
	text-decoration: none;
	
}
.menu3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #758E95;
	text-decoration: none;
}
a.menu3:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #224D5A;
	text-decoration: none;
}
.menu4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #758E95;
	text-decoration: none;
}
a.menu4:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #224D5A;
	text-decoration: none;
}
#menu0{
z-index: 1;
}
#menu1{
z-index: 1;
}
#menu2{
z-index: 1;
}
#menu3{
z-index: 1;
}
#menu4{
z-index: 1;
}

#marqueecontainer{
position: relative;
width: 495px; /*marquee width */
height: 85px; /*marquee height */
background-color: white;
overflow: hidden;
padding: 2px;
padding-left: 4px;
z-index: 0;
}
#abouttext{
height: 75px; /*marquee height */
background-color: white;
overflow: auto;
padding:2px;
padding-left: 4px;
z-index: 0;
margin:0px;
}



/* menu css */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
text-align:center;
background-color: transparent; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
border-left-width: 0;
text-decoration: none;
color: #4A494A;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:34px;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
margin-top: 0px; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
background-color:#EBF1F1;
border-top:1px solid #ffffff;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
/*border:1px solid #EBF1F1;*/
text-align:left;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #758E95;
text-decoration: none;
padding: 4px 5px;
line-height:15px;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a:hover{
color: #224D5A;
text-decoration:none;
}

.suckertreemenu ul li a:hover{
background-color: transparent;
color: #4A494A;
text-decoration:underline;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background-color: transparent;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background-color: transparent;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

.seperator_spacing
{
	width:1px;
	height:20px;
	padding-top:7px;
}


/* menu css */