body {
	text-align: left;
	font-family: arial;
	background: url(images/bg.jpg) repeat;
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	position: relative;
}

#wrapper {
	background: #fff;
}

#bg {
	background: url(images/pn.jpg) -0px -0px no-repeat;
	height: 94px;
	width: 980px;
	overflow: visible;
}

/****MENU****/
#menu {
 width: 501px;
 height: 23px;
 margin: 0px auto; padding: 0;
 float: left;
 position: relative;
}
#menu li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#menu a {display: block;}

#home {left: 104px; top: 56px; width: 61px; height: 23px;}
#about {left: 165px; top: 56px; width: 73px; height: 23px;}
#support {left: 238px; top: 56px; width: 161px; height: 23px;}
#hosted {left: 399px; top: 56px; width: 153px; height: 23px;}
#products {left: 552px; top: 56px; width: 97px; height: 23px;}
#technical {left: 649px; top: 56px; width: 180px; height: 23px;}
#contact {left: 829px; top: 56px; width: 89px; height: 23px;}

#home a {height: 23px;}
#about a {height: 23px;}
#support a {height: 23px;}
#hosted a {height: 23px;}
#products a {height: 23px;}
#technical a {height: 23px;}
#contact a {height: 23px;}

#home a:hover {background: url(images/pn.jpg) -0px -95px no-repeat;}
#about a:hover {background: url(images/pn.jpg) -61px -95px no-repeat;}
#support a:hover {background: url(images/pn.jpg) -134px -95px no-repeat;}
#hosted a:hover {background: url(images/pn.jpg) -295px -95px no-repeat;}
#products a:hover {background: url(images/pn.jpg) -448px -95px no-repeat;}
#technical a:hover {background: url(images/pn.jpg) -545px -95px no-repeat;}
#contact a:hover {background: url(images/pn.jpg) -725px -95px no-repeat;}
/****END MENU******/


#side-a-index{
	margin-left: 50px;
	padding-bottom: 20px;
	width: 710px;
	padding-left: 5px;
	background: #fff;
	font-size: .97em;
}

#side-a-index p {
	margin-top: 1em;
	margin-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	font-size: .97em;
}

#side-a {
	margin-left: 50px;
	padding-bottom: 20px;
	width: 860px;
	padding-left: 5px;
	background: #fff;
	font-size: .97em;
}

#side-a p {
	margin-top: 1em;
	margin-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	font-size: .97em;
}


/****START EXPANDABLE CONTENT*****/

#accordion {
	margin:20px 0px;
	position: relative;
}

#accordion h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: arial;
	font-size: 14px;
	background: #D2E0E6;
	color: #528CE0;
	margin: 5px 0 5px 0;
	padding: 3px 5px 1px;
}

#accordion div.element p {
	background: #2a3281;
	color: white;
	margin:0;
	padding:10px;
}

#accordion div.element a {
        color: #a5cb40;
}

/****END EXPANDABLE CONTENT****/

#side-b{
	position: absolute;
	top: 118px;
	left: 780px;
	width: 200px;
}

#side-b p{
	margin-top: 0;
	margin-bottom:0;
	padding: 0 5px 0 5px;
	font-size: .97em;
	color: #fff;
}

#side-b a {
	color: #a5cb40;
}

/*******right-hand side sidebar*******/
.sidebar{
	display:block;
}

.sidebar *{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#2b3282;
}

.sidebar1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #a3a6c9;
	border-right:1px solid #345499;  
	background:#2f418c;
}

.sidebar2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #e9eaf2;
	border-right:1px solid #3a68a7;
	background:#2e3d89;
}

.sidebar3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #535899;
	border-right:1px solid #2e3d89;
}

.sidebar4 {
	border-left:1px solid #a3a6c9;
	border-right:1px solid #345499;
}

.sidebar5 {
	border-left:1px solid #6065a1;
	border-right:1px solid #2f418c;
}

.sidebarfg {
	background:#2b3282;
	line-height: 1.2em;
	font-size: .9em;
}
/*************************************/

#footer {
	clear: both;
	margin-top: -150px;
	background: url("images/pn.jpg") -0px -120px no-repeat;
	height: 250px;
	width: 980px;
	z-index: -1;
}
