@charset "utf-8";
/* 			MIGHTYFINE CSS Document 			*/
html{height:100%}
body{
	font-family:Calibri, "Trebuchet MS", verdana, "Arial Black";
	font-size:12px;
	line-height:1.7em;
	color:#000000;
	height:100%
}

p,a{
	font-family:Calibri, "Trebuchet MS", verdana, "Arial Black";
	font-size:1em;
	color:#000000;
	text-decoration:none;
	padding:0 5px 10px 5px;
	text-align:justify;
}

a:hover{text-decoration:underline;}

h1{
	font-family:Calibri, "Trebuchet MS", verdana, "Arial Black";
	font-size:2em;
	padding:0 5px 25px 5px;
}
h2{
	font-family:Calibri, "Trebuchet MS", verdana, "Arial Black";
	font-size:1.7em;
	font-weight:bold;
	padding:15px 5px 10px 5px;
}
h3{
	font-family:Calibri, "Trebuchet MS", verdana, "Arial Black";
	font-size:1.6em;
	padding:0 5px 10px 5px;
}

img{border:none;}

strong{font-weight:bold}

/* 			MIGHTYFINE LAYOUT GLOBAL			*/
#contain{position: relative;min-height: 100%;}
#footer{
	clear:both;
	margin:-233px 0 0 0;
	height:233px;
	width:100%;
	background:url(../images/footer-bk.jpg) repeat-x;
	display:none;
	z-index:-1;
}
#clearfooter{clear:both;height:233px;width:100%}

#logo{
	float:left;
}

/* 			MIGHTYFINE LAYOUT HOME PAGE			*/

#wrap{
	margin: 0 auto;
	padding: 150px 0 0px 0;
	width:727px;
	overflow:hidden;
	display:none;

}

/* 			MIGHTYFINE LAYOUT INSIDE PAGE			*/

#wrap-business{
	margin: 0 auto;
	padding: 10px 0 0 0;
	width:749px;
	overflow:hidden;
	display:none;
	z-index:10;
}
#content {
	margin: 0 auto;
	width:749px;
	padding: 10px 0 233px 0;
	display:none;
	z-index:10;	
}
#col-a {
	float:left;
	width:360px;
	overflow:hidden;
}
#col-b {
	float:left;
	width:360px;
	overflow:hidden;
	padding-left:25px;
}

/* 			MIGHTYFINE LAYOUT NAVIGATION		*/

#business-nav{
	float:left;
	margin:55px 12px 0 24px;
}
#business img{padding:0 39px;}

#business, #business ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#business a {
	display: block;
	padding:.5em;
	width: 13em;
	text-align:center;
}

#business li { /* all list items */
	float: left;
	text-align:center;
	width: 13em; /* width needed or else Opera goes nuts */

}

#business li ul { /* second-level lists */
	position: absolute;
	background:#CCCCCC;
	width: 14em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#business li:hover ul, #business li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#creative-nav{
	float:left;
	margin:55px 0 0 12px;
}

#creative img{padding:0 30px 0 20px;}

#creative, #creative ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#creative a {
	display: block;
	padding:.5em;
	width: 13em;
	text-align:center;
}

#creative li { /* all list items */
	float: left;
	width: 13em; /* width needed or else Opera goes nuts */
	text-align:center;
}

#creative li ul { /* second-level lists */
	position: absolute;
	background:#CCCCCC;
	width: 14em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#creative li:hover ul, #creative li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.toplink{height:20px;}
a.last{margin-bottom:10px;}
.logos{padding:15px 0;margin:0 auto;display:block;}
/*
 * FIX: "business" & "creative" now 
 * 		not a links
 * by Aleksey Stepanov 
 * 
 */
ul#creative li img,
ul#business li img
{
	cursor:pointer;
	height: 20px;
}
/*
 * FIX: ul styling
 * by Aleksey Stepanov 
 * 
 */
#content li
{
	list-style-type: none;
	margin-bottom:10px;
	margin-left:0;
	padding-left:3em;
	background:url(../images/tick.png) no-repeat;
	background-position:15px 5px;
}
#content ul.link-lists li{
	list-style-type: none;
	margin-bottom:10px;
	margin-left:0;
	padding-left:2em;
	background:none;
}
/*
 * Add: quotestyling
 * by Aleksey Stepanov 
 * 
 */
#content blockquote
{
	font-style:italic;
	margin:10px 0;
}
#content .signature
{
	font-weight:bold;
	text-align:right;
}
/*
 * FIX: content div height
 * by Aleksey Stepanov 
 * 
 */
#content 
{
	display:block; 
	overflow: hidden;
}
/*
 * FIX: fix ie fade bug, but don't break the design
 * by Aleksey Stepanov 
 * 
 */
#fade-wrapper
{
	background-color: #fff;
	display: none;
	height: auto;
	overflow: hidden;
}
/*
 * FIX: fix ie fade bug, but don't break the design
 * by Aleksey Stepanov 
 * 
 */
#content > *
{
	display: none;
}
/*
 * FIX: clearfooter now not need
 * by Aleksey Stepanov 
 * 
 */
#clearfooter
{
	display:none;
}
body, p, a, h1, h2, h3 
{
	font-family:Calibri, "Trebuchet MS", Verdana, "Arial Black";
}
/*
 * FIX: main menu dropdowm blink
 * 
 */
ul#creative li ul,
ul#business li ul
{
	z-index:1000;
}

/* Contact Button */

.contact-bttn img{
	display:block;
	margin:0 auto;
}
/*
 * ADD: external links icon
 * by Aleksey Stepanov
 */ 
a.external {
    background: url(../images/external-link.gif) right 3px no-repeat;
    padding-right: 13px;
}

a.end {
border-top:1px dashed #333333;
}

