html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: none;
	border: none;
	margin: 0;
	outline: none;
	padding: 0;
}
html { overflow-x: hidden; }
body {
	background: url('images/background.gif') repeat;
	overflow: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3b5982;
}
html, body {
	width: 100%;
	height: 100%;
}
a { text-decoration: none; }
.clear { clear: both; }
#menu {
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 100;
}
#menu #nav {
	list-style-type: none;
	text-align: right;
}
#menu #nav li a:hover, #menu #nav li.current-item a {
	font-weight: bold;
}

#home .left {
	padding-left: 5%;
	width: 45%;
	float: left;
	padding-top: 100px;
}
#home .right {
	float: left;
	width: 50%;
}
#aboutus .entry {
	width: 55%;
	margin: 0 auto;
	padding-left: 25%;
}
#whatwedo .entry {
	width: 80%;
	margin: 0 auto;
}
#whatwedo ul {
	font-size: 14pt;
	padding: 0 0 0 20px;
}
#whatwedo ul li { padding-bottom: 1em; }
#whatwedo ul li.padding0 { margin: 0; }
#whatwedo ul li.padding1 { margin: 0 0 0 30px; }
#whatwedo ul li.padding2 { margin: 0 0 0 70px; }
#contactus {
	min-height: 643px;
}
#contactus .form {
	width: 45%;
	margin: 0 auto;
	font-size: 14pt;
}
#contactus .form form p { margin-bottom: 10px; }
#contactus .form form label {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
#contactus .form form label.error { display: none !important; }
#contactus .form form input[type=text], #contactus .form form textarea {
	width: 75%;
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14pt;
	padding: 2px 5px;
}
#contactus .form form input.error, #contactus .form form textarea.error {
	border-color: #F22;
	background-color: #FDD;
}
#contactus #send-button {
	margin-top: 10px;
	margin-left: 20%;
	width: 75px;
	height: 31px;
	border: none;
	outline: none;
	cursor: pointer;
	background: url('images/send.jpg') no-repeat;
	text-indent: -9999px;
}
#contactus #send-button:hover, #contactus #send-button:focus {
	background-image: url('images/send-over.jpg');
}
#contactus #send-button:active {
	background-image: url('images/send-click.jpg');
}
#contactus #send-button.loader {
	background: url('images/ajax-loader.gif') no-repeat center center;
}
h1#logo {
	width: 500px;
	height: 281px;
	background: url('images/liquid-logo-b.gif') no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
}
h2#tagline, h3#desc {
	text-align: center;
}
h2#tagline, h4.section-headline {
	font-size: 24pt;
	margin-bottom: 0.7em;
}
h3.sub-logo {
	width: 250px;
	height: 141px;
	background: url('images/liquid-logo-s.png') bottom right no-repeat;
	text-indent: -9999px;
	padding: 25px 0 0 50px;
}
.entry p {
	font-size: 14pt;
	margin-bottom: 0.7em;
}
.blank-box {
	height: 1000px;
}
.liquid {
	width: 234px;
	height: 540px;
	background: url('images/liquid.png') no-repeat;
	margin: 0 auto;
	position: relative;
	top: -540px;
}
#footer {
	height: 150px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
#contactus {
	margin-bottom: -150px;
}
#contactus .border {
	bottom: 150px !important;
}
#footer .footer-tag {
	width: 180px;
	height: 37px;
	background: url('images/tag.gif') no-repeat;
	position: absolute;
	top: 20px;
	right: 0;
	text-indent: -9999px;
}
#footer .copyright {
	position: absolute;
	left: 0;
	bottom: 20px;
}

.border-a, .border-b {
	width: 100%;
	height: 100%;
	position: relative;
}
.border-a .border, .border-b .border {
	width: 100%;
	height: 50%;
	position: relative;
	bottom: 40%;
	left: 0;
	z-index: -1;
}
.border-a .border div {
	background-color: #FFFF00;
}
.border-b .border div {
	background-color: #0000FF;
}
.border .shape-a, .border .shape-b {
	width: 20px;
	height: 100%;
	position: absolute;
	bottom: 0;
}
.border .shape-a { left: 0; }
.border .shape-b { right: 0; }
.border .shape-c {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
}

/* Scroll Bar */
::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 16px;
}
::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}
::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}
::-webkit-scrollbar-track:horizontal {
    border-width: 4px 0 0
}
::-webkit-scrollbar-track:hover {
    background-color: rgba(0,0,0,.05);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
}
::-webkit-scrollbar-track:horizontal:hover {
    box-shadow: inset 0 1px 0 rgba(0,0,0,.1)
}
::-webkit-scrollbar-track:active {
    background-color: rgba(0,0,0,.05);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
}
::-webkit-scrollbar-track:horizontal:active {
    box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07)
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 6px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
}
::-webkit-scrollbar-thumb:horizontal {
    border-width: 6px 1px 1px;
    padding: 0 0 0 100px;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.07);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
}
::-webkit-scrollbar-thumb:active {
    background-color: rgba(0,0,0,0.5);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
}
::-webkit-scrollbar-corner {
    background: transparent
}