@charset "UTF-8";
/* CSS Document */


/* --Start Code From Blueprint CSS-- */
html, body, div, span, object, iframe, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th,
td { margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit;
    font-size:100%; font-family:inherit; vertical-align:baseline; }
body { line-height:1.5; height: 100%;}
table { border-collapse:separate; border-spacing:0; }
caption, th, td { text-align:left; font-weight:normal; }
table, td, th { vertical-align:middle; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }
a img { border:none; }
/* --End Code From Blueprint CSS-- */

/* -- SET TEXT STYLES -- */

@font-face {
    font-family: 'MyriadPro';
    src: url('myriadpro/MyriadPro-Light.otf');;
    font-weight: normal;
    font-style: normal;
}

h1 {
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 0.9;
	font-size: 1.7em;
}

h2 {
	color: #00DD00; 
	font-family: MyriadPro; 
	line-height: 0.4;
	font-size: 1em;
}

h4 { font:Arial, Helvetica, sans-serif; size: 3.0em; color:#94C83C;}

a { color:#94C83C; text-decoration:none; }
a:focus,
object:focus { -moz-outline:0; }
a:hover { color:#fff; }
ul { list-style-type:none; }
.hide { display:none; }
p { font-size:0.9em; color:#666; line-height:1.5em;}


/* body  { margin: 0; padding: 0; color: #000000; background-image: url(img/mm-bg2.jpg); background-repeat: repeat-x; background-color:#ebebeb; font-family: Arial, Helvetica, sans-serif; }
*/
.top_bar {  height:26px; background:#D0D2D3;}

 /* -- Containers -- */
body  { margin: 0; 
	padding: 0; 
	color: #000000;   
	background-image: url(img/mm-bg2.jpg); background-repeat: repeat-x; background-color:#ebebeb;
	
	/*background: black;
	background-image: -webkit-gradient(linear, left top , left bottom, from(black), to(#BDBDBD));
	background-image: -moz-linear-gradient(90deg, #BDBDBD, black); /* Linear gradient for Mozilla browsers 
	
	-webkit-background-size: 900px;
	width: 100%;*/ 
}


.header {

		background:black url(img/header-bg.jpg)  repeat-x fixed 0px 0px; 
	    
	    height:121px;
	    width: 100%;
}    

.header .container {
	width: 900px; 
	margin: 0 auto; 
	height: 100%; 	
}


.header .title {
	font-size: 18px;
	float:left;
}
/*.logo { 
	float:left; 
	margin-top:10px:
	height:76px; 
	width:333px;
}  76 px height */

.logo a { 
	float:left; 
	height:76px; 
	width:343px; 
	padding-top:30px;
	text-indent:-9999px; 
	background:transparent url(img/mmDev-Logo.png) 10px 12px no-repeat; 
}

.login  { 
	float:right;
	margin-top:17px; 
	margin-right:20px;
	font:Arial, Helvetica, sans-serif; 
	color:#999; 
	font-size: 11px;
}
fieldset {
	display: block;
}

.login .email {
	float:left; 
	width:150px;
	margin-right:10px;
}

.login .password {
	float:left;
	width:150px;
}

.login .submit {
	float:right;
	width:80px;
	height:25px;
	margin:14px;
	border-radius: 10px;
    -moz-border-radius: 10px;
    border:solid 2px gray;
	background:#FF9900;
	-webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
    
}


.login ul {
	list-style-type:none;
}

.login ul li {
	float:none;
	display: list-item;
	text-align: right;
}
.login ul label {
	text-align: right;
	background: blue;
}


.login .labels { height: 20px; background:blue; margin-top:14px;}
.login .fields { height: 20px; background:blue; margin-top:38px;}

.login a { color:#999; }
.login a:hover { color:#94C83C; }




/* -- MAIN WINDOW -- */
.main-container { 
	width: 900px; 
	margin: 0 auto; 
	height: 100%; 
}

.bodycontainer { 
	float:left; 
	width: 900px; 
	height:100%; 
}


/* .spacer { float:left; width: 900px; padding: 0; height:13px; } */



.mainwindow { 
	float:left; 
	width: 900px; 
	padding: 0; 
	height:290px;
	background:black;
}

.mainwindow .mainwindowcontentleft { 
	float:left; 
	width: 300px;  
	height: 100%; 
	font: Arial, Helvetica, sans-serif; 
	color:#000; 
}

.mainwindowcontentleft .text {
	float:left;
	padding:20px;
	margin-left:10px;
}

.mainwindowcontentleft .registerbutton {
	float:left;
	margin-bottom:30px; /* ltrb */
	margin-left: 30px;
	margin-right:30px;
	padding:12px;
	background:#FF9900;
	background-image: -webkit-gradient(linear, left top , left bottom, from(#FF9900), to(#444444));
	background-image: -moz-linear-gradient(90deg, #444444, #FF9900); /* Linear gradient for Mozilla browsers */
	width:220px;
	height:20px;
	border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    font-size: 18px;
    font-weight:600;
    font: Arial, Helvetica, sans-serif; 
    color: white;
    /*
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);  */
	
}
	
.mainwindow .mainwindowcontentright { 
	float:left; 
	width: 600px;  
	height:100%; 
	padding:20px;
	font: Arial, Helvetica, sans-serif; 
	color:#000; 
	font-size:0.8em; 
	line-height:1.2em;
}

.mainwindowcontentright a { color:#94C83C; }
.mainwindowcontentright a:hover { color:#999; }

/* -- SECONDARY WINDOW -- */

.secondarywindow { 
	float:left; 
	width: 900px; 
	padding: 0; 
	background:#FDFDFE:
	height: 215px;
}
.secondarywindow .secondarycanvas { 
	float:left; 
	width: 300px;
	height:215px;
	background:#FDFDFE;
	
}
.secondarywindow .secondarycanvas .content { 
	margin: 2px; 
	padding:10px;
	height:180px;
	background:#FDFDFE:
}
.secondarywindow .secondarycanvas .header {
	height: 32px; 
	width:auto;
	background: #799D4C;  
	color:white;
	padding-left:10px;
	padding-top:9px;
}




/* Footer */
.footer { float:left; width:890px; margin-top: 16px; margin-left:10px;  font-size:0.7em; color:#666; line-height:1.5em; }

.footer a { color:#666; }
.footer a:hover { color:#94C83C; }

.bottompspace { float:left; height:30px; width:900px; background-color: transparent; }



