/*
Theme Name: Unique Forwarding
Description: Custom designed theme for Unique Forwarding LTD
Version: 1.0
Author: Milos Matovic
Author URI: http://www.dm2interactive.com/
*/

/* ------------------- begin reseting elements ------------------- v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* ----------------------------- end reseting elements ---------------------------- */

/* Begin Typography & Colors */
body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	background: #2d3d85 url('images/body-bg.png') top left repeat-x;
	color: #fff;
	text-align: center;
	}

#page {
	text-align: left;
	}

#content {
	font-size: 1.2em
	}

.entry p {
	font-size: 1.05em;
	margin-bottom: 1.5em;
	}

.entry {
	line-height: 1.6em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	background-color: transparent;
	}

h1 {
	font-size: 2em;
	text-align: left;
	}

h2 {
	font-size: 1.8em;
	}

h2.pagetitle {
	font-size: 1.8em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #faff6c;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #9da6cf;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #fff;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #aeb6da;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #fff;
	text-decoration: none;
	}

a:hover {
	color: #9da6cf;
	text-decoration: underline;
	}

/* End Typography & Colors */


/* dropdown menu */
ul#nav {
	float:right;
	background: url(images/nav-bg.gif) top left repeat-x;
	height: 47px;
	margin: 15px 0 0 55px;
}

ul#nav li {
	float:left;
	height: 47px;
	display: block;
}

ul#nav li a {
	display: block;
	float: left;
	padding: 18px 30px 0 30px;
	height: 29px;
	background: url(images/nav-sep.gif) top right no-repeat;
	font-size: 14px;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-shadow: #fff 1px 1px 1px;
	font-weight: 700;
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

ul#nav li a:hover {
	text-decoration: none;
	color: #2d3d85;
}

ul#nav li#first {
	background: url(images/nav-left.gif) top left no-repeat;
}

ul#nav li#last {
	background: url(images/nav-right.gif) top right no-repeat;
	padding-right: 10px;
}

ul#nav li#last a {
	background: none;
}

/* dropdown part */

ul#nav li#submenu dl {
	display: none;
	background: none;
	clear: both;
}

ul#nav li#submenu:hover dl {
	display: block;
	background-color: #ecebec;
	margin-top: 43px;
	margin-right: -5px;
	margin-left: -1px;
	position: absolute;
	z-index: 10000;
}

ul#nav li#submenu:hover dl dd a {
	display: block;
	background: none;
	background-color: #ecebec;
	height: auto;
	width: 158px;
	text-transform: none;
	padding: 0;
	font-weight: normal;
	letter-spacing: normal;
	padding: 8px 10px;
	text-align: left;
	cursor: pointer;
}

ul#nav li#submenu:hover dl dd a:hover {
	display: block;
	width: 158px;
	background-color: #fff;
}

/* end dropdown menu */

ul.nav-footer {
	float: left;
	margin-right: 40px;
}

ul.nav-footer li {
	display: block;
	border-right: 1px solid #1a2562;
	padding: 5px 40px 5px 0;
}

#contact-details {
	float: right;
	text-align: right;
	line-height: 1.4em;
}

#bifa-logo {
	position: absolute;
	bottom: 75px;
	right: 250px;
}

#contact-details strong {
	color: #faff6c;
}

/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

.wrap {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 1;
}

.pad { padding: 20px 0;}

#header {
	width: 980px;
	margin: 42px auto 20px;
	clear: both;
	}
	
#page-head {
	padding: 0 0 20px;
	clear: both;
	margin: 0 auto;
	width: 980px;
}

#logo a {
	background: url(images/logo.gif) top left no-repeat;
	margin: 0;
	height: 65px;
	width: 255px;
	display: block;
	float: left;
	text-indent: -9999px;
	}

#parallax {
	position: relative;
	width: 980px;
	height: 378px;
	z-index: 200;
	overflow:hidden;
}

#home-bg {
	position: relative;
	background: url(images/home-bg.png) top left no-repeat;
	width: 980px;
	height: 382px;
	z-index: 200;
	margin-bottom: 110px;
}

#map {
	position: relative;
	width: 628px;
	height: 327px;
	margin: 17px 0 0 20px;
	padding-bottom: 140px;
	background: url(images/map.gif) top left no-repeat;
	z-index: 200;
	float:left;
	overflow:hidden;
}

#content {
	background: url(images/content-bg.jpg) top left repeat;
	position: relative;
	z-index: 1;
}

#content-top {
	background: url(images/content-top.jpg) top center no-repeat;
	min-height: 300px;
	position: relative;
	z-index: 1;
}

#content-bottom {
	background: url(images/content-bottom.jpg) bottom center no-repeat;
	position: relative;
	z-index: 1;
}

#content-bottom2 {
	background: url(images/content-bottom2.jpg) bottom center no-repeat;
	position: relative;
	z-index: 1;
}

#train {
	background: url(images/train-strip.png) bottom right no-repeat;
	height: 110px;
	width: 980px;
	position: relative;
	margin-top: -126px;
	z-index: 10;
}

#home-icons {
	position: absolute;
	top: 380px;
}

#home-icons ul#service-icons {
	position: relative;
	margin-left: 135px;
	margin-top: 0;
	z-index: 10000;
}

#home-icons ul#service-icons li {
	padding: 0 10px;
}


ul#service-icons {
	position: relative;
	z-index: 500;
}

ul#service-icons li {
	display: block;
	float: left;
}

ul#service-icons li#h-air a {
	display: block;
	width: 98px;
	height: 98px;
	background: url(images/hover-air.png) bottom left no-repeat;
	text-indent: -9009px;
}

ul#service-icons li#h-air a:hover {
	background-position: 0px 0px;
}

ul#service-icons li#h-ocean a {
	display: block;
	width: 98px;
	height: 98px;
	background: url(images/hover-ocean.png) bottom left no-repeat;
	text-indent: -9009px;
}

ul#service-icons li#h-ocean a:hover {
	background-position: 0px 0px;
}

ul#service-icons li#h-road a {
	display: block;
	width: 98px;
	height: 98px;
	background: url(images/hover-road.png) bottom left no-repeat;
	text-indent: -9009px;
}

ul#service-icons li#h-road a:hover {
	background-position: 0px 0px;
}

ul#service-icons li#h-warehouse a {
	display: block;
	width: 98px;
	height: 98px;
	background: url(images/hover-warehouse.png) bottom left no-repeat;
	text-indent: -9009px;
}

ul#service-icons li#h-warehouse a:hover {
	background-position: 0px 0px;
}

ul#service-icons li#h-fashion a {
	display: block;
	width: 98px;
	height: 98px;
	background: url(images/hover-fashion.png) bottom left no-repeat;
	text-indent: -9009px;
}

ul#service-icons li#h-fashion a:hover {
	background-position: 0px 0px;
}

ul#service-icons li#h-footwear a {
	display: block;
	width: 98px;
	height: 98px;
	background: url(images/hover-foot.png) bottom left no-repeat;
	text-indent: -9009px;
}

ul#service-icons li#h-footwear a:hover {
	background-position: 0px 0px;
}

#col2 #service-icons {
	position: relative;
	top: 0;
	left: 15px;
}

#icon {
	float: left;
	margin-bottom: 15px;
}

#news-sticker {
	position: absolute;
	width: 239px;
	height: 285px;
	background: url(images/sticker-bg.png) top left no-repeat;
	padding: 40px 0 0 30px;
	top: 20px;
	right: 0px;
	z-index: 600;
}

#news-sticker ul {
	width: 160px;
}

#news-sticker ul li {
	padding: 4px 0;
	border-bottom: 1px solid #caa200;
}

#news-sticker ul li a {
	color: #000;
	font-size: 1.2em;
}

#news-sticker ul li a:hover {
	text-decoration: underline;
}

div.hr {
	height: 2px;
	background: url(images/sep.gif) repeat-x scroll center;
	margin: 10px 0;
}
div.hr hr {
	display: none;
}

#col1 {
	width: 470px;
	float: left;
	margin-right: 40px;
}

#col2 {
	width: 470px;
	float: left;
}

.entry #col1 {
	width: 560px;
	float: left;
	margin-right: 40px;
}

.entry #col2 {
	width: 380px;
	float: left;
}

#stripe {
	background: url(images/stripe.png) top center no-repeat;
	height: 30px;
	width: 980px;
	position: relative;
	margin-top: -45px;
	z-index: 100;
}

#heading {
	float: left;
	margin-left: 15px;
	width: 800px;
}

#page-head .breadcrumb {
	float: left;
	display: block;
	margin-bottom: 15px;
	font-size: 12px;
	width: 95%;
	position: relative;
	z-index: 100;
}

#page-head .breadcrumb div.home {
	float: left;
	display: block;
	font-size: 12px;
	padding-top: 17px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari-Opera specific declarations here */
#page-head .breadcrumb div.home {
	float: left;
	display: block;
	font-size: 12px;
	padding-top: 6px;
}

}

#page-head .breadcrumb div.trail {
	background: #4d5da1 url(images/1lvl-left.png) top left no-repeat;
	height: 25px;
	float: left;
	display: block;
	position: relative;
	margin-left: 16px;
}

#page-head .breadcrumb div.trail div {
	background: url(images/1lvl-right2.png) top right no-repeat;
	display: block;
	float: left;
	position: relative;
	right: -13px;
	height: 19px;
	padding: 6px 20px 0 10px;
	color: #0b1b5f;
}

#page-head .breadcrumb div.trail div a {
	padding-top: 0px;
}

.post {
	margin: 20px 0;
	text-align: justify;
	padding-top: 0px;
	}
	
.entry {
	text-shadow: #000 1px 1px 2px;
}

.post hr {
	display: block;
	}

.postmetadata {
	padding-top: 5px;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 20px 0;
	margin: 0 auto;
	width: 980px;
	clear: both;
	text-align: left;
	font-size: 11px;
	position: relative;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	}
	
.pad-top {
	margin-top: 120px;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 30px;
	margin: 0;
	}

h1.pagetitle {
	padding-top: 0;
	font-size: 3.5em;
}

h2 {
	margin: 30px 0 10px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h4 {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	background: #fff;
	padding: 5px;
	border: 1px solid #000;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 5px;
	margin: 0 0 15px 20px;
	display: inline;
	}

img.alignleft {
	padding: 5px;
	margin: 0 20px 15px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

.entry ul li {
	list-style: circle inside;
	}

.entry ol, .entry ul {
	padding: 0 0 20px 20px;
	margin: 0;
	display: block;
	}

.entry ol li, .entry ul li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* contact form style */
.contactform .contactleft {
	width: 22%;
	text-align: left;
}

.contactform .contactright {
	width: 74%;
}

.contactform .contactright .contacterror {
	border: 2px solid #ff0000;
}
