/* Reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

body {
	font: normal .8em/1.2 Tahoma, Arial, Helvetica, sans-serif;
	min-width: 800px;
}
img {
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 10px;
}
p,form,ul,ol,dl,blockquote,table,fieldset {
	margin-bottom: 10px;
}
ul,ol,dd,blockquote {
	margin-left: 30px;
}
li {
	margin-bottom: .25em;
}
.break {
	clear: both;
	height: 1px;
}
.clear {
	clear: both;
}
.float_r {
	float: right;
}
.float_l {
	float: left;
}
.col2_l,.col2_r {
	float: left;
	width: 48%;
	padding-right: 10px;
}
.col2_l {
	clear: left;
}
.col2_r {
	padding: 0 0 0 10px;
}
img.float_l {
	margin: 0 20px 20px 0;
}
img.float_r {
	margin: 0 0 20px 20px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.larger {
	font-size: larger;
}
dt {
	font-weight:bold;
	font-size: 1.2em;
	color: #333;
}
dd {
	margin: 5px 0 15px 5px;
	padding-left: 15px;
	border-left: 4px #eee solid;
}
/* Navigation */
#nav {
	margin: 0;
	background: #a8a8a8 url(../images/nav-bg.png) repeat-x 0 100%;
	height: 50px;
	padding-left: 20px;
	z-index: 1000;
	position: relative;
}
#nav li,
#nav li a {
	display: block;
	background: no-repeat 0 -100px;
	float: left;
	height: 50px;
	padding: 0;
	margin: 0
}
#nav li {
	position: relative;
}
#nav li a {
	text-indent: -9999px;
}
#nav li.home a {
	background-image: url(../images/nav-home.png);
	width: 78px;
}
#nav li.scm a {
	background-image: url(../images/nav-scm.png);
	width: 123px;
}
#nav li.profit a {
	background-image: url(../images/nav-profit.png);
	width: 180px;
}
#nav li.services a {
	background-image: url(../images/nav-services.png);
	width: 90px;
}
#nav li.about a {
	background-image: url(../images/nav-about.png);
	width: 100px;
}
#nav li.contact a {
	background-image: url(../images/nav-contact.png);
	width: 111px;
}
#nav li.sp-wind a {
	background-image: url(../images/nav-sp-wind.png);
	width: 150px;
}
#nav li.corp-adv a {
	background-image: url(../images/nav-corp-adv.png);
	width: 106px;
}
#nav li.news a {
	background-image: url(../images/nav-news.png);
	width: 76px;
}
/*
#nav li span {
	width: 20px;
	height: 50px;
	float: left;
	background: transparent url(../images/nav-dropdown-arrow.png) no-repeat 0 100%;
	cursor: pointer;
}
*/

#nav ul {
	background: #fff;
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
	margin: 0;
	border: 1px #eee solid;
	border-top: none;
	box-shadow: 2px 3px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 2px 3px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 3px 3px rgba(0,0,0,.3);
	width: 240px;
}
#nav input {
	width: 170px;
	height: 1.5em;
	line-height: 1.5em;
	margin-bottom: .5em;
}
#nav li:hover ul,
#nav li:hover form {
/* 	display: block; */
}
#nav ul li,
#nav ul li a {
	display: block;
	float: none;
	height: auto;
	width: auto !important;
	text-decoration: none;
	text-indent: 0;
}
#nav ul li a {
	color: #666;
	white-space: nowrap;
	padding: 10px;
	background: #fff url(../images/nav-dropdown-a-bg.png) repeat-x 0 100% !important;
}
#nav ul li a:hover {
	color: #502f22;
}
#nav li.newsletter form {
	left: auto;
	right: 0;
}
#home #nav .home a {
	background-image: url(../images/nav-home-selected.png);
}
#scm #nav .scm a {
	background-image: url(../images/nav-scm-selected.png);
}
#profit #nav .profit a {
	background-image: url(../images/nav-profit-selected.png);
}
#services #nav .services a {
	background-image: url(../images/nav-services-selected.png);
}
.about #nav .about a {
	background-image: url(../images/nav-about-selected.png);
}
#contact #nav .contact a {
	background-image: url(../images/nav-contact-selected.png);
}
#sp-wind #nav .sp-wind a {
	background-image: url(../images/nav-sp-wind-selected.png);
}
#corp-adv #nav .corp-adv a {
	background-image: url(../images/nav-corp-adv-selected.png);
}
#news #nav .news a {
	background-image: url(../images/nav-news-selected.png);
}
/* Main Layout */
#header {
	background: #0177de;
	border-bottom: 1px #ddd solid;
}
#company-info {
	position: relative;
	background: url(../images/sun-water-sm.jpg) no-repeat 100% 0;
	color: #fff;
	height: 130px;
}
#logo {
	position: absolute;
	top: 20px;
	left: 20px;
	border: none;
	behavior: url(/styles/iepngfix.htc);
}
#content {
	padding: 20px;
}
#content strong {
	color: #333
}
a {
	color: #bc5600;
	text-decoration: none;
	background-color: #fcf5e8;
	padding: 0 .25em;
}
a:visited {
	color: #502f22;
}
a:hover {
	color: #502f22;
	text-decoration: underline;
}
a[href^=http],
a[href^=mailto] {
	padding-right: 15px;
	background-image: url(../images/link.png);
	background-position: 98% 50%;
	background-repeat: no-repeat;
}
a[href^=mailto] {
	padding-right: 20px;
	background-image: url(../images/mail_back.gif);
}
ul.pdfs li {
	list-style-image: url(../images/pdf-document.png);
}
h1 {
	font: bold 2.7em/1 Arial, Helvetica, sans-serif;
	color: #0079E0;
	border-bottom: 3px #ddd solid;
	
}
h2 {
	color: #666;
	font: bold 2.2em/1.1 Arial, Helvetica, sans-serif;
}
h3 {
	color: #777;
	font: bold 1.7em/1.1 Arial, Helvetica, sans-serif;
}
p {
	line-height: 1.5em;
}
ul ul {
	margin-top: .25em;
	margin-bottom: .25em;
}
ul.checks li {
	list-style-image: url(../images/li-check.png);
}
ul.checks ul li {
	list-style: disc;
}
/* boxes */

.box {
	padding: 10px 20px;
	background-repeat: no-repeat;
	clear: both;
}
.box > p:last-child {
	margin-bottom: 0;
}
.box.l {
	padding-left: 400px;
	background-position: 0 50%;
}
.box.r {
	padding-right: 400px;
	background-position: 100% 50%;
}
.box.alt {
	background-color: #f9f9f9;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}
.mm {
	font-size: 1.1em;
	font-style: italic;
}
/* profit */
#profit-max {
	background-image: url(../images/profit-max.jpg);
	background-position: 100% 100%;
}
#profit #content {
	padding: 0;
}
#business-process {
	background-image: url(../images/services-business-process.jpg);
}


#business-process {
	background-image: url(../images/services-business-process.jpg);
}
#acquisition-diligence {
	background-image: url(../images/services-acquisition-diligence.jpg);
}
#financial-reporting {
	background-image: url(../images/services-financial-reporting.jpg);
}
#information-technology {
	background-image: url(../images/services-information-technology.jpg);
}
#corporate-finance {
	background-image: url(../images/services-corporate-finance.jpg);
}
