/* 
---------------------------------------
Global Stylesheet for Intoco Ltd - F55 Superduplex microsite
www.f55superduplex.co.uk
Build date: 2008-09-01 14:40:17
Author: Pete Eveleigh
---------------------------------------
Earl & Thompson Marketing
1 Hucclecote Road, Gloucester GL3 3TH
+44 (0)1452 627100
http://www.earl-thompson.co.uk
---------------------------------------
*/


* {
	padding:0;
	margin:0;
}

html {
	height:100%;
}

body {
	height:100%;
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	line-height:1.3;
	background-color:#F6F6F6;
}


a:link, a:visited {
	color:#1E1D5F;
}

a:hover, a:active {
	color:#009EDA;
}


a img, a:link img, a:visited img, a:hover img, a:active img {
	border:none;
	text-decoration:none;
}

#wrapper {
	background:url(/images/wrapperbg.jpg) top left repeat-x #f6f6f6;
	height:100%;
	margin:0 auto;
	overflow:auto;
}

#innerwrapper {
	margin:0 auto;
	width:745px;
	background-color:#fff;
}

#header {
	height:80px;
	background:url(/images/headerbg.gif) top right no-repeat #000;
}

	#logo {
		margin:20px 0 0 38px;
	}

#intro {
	background:url(/images/introright.jpg) top right no-repeat #bbbdbf;
	height:295px;
	padding-left:35px;
}

#nav {
	margin-top:4px;
	list-style:none;
}

	#nav li {
		display:inline;
	}
	
	#nav li a, #nav li a:visited {
		color:#000;
		font-weight:bold;
		text-decoration:none;
		padding:2px 6px;
		border-left:1px solid #fff;
		display:block;
		float:left;
	}
	
		#nav li a:hover, #nav li a:active, #nav li.active a {
			color:#fff;
			background-color:#009EDA;
		}

#content {
	margin:0 0 10px 35px;
	padding-bottom:6px;
	width:690px;
	/*border-bottom:8px solid #bbbdbf;*/
	background:url(/images/contentbg.gif) bottom right no-repeat #fff;
	
	float:left;
	font-size:100%;
	color:#aaa;
}



	#content h2 {
		font-size:190%;
		color:#009EDA;
		margin-bottom:0;
		opacity:0.9999;
	}
	
	#content h3 {
		background-color:#009EDA;
		color: #fff;
	}
	
	#content h4 {
		color:#009EDA;
	}
	
	#extrainfo h4 {
		color: #009EDA;
		font-size:130%;
		margin:1em 0 0.5em 0;
	}
	
	#content #productdata {
		margin-top:20px;
		width:365px;
		float:left;
	}
	
	table.data {
		width:365px;
		border:none;
		color:#232323;
		border-collapse:collapse;
		margin:1em 0;
	}
	
	
	table.data td {
		vertical-align:top;
		padding:4px 2px;
		border-bottom:1px solid #ccc;
	}
	
		table.data thead td {
			border:none;
		}
	
	table.data td h4 {
		font-weight:bold;
		margin:0;
	}
	
	table.data td ul {
		list-style:none;
	}
	
	table.data th {
		background-color:#009EDA;
		padding:8px 4px;
		font-weight:bold;
		color:#fff;
		font-size:120%;
		text-align:left;
	}
	
	table.data tbody th {
		background-color:#80cfec;
		font-size:100%;
		padding:4px 2px;
	}
	
	tr.alt td {
		background-color:#e6e6e6;
	}
	
	table#tolerances {
		width:100%;
		margin:0;
	}
		table#tolerances h3 {
			line-height:1em;
		}
		
		table#tolerances h3 span {
			font-weight:normal;
			font-size:80%;
		}
		
		table#tolerances th, table#tolerances td {
			padding:3px 6px 2px 6px;
		}
		
	#print {
		float:right;
		margin-top:4px;
		margin-right:8px;
	}
	
	#content #extrainfo {
		width:294px;
		padding:10px 8px;
		background-color:#E5f5FB;
		color:#333;
		float:right;
	}
	
	
	#text {
		font-size:90%;
		line-height:1.2;
		padding-top:0.5em;
		border-top:1px solid #ccc;
	}
	
		#text p {
			margin:1em 0;
		}
	
	ul.buttons {
		list-style:none;
		padding-bottom:1em;
	}

#supply {
	border-bottom:1px solid #ccc;
	padding-bottom:1em;
	margin:1em 0 1em 0;
}

#certificates {
	display:block;
	margin-top:0.5em;
}


	#metalprices {
		clear:both;
		margin-top:1em;
	}
	
	#metalprices h4 {
		color: #009EDA;
		font-size:130%;
		margin:1em 0 0.5em 0;
	}
	
	.charts {
		float:left;
		margin-left:-4px;
		margin-right:4px;
	}
	
	.charts h5 {
		margin:0 16px;
		font-size:110%;
		color:#444;
	}
	
	.chart {
		float:left;
		margin:0.5em 4px;
	}


#footer {
	margin:0 auto;
	width:745px;
	padding-bottom:24px;
	background:url(/images/footerbg.png) bottom left no-repeat transparent;
}	

	#footer ul {
		background-color:#fff;
		padding-right:16px;
		text-align:right;
	}
	
	#footer ul li {
		display:inline;
	}
	
	#footer ul li a {
		padding:0.2em 0.5em;
		text-decoration:none;
		color:#231f20;
	}
	
		#footer ul li a:hover {
			background-color:#FFDD2E;
		}

#contactfooter {
	margin:0 auto;
	width:745px;
	padding-bottom:2em;
}

	#contactfooter address {
		font-style:normal;
		display:inline;
	}

.clearer {
	visibility:hidden;
	clear:both;
}

sup {
	line-height:0;
}