/*
Theme Name: ITW
Theme URI: http://www.itwwelds.com
Author: Tim Kadlec
Author URI: http://www.envano.com
*/

@import "style/css/reset.css";
img, .content .col dt { behavior: url(iepngfix.htc) }
/* @group General */
body{
	margin: 0;
	padding: 0;
	background: url(style/images/bodybg.gif) top left repeat-x #484c4e;
	font: 12px/1.2em arial, helvetica, sans-serif;
	text-align: center;
}
p, ul, ol, dl, address, table, blockquote, pre, fieldset {
	margin-bottom: 1.5em; /* 18px */
	line-height: 1.5em;
}
a{
	outline: none;
}

/* @end */

/* @group Headings */
h1 {
	font-size: 70%;
	margin-top:0em;	
	margin-bottom: 0em; 
	position: absolute;
	top: 0px;
	left: 0px;
}
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:focus,
h1 a:active{
	width: 190px;
	height: 97px;
	text-indent: -9999px;
	display: block;
}
h2{
	font-size: 2em; /* 24px */
	margin: 1.5em 0;
	font-weight: bold;
	color: #000;
}
h3{
	font-size: 1.5em; /* 18px */
	margin: 1.4em 0 0 0;
	font-weight: bold;
	color: #246095;
}
h4{
	font-size: 1.16em; /* 14px */
	margin: 1.3em 0;
	font-weight: bold;
	color: #000;
}
/* @end */

/* @group Page Structure */

/* @group Page setup */
#wrap{
	width: 956px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background: #fff;
	color: #000;
}
/* @end */

/* @group Header */
#header{
	width: 100%;
	display: block;
	position: relative;
	background: url(style/images/header.jpg) top left no-repeat;
	height: 96px;
}
/* @end */
/* @group crumbs */
.crumbs{
	display: block;
	background: #595d60;
	overflow: hidden;
	margin-bottom: 0;
}
.crumbs li{
	display: inline;
	color: #fff;
}
.crumbs a{
	color: #fff;
	font-size: .9em;
	padding-left: 5px;
}
/* @end */

/* @group Main */
#main{
	display: block;
	position: relative;
}
#home #main{
	background: url(style/images/homeentry.jpg) 0px -1px no-repeat ;
	padding-top: 197px;
}
#country #main{
	padding-top: 0px;
	background: none;
}
#main #logos{
	width: 176px;
	height: 468px;
	position: absolute;
	padding: 10px 10px 30px 2px;
	top: 75px;
	right: 10px;
	text-align: center;
	background: url(style/images/marqueebg.jpg) 0px 0px no-repeat;
	overflow: hidden;
}
#main #logoImages{
	text-align: center;
	position: relative;
	top: -0px;
}
#main #logoImages img{
	margin: 0 auto 40px auto;
}
/* @end */

/* @group Content */
.content{
	padding: 1px 20px;
	background: url(style/images/contentbg.jpg) top left repeat-x #D7D7D7;
	width: 916px;
	overflow: hidden;
}
.content h4{
	background: #404549;
	color: #fff;
	padding: .3em 5px;
}
.content p{
	margin: 1.5em 0;
}
.coname{
	color: #black;
	text-decoration: underline;
}
.content p.note{
	margin: 8px 0 0 0;
	color: #333;
}
.content .leftcontent{
	width: 641px;
}
/* @group Columns */
.content .col{
}
.content .col{
	display: block;
	float: left;
}
.content .three{
	width: 274px;
	padding: 0 15px;
	height: 370px;
	margin-bottom: 20px;
}
.content .special{
	margin-top: 163px;
}
.content .three dl{
	height: 105px;
}
.content .two{
	width: 260px;
	padding: 0 20px 0 0;
	margin-bottom: 0px;
	height: 290px;
}
.content .last{
	border-right: 0px;
}
.content .first{
	padding-left: 0;
}
.content dl{
	text-align: center;
	padding-bottom: 0px;
}
.content .col dt{
	padding-bottom: 1em;
}
.content .two dt{
	padding-bottom: 0;
}
.dlogo {
	margin-top: 25px;
}
/* @end */

/* @group Find Form */
#find{
	display: block;
	padding: 16px 0 0 18px;
	width: 633px;
	height: 180px;
	background: url(style/images/findcountry.jpg) top left no-repeat #000;
}
#find label{
	color: #707579;
	display: block;
	font-family: "FranklinGothic Heavy", Arial;
	font-weight: bold;
	font-size: 1.4em;
	margin:0 0 1em 0;
}
/* @end */

/* @group Contact Info */
.contactInfo{
	width: 275px;
	float: left;
}
.contactInfo ul{
	margin-top: 10px;
}
.contactInfo h3{
	margin-top: 0px;
}
/* @end */

/* @group Brand Portfolio */
.brandPortfolio{
	width: 591px;
	float: right;
}
.brandPortfolio ul{
	margin-top: 10px;
}
.brandPortfolio h3{
	margin-top: 0px;
}
/* @end */

/* @end */

/* @group Footer */
#footer{
	width: 100%;
	display: block;
	position: relative;
	background: url(style/images/footerbg.jpg) top left repeat-x #37393b;
	color: #959595;
	text-align: center;
	padding-top: .2em;
}
#footer p{
	margin-bottom: 0;
	padding: .5em 0 .3em 0;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:focus,
#footer a:active{
	color: #959595;
	text-decoration: none;
}
#footer a:hover,
#footer a:focus,
#footer a:active
{
	text-decoration: underline;
}
/* @end */

/* @end */