@charset "utf-8";
/* CSS Document */
/* --------------------------------------------- SHELL------------------- */
#shell {
	text-align: center;
	overflow: auto;
	height: 100%;
	width: 100%;
}

#shell .page {
	width: 922px;
	background-image: url(../images/global/framework/viewer/center_strtch_2.png);
	background-repeat: repeat-x;
	height: 596px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#shell .page .side {
	background-repeat: no-repeat;
	display: inline;
	position: absolute;
	top: 0px;
}

#shell .page .left {
	background-image: url(../images/global/framework/viewer/left_2.png);
	height: 596px;
	width: 20px;
	left: 0px;
}

#shell .page .right {
	background-image: url(../images/global/framework/viewer/right_2.png);
	height: 596px;
	width: 20px;
	right: 0px;
}

#shell .page .center {
	position: absolute;
	top: 154px;
	left:15px;
	height: 400px;
	width: 882px;
}

#shell .page .center .left_side {
	height: 400px;
	width: 318px;
	text-align: left;
	overflow: auto;
	position: absolute;
	margin-top: 5px;
	margin-left: 3px;
	left: 0px;
	top: 0px;
}

.page .right_side {
	height: 400px;
	width: 563px;
	position: absolute;
	left: 322px;
	top:3px;
	overflow: auto;
}

.page .right_side .bk_image {
	background-image: url(../images/pages/home/main_image.png);
	background-repeat: no-repeat;
	height: 400px;
	width: 563px;
}

/* --------------------------------------------- HEADER ------------------- */

#shell .page .header {
	position: absolute;
	width: 922px;
	height: 116px;
	top: 4px;
	left :4px;
    z-index: 15;

}
#shell .page .header #main_logo {
	position: absolute;
	left: 2px;
	top: 0px;

}
#shell .page .header #slogan {
	background-image: url(../images/global/framework/header/slogan_2.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 116px;
	width: 397px;
	left: 155px;
	top: 0px;
    z-index: 10;

}
#shell .page .header #slogan span{
	visibility: hidden;
}
#shell .page .header .right_image {
	top: 0px;
	right: 11px;
	z-index: 20;
	position: absolute;
}

.heading {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 17px;
}
.heading p {
 letter-spacing: 10px
}
.heading strong {
	font-size: 20px;
}


					/* ______________________ CONTACT US  */
a#contact_us {
	background-image: url(../images/global/framework/header/contact_off_on_2.png);
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -116px;
	text-decoration: none;
	z-index: 20;
	height: 116px;
	width: 238px;
}

a#contact_us:hover{
	background-position: 0px 0px;

}
a#contact_us span {
}
a#contact_us .top {
	position: absolute;
	top: 43px;
	left:30px;
	visibility: hidden;

}
a#contact_us .bottom {
	position: absolute;
	top: 63px;
	left:60px;
	font-size: 14px;
	text-indent: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

a#contact_us:hover .bottom {
	text-decoration: underline;
}
/* --------------------------------------------------------------- NAV -----------------------------*/

#top_nav {
	position: absolute;
	z-index: 100;
	top: 116px;
	left: 4px;
}


#footer {
	position: absolute;
	left:0px;
	bottom: 10px;
	font-size: 10px;
	text-align: center;
	width: 100%;
}
#footer div {
	display: table;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footer .spacer {
	color: #2B35BD;
	padding-right: 8px;
	padding-left: 8px;
}

#footer .title {
	color: #9A9A9A;
}