/* Specifies default page layout */

body {
	margin, padding: 0px;
	background-color: #cacaca;
}

/* Begin shadow border */
#container {
	margin: 0px auto 0px auto;
	width: 610px;
	background-color: white;
	overflow: auto;
}

#top-shadow {
	margin: 0px auto 0px auto;
	width: 720px;
	height: 40px;
	background-image: url('../images/template/stopshadow.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: auto;
}

#bottom-shadow {
	margin: 0px auto 20px auto;
	width: 720px;
	height: 45px;
	background-image: url('../images/template/sbottomshadow.jpg');
	background-position: top;
	background-repeat: no-repeat;
}

#left-shadow{
	background-image: url('../images/template/leftshadow.gif');
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	width: 720px;
}

#right-shadow{ 
	background-image: url('../images/template/rightshadow.gif');
	background-position: right;
	background-repeat: repeat-y;
	width: 720px;
}
/* End shadow border */

/* Begin page header */
#corporate-banner {
	margin: 0px;
	padding: 8pt 0pt 10pt 13pt;
	height: 60px;
	position: relative;
	overflow: none;
	border-bottom: none;
}

#diagonal-banner {
	background-image: url('../images/template/diagonal-banner.png');
	background-repeat: no-repeat;
	height: 157px;
	width: 157px;
	position: absolute;
	top: 0px;
	left: 453px;
}

#page-header {
	overflow: auto;
	border-bottom: 2px solid black;
}

#corporate-logo {
	width: 228px;
	height: 49px;	
	background-repeat: no-repeat;
}

#mindleaders-login {
	background-image: url('../images/template/ml-login-background.gif');
	height: 153px;
	width: 197px;
	background-color: #505050;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 20px 0px 0px 13px;
	float: left;
}

#mindleaders-login label {
	color: #eeeeee;
	font-weight: bold;
}

#mindleaders-login #enter-button {
	margin-left: 111px;
}

#page-image {
	height: 173px;
	width: 400px;
	background-color: #cacaca;	
	background-image: url('../images/template/headingphotos/5.jpg');
	float: right;
}
.home #page-image {
	background-image: url('../images/template/headingphotos/2.jpg');
}
.aboutus #page-image {
	background-image: url('../images/template/headingphotos/1.jpg');
}
.contact #page-image {
	background-image: url('../images/template/headingphotos/3.jpg');
}
.products #page-image {
	background-image: url('../images/template/headingphotos/5.jpg');
}
.solutions #page-image {
        background-image: url('../images/template/headingphotos/4.jpg');
}
.demos #page-image {
	background-image: url('../images/template/headingphotos/6.jpg');
}


#main-nav {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #008cd1;
	height: 25px;
	width: 100%;
}

#main-nav .navlink {
  display: block;
  float: left;
  height: 25px;  
  padding-right: 3.0%;
  padding-left: 3.0%; 
  border-right: 1px solid #555555;
  font-weight: bold; 

}

#main-nav .navlink.on {
	background-color: #016db6;
	color: black;
	font-style: italic;
}
	
#main-nav a {    
  display: block;  
  margin-top: 5px;
  text-decoration: none;  
  color: white;
  font-weight: bold;
}



#main-nav a:hover {
 color: black;	
}
/* End page header */

/* Begin page content */
#page-content {
	padding: 12px 17px 17px 21px;	
}
/* End page content */

/* Begin page footer */
#page-footer {
}

#copyright-notice {
	background-color: #016db6;
	width: 200px;
	float: left;
	height: 50px;
	padding-left: 10px;
	margin-top: 13px;
}

#copyright-text {
	font-size: 9px;
	color: #ffffff;
}

#copyright-text a {
	color: red;
}

#footer-nav {
	background-color: #016db6;
	background-repeat: repeat-x;
	width: 390px;
	float: right;
	height: 50px;	
	padding-left: 10px;
	position: relative;
}

#footer-nav .navlink {
  display: block;
  float: left;
  height: 17px;
  position: relative; 
  top: 16px; 
  padding-right: 1.0%;
  padding-left: 1.0%;
  border-right: 1px solid #555555;
}

#footer-nav a {    
  display: block;  
  font-size: 9px;
  margin-top: 2px;
  text-decoration: none;  
  color: #ffffff;

}

/* End page footer */


