@charset "utf-8";

/* CSS imports. Tried to keep in minimum. */

@import "base.css";
@import "base.forms.css";

/* Layout
----------------------------------------------------------- */

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; }


/* Thickbox
----------------------------------------------------------- */

#TB_overlay {
	position: fixed; z-index: 100;
	top: 0px; left: 0px;
	height: 100%; width: 100%;
}

.TB_overlayMacFFBGHack { background: url(url(../i/MacHack.png) repeat; }
.TB_overlayBG {
	background-color: #343025; opacity: 0.60;
	filter: alpha(opacity=60); -moz-opacity: 0.60; 
}

#TB_window {
	position: fixed; background: #ffffff;
	z-index: 102; display: none;
	text-align: left; top: 50%; left: 50%;
}

#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: 20px;
	text-align: right;
	float: right;
}

#TB_ajaxWindowTitle{
	float: left;
	padding: 20px;
}

#TB_ajaxContent{
	clear: both;
	padding: 0 20px 20px;
	overflow: auto;
	text-align: left;
}

#TB_ajaxContent.TB_modal{
	padding: 20px;
}

#TB_load{
	position: fixed; display: none;
	height: 24px; width: 24px; padding: 9px;
	z-index: 103; top: 50%; left: 50%;
	margin: -22px 0 0 -22px; background: #FFF;
	border: 1px solid #bbb9b1;
}

#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%;
}

#TB_iframeContent{
	clear:both; border:none;
}
