@charset "utf-8";

/* CSS imports. Tried to keep in minimum. */

@import "base.css";
@import "base.forms.css";

/* Layout
----------------------------------------------------------- */
html, body { width: 100%; height: 100%; }
body {
	text-align: center;
	background: #ebe8e4 url(../i/body-bg.jpg) repeat left top;
}
#Wrapper {
	width: 100%; min-height: 669px;
	background: url(../i/wrap-bg.jpg) repeat-x left top;
}
#Container {
	width: 960px; margin: 0 auto;
	text-align: left; padding: 0 0 40px;
}
#Main, #Work, #Contact, #Head, #GrandOneContact {
	padding: 40px 60px 40px 40px;
}
.Col {
	position: relative; float: left;
}
#Head {
	background: url(../i/hr-1.gif) no-repeat left bottom;
	padding: 30px 20px;
}
#Logo, #McfLogo {
	position: relative; float: left; left: 2px;
	width: 203px; height: 60px; margin: 0; padding: 0;
	background: url(../i/logo.gif) no-repeat left top;
}
#McfLogo { float: right; left: 0px; width: 280px; background-image: url(../i/mycashflow-logo.gif); }
#Logo a, #McfLogo a {
	display: block;
	width: 203px; height: 60px;
}
#McfLogo a { width: 280px; }
#Logo a span, #McfLogo a span {
	position: absolute; left: -999em;
}
#Nav {
	position: relative; float: right;
	margin: 0; list-style: none outside;
}
#Nav li {
	position: relative; float: left;
	margin: 10px 0 10px 5px;
}
#Nav li a {
	position: relative; float: left;
	padding: 9px 19px; margin: 0;
	font-size: 11px; line-height: 20px;
	text-transform: uppercase; letter-spacing: 1px;
	text-decoration: none; background: #ebe7e1;
	border: 1px solid #d1cfc5;
}
#Nav li a:hover,#Nav li a.nav-now { background: #f5f3f0; }
#Main {
	padding: 40px 0;
	background: url(../i/hr-2.gif) no-repeat left bottom;
}
#Main .Col, #GrandOneContact .Col {
	width: 380px;
	padding: 0 40px 0 60px;
}
#Work {
	padding: 40px 0;
	background: url(../i/hr-3.gif) no-repeat left bottom;
}
#Work h2 {
	margin-left: 20px;
}
#Work .Col {
	width: 220px;
	padding: 0 40px 20px 60px;
}
.CaseThumb {
	display: block; background: #e0ded7;
	width: 220px; height: 80px;
	margin: 0 -20px; padding: 20px;
}
.CaseThumb img {
	display: block;
	margin: 0; padding: 0;
}
.CaseThumb:hover {
	background: #FFF;
}
.Case p {
	font-size: 10px;
}
.WorkDesc {
	height: 60px;
	line-height: 15px;
}
.Case .MoreButton {
	font-size: 10px; padding: 4px 9px;
}
#Contact, #GrandOneContact {
	padding: 40px 0;
	background: url(../i/hr-3.gif) no-repeat left bottom;
}
#Contact h2 {
	margin-left: 20px;
}
#ContactInfo {
	width: 240px;
	padding: 0 60px;
}
#ContactForm {
	width: 540px; padding: 20px;
	background: #e0ded7;
}
#FromWho {
	position: relative; float: left;
	width: 252px; margin: 0 20px 0 0;
}
#Message {
	position: relative; float: left;
	width: 252px;
}
#SubmitContact {
	clear: both;
}
#SubmitContact button { float: right; }

#PersonalContacts { position: relative; float: none; width: 100%; clear: both; }

#PersonalContacts .NarrowCol {
	position: relative; float: left; clear: none;
	width: 160px; padding: 40px 20px 40px 60px;
}
#PersonalContacts .NarrowCol * { margin: 0; padding: 0; }

/* Partnerit
----------------------------------------------------------- */

.PartneriLogo { float: left; margin: 14px 19px 24px -59px; padding: 0; border: 1px solid #e0ded7; }
.PartneriLogo img { display: block; margin: 0; padding: 0; }

/* ----------------------------------------------------------------------------------------------------------------*/

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color: #343025;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	display:none;
	border: 0;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display: block; margin: 20px 20px 0;
	border: 1px solid #bbb9b1;
}

#TB_caption{
	padding: 20px;
	float: left;
}

#TB_closeWindow{
	padding: 20px;
	float: right;
}


#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

