html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body {
	margin: 0;
	padding: 0;
	font: 1em arial;
	line-height: 1.5em;
	color: #000;
	background: #fff url('./images/body_bkgd.png') repeat-x top left;
}
body.home {
	background: #fff url('./images/body_splash_bkgd.png') repeat-x top left;
}

h1 {
	margin: 0;
	padding: 0;
}

div {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

div#header {
	margin: 0 auto;
	width: 803px;
	height: 99px;
	background: #fff url('./images/header_bkgd.png') no-repeat top left;
}
div#header img {
	margin: 34px 0 0 8px;
	border: 0;
}

div#global_nav {
	margin: 0 auto;
	width: 803px;
	height: 35px;
	background: #fff url('./images/global_nav_bkgd.png') no-repeat top left;
}
div#global_nav ul {
	margin: 0 0 0 6px;
	padding: 4px 0 0;
	width: 700px;
	float: left;
}
div#global_nav ul li {
	display: inline;
}
div#global_nav a {
	padding: 4px 8px 8px;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
div#global_nav a:hover, div#global_nav a.active {
	color: #ff9900;
	background-color: #666;
}
div#global_nav a#language {
    padding: 0;
    color: transparent;
}
div#global_nav a#language:hover {
    background-color: transparent;
}
div#global_nav img#flag {
    margin: 4px 12px 0 0;
    padding: 0;
    float: right;
    border: 0;
}

div#splash {
	margin: 0 auto;
	padding: 2px 4px;
	width: 791px;
	height: 370px;
	background-color: #262626;
}

div#splash_small {
	margin: 0 auto;
	padding: 3px 4px;
	width: 791px;
	height: 168px;
	background-color: #262626;
}

div#FlashContent {
    width: 100%;
    height: 100%;
}

div#content {
	margin: 0 auto;
	padding: 20px 14px 63px;
	width: 775px;
	background: #fff url('./images/content_bkgd.png') no-repeat top left;
}
div#content h2 {
	margin: 10px 0;
	padding: 0;
	color: #ff9900;
}
div#content h3 {
	margin: 20px 0 10px;
	padding: 0;
}
div#content h4 {
	margin: 10px 0;
	padding: 0;
	font-size: 14px;
	color: #333;
}
div#content p {
	margin: 10px 0;
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
div#content .orange {
    color: #ff9900;
}

div#content ul {
	margin: 10px 0 0 14px;
	padding: 0;
	line-height: 18px;
	list-style-position: outside;
	font-size: 14px;
	color: #333;
}
div#content div#faq ul {
	margin: 10px 0 0 22px;
	padding: 0;
	line-height: 18px;
	list-style-position: outside;
	list-style-image: url(./images/bullet_a.png);
	font-size: 14px;
	color: #333;
}
div#content div#faq ul li.question {
    list-style-image: url(./images/bullet_q.png);
}
div#twitter_div {
    padding-top: 4px;
}
div#twitter_div ul {
    list-style-image: none;
    list-style-type: disc;
}

table#company_profile {
    margin: 0;
    padding: 0;
    width: 500px;
    font-size: 14px;
    color: #555;
}

table#company_profile td {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

table#company_profile img {
    display: block;
    margin: 0;
    padding: 0;
}

div#content div.portfolio_item {
    margin: 20px auto;
    width: 775px;
}
div#content div.portfolio_item h3 {
    margin: 0;
    padding: 4px 0 2px 0;
    width: 775px;
    text-indent: 11px;
    font-size: 14px;
    color: #ccc;
    background-color: #333;
    font-weight: normal;
}
div#content div.portfolio_item img {
    display: block;
    width: 755px;
    height: 236px;
    border-top: none;
    border-left: 10px solid #333;
    border-bottom: 10px solid #333;
    border-right: 10px solid #333;
}
div#content div.portfolio_item img.tall {
    height: 425px;
}
div#content div.portfolio_item span {
    color: #ff9900;
}
div#content p {
    font-weight: normal;
}
div#content p.client {
    margin: 1px 0 1px;
    padding: 0;
    width: 387px;
    height: 22px;
    line-height: 22px;
    float: left;
    text-indent: 11px;
    font-size: 14px;
    color: #e5e5e5;
    background: #fff url('./images/portfolio_client_bkgd.png') no-repeat top left;
}
div#content p.location {
    margin: 1px 0 1px;
    padding: 0;
    float: right;
    width: 387px;
    height: 22px;
    line-height: 22px;
    text-indent: 11px;
    font-size: 14px;
    color: #e5e5e5;
    background: #fff url('./images/portfolio_client_bkgd.png') no-repeat top left;
}
div#content p.description {
    margin: 23px 0 0;
    padding: 0;
    clear: both;
    width: 775px;
    height: 44px;
    line-height: 22px;
    text-indent: 11px;
    font-size: 14px;
    color: #e5e5e5;
    background: #fff url('./images/portfolio_description_bkgd.png') no-repeat top left;
}

div#content p.sans_client {
    margin: 1px 0 0;
}

div#content form {
    margin: 0;
    padding: 10px 0 0;
}
div#content form label {
    margin: 8px 0 0;
    padding: 0;
    line-height: 18px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

div#content form span.error {
    color: #990000;
}

div#content form input {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 14px;  
}
div#content form input.submit {
    margin: 16px 0 0;
}
div#content form textarea {
    width: 400px;
    height: 120px;
    display: block;
}

div#footer {
    position: relative;
	margin: -43px auto 0;
	width: 100%;
	height: 43px;
	background: #fff url('./images/footer_bkgd.png') repeat-x top left;
}
div#footer p {
	margin: 0 auto;
	padding: 8px 14px 0;
	display: block;
	width: 775px;
	font-size: 11px;
	line-height: 12px;
	color: #999;
}
div#footer a {
    text-decoration: none;
    color: #666;
}
