@charset "UTF-8";

/* basic elements */


body {
	background-color:#013d7d;
	background-image:url(images/dark-blue-bkgd.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	height:100%;
	font-size:12px;
    padding:0px;
    margin:0px;
    text-align:center;
}

a:link {
	color: #3C3333;
}
a:visited {
	color: #3C3333;
}
a:hover {
	color: #23201F;
}
a:active {
	color: #000000;
}


a.blue_button {
	display: block;
	float: left;
	height: 28px;
	margin-right: 6px;
	padding-right: 17px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/button-blue_right.png);
	background-repeat: no-repeat;
	background-position: right 1px;
}

a.blue_button span {
	display: block;
	line-height: 27px;
	padding-right: 4px;
	padding-left: 14px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(images/button-blue_left.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	height: 28px;
} 

a.blue_button:hover span {
    text-decoration:underline;
}

a.red_button {
	display: block;
	float: left;
	height: 28px;
	margin-right: 6px;
	padding-right: 17px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/button-red_right.png);
	background-repeat: no-repeat;
	background-position: right 1px;
}

a.red_button span {
	display: block;
	line-height: 27px;
	padding-right: 4px;
	padding-left: 14px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(images/button-red_left.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	height: 28px;
} 

a.red_button:hover span {
    text-decoration:underline;
}

a.gold_button {
	display: block;
	float: left;
	height: 28px;
	margin-right: 6px;
	padding-right: 17px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/button-gold_right.png);
	background-repeat: no-repeat;
	background-position: right 1px;
}

a.gold_button span {
	display: block;
	line-height: 27px;
	padding-right: 4px;
	padding-left: 14px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(images/button-gold_left.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	height: 28px;
} 

a.gold_button:hover span {
    text-decoration:underline;
}

a.green_button {
	display: block;
	float: left;
	height: 28px;
	margin-right: 6px;
	padding-right: 17px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/button-green_right.png);
	background-repeat: no-repeat;
	background-position: right 1px;
}

a.green_button span {
	display: block;
	line-height: 27px;
	padding-right: 4px;
	padding-left: 14px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(images/button-green_left.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	height: 28px;
} 

a.green_button:hover span {
    text-decoration:underline;
}

a.white_button {
	display: block;
	float: left;
	height: 28px;
	margin-right: 6px;
	padding-right: 17px;
	text-decoration: none;
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/button-white_right.png);
	background-repeat: no-repeat;
	background-position: right 1px;
}

a.white_button span {
	display: block;
	line-height: 27px;
	padding-right: 4px;
	padding-left: 14px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(images/button-white_left.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	height: 28px;
} 

a.white_button:hover span {
    text-decoration:underline;
}

a.sideMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	color: #013d7d;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	background-image:url(images/30-percent-black-tint.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom: 1px;
}
a:link.sideMenu {
	color: #013d7d;
	text-decoration: none;
}
a:visited.sideMenu {
	text-decoration: none;
	color: #013d7d;
}
a:hover.sideMenu {
	text-decoration: none;
	color: #FFFFFF;
	background-image:url(images/70-percent-menu-bkgd.png);
	background-repeat:repeat;
}
a:active.sideMenu {
	text-decoration: none;
	color: #E2AAAC;
	background-image:url(images/70-percent-menu-bkgd.png);
	background-repeat:repeat;
}

/* specific divs */

#container {
	background-image:url(images/content-bkgd.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:left;
	border-color:#000000;
	width:990px;
	height:950px;
	padding:0px;
	position:relative;
    margin:0px auto;
    overflow:hidden;
}

#container1 {
	background-image:url(images/content-bkgd.gif);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	text-align:left;
	border-color: #000000;
	width:990px;
	height:auto;
	padding:0px;
	margin:0 auto;
	position: relative;
	padding-bottom:60px;
}

#content {
	color:#000000;
}

#logoLink {
	background-image:url(images/mpower-logo.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:75px;
    width: 451px;
    text-indent: -9999px;
    display: block;
}

#logo {
	background-image:url(images/mpower-logo.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:85px;
}

#logo h1 {
	display:none;
}

#animated_ad {
	border-style:solid;
	border-width:1px;
	width:730px;
	height:300px;
}

/*
#animated_ad h2 {
	display:none;
}
*/

#banner_ad {
	background-image:url(images/Prodigio-Banner.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:546px;
	height:89px;
}

#banner_ad h2 {
	display:none;
}

#block1 {
	background-image:url(images/bkgd-grad-for-red.gif);
	background-repeat:repeat;
	background-position:top left;
	width:170px;
	height:120px;
}

#block1 h3 {
	background-image:url(images/round-Software_Classes.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:156px;
	height:48px;
}

#block1 h3 span {
	display:none;
}

#block2 {
	background-image:url(images/bkgd-grad-for-green.gif);
	background-repeat:repeat;
	background-position:top left;
	width:170px;
	height:160px;
}

#block2 h3 {
	background-image:url(images/round-whats_new.png);
	background-repeat:no-repeat;
	background-position:center;
	width:167px;
	height:30px;
}

#block2 h3 span {
	display:none;
}

#block3 {
	background-image:url(images/bkgd-grad-for-blue.gif);
	background-repeat:repeat;
	background-position:top left;
	width:170px;
	height:190px;
}

#block3 h3 {
	background-image:url(images/round-Prodigio-RTS.png);
	background-repeat:no-repeat;
	background-position:center;
	width:167px;
	height:30px;
}

#block3 h3 span {
	display:none;
}

#block3 p {
	padding:0px 8px 0px 2px;
}

#block4 {
	background-image:url(images/bkgd-grad-for-green.gif);
	background-repeat:repeat;
	background-position:top left;
	width:170px;
	height:190px;
}

#block4 h3 {
	background-image:url(images/round-team-home-page.png);
	background-repeat:no-repeat;
	background-position:center;
	width:167px;
	height:30px;
}

#block4 h3 span {
	display:none;
}

#block4 p {
	padding:0px 8px 0px 2px;
}

#block5 {
	background-image:url(images/bkgd-grad-for-gold.gif);
	background-repeat:repeat;
	background-position:top left;
	width:170px;
	height:190px;
}

#block5 h3 {
	background-image:url(images/round-Log-In.png);
	background-repeat:no-repeat;
	background-position:center;
	width:167px;
	height:30px;
}

#block5 h3 span {
	display:none;
}

#block6 {
	background-image:url(images/dark-blue-bkgd.jpg);
	background-repeat:repeat-x;
	background-position:top left;
        border-style:solid;
        border-width:1px;
	width:200px;
	height:305px;
}

#block6 h3 {
	background:url(images/Free-Copy-Title.png);
	background-repeat:no-repeat;
	background-position:center;
	width:190px;
	height:114px;
}

#block6 p {
	color:#CCCCCC;
	font-size:12px;
	text-align:center;
}

#block6 .p2 {
	border-top-style:dashed;
	border-top-color:#FFFFFF;
	border-top-width:1px;
	padding:2px 5px 0px 5px;
}

#block6 h3 span {
	display:none;
}

#block7 {
	background-image:url(images/bkgd-grad-for-gold.gif);
	background-repeat:repeat;
	background-position:top left;
    border-style:solid;
    border-width:1px;
	width:200px;
	height:300px;
}

#block7 h3 {
	background-image:url(images/watch-prodigio.png);
	background-repeat:no-repeat;
	background-position:center;
	width:190px;
	height:50px;
	margin-left:5px;
}

#block7 h3 span {
	display:none;
}

#block7 .p1 {
	background-image:url(images/prodgio-monitor.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:190px;
	height:170px;
	margin-left:5px;
}

#block7 .p1 span {
	display:none;
}

#block8 {
	background-image:url(images/registration-banner.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:960px;
	height:55px;
}

#block8 h4 span {
	display:none;
}

#footer {
	position:relative;
	text-align:center;
	
}

#footerMenu {
	background-image:url(images/footer-bkgd.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	padding:10px 0px 5px 0px;
	width:960px;
	height:50px;
	border-style:solid;
	border-width:1px;
}

#footerMenu a {
	color: #C0E1FF;
	line-height: 15px;	
}

#footerMenu a:link {
	color: #C0E1FF;
	text-decoration: none;
}

#footerMenu a:visited {
	text-decoration: none;
	color: #C0E1FF;
}

#footerMenu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#footerMenu a:active {
	text-decoration: none;
	color: #E2AAAC;
}

#topSideBorder {
	background-image:url(images/box-border-top.png);
	background-position:top;
	background-repeat:repeat-x;
	width:167px;
	height:9px;
}

#bottomSideBorder {
	background-image:url(images/box-border-bottom.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	padding-bottom:5px;
	width:170px;
	height:100%;
}

#leftSideBorder {
	background-image: url(images/box-border-left.png);
	background-repeat: repeat-y;
	background-position:left top;
	padding-left:10px;
	height:100%;
}

#rightSideBorder {
	background-image: url(images/box-border-right.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-right:1px;
	height:100%;
}

.dotted_line {
	background-image: url(images/line-ticks.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 6px;
}

#video {
	background-image:url(images/bkgd-grad-for-gold.gif);
	background-repeat:repeat;
	background-position:top left;
	border-style:solid;
	border-width:1px;
	width:210px;
	height:300px;
}

#video h3 {
	background-image:url(images/watch-prodigio.png);
	background-repeat:no-repeat;
	background-position:center;
	width:190px;
	height:50px;
	margin-left:10px;
}

#video h3 span {
	display:none;
}

#video .p1 {
	background-image:url(images/prodgio-monitor.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:190px;
	height:170px;
	margin-left:10px;
}

#video .p1 span {
	display:none;
}

#footer1 {
	text-align:center;
}

#footerMenu1 {
	background-image:url(images/footer-bkgd.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	padding:10px 0px 5px 0px;
	width:960px;
	height:50px;
	border-style:solid;
	border-width:1px;
}

#footerMenu1 a {
	color: #C0E1FF;
	line-height: 15px;
}

#footerMenu1 a:link {
	color: #C0E1FF;
	text-decoration: none;
}

#footerMenu1 a:visited {
	text-decoration: none;
	color: #C0E1FF;
}

#footerMenu1 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#footerMenu1 a:active {
	text-decoration: none;
	color: #E2AAAC;
}

/* ---------------- non-main pages ------------------- */
#testimonials {
	background-color:#013d7c;
	background-image:url(images/dark-blue-bkgd.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #CCCCCC;
    border-style:solid;
	border-width:1px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
    width: 175px;
}

#testimonials h3 {
	background-image:url(images/what-users-say.png);
	background-repeat:no-repeat;
	background-position:center;
	width:190px;
	height:50px;
}

#testimonials h3 span {
    display:none;
}

#testimonials p1 p2 {
    font-style: italic;
}

.Testamonial-Signature {
	font-size:11px;
	font-style: normal;
	color:#FFFFFF;
}

#leftColumn {
	width: 210px;
}

#rightColumn {
	margin-right: 35px;
	width: 680px;
}

#rightColumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #5B5053;
	margin-bottom: 6px;
}

#rightColumn .underlineText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #013D7D;
}

#rightColumn #pheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #013D7D;
	margin-top: 0px;
	margin-bottom: 12px;
}

#rightColumn #pspecial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #013D7D;
}

#rightColumn .whoweare {
	background-image:url(images/Page_Art-Who_We_Are.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
	width:400px;
	height:272px;
    float: right;
}

#rightColumn .whoweare span {
    display:none;
}

#rightColumn .mission {
	background-image:url(images/Page_Art-Mission.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
	width:715px;
	height:533px;
    float: right;
}

#rightColumn .mission span {
    display:none;
}

#rightColumn .team {
	background-image:url(images/Page_Art-Team.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
	width:715px;
	height:459px;
    float: right;
}

#rightColumn .team span {
    display:none;
}

#rightColumn .culture {
	background-image:url(images/Page_Art-Culture.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
	width:715px;
	height:429px;
    float: right;
}

#rightColumn .culture span {
    display:none;
}

#rightColumn .training {
	background-image:url(images/Page_Art-Training.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
	width:400px;
	height:266px;
    float: right;
}

#rightColumn .training span {
    display:none;
}

#rightColumn .events {
	background-image:url(images/Page_Art-Events.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
	width:400px;
	height:384px;
    float: right;
}

#rightColumn .events span {
    display:none;
}

#rightColumn .prodigio {
	background-image:url(images/Page-Art-Prodigio.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
	width:400px;
	height:281px;
    float: right;
}

#rightColumn .prodigio span {
    display:none;
}

#rightColumn .products {
	background-image:url(images/Page_Art-Products.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
	width:416px;
	height:235px;
    float: right;
}

#rightColumn .products span {
    display:none;
}

#rightColumn .methodology {
	background-image:url(images/Page_Art-Methodology.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
	width:715px;
	height:153px;
    float: right;
}

#rightColumn .methodology span {
    display:none;
}

#rightColumn .features {
	background-image:url(images/Page_Art-Features.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
	width:400px;
	height:281px;
    float: right;
}

#rightColumn .features span {
    display:none;
}

#rightColumn .testimonials {
	background-image:url(images/Page_Art-Testimonials.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
	width:400px;
	height:264px;
    float: right;
}

#rightColumn .testimonials span {
    display:none;
}

#rightColumn .pricing {
	background-image:url(images/Page_Art-Pricing.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
	width:400px;
	height:300px;
    float: right;
}

#rightColumn .pricing span {
    display:none;
}

#rightColumn .subscription {
	background-image:url(images/Page_Art-Subscription.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
	width:400px;
	height:300px;
    float: right;
}

#rightColumn .subscription span {
    display:none;
}

#rightColumn .terms {
	background-image:url(images/Page_Art-Acct_Terms.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
	width:400px;
	height:242px;
    float: right;
}

#rightColumn .terms span {
    display:none;
}

#rightColumn .requirements {
	background-image:url(images/Page_Art-Sys_Req.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
	width:400px;
	height:300px;
    float: right;
}

#rightColumn .requirements span {
    display:none;
}