/* ----- body & background ----- */
body{
	color:#000;
	font: 70%  Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:180%;
	margin:0 0 0px 0;
	padding:0;
	background:#fff url(../graphics/integral/bgtile.gif) top center repeat;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Arial, Helvetica, sans-serif;
	color:#000;
}

/* ----- global links ----- */
a{
	color: #808080;
	text-decoration:underline;
}
a:hover{color: #808080;text-decoration:none;}

/* ----- global paragraphs, headers & horizontal rules ----- */

h1, h2, h3, h4, h5, h6{margin:1em 0 .2em 0; color:#ef4035;font-weight:bold;}
h1{font-size:210%;}
h2{font-size:180%;}
h3{font-size:150%;}
h4, h5{font-size:120%;}
hr{display:none;}
p{font-size:120%;line-height:140%;margin:1em 0;}

.firstp{
	color: #666;
	font-size: 140%;
	font-weight:bold;
	line-height:130%;
}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
.hidden{display:none;}
#skip{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0 2em 0;
	font-size:110%;
}
address strong{color:#666;text-transform:uppercase;}
.address1{float:left;width:287px;}
.address2{float:left;width:288px;}
.clearaddress{clear:both;}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	width:840px;
	text-align:left;
	position:relative;
	background:#000 url(../graphics/integral/bg.gif) top center repeat-y;
}

/* ----- header area ----- */
#header, #header_what_we_do{
	height:241px;	/*318*/
	position:relative;
	width: 800px;
	margin:0 20px;
}

#header{
	background: url(../graphics/integral/header.jpg) no-repeat 100% 100%;
}

#header_what_we_do{
	background: url(../graphics/integral/header_what_we_do.jpg) no-repeat 100% 100%;
}

/* ----- company logo & strapline ----- */

h1#logo{
	border:none;
	position:absolute;
	top:53px;
	left:0;
	padding:0;
	margin:0;
}


#tagline{
	/*position:absolute;
	margin:0;
	padding:0;
	top:145px;
	left:20px;
	font:140% "Arial Narrow", Arial, Helvetica, sans-serif normal;	
	color:#777;*/
	display:none;
}


/* ----- shopping basket info ----- */
#info{
/*
	position:absolute;	
	margin:0;
	padding:0;
	top:0px;
	right:0px;
	padding:0 20px;
	z-index:10;
	background:#847f5e;
	color:#fff;
	font-size:90%;
*/
	display:none;
}
/*
#info a{color:#fff;}
*/
/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{}

/* ----- breadcrumb trail ----- */
#breadcrumbs, #breadcrumbsHome{
	width:360px;
	padding:0 10px;
	background: #c4c4c4;/*2d2d2c*/
	color:#000;
	line-height:23px;
	margin-left:230px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:15px;
	font-size:100%;
}
#breadcrumbs a, #breadcrumbsHome a{color:#000;font-weight:bold;text-transform:uppercase;}

#breadcrumbs{
	width:555px;
}



/* ----- search box ----- */
/* 

#search{
	position:absolute;
	right:0;
	top:0px;
	margin:0;
	padding:0 0 0 30px;
	background: url(../graphics/bbp/search.gif) no-repeat 0px 10px;
	height:45px;
	width:170px;
}
#search label{display:none;}
#searchKeyword{
	border:1px solid #000;
	background:#fff;
	width:130px;
	height:18px;
	margin-top:12px;
	vertical-align:middle;
	padding-left:2px;
}
#searchSubmit{
	border:1px solid #000;
	background:#fff;
	color:#000;
	font-size:100%;
	font-weight:bold;
	margin-top:12px;
	margin-left:4px;
	padding:0px;
	vertical-align:middle;
	text-transform:uppercase;
		height:22px;
		width:30px;
}
*/

/* ----- search box ----- */
#search{
	margin:0 0 15px 0;
	padding:0px;
	height:23px;
}
#search label{display:none;}
#searchKeyword{
	border:1px solid #9d9d9d;/*393937*/
	background:#fff;
	width:125px;
	height:19px;
	vertical-align:middle;
	padding-left:15px;
	color:#000;
}
#searchSubmit{
	border:1px solid #9d9d9d;
	background:#fff;
	color:#ef4035;
	font-size:100%;
	font-weight:bold;
	margin-left:4px;
	padding:0px;
	vertical-align:middle;
	text-transform:uppercase;
	height:23px;
	width:30px;
}

/* ----- side navigation ----- */
#navDept, #navDept ul, #navDept li, #navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept , #navTools{
	padding:0;
	background:#c4b99c;
	color:#fff;
	margin-bottom:1em;
}
#navDept li a, #navTools li a{
	display:block;
	width:100%;
	background:#000 url(../graphics/integral/arrow.gif) no-repeat 15px .8em;
	border-bottom:1px solid #fff;/*393937*/
	text-decoration:none;
}
#navDept li a:hover, #navTools li a:hover{text-decoration:none;}
#navDept li a:hover span, #navTools li a:hover span, #navDept li a.selected span, #navTools li a.selected span{color:#fff;background:#ef4035 url(../graphics/integral/arrow2.gif) no-repeat 15px .8em;}
#navDept li a span, #navTools li a span{
	display:block;
	padding:0em 15px 0em 30px;
	color:#fff;
	font-weight:bold;
	/*height:28px;*/
	line-height:23px;
}
#navTools{display:none;}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:1em 0;
	padding:3px 10px;
	border:1px dotted #ef4035;
	width:555px;
}
#navSubDept li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/site/arrow3.gif) no-repeat 0 .6em;
	font-weight: bold;
}
#navSubDept li a{color:#808080;text-decoration:none;}
#navSubDept li a:hover{color:#ef4035;text-decoration:none;}

/* ----- nav static menu items ----- */
/*
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{
	position:absolute;
	top:0px;
	left:0;
	width:808px; 
	text-align:center;
}
.navStatic li{
	float:left;
	display:inline;
	font-size:95%;
	padding:0;
	line-height:45px;
	height:45px;
	margin-right:-1px;
	width:100px;
	border-left: 1px inset black;
	border-right: 1px outset black;
}
.navStatic li a{
	line-height:45px;
	height:45px;
	color:#fff;
	font-weight:bold;
	display:block;
}
.navStatic li a:hover{color:#fff;text-decoration:none;	background: url(../graphics/bbp/tab_on.jpg) repeat-x;}
.navStatic li a span{}
.navStaticTitle{display:none;}
*/
/* ----- customer tool list ----- */
#navToolsTitle, #navDeptTitle, .navStaticTitle, #mainHome #articlesHome h2{
	margin:0;
	padding:0px 15px;
	background:#000;/*595959*/
	font-size:100%;
	line-height:23px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	}
	
#main #articles h2{
	margin:0;
	padding:1em 0;
	font-size:120%;
	font-weight:bold;
	color:#ef4035;
	text-transform:uppercase;
}
	
#navToolsTitle,#navDeptTitle{display:none;}

/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:180px;
	padding-top:0px;
	margin-top:-23px;
	margin-left:35px;
}

/* ----- main content area ----- */
#mainHome{
	float:left;
	width:380px; 
	margin: 0 15px;
}
/* * html #main{height:360px;} */
/* html>body #main{min-height:360px;} */
/*#home #main{margin-top:10px;}*/

#mainHome #content{
	width:380px;    
	margin:0;
}

#main{
	float:left;
	width:575px; 
	margin: 0 15px;
}

#main #content{
	width:575px;    
	margin:0;
}
#main p, #mainHome p {
	margin: 0 0 1.4em 0;
}
#main h2, #main h3, #mainHome h2, #mainHome h3{
	padding:0;
	color:#ef4035;
	clear:both;
}
/*#main h3{font-size:150%;}*/
#main h2#pageTitle, #mainHome h2#pageTitle{
	padding:0;
	margin-top:0.5em;
	color:#000;
	font-size:240%;
	height:32px;
	line-height:32px;
	width:520px;
	margin-bottom:.5em;
	font-weight:bold;
	/*border-bottom:1px solid #847f5e;*/
}
.note{
	font-size:110%;
}
.highlight{
color:#ef4035;font-weight:bold;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- footer area ----- */
#footer{
	background:#fff;
	height: 35px;
	margin: 15px 35px 0 35px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{display:inline;margin-right:1em;	line-height: 35px;}
#footer a:link, #footer a:visited, #footer a:active{
	font-weight: normal;
	color:#000;
	text-decoration:none;
}
#footer a:hover{
	font-weight: normal;
	color:#ef4035;
}

/* credits */
div#credits{
	margin:0 auto;
	width:800px;
	text-align:left;
	position:relative;
	padding: 0em 20px;
	background:url(../graphics/integral/foot.gif)  top left no-repeat;
	height: 67px;
	margin-top:10px;
}

div#credits ul a:link, div#credits ul a:visited{
	font-weight: normal;
	color:#666;
	text-decoration:none;
}

div#credits ul a:hover, div#credits ul a:active{
	font-weight: normal;
	text-decoration: underline;
}

div#credits ul, div#credits li {
	margin:0;
	padding:0;
	list-style:none;
}

div#credits ul{
	padding:0;
}

div#credits ul li{
	float:right;
	margin: 0;
	padding: 0 15px;
}
/* ----- pagination (page 1/2 etc.) ----- */
/*#pagination{
	margin:1em 0;
}
#pagination li{
	margin:0;
	height:18px;
	line-height:18px;
	float:left;
}

#pagination p{
	margin:3px 0 1em 0;
	color: #847f5e;
	font-weight: bold;
	float: left;
}
#pagination p.links{
	margin:0;
	float: right;
}
#pagination a{
	display:block;
	float:left;
	width:18px;
	height:18px;
	margin-left:10px;
	margin-top:3px;
	text-indent:-8000px;
	overflow:hidden;
}
#pagination a#firstPage{background:url(../graphics/bbp/ico_first.gif) no-repeat 0 0;}
#pagination a#prevPage{background:url(../graphics/bbp/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(../graphics/bbp/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(../graphics/bbp/ico_last.gif) no-repeat 0 0;}
*/
/* ----- product thumbnail list ----- */
/*.products{
	margin:1em 0;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products li{
	float:left;
	display:inline;
	width:540px;
	margin:0 0px 10px -10px;
	padding:0;
	background:#e6e1d5;
	color:#000;
	position:relative;
}
.products li:hover{
	background:#eee;
}
body#home .products li{
	background:#c4b99c;
}
body#home .products li:hover{
	background:#eee;
}
.products li h3{
	margin:0 0 1em 0px;
	padding:0;
	color:#000;
	height:36px;
	line-height:36px;
	font-weight:bold;
	display:block;
}
.products li h3 a{
	color:#fff;
	background:#fff;
	display:block;
	padding:0 10px;
}
.products li h3 a:hover{color:red;text-decoration:none;}
.products .image{
	float:right;
	margin:0;
	padding:0;
}
.products .image a img{
	border:1px solid #fff;
}
.products .image a:hover img{
	border:1px solid #fff;
}
.products .price{
	margin:1em 0;
	line-height:180%;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	display:none;
}
.products .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}

.products li .price,  .desc, .products li .image{
	padding:0 10px;
}
.products h2{
	padding:0;
	margin-top:0.5em;
	height:32px;
	line-height:32px;
	margin-bottom:.5em;
}
*/
/* ----- individual products ----- */
/*
#product{	
	margin:1em 0;
}
#product .image{	
	float:left;
	margin-bottom:1em;
}	
#product .image p{margin:.5em 0;}
#product .image img{	
	border:1px solid #fff;
}	
#product .info{	
	float:right;
}
#product .price{
	color:#fff;
	font-size:120%;
	display:none;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
	font-weight:bold;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #fff;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #fff;
	padding-top:1em;
}
#product #addWishlist a{}
*/
/* ----- featured articles - Home ----- */
#articlesHome{
	width:180px;
	position: absolute;
	top: 241px;/*318*/
	left: 625px;
}
#articlesHome ul, #articlesHome li {
	margin:0;
	padding:0;
	list-style:none;
}
#articlesHome ul{
	padding: 0;
	margin:0;
	background:#f1f1ee;/*2d2d2c*/
	color:#ef4035;
}
#articlesHome ul li{
	margin:0px;
	line-height:150%;
	padding:15px;
	list-style:none;
	border-bottom:1px solid #fff;
}
#articlesHome  ul li a{color:#ef4035;text-decoration:none;font-size:120%;}
#articlesHome  ul li a:hover{color:#ef4035;text-decoration:underline;}

#articlesHome ul li p{
	color:#000;
	margin:0;
	font-size:110%;
	line-height:160%;
}

/* ----- featured articles ----- */
#articles{

}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	padding: 0;
	margin:0;
	background:#f1f1ee;/*#2d2d2c*/
	color:#ef4035;
}
#articles ul li{
	margin:0px;
	line-height:150%;
	padding:15px;
	list-style:none;
	border-bottom:6px solid #fff;
}
#articles  ul li a{color:#ef4035;text-decoration:none;	font-size:120%;}
#articles  ul li a:hover{color:#ef4035;text-decoration:underline;}

#articles ul li p{
	color:#000;
	margin:0;
}

/* ----- customer reviews ----- */
/*
#reviews{
	width:530px;
	margin-left:20px;
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f2f6e6;
	border:1px solid #e5edce;
	color:#777;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/bbp/arrow3.gif) no-repeat 0 .6em;
}
#reviews  ul li a{color:#777;}
#reviews  ul li a:hover{color:#777;text-decoration:underline;}
*/
/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}
/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	color:#595959;
	font-size:140%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	border:1px solid #393937;
	background:#ddd;
	padding:5px;
}
td{
	background:#fff;
	border:1px solid #393937;
	padding:5px;
	vertical-align:top;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #2d2d2c;
	width:200px;
	color:#fff;
}
.formFieldShort, .formFieldMedium{
	background:#000;
	border:1px solid #393937;
	width:20px;
	margin-right:5px;
	color:#fff;
}
.formFieldMedium{width:96px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#ef4035;
	color:#fff;
	padding-top:3px;
	padding-bottom:3px;
	font-size:100%;
	margin-left:2px;
	border:1px solid #393937;
	vertical-align:middle;
}
label span{
	color:red;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus, input.formFieldMailBuild:focus	{
	background: #fff;
	border: 1px solid #ef4035;
	color:#000;
}

.txt-field{
	background:#fff;
}

/* Mailbuild Form*/

form#mailBuild{
	position:absolute;
	left:15px;
	top:0px;
	text-align:left;
}

.formFieldMailBuild {
	background:#fff;
	border: 1px solid #9d9d9d;
	width:178px;
	height:19px;
}

input.formFieldMailBuild:focus	{
	background:#fff;/*#ef4035;*/
	border: 1px solid #ef4035;
}

body .labelMailBuild{
	color:#9d9d9d;
	font-size:100%;
	font-weight:normal;
}

form#mailBuild .formButton{
	/*background:#ef4035;
	color:#fff;*/
	background:#fff;
	color:#ef4035;
	padding-top:3px;
	padding-bottom:3px;
	font-size:100%;
	margin-left:4px;
	border:1px solid #9d9d9d;
	vertical-align:top;


}

/* ----- shopping cart ----- */
/*#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}
*/
/* ----- first table data style ----- */
td.first{width:40%;}

/* ----- float fix ----- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */

/* General Lists*/

#content ol li, #content ul li, .global-form ol li, .global-form ul li{
	font-size: 110%;
	margin-bottom: .5em;
	color:#000;
}

/* Search Results  */
#content ol li h2 {
font-size: 120%;
	color:#000;
} 

/* images styled in main content */

img.imageright{
	float: right;
	margin: 0 0 5px 20px;
	padding:0;
	border:1px solid #fff;
}

img.imageleft{
	float: left;
	margin: 0 20px 5px 0;
	padding:0;
	border:1px solid #fff;
}

img.unitimage{
	float: left;
	margin: 0 20px 5px 0;
	padding:0;
	border:1px solid #fff;
}

blockquote{
padding: 15px;
line-height:150%;
font-style: italic;
font-size:90%;
	background: #f1f1ee;
		border-bottom:6px solid #fff;
		margin:0;
		
}

/* testimonial style */
.tname{
	margin:0;
	padding:0;
	color:#ef4035;
	font-weight:bold;
	font-style: italic;
}

em{
	font-style: italic;
}

/* support table */

#support table a,
#support table a:link,
#support table a:visited {
	border:none;
	}							
	
#support table {
	width:90%;
	border-top:1px solid #393937;
	border-right:1px solid #393937;
	margin:1em auto;
	border-collapse:collapse;
	}
#support caption {
	color: #ef4035;
	font-size:1.2em;
	margin:1em 0 0 0;
	padding:0 0 1.2em;
	caption-side:top;
	text-align:center;
	}	
#support tr.odd td	{
	/*background:red;/*#f7fbff*/
	}
#support tr.odd .column1	{
	/*background:#f4f9fe*/
	}	
#support .column1	{
	background:#000/*#f9fcfe*/;
	color:#fff;
	}
#support td {
	color:#666;
	border-bottom:1px solid #393937;
	border-left:1px solid #393937;
	padding:.3em 1em;
	text-align:center;
	}				
#support th {
	font-weight:normal;
	color: #000;
	text-align:left;
	border-bottom: 1px solid #393937;
	border-left:1px solid #393937;
	padding:.3em 1em;
	}							
#support thead th {
	background:#000;/*#fff*/
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#000
	}	
#support tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
#support tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#000;
		}		
#support tfoot th em {
	color:#000;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}
	
#support td.gold{
	background: #000;
	color:#ffbb00;
}

#support td.blue{
	background: #000;
	color:#9191ff;
}

#support td.red{
	background: #000;
	color:#ff8080;
}

#support th.gold{
	background:#ffbb00;
	color:#fff;
}
#support th.blue{
	background:#9191ff;
	color:#fff;
}
#support th.red{
	background:#ff8080;
	color:#fff;	
}

#support td.column1{
	background:none;
	border-top:none;
	border-left:none;
}

dl {
	margin-top: 1em;
	padding-top: 0;
}
	
dl dt {
	border: 0;
	line-height: 140%;
	margin:1em 0 .4em 0;
	color:#fff;
	font-weight:bold;
	font-size:120%;
	}
	
dl dd {
	margin: 0 5px 20px 20px;
	padding: 0;
	text-align: justify;
	font-size:120%;
}	

/* What we do */

#itsupport{
	position:absolute;
	top:74px;/*171*/
	left:490px;
	font-size:170%;
	font-weight:normal;
	margin:0;
}
#reducecosts{
	position:absolute;
	top:98px; /*200px*/
	left:514px;
	font-size:170%;
	font-weight:normal;
	margin:0;
}
#requestquote{
	position:absolute;
	top:166px; /*243*/
	left:528px;
	font-size:170%;
	font-weight:bold;
	margin:0;
}

#requestquote a{color:#fff;}
