body {
	font: 11px/18px Helvetica, Arial, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
	background: url(images/background.jpg) repeat-x 0 top;
}
a:link, a:visited {
	color:#1676cf;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
}

#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#pageHeader {
	width: 900px;
	height: 289px;
	position: relative;
	background: url(images/logo.jpg) no-repeat center top;
}

.clearer {
	clear: both;
}

.boldHeadline {
	color: #2a2829;
	font: bold 14px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.title {
	color: #2a2829;
	font: bold 24px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}

 ul{
	margin-left: 0px;
	padding: 0;
	margin-bottom:20px;
	margin-top: -10px;
}

ul li{
	
	margin-left: 0px;
	padding: 3px 0 3px 25px;
	list-style-type: none;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: ;
}
img {
	border-style: none;
}


.chartcells {
	color: #666666;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #e5e5e5;
	background: url(images/link_bckgrnd.jpg) repeat-x 0 bottom;
	}

/* @group Toolbar */

#navcontainer {
	background: #0444a6;
	width: 430px;
	margin: 0 auto;
	height: 35px;
	position: relative;
	top: 254px;
}

#navcontainer ul li{
	padding: 0px;
}

#navcontainer .About {
	background-image: url(images/About_bttn.jpg);
}

#navcontainer .Products {
	background-image: url(images/Products_bttn.jpg);
}

#navcontainer .Support {
	background-image: url(images/Support_bttn.jpg);
}

#navcontainer .Contact {
	background-image: url(images/Contact_bttn.jpg);
}


#navcontainer #current {
	background-position: left;
}

#navcontainer ul li .currentAncestor {
	background-position: right;
	
}

/* Parent - Level 0 */

#navcontainer ul{
	height: 35px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navcontainer li {
	display: inline;
	height: 35px;
	
}

#navcontainer a:link,
#navcontainer a:visited {
	display: block;
	float: left;
	height: 35px;
	background-position: right;
	text-indent: -999em;
}

#navcontainer a:hover,
#navcontainer a:active {
	background-position: left;
}

#navcontainer a:link.About,
#navcontainer a:visited.About {
	width: 106px;
}

#navcontainer a:link.Products,
#navcontainer a:visited.Products {
	width: 106px;
}

#navcontainer a:link.Support,
#navcontainer a:visited.Support {
	width: 106px;
}

#navcontainer a:link.Contact,
#navcontainer a:visited.Contact {
	width: 106px;
}

/* @end */

/* @group Layout */

#contentContainer {
	width: 630px;
	float: left;
	padding-bottom: 20px;
}

#contentContainer #content {
	padding: 40px 20px 20px;
}

#sidebarContainer {
	width: 230px;
	float: right;
	padding-top:45px;
	padding-bottom: 20px;
}

#sidebarContainer ul{
	margin-left: -10px;
	padding: 0;
	margin-bottom:20px;
}

#sidebarContainer li{
	
	margin-left: 0px;
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 0 7px 25px;
	list-style-type: none;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(images/link_bckgrnd.jpg) repeat-x 0 bottom;
}

#sidebarContainer li a:link, #sidebarContainer li a:visited{
	text-decoration: none;
	color: #6b6b6b;
	
}

/* My Comment */
#sidebarContainer li a:hover{
	text-decoration: none;
	color: #1676cf;
}
#sidebarContainer #current{
	text-decoration: none;
	color: #1676cf;
}

#footer {
	margin-top: 30px;
	padding-top:30px;
	width: 900px;
	height: 75px;
	text-align: center;
	border-top: 1px solid #e3e3e3;
}

#footer a:link, , #footer a:visited{
	color:#1676cf;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}
/* @end */

/* @group Contact */

.contactbox1 {
	height: 250px;
	width: 250px;
	}

/* @end */
