/* Brierley Coil Tinning - Style information */
/* Icomm Technologies(c) 2008 */

/* Global browser style information */

* { 
	margin: 0; 
	padding: 0;
}

html{
	height:100%; 
}
body{
	height:100%; 
	background: #acbec9 url(../layout/mainbackground_rp.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	color: #564835;
	font-size: 12px;
}
#container{
	position:relative;
	width:887px;
	height:auto;
	min-height:100%;
	margin:auto;
	background: #DAE3E8 url(../layout/container_bg.gif) repeat;
}
p{
	line-height: 20px;
}

h1{
	font-size: 18px;
	line-height: 28px;
	padding: 10px 30px 10px 30px;
	color: #a39a8c;	
}

/* Header style information */


#header{
	background: url(../layout/headerbg.jpg) no-repeat;
	width: 887px;
	height: 169px;
}

#header p{
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #796e5f;
}

#header .logo{
	float: left;
	padding: 83px 0 0 50px;
}

#header .address{
	text-align: right;
	float: right;
	padding: 18px 20px 0 0;
	
}

/* Navigation style information */


#nav{
	padding: 0 18px 0 24px;
	font-size: 12px;
	font-weight: bold;
}

#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#nav ul li{
	float: left;
	background: url(../images/nav_tabright.gif) no-repeat top right;
}

#nav li a{
	display: block;
	line-height: 2.5em;
	text-decoration: none;
	color: #fff;
	float: left;
	background-image: url(../images/nav_tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding: 0 28px 0 28px;
	height: 29px;
}

body.home #nav ul li#homelink,
body.company #nav ul li#companylink,
body.tin #nav ul li#tinlink,
body.location #nav ul li#locationlink,
body.quality #nav ul li#qualitylink,
body.enviroment #nav ul li#enviromentlink,
body.contact #nav ul li#contactlink{
	float: left;
	background: url(../images/nav_tabright_active.gif) no-repeat top right;
}

body.home #nav ul li#homelink a,
body.company #nav ul li#companylink a,
body.tin #nav ul li#tinlink a,
body.location #nav ul li#locationlink a,
body.quality #nav ul li#qualitylink a,
body.enviroment #nav ul li#enviromentlink a,
body.contact #nav ul li#contactlink a{
	display: block;
	line-height: 2.5em;
	text-decoration: none;
	color: #000000;
	float: left;
	background-image: url(../images/nav_tableft_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding: 0 28px 0 28px;


/* Main content style information */

}
#content{
	padding: 10px 20px 0 20px;

}
#content ul{
	padding: 0 40px 0 55px;
	line-height: 22px;	
}
#content .img{
	float: left;
	padding: 15px 15px 15px 0;
}

#content .leftcolumn{
	width: 509px;
	float: left;	
}
#content .rightcolumn{
	width: 320px;
	float: left;
	padding: 0 0 0 10px;
}
#content .contentblock_top{
	background: url(../layout/content_topblock.jpg) no-repeat;
	height: 14px;
}

#content .contentblock_mid{
	background: url(../layout/contentbg_rp.jpg) repeat-y;
}

#content .contentblock_bottom{
	background: url(../layout/content_bottomblock.jpg) no-repeat;
	height: 14px;
}
#content .bg{
	background-image: url(../layout/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#content a{
	color: #564835;
}

#content p{
	padding: 0 30px 0px 30px;
}

.clear{
	clear: both;
	float: none;
}

/* Footer style information */

#footer{
	width:887px;
	padding: 10px 0 0 0;
	font-size: 11px;
	color: #706757;
}
#footer a{
	text-decoration: none;
	color: #706757;
}
#footer a:hover{
	text-decoration: underline;
}
#footer ul{
	padding: 0 0px 0 20px; 
}
#footer ul li{
	float: left;
	list-style-type: none;
	display: block;
	padding: 0 5px 0 5px;
}
#footer .telephone{
	float: right;
	padding: 0 20px 0 0px; 
}
#footer .companydetails{
	width: 450px;
	clear: both;
	float: left;
	padding: 5px 0 0 25px; 
}
