/*
Theme Name: Beltmannil
Description: Theme design for Beltmann Integrated Logistics
Version: 1.0
Author: Netconcepts
Author URI: http://www.netconcepts.com/

>1: RESET
>2: DEFAULT CLASSES
>3: ACCESSIBILITY
>4: DEFAULT STYLES
	>4a: Colours, Sizes, Etc
>5: LAYOUT STYLES
>6: GENERAL STYLES
>7: PAGE SPECIFIC STYLES
	>7a: Home page
	>7b: Another Page
>8: SNIPPETS

*/

/* -- >1: RESET (Resets styles to common format across browsers) ---------------------------------------------------- */
body {color:#4a4a4a;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
a{outline: none;}



/* -- >2: DEFAULT CLASSES (Commonly used classes) -------------------------------------------------------------------- */
.center { text-align: center; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.small { font-size: 0.9em; }
.smaller { font-size: 0.8em !important; }
.bold { font-weight: bold !important; }
.floatRight { float: right; }
.floatLeft { float: left;}
.clear { clear: both; }
.marginTop { margin-top: 15px; }
.linkBlue { color: #5EAAF6!important; }

/* -- >3: ACCESSIBILITY (Quick access for screen readers)------------------------------------------------------------- */
.aural {
	position: absolute;
	left: -9999px;
	font-size: small;
}

.hide { display: none; }


/* -- >4: DEFAULT STYLES (Default element styles)--------------------------------------------------------------------- */
/* >4a: colours, sizes, etc of elements */
body {
	font: 72.5%/1.5 'Arial', Helvetica, sans-serif;
	background: #F5F5F5 url(images/site-bg-tile.png) repeat-x 0 0;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size: 2.4em; color: #FFF; padding-top: 30px; padding-left: 27px; }
h1 span { color: #5EAAF6; }
h2 { font-size: 1.8em; line-height: 1.2em; }

h3 { font-size: 1.8em; color: #4d4d4d; border-bottom: 2px solid #dde6ef;}

h4 { font-size: 1.4em; }

a { color: #1A65AD; }

a:hover, a:active { text-decoration: none; }

p { padding-bottom: 8px; }

/* -- >5: LAYOUT STYLES (Core site structure and layout)-------------------------------------------------------------- */
#header, #logo, #nav-top, #contentGroup, #content, #footer, .siteTag, .pageTitle, .homeContent, .contentBot, .totalTrack, .boxContent, .sti, .employment, .tagcloud, .tagBox, #articles { float: left; }

#container {
	width: 980px;
	text-align: left;
	margin: 0 auto;
}

#header {
 height: 135px;
 width: 980px;
 background: url(images/header-bg.png) no-repeat 0 0;
 /*position: relative;*/
}
#header #logo {
 height: 68px;
 width: 240px;
 background: url(images/logo.png) no-repeat 0 0;
 text-indent: -9999em;
 margin-left: 20px;
 margin-top: 15px;
}
#nav-top {
 width: 980px;
 margin-top: 15px;
}
#nav-top ul {
 float: left;
 width: 931px;
 height: 19px;
 margin-left: 24px;
 margin-top: 8px;
 background: url(images/main-nav-bars.png) no-repeat 0 0;
 overflow: hidden;
 }
 #nav-top ul li {
  float: left;
  }
	 #nav-top ul li a{
	  text-indent: -9999em;
		float: left;
		display: block;
		background: url(images/main-nav-bg.png) no-repeat 0 0;
		height: 19px;
		margin-right: 12px;
		}
		#nav-top ul li a#home{ width: 50px; background-position: 0 0; margin-right: 11px;}
		#nav-top ul li a#home:hover{ background-position: 0 -19px; }
		#nav-top ul li a#home.active{ background-position: 0 -38px; }
		
		#nav-top ul li a#serviceSolutions{ width: 126px; background-position: -61px 0;}
		#nav-top ul li a#serviceSolutions:hover{ background-position: -61px -19px; }
		#nav-top ul li a#serviceSolutions.active{ background-position: -61px -38px; }
		
		#nav-top ul li a#technology{ width: 90px; background-position: -199px 0;}
		#nav-top ul li a#technology:hover{ background-position: -199px -19px; }
		#nav-top ul li a#technology.active{ background-position: -199px -38px; }
		
		#nav-top ul li a#caseStudies{ width: 94px; background-position: -301px 0;}
		#nav-top ul li a#caseStudies:hover{ background-position: -301px -19px; }
		#nav-top ul li a#caseStudies.active{ background-position: -301px -38px; }
		
		#nav-top ul li a#requestInfo{ width: 141px; background-position: -407px 0; }
		#nav-top ul li a#requestInfo:hover{ background-position: -407px -19px; }
		#nav-top ul li a#requestInfo.active{ background-position: -407px -38px; }
		
		#nav-top ul li a#aboutBeltmann{ width: 154px; background-position: -560px 0;}
		#nav-top ul li a#aboutBeltmann:hover{ background-position: -560px -19px; }
		#nav-top ul li a#aboutBeltmann.active{ background-position: -560px -38px; }
		
		#nav-top ul li a#contactUs{ width: 85px; background-position: -726px 0;}
		#nav-top ul li a#contactUs:hover{ background-position: -726px -19px; }
		#nav-top ul li a#contactUs.active{ background-position: -726px -38px; }
		
		#nav-top ul li a#beltmannBlog{ width: 108px; background-position: -823px 0; margin-right: 0; }
		#nav-top ul li a#beltmannBlog:hover{ background-position: -823px -19px; }
		#nav-top ul li a#beltmannBlog.active{ background-position: -823px -38px; }
		
		/*#nav-top ul li a#clientAccess{ width: 148px; background-position: -813px 0;}
		#nav-top ul li a#clientAccess:hover{ background-position: -813px -24px; }
		#nav-top ul li a#clientAccess.active{ background-position: -813px -48px; }*/

#infoNav {
	margin-left: 618px;
	margin-top: -120px;
	float: right;
	}
	#infoNav li {
		float: left;
		}
		#infoNav li a {
			color: #9f9f9f;
			font-size: 11px;
			padding-left: 12px;
			text-decoration: none;
			background: url(images/arrow-blue.gif) no-repeat 0 50%;
			margin-right: 10px;
			}
			#infoNav li a.last { margin: 0; }
			#infoNav li a:hover {
				text-decoration: underline;
				color: #c9c9c9;
				}
#searchBox {
	float: right;
	margin-left: 705px;
	margin-top: -95px;
	background: url(images/search-box.gif) no-repeat 0 0;
	width: 273px;
	height: 38px;
	}
	input#s {
		width: 210px;
		margin-left: 10px;
		margin-top: 8px;
		padding: 3px;
		border: 1px solid #363636;
		background: #DFDFDF;
		}
		input#s:hover, input#s:focus { background: #FFF; }
		#searchsubmit {
      background: url(images/btnSearch.gif) no-repeat 0 0;
      border:0pt none;
      cursor:pointer;
      height:25px;
      text-indent:-9999em;
      width:31px;
			}
			#searchsubmit:hover {
				background-position: 0 -25px;
				}
.siteTag {
 height: 130px;
 width: 980px;
 }
 .siteTag h2 {
  background: url(images/tagline.png) no-repeat 0 0;
	text-indent: -9999em;
	float: left;
	height: 130px;
  width: 980px;
	}
.pageTitle {
 width: 980px;
 height: 83px;
 }
#contentGroup {
	width: 980px;
	background: #F1F1F1 url(images/content-rb-top.gif) no-repeat 0 0;
	padding-bottom: 20px;
}

	#content {
		width: 680px;
		overflow: hidden;
		padding-left: 27px;
		padding-top: 30px;
	}
	.homeContent {
	  width: 680px;
	  }
		.homeLeft {
			float: left;
			width: 400px;
			}
		.homeRight {
			float: right;
			width: 260px;
			}
			.homeRight h3 {
				border-bottom: 2px solid #d8e1e9;
				color: #0053a4;
				font-size: 1.6em;
				text-transform: uppercase;
				}
				.homeRight ul li {
					border-bottom: 1px solid #DDD;
					padding: 5px 0 2px 10px!important;
					background: url(images/bullet-grey.gif) no-repeat 0 10px!important;
					padding-left: 10px;
					font-weight: bold;
					color: #4b4b4b;
					}
					.homeRight ul {
						padding: 5px;
						}
	.serviceOffering {
		float: left;
		width: 330px;
		padding: 10px 10px 10px 0;
		}
		.serviceOffering .servicethumb {
			float: left;
			width: 90px;
			}
			.serviceOffering .servicethumb img {
				border: 4px solid #E8E8E8;
				}
				.serviceOffering .servicethumb img:hover { border: 4px solid #DDD; }
				
			.serviceOffering .servicecontent {
				float: right;
				width: 230px;
				}
				.servicecontent h2 {
					font-size: 15px;
					line-height: 1.2em;
					padding-bottom: 5px;
					font-weight: bold;
					}
					.servicecontent h2 a{
						color: #1a65ad;
						text-decoration: none;
						}
						.servicecontent h2 a:hover{
							text-decoration: underline;
							}
							.servicecontent p {
      					line-height: 1.3em;
								color: #626262;
								font-size: 11px;
								padding: 0;
								}
	#articles {
		width: 95%;
		padding: 15px;
		background: #f9f9f9;
		border-top: 2px solid #e3e6e9!important;
		border: 1px solid #e3e6e9;
		margin-top: 20px;
		}
		#articles h3 {
			border-bottom: 1px solid #d3dae1;
			font-size: 1.4em;
			font-weight: bold;
			}
			#articles a { color: #1A65AD; text-decoration: none; }
			#articles a:hover { color: #1A65AD; text-decoration: underline; }
			.articleLeft {
				width: 400px;
				float: left;
				}
			.recentArticles {
				width: 225px;
				float: right;
				}
				.latestArticle {
					float: left;
					padding-top: 10px;
					}
  				.latestArticle h3 {
  					border: 0!important;
					font-size: 1.8em!important;
					font-weight: normal!important;
  					}
						.latestArticle small {
							color: #909090;
							}
  						.latestArticle p {
  							font-size: 11px;
  							color: #4a4a4a;
  							}
  							.recentList {
  								padding: 10px 0 0 0!important;
  								}
  								.recentList li a {
  									background: url(images/arrow-blue.gif) no-repeat 0 7px;
  									padding-left: 14px;
  									display: block;
									font-size: 1.1em!important;
  									}
										.recentList li { background: none!important; border-bottom: 1px solid #F1F1F1; padding: 2px 0; }
h3.postLink {
	border: 0;
	}
	h3.postLink a { text-decoration: none; }
	h3.postLink a:hover { text-decoration: underline; }								
	#sidebar {
		float: right;
		overflow: hidden;
		width: 238px;
		padding-top: 30px;
		margin-right: 20px;
		}
		.totalTrack, .boxContent, .sti, .employment, .tagcloud { width: 238px; padding-bottom: 10px; }
		.boxContent {
			background: #f1f1f1 url(images/sidebar-box-bg.gif) repeat-x 0 0;
			border-left: 1px solid #e2e2e2;
			border-right: 1px solid #e2e2e2;
			border-bottom: 1px solid #e2e2e2;
			padding: 5px 10px;
			overflow: hidden;
			width: 216px;
			font-size: 11px;
			}
			.boxContent p {
				font-size: 11px;
				line-height: 1.4em;
				color: #585858;
				}
			.totalTrack h2 {
				background: url(images/title-total-track.gif) no-repeat 0 0;
				height: 53px;
				width: 238px;
				text-indent: -9999em;
				display: block;
				}
				.totalTrack .boxContent ul {
					padding: 5px 0;
					}
					.totalTrack .boxContent ul li {
						background: url(images/arrow-red.gif) no-repeat 0 4px;
						padding-left: 10px;
						line-height: 1.2em;
						margin-bottom: 5px;
						font-weight: bold;
						}
						.linkTotalTrak {
							float: left;
							background: url(images/link-total-track.gif) no-repeat 0 0;
							width: 238px;
							height: 26px;
							text-indent: -9999em;
							display: block;
							}
							.linkTotalTrak:hover { background-position: 0 -26px; }
				.link-sti {
							float: left;
							background: url(images/link-sti.gif) no-repeat 0 0;
							width: 238px;
							height: 52px;
							text-indent: -9999em;
							display: block;
							}
							.link-sti:hover { background-position: 0 -52px; }
				.employment h2 {
  				background: url(images/title-employment.gif) no-repeat 0 0;
  				height: 39px;
					width: 238px;
  				text-indent: -9999em;
  				display: block;		
  				}
  					.employment ul li a {
  						font-weight: bold;
  						color: #1A65AD;
  						text-decoration: none;
							background: url(images/arrow-blue.gif) no-repeat 0 5px;
							padding-left: 12px;
  						}
  						.employment ul li {
  							line-height: 1.2em;
  							margin-bottom: 7px;
  							border-bottom: 1px solid #e0e0e0;
  							padding-bottom: 2px;
  							}
  							.employment ul li a:hover { text-decoration: underline; }
  							.employment .boxContent p { line-height: 1.3em; padding-left: 10px; }
					.tagcloud h2 {
						font-size: 1.2em;
						}
						.tagBox {
							background: #e6e6e6;
        			padding: 5px 10px;
        			overflow: hidden;
        			width: 238px;
							}
							.tagBox a {
								margin-right: 10px;
								text-decoration: none;
								color: #808080;
								}
.contentBot {
	background: url(images/content-rb-bot.gif) no-repeat 0 0;
	width: 980px;
	height: 5px;
	font-size: 1px;
	display: block;
	}
#footer {
	width: 980px;
	padding-bottom: 30px;
	}
	#footer ul li {
		display: inline;
		}
		#footer ul li a {
			color: #498cc2;
			font-size: 11px;
			background: url(images/dot-blue.gif) no-repeat right 50%;
			padding-right: 7px;
			margin-left: 7px;
			text-decoration: none;
			}
			#footer ul li a:hover {
				text-decoration: underline;
				}
  			#footer ul li a.last {
  				padding: 0;
  				margin-left: 10px;
  				background: none;
  			}
  			#footer ul {
  				padding: 10px 0 15px 0;
  				text-align: center;
  				}
.beltmann {
	padding-left: 10px;
	}
.beltmann a {
	float: left;
	background: url(images/beltmann-group.gif) no-repeat 0 0;
	text-indent: -9999em;
	width: 196px;
	height: 22px;
	}
.copyright {
	font-size: 11px;
	color: #b1b1b1;
	text-align: center;
	}
.netconcepts {
	padding-right: 10px;
	}
.netconcepts a {
	float: left;
	background: url(images/icon-nc.gif) no-repeat 0 0;
	text-indent: -9999em;
	width: 18px;
	height: 28px;
	}
	.netconcepts a:hover { background-position: 0 -28px; }

/* >6: GENERAL STYLES (Recurring styles)------------------------------------------------------------------------------ */


/* >7: PAGE SPECIFIC STYLES (Specific to single page only)------------------------------------------------------------ */
/* >7a: home page */
.navigation {
	background: #e9e9e9;
	float: left;
	padding: 3px 6px;
	width: 100%;
	margin-bottom: 10px;
	}
	.navigation.navBot { margin: 15px 0 0 0; }
	.navigation a {
		color: #444;
		text-decoration: none;
		font-size: 11px;
		}
		.navigation a:hover { text-decoration: underline; }
ul.list {
	padding: 15px 0;
	}
	ul.list li {
		padding-bottom: 6px;
		padding-left: 10px;
		background: url(images/bullet-grey.gif) no-repeat 0 6px;
	}
.post_result h3 {
	border: 0;
	font-size: 1.2em;
	}
	.post_result {
		float: left;
		padding: 5px 0;
		width: 680px;
		border-bottom: 2px solid #E2E2E2;
		margin-bottom: 2px;
		}
		.post_result .postmetadata {
			font-size: 11px;
			}
			.postmetadata {
				padding: 3px 8px;
				font-size: 11px;
				color: #9F9F9F;
				background: #F9F9F9;
				margin: 5px 0 10px 0;
				}
				.postmetadata a { text-decoration: none; padding: 0 4px; color: #5F5F5F; }
				.postmetadata a:hover { text-decoration: underline; }
				.post {
					padding-bottom: 5px;
					margin-bottom: 25px;
					background: url(images/grey-spacer.gif) repeat-x bottom left;
					}
					.entry {
						padding: 3px 8px 0 8px;			
						}
					.post h3 {
						border-bottom: 2px solid #ecebeb;
						padding: 5px 8px 3px 8px;
						font-size: 1.4em;
						font-weight: bold;
						margin-bottom: 6px;
						}
						.post small { padding-left: 8px; }
				#commentform input#author, #commentform input#email, #commentform input#url, #commentform textarea {
					padding: 3px;
					border: 1px solid #FFF;
					color: #777;
					}
					#commentform input#author:hover, #commentform input#author:focus,
					#commentform input#email:hover, #commentform input#email:focus,
					#commentform input#url:hover, #commentform input#url:focus,
					#commentform textarea:hover, #commentform textarea:focus {
						border: 1px solid #E6E6E6;
						}
						#commentform input#author:focus,
						#commentform input#email:focus,
						#commentform input#url:focus,
						#commentform textarea:focus {
							background: #FFFFE0;
							}
				input#submit {
					padding: 3px 4px;
					font-weight: bold;
					letter-spacing: 0.05em;
					color: #444;
					border: normal;
					cursor: pointer;
					}
					h3#comments {
						font-size: 1.3em;
						font-weight: bold;
          	margin-bottom: 15px;
						border: 0;
          	color: #4A4A4A;
						margin-top: 10px;
						margin-bottom: 15px;
						background: url(images/icon-comment.gif) no-repeat 0 3px;
						padding-left: 23px;
						}
						h3#comments span { color: #777; }
.rss {
	float: right;
	width: 200px;
	height: 33px;
	margin-top: -35px;
	margin-right: 15px;
	}
	.rss a {
		background: url(images/icon-rss.gif) no-repeat 0 0;
		width: 200px;
		height: 33px;
		float: left;
		display: block;
		text-indent: -9999em;
		}
		.rss a:hover { background-position: 0 -33px; }
.commentlist {}
	.commentlist li {
		background: #f8f8f8;
		border-left: 1px solid #E6E6E6;
		padding: 4px 10px;
		margin-bottom: 5px;
		}
		.commentlist li cite {
			font-weight: bold;
			color: #1A65AD;
			}
		.commentlist li p {
			color: #777;
			background: #;
			padding: 9px 0!important;
			margin: 5px 0 0 0;
			border-top: 1px solid #E0E0E0;
			line-height: 1.4em;
			}
			.commentlist li .status {
				font-style: italic;
				}
				.commentmetadata a {
					text-decoration: none;
					color: #85868A;
					font-size: 11px;
					}
					.commentmetadata a:hover {
						text-decoration: underline;
						color: #7F7F7F;
						}
						img.avatar {
							padding-right: 5px;
							}
							.commentmetadata {
								float: right;
								}
								.commentHead {
									padding-top: 10px;
									}
									.commentAuthor { padding-left: 5px; }

h2#respond {
	font-size: 1.3em;
	padding: 20px 0 5px 0;
	font-weight: bold;
	border-bottom: 2px solid #E0E0E0;
	margin-bottom: 15px;
	color: #4A4A4A;
	}
	
/* >7b: another page */
.entry ul {
	padding: 5px 0 10px 0;
	}
	.entry ul li {
		padding-bottom: 3px;
		background: url(images/bullet-grey.gif) no-repeat 0 6px;
		padding-left: 12px;
		}
	.entry h2 {
		font-size: 1.4em;
		font-weight: bold;
		padding-top: 5px;
		border-bottom:1px solid #E0E0E0;
		color:#1A65AD;
		margin-bottom:15px;
		padding-bottom:4px;
		}
/* >8: SNIPPETS (Style snippets/ bundles)-------------------------------------------------------------------------- */

.ddsg-wrapper a { text-decoration: none; }
.ddsg-wrapper a:hover { text-decoration: underline; }
.ddsg-wrapper h2 {
	border-bottom: 2px solid #E2E2E2;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	}
.ddsg-wrapper ul {
	padding: 10px 0;
	}
	.ddsg-wrapper ul li {
		margin-bottom: 3px;
		background: url(images/arrow-blue.gif) no-repeat 0 6px;
		padding-left: 13px;
		}
		.ddsg-wrapper ul li ul {
			padding: 2px 0 2px 5px;
			}
			.ddsg-wrapper ul li ul li {
				background: url(images/bullet-grey.gif) no-repeat 0 6px;
				padding-left: 9px;
				}
				.ddsg-wrapper ul li ul li a { color: #777; }