/* 
BlueBusiness HTML Template
by Mokush - http://mokush.carbonmade.com/
Version: 1.3 - September 17 09

bluebusiness-base
main CSS
*/

/* general */
body {	
	background: #383838 url(../images/bluebusiness-blue-background.jpg) repeat-x top left;
	text-align: center;
}

h1 {
	font-size: 2em; /* 24px */
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
}

h2 {
	line-height: 1.5em;
	font-size: 1.50em;
	font-weight: normal;
	font-style: italic;
	color: #333333;
}

/* main grid */

.main-container {	
	margin: 0px auto;
	text-align: left;
	
	width: 877px;
	overflow: hidden;	
}

/* HEADER */

.header {
	height: 130px;
	overflow: hidden;
}

/* logo */

.header h1 {
	margin: 0px;
}

.bluebusiness-logo {
	float: left;
	display: block;
	width: 374px;
	height: 110px;
	margin-top: 5px;
	display: inline;
	
	background: url(../images/lomocologo.png) no-repeat;
}

a.bluebusiness-logo:focus {
	background-color: transparent;
}

.bluebusiness-logo span {
	display: none;
}

/* header-menus */

.header-menus {
	float: right;
	height: 36px;
	padding-left: 10px;
	background: url(../images/header-menus-left.png) no-repeat left top;
}

.header-menus-inner {
	height: 36px;
	background: url(../images/header-menus-right.png) no-repeat right top;
	padding-right: 10px;
}

.header-menus ul {	
	overflow: hidden;
	height: 36px;
	padding: 0px 10px;
	background: url(../images/header-menus-tile.png) repeat-x left top;
	
	list-style-type: none;
	margin: 0px;
}

.header-menus ul li {
	float: left;
	padding-right: 10px;
	padding-top: 10px;
	
	line-height: 1em;
}

.header-menus ul li:last-child {
	padding-right: 0px;
}

.header-menus ul li a {
	padding: 5px 5px 5px 12px;
	background-position: left center;
	background-repeat: no-repeat;
	
	color: #fff;
	text-decoration: none;
}

.header-menus ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.mail-icon {
	background-image: url(../images/mail-icon.gif);
}

.user-icon {
	background-image: url(../images/user-icon.gif);
}

/* MENUBAR */

.menubar {
	position: relative;
	height: 43px;
	padding-left: 7px;
	background: url(../images/menubar-left.png) no-repeat left top;
}

.menubar-inner {
	height: 43px;
	overflow: hidden;
	padding-right: 7px;
	background: url(../images/menubar-right.png) no-repeat right top;
}

.menubar ul {
	width: 100%;
	padding: 4px 0px;
	overflow: hidden;
	background: url(../images/menubar-tile.png) repeat-x left top;
	
	list-style-type: none;
	margin: 0px;	
}

.menubar ul li {
	float: left;
	overflow: hidden;
}

.menubar ul li a {	
	display: block;
	float: left;
	padding: 12px 37px;
	
	font-weight: bold;	
	color: #222222;
	font-size: 1.17em; /* 14px */
	text-decoration: none;		
	line-height: 1em;
}

.menubar ul li a:hover {
	padding: 12px 37px;
	text-decoration: underline;	
}

.menubar ul li.current-item a {	
	text-decoration: italic;	
}

/* PROMO BANNER */

.banner {	
	background: url(../images/bluebusiness-banner-background.jpg) no-repeat left top;
	overflow: hidden;
	margin-top: -10px;
	height: 234px;	
	padding: 30px 30px 0px 30px;
}

.banner-inner {
	height: 234px;	
	padding: 30px 30px 0px 30px;
	background: url(../images/big-lights.png) no-repeat left top;
}

/* welcome message */

.welcome-message {
	float: left;
	width: 500px;
	color: #fff;
}

.welcome-message h1 {
	font-size: 2.5em;
	line-height: 1.5em;
	color: #bdeaff;
	margin: 0px;
}

.welcome-message p {
	font-size: 1.15em;
	margin: 0em 0em 0.5em;	
}

.welcome-message .more-button {
	display: block;
	width: 221px;
	height: 38px;
	margin-top: 10px;
	margin-left: 10px;
	background: url(../images/bigbluebutton.png) no-repeat left top;
	
	font-size: 1.50em; /* 18px */
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 2em;
	
	opacity: 0.6;
}

.welcome-message .more-button:hover {
	color: #fff;
	opacity: 1;
	
	text-decoration: none;
}

/* latest projects */

.latest-projects {
	float: right;
	width: 275px;
	height: 255px;
	margin-top: -20px;
	margin-right: -30px;
	overflow: hidden;
}

.latest-projects h1 {
	font-size: 2.00em; /* 24px */	
	color: #bdeaff;
}

.latest-projects a img {

}

.latest-projects a span {
	display: block;
	font-size: 0.92em; /* 11px */
	padding-bottom: 10px;
}

.latest-projects-items {	
	width: 224px;
	height: 100px;
	overflow: hidden;
	border: 3px solid #fff;
	margin: 3px 0px;
}

.latest-projects a {
	color: #fff;
	opacity: 0.8;
}

.latest-projects a:hover {
	opacity: 1;
	color: #fff;
}

.latest-projects .more-button {
	float: right;
	display: block;
	width: 96px;
	height: 27px;
	margin-top: 15px;
	background: url(../images/smallbluebutton.png) no-repeat left top;
		
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 2em;
	
	opacity: 0.6;
}

.latest-projects .more-button:hover {
	color: #fff;
	opacity: 1;
	
	text-decoration: none;
}

.contact-info {
	padding-left: 10px;
}

/* FOOTER */

.footer {
	border-top: 1px solid #000;
	background-color: #131313;
	text-align: center;
	overflow: visible;
}

.footer-inner {	
	position: relative;
	width: 877px;
	overflow: hidden;
	margin: -0px auto;
	padding: 20px 0px;
	top: -1px;
	border-top: 10px solid #fff;
	background-color: #0b0b0b;
	
	text-align: left;
}
.footer-index {	
	position: relative;
	width: 877px;
	overflow: hidden;
	margin: -0px auto;
	padding: 20px 0px;
	top: -1px;
	
	background-color: #0b0b0b;
	
	text-align: left;
}


/* footer legal */

.footer-legal {	
	float: right;
	margin-right: 20px;
	display: inline;
	padding-top: 60px;
	background: url(../images/bluebusiness-footer-logo.jpg) no-repeat top right;
	
	color: #5d5d5d;
	font-size: 0.83em; /* 11px */
	text-align: right;
}

.footer-legal p {
	margin: 0px;
}

/* footer menus */

.footer {
	
}

.footer ul {
	list-style-type: none;
	margin: 0px;
}

.footer a {
	font-size: 0.92em; /* 11px */
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer strong {
	display: block;
	padding-bottom: 5px;
	
	color: #c7c7c7;
	font-size: 1.17em; /* 14px */
	font-weight: normal;
}

.footer ul {
	float: left;
	width: 130px;
	padding-left: 30px;
}

.footer .current-item {
	font-weight: bold;
	text-decoration: underline;
}

.footer ul li {
	line-height: 1.3em;
}

/* CONTENT */

.content {
	width: 807px;
	overflow: hidden;
	padding: 20px 35px;
	background: #fff url(/images/contentbg.png) no-repeat top;
	margin-top: -2px;	
}

.main-column {
	float: left;
	width: 530px;
}

.right-column {
	float: right;
	width: 230px;	
}

.content h1 {	
	border-bottom: 1px solid #ededed;
}

.content .latest-news ul {
	list-style-type: none;
	margin: 0px;
}

.content .latest-news h2 {
	margin: 0px;
}

.content .latest-news ul li {
	padding-left: 30px;
	line-height: 1em;
	
}

.content .latest-news a {
	float: left;
	clear: both;
	padding-left: 10px;
	background: url(../images/blue-arrows.jpg) no-repeat left 5px;
	margin-top: 10px;
	display: inline;
	line-height: 1.2em;
}
	
.content .latest-news a:focus {
	color: #0097d8;
}

.content .latest-news em {
	display: block;
	clear: both;
	padding: 5px 0px 10px 10px;
	
	font-size: 0.92em; /* 11px */
	color: #a0a0a0;
}

.content .story {
	overflow: hidden;
	padding-bottom: 10px;
}

.content .align-right {
	float: right;
	margin-left: 10px;
	display: inline;
}

/* animated innerfade */

.innerfade-title{
       position: absolute;
       bottom: 20px;
       left: 0;
       z-index: 290;
       width: 100%;
       background: #00a7ee url(img/title-bg.png);
       height: 34px;
       filter:alpha(opacity=80);
       -moz-opacity: 0.8;
        opacity: .8;
        border-top: 1px solid white;
}
.innerfade-title h2{
        color: white;
        font-weight: bold;
       margin-top: 0;
       margin-bottom: 0;
              text-align: center;
       font-family: Arial;
       font-size: 16px;
       font-style: italic;
       line-height: 34px;
}
.mycontrolboxclass{
        position: absolute;
        right: 35px;
        top: 20px;
}