/* Screen */

@import url("thickbox.css");

* {
	margin: 0;
	padding: 0;
}	

body {
	font: normal 62.5% "Tahoma";
	background-image: url(../images/tile-body.jpg);
	background-repeat: repeat-x;
	background-position: 0 0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*====================================
	Container Top
======================================*/

div.container-top {
	width: 100%;
	height: auto;
}

/*====================================
	Container
======================================*/

div.container {
	width: 740px;
	height: auto;
	margin: 0 auto;
}

/*====================================
	Header 
======================================*/

div.header {
	width: 740px;
	height: 128px;
	position: relative;
	margin-bottom: 23px;
	background-color: #D8B408;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: right 60px;
}

/* Logo */

div.logo {
	position: absolute;
	top: 16px;
	left: 4px;
	width: 298px;
}

div.logo h2 {
	text-indent: -9999px;
	overflow: hidden;
}

div.logo h2 a {
	width: 298px;
	height: 96px;
	display: block;
	background-image: url(../images/logo-jrtetley.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/*====================================
	Banner 
======================================*/

div.banner {
	width: 740px;
	height: auto;
	position: relative;
	margin-bottom: 25px;
}

div.banner:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*====================================
	Banner Left
======================================*/

div.banner-left {
	width: 235px;
	height: 254px;
	float: left;
	padding: 10px 0 10px 10px;
	background: #3c3b39;
}

div.banner-left ul {
	list-style-type: none;
}

div.banner-left ul li {
	float: left;
}

div.banner-left ul li a {
	width: 235px;	
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	float: left;
}

div.banner-left ul li img {
	 z-index: 100;
	 display: none;
	position: absolute; right: 10px; top: 10px;
}

div.banner-left ul li a.precast-flooring {
	height: 85px;
	background: url('../images/banner-precastflooring.jpg') 0 0 no-repeat;
}

	div.banner-left ul li a.precast-flooring:hover {
		background-position: 0 -85px;
	}

div.banner-left ul li a.precast-concrete {
	height: 85px;
	background: url('../images/banner-precastconcrete.jpg') 0 0 no-repeat;
}

	div.banner-left ul li a.precast-concrete:hover {
		background-position: 0 -85px;
	}

div.banner-left ul li a.ultra-floor-flooring {
	height: 84px;
	background: url('../images/banner-ultrafloor.jpg') 0 0 no-repeat;
}

	div.banner-left ul li a.ultra-floor-flooring:hover {
		background-position: 0 -84px;
	}

/*====================================
	Banner Right
======================================*/

div.banner-right {
	width: 475px;
	height: 254px;
	float: left;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 9px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D8B409;
	border-right-color: #D8B409;
	border-bottom-color: #D8B409;
	border-left-color: #F4E9A6;
}

div.banner-right img {
	position: relative;
}

/*====================================
	Navigation
======================================*/

div.navigation {
	width: 740px;
	height: auto;	
	font-size: 1.8em;
	margin-top: -4px;
	margin-bottom: 25px;
}

div.navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.navigation ul {
	list-style-type: none;
	float: left;
}	

div.navigation ul li {
	float: left;
	text-align: center;
}

div.navigation ul li a {
	float: left;
	display: inline;
	padding-top: 10px;
	height: 31px;
	color: #FFF;
	text-decoration: none;
	margin-right: 20px;
}	

div.navigation ul li a.home {
	width: 86px;
}

	body#home div.navigation ul li a.home {
		color: #252423;
		background: url('../images/nav-home.jpg') 0 0 no-repeat;
	}

div.navigation ul li a.company-profile {
	width: 150px;
}

	body#company-profile div.navigation ul li a.company-profile {
		color: #252423;
		background: url('../images/nav-companyprofile.jpg') 0 0 no-repeat;
	}

div.navigation ul li a.precast-concrete {
	width: 150px;
}

	body#precast-concrete div.navigation ul li a.precast-concrete {
	color: #003;
	background: url('../images/nav-precast.jpg') 0 0 no-repeat;
	}

div.navigation ul li a.projects {
	width: 175px;
}

	body#project div.navigation ul li a.projects {
		color: #252423;
		background: url('../images/nav-ultrafloor.jpg') 0 0 no-repeat;
	}

div.navigation ul li a.contact {
	width: 98px;
	margin-right: 0 !important;
}

	body#contact div.navigation ul li a.contact {
		color: #252423;
		background: url('../images/nav-contact.jpg') 0 0 no-repeat;
	}

div.navigation ul li a:hover {
	color: #252423;
}

/*====================================
	Content
======================================*/

div.content {
	width: 740px;
	height: auto;
	background: #FFF;
	margin-bottom: 25px;
}

div.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*====================================
	Content Left
======================================*/

div.content-left {
	width: 220px;
	height: auto;
	float: left;
	padding: 25px 15px;
	color: #625e5a;
	font-size: 1.2em;
	background-image: url(../images/bg-contentleft.jpg);
	background-repeat: no-repeat;
	background-position: 15px 40px;
}	

div.content-left h2 {
	color: #4d4c49;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.content-left p {
	line-height: 2em;
	margin-bottom: 20px;
	color: #003;
}

div.content-left a {
	color: #4d4c49;
	text-decoration: none;
}

div.content-left a:hover {
	color: #D8B409;
}

/*====================================
	Content Right
======================================*/

div.content-right {
	width: 460px;
	height: auto;
	float: right;
	padding: 25px 15px;
}

body#company-profile div.content-right,
body#precast-concrete div.content-right,
body#project div.content-right {
	width: 680px;
	float: left;
}

div.standard {
	font-size: 1.2em;
	color: #003;
}

div.standard h1 {
	color: #003;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.standard h2 {
	color: #4d4c49;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.standard h2 a {
	color: #D8B409;
	text-decoration: none;
}
	
div.standard h2 a:hover {
	color: #4d4c49;
}

div.standard h3 {
	color: #4d4c49;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.standard h4 {
	color: #4d4c49;
	font-size: 0.9em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.standard h5 {
	color: #4d4c49;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.standard p {
	line-height: 2em;
	margin-bottom: 20px;
}

div.standard a {
	color: #333;
	text-decoration: underline;
}

div.standard a:hover {
	color: #333;
}

div.standard ul {
	list-style-type: square;
	margin: 0 0 20px 20px;
}

div.standard ul li {
	line-height: 2em;
}

div.standard ul.items-home {
	width: 92%;
}

div.standard ul.items-home li {
	float: left;
	width: 200px;
}

div.standard ul.items-home li.fix-pos {
	position: relative;
	top: -25px;
}

div.standard ol {
	margin: 0 0 20px 20px;
}

div.standard ol li {
	line-height: 2em;
}

div.standard ul.list-pdf {
	list-style-type: none;
}

div.standard ul.list-pdf li {
	background: url('../images/icon-pdf.gif') no-repeat;
	padding-left: 26px;
	line-height: 1.6em;
}

div.standard img {
	border: 5px solid #eeedea;
}

div.standard img.left {
	float: left;
	margin: 0 20px 10px 0;
	border: 5px solid #eeedea;
}

div.standard img.right {
	float: right;
	margin: 0 0 10px 20px;
	border: 5px solid #eeedea;
}

div.standard hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #dddbd7;
	margin-bottom: 20px;
}

div.steps {
	clear: left;
	display: block;
}


div.steps img.clear-left {
	float: left;
	clear: left;
	margin: 0 20px 10px 0;
	border: 5px solid #eeedea;
}



/*====================================
	Members
======================================*/

div.members {
	width: 660px;
	height: auto;
	padding: 20px 40px;
	margin-bottom: 10px;
	background-color: #FFF;
}

div.members:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.members ul {
	list-style-type: none;
}

div.members ul li {
	float: left;
	margin-left: 80px;
	display: inline;
}

div.members ul li img {
	border: 0;
}

/*====================================
	Caption
======================================*/
div.caption {}

div.caption-box { 
	display: inline-block;
	margin-bottom: 20px; 
}

div.caption-box:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.caption-image {
	width: 110px;
	float: left;
	padding-right: 20px;
}
div.caption-image img {
	margin-bottom: 10px;
}

div.caption-small {
	font-size: 0.9em;
	color: #9F9C95;
	margin-bottom: 10px;
}

div.caption-content {
	width: 550px;
	float: left;
}


/*====================================
	Container Bottom
======================================*/

div.container-bottom {
	width: 100%;
	height: auto;
	background: #252423;
}

/*====================================
	Footer
======================================*/

div.footer {
	width: 700px;
	height: auto;
	margin: 0 auto;
	padding: 30px 20px;
	color: #989693;
	font-size: 1.2em;
}

div.footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.footer ul {
	list-style-type: none;
	margin-bottom: 10px;
}

div.footer ul li {
	display: inline;
	margin-right: 20px;
	display: inline;
}	

div.footer ul li a {
	color: #989693;
	text-decoration: none;
}

div.footer p {
	display: inline;
}

div.footer img {
	border: 0;
	float: right;
}

.left {
	text-align: left;
}
.seven {
	width: 49px;
}
.ninetyone {
	width: 637px;
}
.two {
	width: 14px;
}
.right {
	text-align: right;
}


div.standardtest {
	font-size: 1.2em;
	color: #003;
}

div.standardtest h1 {
	color: #003;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.standardtest h2 {
	color: #4d4c49;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.standardtest h2 a {
	color: #D8B409;
	text-decoration: none;
}
	
div.standardtest h2 a:hover {
	color: #4d4c49;
}

div.standardtest h3 {
	color: #4d4c49;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.standardtest h4 {
	color: #4d4c49;
	font-size: 0.9em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.standardtest h5 {
	color: #4d4c49;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

div.standardtest p {
	line-height: 2em;
	margin-bottom: 20px;
}

div.standardtest a {
	color: #333;
	text-decoration: underline;
}

div.standardtest a:hover {
	color: #333;
}

div.standardtest ul {
	list-style-type: square;
	margin: 0 0 20px 20px;
}

div.standardtest ul li {
	line-height: 2em;
}

div.standardtest ul.items-home {
	width: 92%;
}

div.standardtest ul.items-home li {
	float: left;
	width: 200px;
}

div.standardtest ul.items-home li.fix-pos {
	position: relative;
	top: -25px;
}

div.standardtest ol {
	margin: 0 0 20px 20px;
}

div.standardtest ol li {
	line-height: 2em;
}

div.standardtest ul.list-pdf {
	list-style-type: none;
}

div.standardtest ul.list-pdf li {
	background: url('../images/icon-pdf.gif') no-repeat;
	padding-left: 26px;
	line-height: 1.6em;
}

div.standardtest img {
}

div.standardtest img.left {
	float: left;
	margin: 0 20px 10px 0;
}

div.standardtest img.right {
	float: right;
	margin: 0 0 10px 20px;
	border: 5px solid #eeedea;
}

div.standardtest hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #dddbd7;
	margin-bottom: 20px;
}
