body, p, div, h1, h2, h3, h4, h5, h6, table, tbody, tr, td, span, blockquote, a, abbr, address, cite, code, img, ul, ol, li, dl, dd, dt, form, label, fieldset, caption, input, textarea, button {
	border:0;
	outline:0;
	font-family:Arial, Helvetica, Sans-Serif;
	color:#fff;
	vertical-align:baseline;
	list-style:none;
	text-decoration:none;
	line-height:1.5em;
	margin:0;
	padding:0
}
@font-face {
	font-family: 'OstrichSansBlack';
	src: url('Fonts/ostrich-black-webfont.eot');
	src: url('Fonts/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'),  url('Fonts/ostrich-black-webfont.woff') format('woff'),  url('Fonts/ostrich-black-webfont.ttf') format('truetype'),  url('Fonts/ostrich-black-webfont.svg#OstrichSansBlack') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background:#087830;
	font-size:14px
}
div#wrap {
	width:980px;
	position:relative;
	margin:0 auto!important
}
div#sidebar {
	width:220px;
	height:100%;
	float:left;
	background:#2c2c2c;
	border-right:1px solid #2e2f2f;
	position:fixed
}
a#logo {
	text-align:center;
	display:block;
	border-bottom:1px solid #353535;
	width:100%;
	position:relative;
	z-index:999;
	opacity:1;
	-webkit-transition:all 300ms;
	-moz-transition:all 300ms;
	-o-transition:all 300ms;
	transition:all 300ms;
	padding: 15px 0 9px 0;
}
ul#navigation {
	margin-top:10px;
	margin-right:-5px;
	position:relative;
	width:220px;
	z-index:999
}
ul#navigation li {
	border:none;
	background:none;
	margin:0;
	padding:0
}
ul#navigation li a:link, ul#navigation li a:visited {
	text-decoration:none;
	font-family:'OstrichSansBlack', Arial, sans-serif;
	margin-bottom:1px;
	width:auto;
	font-size:20px;
	text-align:left;
	padding-left:10px !important;
	display:block;
	transition:all 200ms;
	-webkit-transition:all 200ms;
	-moz-transition:all 200ms;
	-o-transition:all 200ms;
	padding:5px 10px 5px 0
}
ul#navigation li a:hover, ul#navigation li a.active {
	background:#1b1b1b;
	color:#FFF;
}
p#language {
	margin-top:10px;
	margin-right:-5px;
	width:220px;
	z-index:999;
	text-decoration:none;
	margin-bottom:1px;
	width:auto;
	font-size:10px;
	text-align:right;
	padding-left:10px !important;
	padding:0 10px 0 0;
}
div#container {
	width:730px;
	float:right;
	padding-right:25px;
	left:-5px;
	position:relative;
	padding-top:0;
	background:#2eac65;
}
div.page {
	margin-bottom:5px solid #dbdbdb;
	margin-bottom:0;
	padding-top:20px
}
div.page_content {
	padding:20px 0 40px 25px
}
div#container h3.page_title {
	font-family: 'OstrichSansBlack';
	margin-left:25px;
	font-size:35px;
	color:#fff;
	border-bottom:1px solid #fff;
	text-shadow:1px 1px 2px #185477;
	line-height:2;
	padding:5px 0 0px 0px
}
/* -- Header Tagline --*/
div.tag_content {
	padding:0 0 0 25px
}
h3.tagline {
	font-family: 'OstrichSansBlack', Arial, sans-serif;
	font-size:23px;
	color:#eaeaea;
	text-shadow:1px 1px 0 #1a1a18;
	text-align:left;
	padding:10px 5px;
	border-bottom:1px solid #fff
}
h3.telephone {
	font-family: 'OstrichSansBlack', Arial, sans-serif;
	font-size:35px;
	color:#1a1a18;
	text-shadow:1px 1px 0 #eaeaea;
	text-align:right;
	padding: 0 0 20px 0;
}
div#containertracking h3{
	font-family: 'OstrichSansBlack', Arial, sans-serif;
	font-size:23px;
	color:#eaeaea;
	text-shadow:1px 1px 0 #1a1a18;
	text-align:left;
	padding:10px 5px;
}
/* -- About Images --- */
div#about_images {
	margin-top:10px;
	overflow:visible!important;
	width:725px;
}
div#about_images img {
	width:28%;
	min-height:150px;
	position:relative;
	margin-right:26px;
	margin-bottom:18px;
	float:left;
	cursor:pointer;
	transition:all 500ms;
	-webkit-transition:all 500ms;
	-moz-transition:all 500ms;
	-o-transition:all 500ms;
	background:#fff;
}
div#about_images img:hover {
	top:-10px!important;
	opacity:.5!important
}
/* -- Social Icons -- */
.social_icons {
	margin:0 auto;
	margin-top:20px;
	background:#087830;
	border-radius:2em;
	line-height:45px;
	height:45px;
	width:142px;
}
.social_icons li {
	display:inline;
	padding:0px !important;
	margin:0px;
}
.social_icons li img {
	border:0px !important;
}
/*-- Contact Form --*/
#contact_form input {
	background:#087830;
}
fieldset#contact_form {
	width:100%;
	float:left
}
fieldset#contact_form textarea {
	width:97.5%;
	background:#087830;
	height:150px
}
fieldset#contact_form button, .right {
	float:right
}
/*-- Footer --*/
div.footer {
	text-align:center;
	font-size:12px;
	margin-top:40px;
	padding:15px 0
}
/*-- Go To Top --*/
.gotop {
	position:fixed;
	right:15px;
	bottom:15px;
	opacity:.3;
	padding:10px;
	color:#fff;
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	z-index:999;
	transition:all 300ms;
	-webkit-transition:all 300ms
}
.gotop:hover {
	color:#eee;
	opacity:.7
}
.gotop.hidden {
	display:none;
	opacity:0
}
a.gotop {
	text-decoration:none!important
}
/*-- General --*/
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#1d1d1d
}
h4.dark {
	font-family: 'OstrichSansBlack';
	color: #1a1a18;
	text-shadow: 1px 1px 0px #eaeaea;
	font-size: 28px;
	margin-top:20px;
}
/*-- Others --*/
img.no_border {
	border:none!important
}
/*-- Dividers --*/
.one_half {
	float:left;
	width:50%
}
.one_third {
	float:left;
	width:33.33%
}
.one_fourth {
	float:left;
	width:25%
}
.two_third {
	float:left;
	width:66.66%
}
.form_right {
	float:right;
	width:50%;
}
.form_left {
	float:left;
	width: 50%;
}
.add_left {
	float:left;
	width:33.33%
}
.add_right {
	float:left;
	width:66.66%
}
.one_half > .column_content, .one_third > .column_content, .one_fourth > .column_content, .one_half > div, .one_third > div, .one_fourth > div {
	padding-right:15px
}
.last > .column_content, .last > div {
	padding-right:0
}
.one_half.last > .column_content, .one_half.last > div {
	padding-left:15px
}
.one_third.first > .column_content, .one_third.first > div {
	padding-right:20px;
	padding-left:0
}
.one_third > .column_content, .one_third > div {
	padding-left:10px;
	padding-right:10px
}
.one_third.last > .column_content, .one_third.last > div {
	padding-left:20px;
	padding-right:0
}
.column_content {
	margin-top:20px;
}
.column_content p {
	margin-left:68px;
}
.column_content h4 {
	font-family: 'OstrichSansBlack';
	color:#1a1a18;
	text-shadow:1px 1px 0px #eaeaea;
	font-size:28px;
}
.first {
	clear:left
}
.last {
	clear:right
}
.left {
	float:left
}
.clear {
	clear:both
}
.space {
	display:block;
	float:left;
	clear:both;
	margin:10px 0
}
ul li {
	line-height:2;
	background:url(../images/icons/bullet.jpg) no-repeat left center;
	padding-left:15px;
}
a:link, a:visited {
	text-decoration:underline
}
input, textarea, button {
	background:url(./images/bg/15.png);
	clear:both;
	float:left;
	font-style:italic;
	margin-bottom:1px;
	padding:10px
}
input {
	width:97.5%;
}
button {
	cursor:pointer;
	margin-right:-2px !important;
	font-style:normal
}
ol li {
	list-style:decimal inside;
	padding:5px 0
}
blockquote {
	border-left:5px solid #2c2c2c;
	font-style:italic;
	padding:10px;
	margin:20px;
}
div.page img {
	padding:5px;
	border:1px solid #087830;
	max-width:98%
}
a#logo:hover, a.facebook:hover, a.twitter:hover, a.linkedin:hover, a.dribbble:hover, div.image_gallery img:hover {
	opacity:.5
}

div.misc a, a:hover {
	text-decoration:none
}
div.blogpost a.readmore:hover, ul.pagination a:hover, ul.pagination a.active_page {
	background:url(./images/bg/50.png);
	color:#FFF
}
ol.comments li.comment a.reply:hover, div.tab ul.tab_menu li:hover, div.tab ul.tab_menu li.active {
	background:#8f8f8f;
	color:#FFF
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	position:absolute;
	margin-left:-5px;
	margin-top: 20px;
}
.next {
	position:absolute;
	margin-left: 680px;
	margin-top: 20px;
}
.button {
	color:#fff;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	/* IE hacks */
    zoom: 1;
 *display: inline;
	position: relative;
	overflow: visible;
	display: inline-block;
	padding: 0.5em 1em;
	font-size:12px;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	background-color: #087830;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	-o-background-clip: padding-box;
	/*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
    -webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	/* IE hacks */
    zoom: 1;
 *display: inline;
}
.button:hover, .button:focus, .button:active {
	border-color: #29bc69;
	text-decoration: none;
	color: #fff;
	background-color: #29bc69;
}
.button:active, .button.active {
	color: #fff;
	background-color: #087830;
}

/* overrides extra padding on button elements in Firefox */
.button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
ul.sublist li {
	width: 140px;
	float: left;
}
ul.sublist li {
	background: url('../images/ico-arrow.gif') 0px 10px no-repeat;
	font-size:12px;
}
ul.sublist li a {
	color:#fff;
	text-decoration:none;
}
ul.sublist li a:hover {
	color:#002b44;
}
/* BENEFITS */
ul.benefits li {
	margin: 1px 0 0 20px;
}
ul.benefits li {
	background: url('../images/ico-arrow.gif') 0px 10px no-repeat;
}
/*-- ADDRESS --*/
ul.address li {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size:12px
}
ul.address li h5 {
	font-size: 13px;
}


/*-- GRID --*/
.grid {
	border: 1px solid #087830;
	border-bottom: none;
	border-right: none;
	overflow: hidden;
}
.grid li {
	border-bottom: 1px solid #087830;
	border-right: 1px solid #087830;
	float: left;
	overflow: hidden;
	position: relative;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	padding-left:10px !important;
}
.ie7 .grid li {
	width: 19.9%;
	padding-left:10px !important;
}
.grid li a {
	display: block;
}
.grid img {
	display: block;
	height: auto;
	border:0px !important;
	width: 90%;
	opacity: .65;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.grid li:hover img {
	opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
/* CLIENTS */
#clients li:hover .original_img,  .ie7 #clients li:hover a img, .ie8 #clients li:hover a img {
	opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
#clients li:hover .grayscale_img {
	opacity: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
/* CLIENTS */
#clients .robinson:hover, #clients .robinsons.active {
	background: #66c43c;
}
#clients .wella:hover, #clients .wella.active {
	background: #7d5d50;
}
#clients .fritolay:hover, #clients .fritolay.active {
	background: #f4c130;
}
#clients .hitachi:hover, #clients .hitachi.active {
	background: #c51919;
}
#clients .summitqueen:hover, #clients .summitqueen.active {
	background: #f7f7f7;
}
#clients .thaibritish:hover, #clients .thaibritish.active {
	background: #fdfef8;
}
#clients .pepsico:hover, #clients .pepsico.active {
	background: #ffffff;
}
#clients .sunsweetthai:hover, #clients .sunsweetthai.active {
	background: #fefefe;
}
#clients .campaign:hover {
	background: transparent;
}
.flex-control-nav {
	display:none;
}
/*-- Request Quote--*/
.rform {
	margin:0px;
	padding:0px;
	width: 100%;
}
.rform input.submit {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-weight:bold; 
	color:#ffffff; 
	background:#f00b0b; 
	font-size:20px; 
	text-transform:uppercase; 
	padding: 6px; 
	text-align:center;
	width: 100%;
}
.rform input.submit:hover {
	background: #392E2B;
	color:#ffffff;
}
.rform select{
    width: 100%;
	font-weight:normal;
	font-size: 14px;
}
.rform label {
	display:inline-block;
	font-weight:bold;
	font-size: 14px;
	color:#1d1d1d;
	text-align: center;
}
.rform legend {
	display:inline-block;
	padding:0 0 4px 0;
	font-weight:bold;
	font-size: 14px;
	color:#1d1d1d;
}
.rform ul {
	margin: 0;
	padding: 0 0 5px 0;
	font-weight:bold;
	font-size: 14px;
	color:#1d1d1d;
}
.rform em{
	font-size: 12px;
	padding: 0 0 0 5px;
	margin-left: auto;
    margin-right: auto;
	display:inline;
	color:#1d1d1d;
}
.rform input  {
	background:#fff;
	padding: 5px 0;
	color:#1d1d1d;
	width:100%;
}
.rform textarea  {
	background:#fff;
	padding: 5px 0;
	color:#1d1d1d;
	width:100%;
	height:145px;
}
.rform button {
	/*float: right;*/
	margin: 10px 0;
}
.rform_content p {
	padding: 0 0 0 15px;
}
.rform > .one_half > .column_content, .one_third > .column_content, .one_fourth > .column_content, .one_half > div, .one_third > div, .one_fourth > div {
	padding-right:0px;
}
div.rform_content {
	padding:20px 0 40px 15px;
}
.rform ul li {
	padding:0 15px 0 0;
}
.rform h5 {
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
	color: #fff;
}
.warning {
	background: url('../images/warning.png') no-repeat;
	line-height: 60px;
	padding: 0 0 30px 70px;
	color: #1a1a18;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.success {
	background: url('../images/success.png') no-repeat;
	line-height: 60px;
	padding: 0 0 30px 70px;
	color: #1a1a18;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.error {
	background: url('../images/error.png') no-repeat;
	line-height: 60px;
	padding: 0 0 30px 70px;
	color: #1a1a18;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
/*-- Tracking Form--*/
.tform {
	margin:0px;
	padding:0px;
	width: 100%;
}
.tform input.submit {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-weight:bold; 
	color:#ffffff; 
	background:#f00b0b; 
	font-size:20px; 
	text-transform:uppercase; 
	padding: 10px; 
	text-align:center;
	width: 100%;
}
.tform input.submit:hover {
	background: #392E2B;
	color:#ffffff;
}
.tform select{
    width: 100%;
	font-weight:normal;
	font-size: 14px;
}
.tform ul {
	margin: 0;
	padding: 0 0 5px 0;
	font-weight:bold;
	font-size: 14px;
	color:#1d1d1d;
}
.tform em{
	font-size: 12px;
	padding: 0 0 0 5px;
	margin-left: auto;
    margin-right: auto;
	display:inline;
	color:#1d1d1d;
}
.tform input  {
	background:#fff;
	padding: 5px 0;
	color:#1d1d1d;
	width:100%;
}
.tform button {
	/*float: right;*/
	margin: 5px 0 5px 0;
	align: center;
}
.tform_content p {
	padding: 0 0 0 15px;
}
.tform > .one_half > .column_content, .one_third > .column_content, .one_fourth > .column_content, .one_half > div, .one_third > div, .one_fourth > div {
	padding-right:0px;
}
div.tform_content {
	padding:20px 0 40px 15px;
}
.tform ul li {
	padding:0 15px 0 0;
}
.tform h5 {
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
	color: #fff;
}

ul#tracking  {
	border: 2px solid;
	margin: 5px;
}

ul#tracking li {
	background:none;
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:'OstrichSansBlack', Arial, sans-serif;
	margin-bottom:1px;
	width:auto;
	font-size:20px;
	text-align:left;
	padding-left:10px !important;
	display:block;
	transition:all 200ms;
	-webkit-transition:all 200ms;
	-moz-transition:all 200ms;
	-o-transition:all 200ms;
	padding:5px 10px 5px 0
}
/*-- Tracking --*/
table, td, th {
    border: 1px solid white;
}
table {
    width: 100%;
}
td {
    text-align: center;
}
