body {
  width: 915px;
  height: 100%;
  padding:0 0 0;
  margin: 0 auto;
  background-color: #FFFFFF;
  font-size:11px;
  text-align: center;
  color: #fff;
}
img {
	border: 0px solid white;
}
body, a, div, td, span {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #fff;
}


a {
	text-decoration: underline;
	color: #ffffff;
}

a:hover {
	color: #1a4455;
	text-decoration: underline;
}

/** Top **/
#top {
	height: 137px;
	width: 915px;
	vertical-align: bottom;
	padding-left: 222px;
	padding-bottom: 15px;
}

#center {
	background-image: url(../images/background_top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0px;
	margin: 0px;
	width: 915px;
	background-color: #6c87aa;
}

#left {
	background-image: url(../images/background_left.png);
	background-repeat: repeat-y;
	padding-bottom: 100px;
	width: 250px;
        padding-left: 0px;
	margin: 0px;
}

* html #left {
	width: 192px;
}

#right {
	background-image: url(../images/background_right.png);
	background-repeat: repeat-y;
	background-position: right 100px;
	width: 40px;
}

#main, #content {
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
}

/** path */

div#path {
	position: relative;
	top: 115px;
	left: 0px;
	font-size: 10px;
	z-index: 30;
}

div#path a {
	font-size: 10px;

}

div#path a:hover {
	text-decoration: none;
}
/** Navigation **/

#left ul {
	padding: 0px;
	margin: 0px;
        list-style-type: none;
	display: block;
}

#left li {
	display: block;
	
}

#left a {
        background-repeat: no-repeat;
	display: block;
	padding-left: 45px;
	padding-top: 5px;
	padding-bottom: 8px;
}

#left a:hover {
	text-decoration: none;
}

ul#nav_0 a:hover {
    color: #26465f;
    background-image: url(../images/nav_back_on.png);
}
ul#nav_0 a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../images/nav_back.png);
}

ul#nav_0 a.active {
    color: #fff;
    background-image: url(../images/nav_back_on.png);
	font-weight: bold;
}

ul#nav_0 a.activeTop, ul#nav_0 a.activeTop:hover {
	background-image: url(../images/nav_back_on_top.png);
}

ul#nav_0 li {
	margin-top: 5px;
	margin-bottom: 5px;
}

ul#nav_0 li.activeTop {
	background: url(../images/nav_bottom.png) no-repeat bottom left;
	padding-bottom: 5px;
}

ul#nav_1 li.activeTop {
	background: none;
	padding-bottom: 0px;
}

* html ul#nav_1 {
	margin-top: -10px;
}

ul#nav_1 li {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul#nav_1 a:hover {
        color: #fff;
        background-image: url(../images/nav_sub_back_on.png);	
}
ul#nav_1 a {
    color: #a5b8cb;
    background-image: url(../images/nav_sub_back.png);	
}

ul#nav_1 a.active, ul#nav_1 a.activeTop, ul#nav_1 a.activeTop:hover {
    background-image: url(../images/nav_sub_back_on.png);	
	color: #fff;
	margin-top: 0px;
}

* html ul#nav_2 {
	margin-top: -11px;
}

ul#nav_2 li {
	margin-top: 0px;
	margin-bottom: 0px;
}
ul#nav_2 a:hover {
        color: #000;
        background-image: url(../images/nav_sub2_back.png);
}
ul#nav_2 a {
        color: #a5b8cb;
        background-image: url(../images/nav_sub2_back.png);
}
ul#nav_2 a.active{
        background-image: url(../images/nav_sub2_back.png);
        color: #fff;
}

/** footer */
#footer {
	height: 61px;
	color: #6C87AA;
	width: 915px;
	background-image: url(../images/background_footer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	padding-top: 20px;
	padding-left: 130px;
}


#footer a {
	color: #6C87AA;
}
/** Terminal Page */

#div1 span{
	display: block;
	width: 242px;
	height: 78px;
	background: url(../images/frontendSolutions/mobile-off.png) no-repeat;
}
#div1 span.active, #div1 a:hover span {
	background: url(../images/frontendSolutions/mobile-on.png) no-repeat;
}
.content1 {
	position: absolute;
	top: 25px;
	left: 240px;
	width: 400px;
	height: 300px;
}

#div2 span{
display: block;
width: 242px;
height: 78px;
background: url(../images/frontendSolutions/terminal-off.png) no-repeat;
}
#div2 span.active, #div2 a:hover span {
background: url(../images/frontendSolutions/terminal-on.png) no-repeat;
}
.content2 {
	position: absolute;
	top: 100px;
	left: 240px;
	width: 400px;
	height: 300px;
}

#div3 span{
display: block;
width: 242px;
height: 78px;
background: url(../images/frontendSolutions/phone-off.png) no-repeat;
}
#div3 span.active, #div3 a:hover span {
background: url(../images/frontendSolutions/phone-on.png) no-repeat;
}
.content3 {
	position: absolute;
	top: 175px;
	left: 240px;
	width: 400px;
	height: 300px;
}

#div4 span{
display: block;
width: 242px;
height: 78px;
background: url(../images/frontendSolutions/shop-off.png) no-repeat;
}
#div4 span.active, #div4 a:hover span {
background: url(../images/frontendSolutions/shop-on.png) no-repeat;
}
.content4 {
	position: absolute;
	top: 245px;
	left: 240px;
	width: 400px;
	height: 300px;
}

#div5 span{
display: block;
width: 242px;
height: 78px;
background: url(../images/frontendSolutions/internet-off.png) no-repeat;
}
#div5 span.active, #div5 a:hover span {
background: url(../images/frontendSolutions/internet-on.png) no-repeat;
}
div.content5 {
	position: absolute;
	top: 335px;
	left: 240px;
	width: 400px;
	height: 200px;
}


#div6 span{
display: block;
width: 242px;
height: 78px;
background: url(../images/frontendSolutions/tv-off.png) no-repeat;
}
#div6 span.active, #div6 a:hover span {
background: url(../images/frontendSolutions/tv-on.png) no-repeat;
}
.content6 {
	position: absolute;
	top: 320px;
	left: 240px;
	width: 400px;
	height: 100px;
}

h1.landing {
	color: #fff;
	font-size: 14pt;
	padding-left: 10px;
}

/** Content Area */
div#content {
	width: 690px;
}

div#header {
	background-repeat: repeat-x;
	height: 135px;
}

div#headerLogo {
	background-repeat: no-repeat;
	background-position: top right;
	height: 103px;

}

div#header h1 {
	margin: 0px;
	font-size: 14pt;
	color: #fff;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
}

div#header p {
	color: #fff;
	padding-left: 20px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
}

div#header img {
	float: left;
	margin-right: 10px;
}

h1 {
	margin: 0px;
	font-size: 14pt;
	color: #25455d;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
        color: #fff;
        font-weight: bold;

}


/** teaser */

.subsubheader {
	border-bottom: 1px solid #A0A0A0;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 2px;
	margin-bottom: 5px;
	display: block;
}


