.DIV
{
}

#BottomBack {
	width:100%;
	height:100%;
	z-index:0;
	margin-left: 0%; /*always take 1/2 from the size of the width, they have to be negative*/
	margin-right:0%;
	background-color:#999;
}

#TopPart {
	position: absolute;
	left:50%;
	width: 955px;
	height: 280px;
	margin-left: -477px; /*always take 1/2 from the size of the width, they have to be negative*/
	margin-right:-478px;
	z-index:2;
	background-image: url(../img/home-up-bg.jpg);
	background-repeat: repeat-x;
}
#TopC3logo {
	background-image: url(../img/home-main-logo.png);
	height: 280px;
	width: 525px;
	position: absolute;
	top: 0px;
	left: 228px;
}

#HomeMenu {
	background-image: url(../img/MainMenu.jpg);
	height: 52px;
	width: 955px;
	position: absolute;
	top: 280px;
	left:50%;
	margin-left: -477px; /*always take 1/2 from the size of the width, they have to be negative*/
	margin-right:-478px;
	z-index:2;
}

#BottomPart {
	background-image: url(../img/home-down-bg.jpg);
	height: 192px;
	width: 955px;
	position: absolute;
	top: 332px;
	left:50%;
	margin-left: -477px; /*always take 1/2 from the size of the width, they have to be negative*/
	margin-right:-478px;
	z-index:2;
}
#divHomeImage {
	background-image: url(../img/C3-Labs-Home-02-Bg.jpg);
	position:absolute;
	top:32px;
	left:32px;
	height: 118px;
	width: 176px;
}
#divHomeText {
	width: 710px;
	position:absolute;
	text-align:left;
	color:#ffffff;
	height: 118px;
	top:11px;
	padding-left:12px;
	padding-right:45px;
	left:224px;
}
#divHomeFooter {
	position:absolute;
	top:524px;
	background-image: url(../img/footer.png);
	height: 37px;
	width: 955px;
	left:50%;
	margin-left: -477px; /*always take 1/2 from the size of the width, they have to be negative*/
	margin-right:-478px;
	z-index:2;
}
#divInnerTop {
	background-image: url(../img/Innerpage/innerpage-top-bar.jpg);
	height: 130px;
	width: 955px;
	z-index: 2;
	position: absolute;
	top:0px;
	left:50%;
	margin-left: -477px; /*always take 1/2 from the size of the width, they have to be negative*/
	margin-right:-478px;

}

#divInnerC3Image {
	background-image: url(../img/topbarlogo.png);
	height: 128px;
	width: 251px;
	position: absolute;
	top:0px;
	left:0px;
}

#divInnerBody {
	background-image: url(img/Innerpage/background-under-the-menu-bar.jpg);
	background-repeat: repeat-x;
	background-color:#ffffff;
	height:auto;
	width: 955px;
	position: absolute;
}

#InnerMenu {
	background-image: url(../img/MainMenu.jpg);
	height: 52px;
	width: 955px;
	position: absolute;
	top:130px;
	left:50%;
	margin-left: -477px; /*always take 1/2 from the size of the width, they have to be negative*/
	margin-right:-478px;
	z-index:2;
}

#divInnerColor {
 background-color:#ffffff;
 z-index:3;
}

#divInnerBody {
	background-image: url(img/Innerpage/background-under-the-menu-bar.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: 955px;
	position: absolute;
	top:182px;
	left:50%;
	margin-left: -477px; /*always take 1/2 from the size of the width, they have to be negative*/
	margin-right:-478px;
	z-index:4;
}

.subMenuLeft {
	background-image: url(../img/Innerpage/menu-bar-under-bar-left-side.png);
	height: 50px;
	width: 15px;
}

.subMenuRight {
	background-image: url(../img/Innerpage/menu-bar-under-bar-right-side.png);
	height: 50px;
	width: 15px;
}

.subMenuCenter {
	height: 50px;
	width: 880px;
	background-image: url(../img/Innerpage/menu-bar-under-bar-center.png);
	background-repeat: repeat-x;
}
.innerFooter {
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
	height:37px;
}

.submenuStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#5d5858;
	display:block;
	text-decoration:none;
	padding-left:9px;	
}

.HighlightDisplay
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#d50001;
	display:block;
	text-decoration:none;
	padding-left:9px;
	font-weight:bold;
}

.C3backGround
{
	background-color:"#5d5d5d";
	display: block; 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0px; 
	left: 0px;
}



