html, body{
    height: 100%;
}

body {
    /*
	background:url(images/topbar.png) repeat-x;
	background-position: 0px 0px;
font-family: 'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
font-size: 13px;
color: #212121;
	overflow: -moz-scrollbars-vertical;
	overflow: -webkit-scrollbars-vertical;
	-webkit-text-size-adjust: none;
*/
background:url(images/topbar.png) repeat-x;
	background-position: 0px 0px;
    /*
	overflow: -moz-scrollbars-vertical;
	overflow: -webkit-scrollbars-vertical;
    */
	-webkit-text-size-adjust: none;
	font-size: 14px;
font-family: Helvetica, Arial, sans-serif;
color: #44444;
}

#graphic1
{
background:url(images/graphic1.png) no-repeat;
width:731px;
height:296px;
float:left;
position:relative;
margin:0 0 0 -30px;
}

#graphic1 h1
{
font-size: 35px;
font-weight: bold;
line-height: 36px;
margin: 233px 0 0 40px;
text-shadow: 1px 1px 4px black;
color: white;
font-family: 'ff-din-web-1', 'ff-din-web-2', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
width: 640px;
}
/* General */
h1 {
	font-size:24px;
	line-height:1;
}

P {
    /*
	line-height:1;
	margin:3px 0 0 0;
    */
    line-height:1.3;
	margin:3px 0 0 0;
}
p + p {
	margin:10px 0 0 0;
}
ul
{
line-height:0;
}
#maincol ul
{
line-height:1;
}
/*Centralize Content + Width*/
.center_width{
    width:980px;
    margin:auto;
}

/*White Background*/
.block_background{
  /*  background-color: #FFF;*/
}

/* CSS Containers */
#supermastercontainer {
	width:996px;
	margin:auto;
}
#mastercontainer {
	width:980px;
	margin:auto;
}
#topcontainer {
	width:980px;
	height:50px;
	/*float:left;*/
}
#maincontainer {
	clear:both;
	/*margin:10px 0 0 0;*/
	padding: 10px;
	border:1px solid #cccccc;
	border-width:0px 1px 0px 1px;
	
	/*border:0px solid #aaccee;
	border-width:0 0 0px 0;

    background-color: rgb(245, 245, 245);
    ROUNDED CORNER
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 10px;*/ 
    
    /*TOP LEFT/RIGHT NO ROUNDED*/
    
    /*Mozilla equivalent*/
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    
    /*WebKit equivalent*/
    -webkit-border-radius-topleft: 0;
    -webkit-border-radius-topright: 0;
    
    /*CSS3 (Opera browser)*/
    border-top-right-radius: 0; 
    border-top-left-radius: 0;
    
    -khtml-border-top-left-radius: 0;
    -khtml-border-top-right-radius-: 0;    
}

/*#footercontainer {
	width:980px;
	margin:10px 0 0 0;
	font-size:10px;
	text-align:center;
}*/

#logo {
	background:url(images/mbplogo.png) no-repeat;
	width:175px;
	height:42px;
	float:left;
	/*margin:12px 0 0 0;*/
	margin:5px 0 0 0;
}
#topmenu {
	/*width:500px;*/
	height:38px;
	float:right;
	/*margin:3px 0 0 0;*/
	margin:12px 0 0 0;
	text-align:right;
}
#topmenu ul{
	margin-bottom: 5px;
}
.topddlstyle {
	margin:7px 0 0 0;
	font-size:11px;
	border:solid 1px #aaaaaa;
	width:200px;
}
#topmenu li {
	display:inline;
}
#topmenu li a {
	color:#666;
	font-size:11px;
}
#mainmenu {
	font-size:12px;
	width:980px;
	margin:17px 0 0 0;
}

#mainmenu li {
	display:inline;
}
#mainmenu li a {
	/*color:#ffffff;
	font-size:11px;*/
	display:block;
}
/* CSS Form */

#stylized p, #stylized h1, #stylized form, #stylized button {
	border:0;
	margin:0;
	padding:0;
}
.spacer {
	clear:both;
	height:1px;
}
.myform {
	float:left;
	width:400px;
	padding:14px;
}
#stylized {
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p {
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #aaaaaa;
	padding-bottom:10px;
}
#stylized label {
	display:block;
	color:#333333;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	line-height:1;
}
#stylized .small {
	color:#666666;
	display:block;
	font-size:11px;
	line-height:1;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input, .ddlstyle {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aaaaaa;
	width:200px;
	margin:2px 0 20px 10px;
}
#stylized button {
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
/* CSS Error */
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('images/icons/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('images/icons/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('images/icons/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('images/icons/error.png');
}
.validation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('images/icons/error.png');
}
.validation li {
	list-style:disc;
	list-style-position:inside;
}
/* BOX */
.box {
	line-height:1;
	border:1px solid #ebf5ff;
	padding:1px;
}
.box + .box {
	margin:8px 0 0 0;
}
.box h1 {
	font-size:12px;
	background:#f0f7fd;
	padding:5px 2px;
	color:#333333;
    font-weight: bold;
}
.box div {
	line-height:1.2;
	padding:3px;
}
.box li a {
	line-height:1.5;
	color:#06C;
	margin:0 0 0 5px;
	color:#3a5cbe;
}
.box li a:hover {
	color:#0c3d7d;
}

/* CONFIG1 */
#config1 {
    background-color: white; 
    padding: 10px; 
    /*border: 1px #c6c6c6 solid;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 10px;                   
}
#config1 #maincol {
    min-height: 500px;
}

/* CONFIG2 */
#config2 {
    
}
#config2 #maincol {
	float:left;
	width:750px;
	margin:0;
    padding-right: 10px;
    min-height: 500px;
}
#config2 #rightcol {
	float:right;
	width: 200px;  
}
/* CONFIG3 */
#config3 {
}
#config3 #leftcol {
	float:left;
	width: 200px;
}
#config3 #maincol {
	float:left;
	width:750px;
    min-height: 500px;
    background-color: white; 
    padding: 10px; 
    margin-left: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 10px;
}
/* CONFIG4 */
#config4 {
}
#config4 #leftcol {
	float:left;
	width: 200px;
}
#config4 #maincol {
	float:left;
    width: 540px;
    min-height: 500px;
    background-color: white; 
    padding: 10px; 
    margin: 0 10px 0 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 10px;  
}
#config4 #rightcol {
	float:right;
    width: 200px;
}

/* ICON MANAGER */
.iconmanager
{
background-color: #fafdff;
border: 1px solid #ebf5ff;
border-collapse: collapse;
overflow:auto;
padding:4px;
padding-right: 0px; 
padding-bottom: 0px;
width:750px;
}
.icon
{
float: left;
margin-bottom: 5px;
margin-right: 5px;
text-align: center;
background:#ffffff;
}
.icon img
{
margin: 0px auto;
padding: 10px 0px;
}
.icon a
{
border: 1px solid #F0F0F0;
color: #666;
display: block;
float: left;
height: 97px;
text-decoration: none;
vertical-align: middle;
width: 118px;
}
.icon a:hover
{
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f9f9f9;
    color: #0B55C4;
	}
.icon a:hover
{
color: #0B55C4;
}

.iconmanager span
{
display: block;
text-align: center;
font-size: 11px;
}

/*COLLAPSIBLE PANEL*/
.heading:hover{
    cursor: pointer;
}

/*FOOTER*/
#footer {
    background: none repeat scroll 0 0 #F5F5F5;
    border-top: 1px solid #D7D7D7;
    padding-bottom: 3em;
    padding-top: 2em;
    width: 100%;
}

#footer_wrap {
    margin: 0 auto;
    width: 980px;
}

#footer_wrap h2{
    font-size: 16px;
    margin-bottom: 14px;
    color: #797979;
}
#footer #footer_wrap ul {
    float: left;
    padding-left: 1em;
    width: 150px;
    margin-bottom: ;
}
#footer #footer_wrap ul span {
    display: none;
}
#footer #footer_wrap li a {
    color: #7D7D7D;

    font: 11px Arial;
}
#footer #footer_wrap li {
	margin:5px 0 0 0;
	}
	
#footer #footer_wrap li a:hover {
    border-bottom: 1px dotted #078cd1;
    color: #39b7f4;
	
}
#footer-img {
    background: url("../images/footer-img.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 105px;
    padding: 10px 0 0 5px;
    width: 228px;
}
#footer-img #home ul {
    width: 220px;
}
#footer-img #home li {
    float: left;
}
#footer-img #home li a {
    color: #7D7D7D;
    float: left;
    font: 11px Arial;
    margin-right: 10px;
}
#footer-img #home li a:hover {
    border: medium none;
    color: #39b7f4;
}
#footer-img #home li a.selected {
    color: #39b7f4;
    font-weight: bold;
}
#footer_wrap a.footerlink{
    color:#666666;
    color: #7D7D7D;
    font: 11px Arial;
}
#footer_wrap a.footerlink:hover{
    border-bottom: 1px dotted #078cd1;
    color: #39b7f4;
}


/*NEW FOOTER CSS*/
/*
#pageFooterWrapper {
    background: url("images/footer-bg.jpg") repeat-x scroll left top #000000;
    width: 100% !important;
}

#siteTitle, #pageFooterWrapper, #pageBodyWrapper {
    clear: both;
}

#pageFooter {
    height: 350px;
    margin: 0 auto;
    padding-top: 100px;
    width: 980px;
}

#pageFooter {
    color: #999999;
    font-size: 11px;
    line-height: 1em;
}

#pageFooter a:active {
    background: url("images/icon-fillarrow-gray.gif") no-repeat scroll 0 50% transparent;
    color: #555555;
    padding: 0 0 0 10px;
    text-decoration: none;
}

#pageFooter a:link {
    background: url("images/icon-fillarrow-gray.gif") no-repeat scroll 0 50% transparent;
    color: #555555;
    padding: 0 0 0 10px;
}

#pageFooter a:hover {
    background: url("images/icon-fillarrow-gray.gif") no-repeat scroll 0 50% transparent;
    color: #999999;
    padding: 0 0 0 10px;
    text-decoration: none;
}
    
#pageFooter h5 {
    border-bottom: 1px solid #222222;
    color: #777777;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 0 5px;
    padding: 0 0 20px;
}

.columnWrapperFooter {
    float: left;
    margin-bottom: 40px;
    width: 940px;
}

.leftWrapperFooter {
    float: left;
    width: 700px;
}

.colOneFooter {
    float: left;
    margin-right: 20px;
    width: 155px;
}

ul.footerNav {
    margin: 0;
    padding: 0;
    list-style-type: square;
}

#pageFooter li {
    border-bottom: 1px solid #222222;
    display: block;
    line-height: 1.8em;
    margin: 0 0 3px;
    padding: 0 0 3px;
}

.colTwoFooter, .colThreeFooter{
    float: left;
    margin-right: 20px;
    width: 155px;
}

.colFourFooter {
    float: left;
    width: 155px;
}

.colFiveFooter {
    color: #555555;
    float: right;
    line-height: 1.8em !important;
    width: 220px;
    font-size: 11px !important;
}

.colFiveFooter a:link {
    background: none repeat scroll 0 0 transparent !important;
    color: #555555;
    padding: 0 !important;
}

.colFiveFooter a:hover {
    text-decoration: none;
    background: none repeat scroll 0 0 transparent !important;
    padding: 0px !important;
}

.colFiveFooter p {
    margin-bottom: 1em;
    margin-top: 0;
    line-height: 1.8em;
}

.rightWrapperFooter {
    float: right;
    width: 180px;
}

.signupButton2Footer {
    background: url("images/try-220.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    height: 61px;
    margin: 0;
    width: 220px;
}

.signupButton2Footer:hover {
    background: url("images/try-220.png") no-repeat scroll 0 -61px transparent;
    color: transparent;
    cursor: pointer;
}
*/

h1.maintext
{
font-family: "Gotham", "Helvetica Neue", "Helvetica", "Arial", Sans-Serif;
color: #222;
text-shadow: 0px 0px 1px #555;
font-style: italic;
text-align:left;
margin:10px 10px 0 10px;
font-size:30px;
font-weight: bold;
}
h4.maintext
{
color:#777777;
font-style: italic;
text-align:left;
margin:0 10px 0 10px;
font-size:14px;
font-weight:normal;
}
.frontbox h3
{
font-weight: bold;
font-size: 14px;
line-height: 39px;
color: #212121;
padding:0 0 6px 0;
}
.frontbox img
{

vertical-align:middle;
padding: 0 5px 0 0;
}
.frontbox
{
width:220px;
float:left;
font-family: 'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
font-size: 13px;
padding: 0 5px 0 5px;
margin:0 0 15px 5px;
color:#777777;
}

.aboutusbox
{
width:400px;
float:left;
font-family: 'Lucida Grande', 'Lucida Sans Unicode',sans-serif;
font-size: 13px;
padding: 0 5px 0 5px;
margin:15px 0 15px 45px;
color:#777777;
}
.aboutusbox h3
{
font-weight: bold;
font-size: 14px;
color: #212121;
padding:0 0 0 0;
}
.aboutusbox img
{

vertical-align:middle;
padding: 0 5px 0 0;
margin:0 10px 0 0;
}

.aboutusbox .profilepic
{
float:left;
vertical-align:middle;
}



/* price table */


    /*Signup*/

        .signup_table {
        border: solid 5px #bbb;
        font-size: 12px;
		width:700px;
        }

        .signup_table h2 {
        font-weight: bold;
        }

        .signup_table th {
        border-bottom: solid 1px #bbb;
        }

        .signup_table th, .signup_table td {
        padding: 7px;
        }

        .signup_table .pro, .signup_table .plus, .signup_table .lite {
        margin: 3px;
        }

        .signup_table .pro {
        color: #316d09;
        }

        .signup_table .plus {
        color: #7ca734;
        }

        .signup_table .lite {
        color: #9fc21e;
        }

        .signup_table .right {
        border-left: solid 1px #bbb;
        font-weight: bold;
        }

        .signup_table .row .last {
        border-bottom: solid 1px #bbb;
        }

        .signup_table tr.odd {
        background: #f3f3f3;
        }


        .signup_table .price {
        font-size: 20px
        }

        .signup_table sup {
        font-weight: normal;
        font-size: 13px;
        }

        .signup_table .left {
        width: 28%;
        }

        .subtitle_left {
            text-align: right;
        }

        a.signup_button2 {
            background: url(../images/button_signup.gif) left top;
            height:37px;
            width: 126px;
            float: left;
            margin: 4px 0px 4px 2px;
            color: #fff;
            font-weight: bold;
            font-size: 14px;
            text-decoration: none;
            text-align: center;
            line-height: 38px;
        }

        .signupbutton:hover {
            background: url(images/signupbutton.png) left bottom;
            height:37px;
            width: 126px;
            float: left;
            color: #fff;
        }

.signupbutton:hover {
background: url(images/signupbutton.png) left bottom;
height: 37px;
width: 150px;
float: left;
color: white;
}
a.signupbutton {
background: url(images/signupbutton.png) left top;
height: 37px;
width: 150px;
float: left;
margin: 4px 0px 4px 2px;
color: white;
font-weight: bold;
font-size: 14px;
text-decoration: none;
text-align: center;
line-height: 38px;
}