/* _____________________________________ 

	Stylesheet for Fibre Bond Ltd.
By Sorrel Hoare, www.turtledesigns.co.uk
	Copyright 2008 Turtle Designs
 _____________________________________ */

/* _____________________________________ 

			General Styles

 _____________________________________ */


* { margin: 0; padding: 0; }

body {
	background:url(/_Assets/images/body_bg.gif) 0 0 repeat;
	font: normal 62.5%/1.25em Arial, Helvetica, sans-serif;
	position:relative;
	}
	
body p {
	font: 1.2em Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}

body a:hover {
	color: #666666;
	}
	

h3 {
	color: #333;
	font: bold 1.4em Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	}
	
h4 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #333;
	}

h5 {
	font: italic 1em Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	}

a {
	color:#7B9933;
	}

.auralOnly {
	position: absolute;
	text-indent: -1000px;
	overflow: hidden;
	}
	
.right {
	float:right;
	}
	
.left {
	float: left;
	}
	
br {
	clear: both;
	}

.clear { clear:both; }

#maincontainer {
	margin: 0 auto;
	width: 788px;
	padding:0 22px;
	position: relative;
	background: transparent url(/_Assets/images/bg_outerContainer.jpg) top left repeat-y;
	}

/*_________________________________

				Header
___________________________________*/

#header {
	background: url(/_Assets/images/hdr_bg.gif) bottom left repeat-x;
	border-bottom:1px solid #fff;
	height: 120px;
	position: relative;
	color: #fff;
	padding:0;
	}
	
#header h1 {
	background: transparent url(/_Assets/images/logo_fibrebond.gif) 0 0 no-repeat;
	width: 291px;
	height: 109px;
	position: absolute;
	top: 0;
	left: 10px;
	}
	
#header p {
	float: right;
	text-align: right;
	font-size: 1.1em;
	line-height: 1.2em;
	margin:10px 10px 0
	}
	
#header a {
	color: #fff;
	}

/* _____________________________________ 

			Top Navigation
 _____________________________________ */	
 
#topnavigation {
	position: absolute;
	left:0;
	top: -24px;
	text-align:center;
	width: 100%;
	}

#topnavigation ul {
	list-style-type: none;
	text-align:center;
	}
	
#topnavigation ul li {
	display: inline;
	}
	
#topnavigation ul li a {
	color: #BEBEBE;
	display: inline;
	text-decoration: none;
	margin:0 20px;
	padding: 0;
	font: 1.1em Arial, Helvetica, sans-serif;
	}
	
#topnavigation ul li a:hover, #topnavigation ul li a.current {
	color: #FFF;
	}

.blackbar {
	background: url(/_Assets/images/bg_topNav.gif) 0 0 repeat-x;
	border-bottom:1px solid #fff;
	height: 30px;
	}
.blackbar h2 {
	color: #FFFFFF;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	width: 190px;
	text-align: center;
	padding-top: 7px;
	}

/* _____________________________________ 

			Left Column
 _____________________________________ */

.leftcol {
	float: left;
	width: 180px;
	background: #DDDDDD;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	}
	
.leftcol p {
	text-align: center;
	color: #333;
	margin-top: 30px;
	}
	
/* _____________________________________ 

			Side Navigation
 _____________________________________ */

#sidenavigation ul li {
	list-style-type: none;
	border-bottom: 1px solid #fff;
	}
	
#sidenavigation ul li a {
	text-decoration: none;
	color: #333;
	height: 20px;
	display: block;
	padding-left: 15px;
	padding-top: 5px;
	}
	
#sidenavigation ul li a.current {
	color:#000;
	background:url(/_Assets/images/bg_leftNav.gif) left repeat-y;
	}
	
#sidenavigation ul li a:hover {
	color:#FFF;
	background:url(/_Assets/images/bg_leftNav_hover.gif) left repeat-y;
	}

#sidenavigation .subNav {
	border-top:1px solid #fff;
	background:#BEBEBE;
	padding-top:4px;
	}

#sidenavigation .subNav li { 
	border: none;
	}
#sidenavigation .subNav li a {
	color:#FFF;
	font-size:1em;
	height: 14px;
	padding:0 0 6px 20px;
	}
#sidenavigation .subNav li a.current {
	background:none;
	color:#7B9933;
	}

#sidenavigation .subNav li a:hover {
	background:none;
	color:#9FA365;
	}

/* _____________________________________ 

		Right Column/Content Area
 _____________________________________ */
	

.rightcol {
	float: left;
	width: 607px;
	background: #FFFFFF;
	position: relative;
	}
	
.rightcol #cntLeft, .rightcol #cntRight {
	float: left;
	padding:20px 0 0 10px;
	}

.rightcol #cntLeft {
	width: 380px;
	}
	
.rightcol #cntRight h5 {
	font-size:1.2em;
	}
	
.rightcol #cntLeft.wide {
	width: 580px;
	}

.rightcol #cntRight {
	width: 207px;
	}

.rightcol #cntRight.smll p, #content p.smll {
	font-size:1em;
	}	
	
#banner img {
	float: left;
	border-left: 1px solid #fff;
	}
	
#banner {
	position: absolute;
	left:0;
	top: 0;
	}
	
#content {
	padding: 167px 0 20px;
	position:relative;
	}
	
#content p, #content ul {
	margin-bottom: 1em;
	font: 1.2em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}
	
#content ul {
	padding-left: 40px;
	}

#content #cntRight ul {
	padding-left: 20px;
	padding-right:10px;
	}
	
#content br {
	clear: none;
	}
	
#content a {
	color: #7B9933;
	font-weight:bold;
	text-decoration:underline;
	}
	
#content a:hover {
	color: #666;
	}
	
#content img {
	margin: 0 5px;
	}

#content img.pp_btn {
	margin: 0 auto;
}

/* _____________________________________ 

				Footer
 _____________________________________ */

#footer {
	border-top:1px solid #ddd;
	clear:both;
	margin: 20px 10px 0 190px;
	padding:10px 0 20px;
	}

#footer ul {
	display: inline;
	}
	
#footer p, #footer ul li a {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	}

#footer ul li {
	display: inline;
 	list-style-type: none;	
	padding: 0 10px;
	border-right: 1px solid #DDD;
	}

#footer ul li a {
	display: inline;
	}

#footer a img {
	border-left: 1px solid #ddd;
	padding-left: 10px;
	margin-bottom: 10px;
	}
	
#footer ul li.first {
	padding: 0 10px 0 0;
	}

#footer ul li.last {
	border-right: none;
	}
	
#footer a {
	color: #999999;
	}

#detailBott {
	background:url(/_Assets/images/detail_bottom.gif) 0 0 no-repeat;
	display:block;
	height:20px;
	clear:both;
	width:832px;
	margin:0 0 0 -22px;
	}