/*
***********************************************************

BuildingStar Corporate Services
Corporate Homepage Screen Styles

***********************************************************
*/

* {
		margin: 0px;
		padding: 0px;
		}
		
body {
		border: 0px;
		width: 100%;
		background: #424242 url(../images/bg/bg_corporate.gif) repeat-x;
		color: #fff;
		font-size: 11px;
		font-family: "Tahoma", helvetica, sans-serif;
		line-height: 1.4em;
		text-align: center;
		padding-bottom: 20px;
		}

/* Links */

a:link, a:visited, a:active {
		text-decoration: none;
		color: #fff;
		}
		
a:hover {
		text-decoration: none;
		color: #F9EC00;
		}
		
		
/* Banner */ 

#bannerhome {
		background:  #fff;
		height: 350px;
		clear: both;
		position: relative;
		}
		
		
/* Page Container - centered 770px */

#container {
		margin: 0 auto;
		position: relative;
		width: 770px;
		height: auto;
		text-align: left;
		}
		
		
/* ----- top header - 770px x 94px ----- */ 
		
#header {
		position: relative;
		width: 770px;
		height: 94px;
		margin-left: auto;
		margin-right: auto;
		clear: both;
		display: block;
		}
		
#headerleft {
		width: 513px;
		height: 94px;;
		float: left;
		background:  url(../images/header/header_corporate.gif) no-repeat 20px 0px;
		}
	
#headerright {
		width: 257px;
		height: 94px;
		float: left;
		}
		
#login {		
		height: 20px;
		clear: both;
		z-index: 100;
		}

#login li {	
		list-style: none;
		float: left;
		}
		
#login a {	
		text-decoration: none;
		display: block;
		height: 20px;
		text-indent: -5000px; 
		}
		
#login #branch {
		background:  url(../images/corporate/login_branch.gif) no-repeat 0px 0px;
		width: 87px;
		}
	
#login #branch:hover {
		background-position: 0 -20px;
		}

#login #client {
		background:  url(../images/corporate/login_client.gif) no-repeat 0px 0px;
		width: 82px;
		}

#login #client:hover {
		background-position: 0 -20px;
		}

#login #employee {
		background:  url(../images/corporate/login_employee.gif) no-repeat 0px 0px;
		width: 78px;
		}
	
#login #employee:hover {
		background-position: 0 -20px;
		}
		
		
/* Footer */ 
		
#footercorporate {
		position: relative;
		width: 770px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		color: #fff;
		}