	body { margin: 0;
	background-color: #000000;
	color: #6E685E;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-image: url('bg.gif');
	background-repeat: repeat-x;}

	#content { border: 0px;
		padding-top: 20px;
		padding-right: 30px;
		padding-bottom: 20px;
		padding-left: 30px;
		width:821px !important; /*moz width*/
		width:881px; /*IE width*/
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		text-align: justify;
		line-height: 1.5;
		overflow: none;
		background-image: url('__14.jpg');}

	#bubble { border: 0px;
		padding-top: 20px;
		padding-right: 30px;
		padding-bottom: 20px;
		padding-left: 30px;
		width:821px !important; /*moz width*/
		width:881px; /*IE width*/
		height:80px !important; /*moz width*/
		height:120px; /*IE width*/
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		text-align: justify;
		line-height: 1.5;
		overflow: none;
		background-image: url('bubble.jpg');}

	#footer_menu { border: 0px;
		padding-top: 20px;
		padding-right: 30px;
		padding-bottom: 20px;
		padding-left: 30px;
		width:821px !important; /*moz width*/
		width:881px; /*IE width*/
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #C0BEBF;
		text-align: justify;
		line-height: 1.5;
		overflow: none;
		background-image: url('__16.jpg');}

	#footer { border: 0px;
		padding-top: 4px;
		padding-right: 10px;
		padding-bottom: 4px;
		padding-left: 10px;
		width:861px !important; /*moz width*/
		width:881px; /*IE width*/
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #C0BEBF;
		text-align: justify;
		line-height: 1.5;
		overflow: none;
		background-image: url('__17.jpg');
		background-repeat: no-repeat;}

	h4 {font-size: 15px;}

	h5 {font-size: 13px;}

	strong {color: #B00700;}

	#hosting strong {color: #000000;}

	#itmenu a {font-weight: normal;}

	#content a {font-weight: bold;
                  text-decoration:underline;}

	#content_hosting a {font-weight: normal;
			    text-decoration: none;}

	#footer_menu a {color: #C0BEBF;
		   font-weight: bold;}

	#footer a {color: #FFD049;
		   font-weight: normal;}

	#footer a:hover {color:#FFFFFF;
		text-decoration:underline;}

	a:hover {color: #000000;
		 font-weight: bold;
		 text-decoration:underline;}

	a {color: #B00700;
           font-weight: bold;
           text-decoration:none;}

	#hosting TABLE TD {font-size: 10px;
		  line-height: 1.5;}

	TABLE TD {font-size: 11px;
		  line-height: 1.5;
		  text-align: justify;}


.clientareatable {
	width: 100%;
	background-color: #E6E6C3;
    font-size: 11px;

}

tr.clientareatableheading {
	background-color: #F4EFDA;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}
tr.clientareatableactive:hover {
	background-color: #FBFBEE;
	text-align: center;
}



.jquerycssmenu{
font: bold 12px Verdana;
border-bottom: 0px solid black;
background: url(__11.jpg);
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: background: #181914; /*background of tabs (default state)*/
padding: 5px 30px 7px 45px;
margin-right: 0px; /*spacing between tabs*/
margin-left: 0px; /*spacing between tabs*/
border: 0px solid #778;
border-bottom-width: 0;
color: #E6D154;
text-decoration: none;
}

	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
text-align: left;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid black;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 11px Verdana;
width: 161px; /*width of sub menus*/
background: #181914;
color: #E6D154;
padding: 4px 5px;
margin: 0px;
border-top: 0px;
border-bottom: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #181914;
color: white;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

