﻿@charset "utf-8";
/* CSS Document */

/* Generic
---------------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background: #fefefe url(../images/bg.jpg) repeat-x top;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#111111;
}
h1 {
	font-size:100%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h2 {
	font-size:80%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h3 {
	font-size:80%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
p {
	padding: 10px 5px 5px 5px;
	font-size:80%;
	margin:0px;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.highlight-text {
	color:#3e8984;
	font-size:110%;
}
.yellow {
	color:#ffe402;
}


/* info block
---------------------------------------------------------------------------------*/
#info-block {
	width: 955px;
	margin: 0 auto;
	position: relative;
	color:#464646;
}
#info-block ul{
	margin:0px;
	padding: 8px 0px 0px 0px;
	font-size:90%;
}
#info-block ul li{
	list-style-type:none;
	display:inline;
	padding: 0px 8px 0px 7px;
	font-weight:bold;
	border-right: #102058 solid 1px;
}
#info-block ul li.last{
	border:none;
}
#info-block ul li a:link, #info-block ul li a:visited{
	font-weight:normal;
	color:#464646;
}
#info-block ul li a:hover{
	color:#ffe402;
	text-decoration:none;
}
#call-us {
	float:right;
	background:#000000;
	padding:15px 10px 15px 10px;
}
#info-links {
	float:right;
	margin-top:30px;
	clear:both;
}

/* banner
---------------------------------------------------------------------------------*/
#banner {
	height: 142px;
	width: 974px;
	margin: 0 auto;
	position: relative;
	background: url(../images/bg-header.gif) no-repeat top left;
}
#root-nav {
	height: 50px;
	position:absolute;
	bottom: 15px;
	right:0px;
}
*html #root-nav{
	bottom:0px;	
}
#root-nav ul{
	margin:0px 15px 0px 0px;
	padding:0px;
	list-style-type:none;
}
#root-nav li{
	float: left;
  	margin: 0px 0px 0px 6px; 
	padding: 0px 0px 0px 0px;
	position: relative;
	background: url(../images/bg-menu.png) left top no-repeat;
}

#root-nav li a{
	float: left;
	color: #ffffff;
	padding: 15px 10px 0px 15px;
	text-decoration:none;
	font-size: 90%;
	text-align:center;
	height:50px;
	font-weight:bold;
}
#root-nav ul li a:hover{
	color: #ffe402;
}
#root-nav li a:visited{
	color: #ffffff;
}
#root-nav ul li.selected {
	background: url(../images/bg-menu-selected.png) left top no-repeat;
}
#root-nav ul li.selected a:link,#root-nav ul li.selected a:visited{
	color: #000000;
}
#root-nav ul li.selected a:hover{
	color: #333333;
}
.tab-round{
	background: url(../images/bg-menu-right.png) top left no-repeat;
	width:5px;
	height:50px;
	float:left;
}
.tab-round-selected{
	background: url(../images/bg-menu-selected-right.png) top left no-repeat;
	width:5px;
	height:50px;
	float:left;
}

/* content
---------------------------------------------------------------------------------*/
#content {
	width: 974px;
	margin: 0px auto;
	position: relative;
	background: url(../images/bg-main.png) repeat-y left top;
}
#content ul {
	list-style: none;
	font-size: 80%;
}
#content li {
	padding-left: 20px;
	margin-left: 0px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px;
}
#content a:link{
	color: #30417C;
}
#content a:hover{
	color: #30417C;
}
#content a:visited{
	color: #30417C;
}
#page-flash {
	width:974px;
	height:4px;
	padding:0px 0px 0px 0px;
	background: url(../images/bg-page-flash.gif) top no-repeat;
	color:#FFFFFF;
	position: relative;
	clear:both;
}
#home-text {
	line-height:120%;
}
#home-text a{
	font-weight:bold;
}
#home-content-container {
	width:583px;
	float:left;
	display:inline;
	padding-left:20px;
}

#home-image {
	width:974px;
	height:177px;
	padding:10px 0px 0px 0px;
	background: url(../images/home-image.jpg) top no-repeat;
	color:#FFFFFF;
	position: relative;
	clear:both;
}
#title-home {
	width:440px;
	height:58px;
	background: url(../images/title-home.gif) top left no-repeat;
	color:#FFFFFF;
}
.seo-image-text {
	display:none;
}

#home-signpost {
	width:319px;
	background: url(../images/bg-home-signpost.gif) bottom left repeat-x;
	margin:0px 0px 0px 0px;

}
#home-signpost p{
	margin:10px 20px 0px 12px;
}
#home-signpost a:link,#home-signpost a:visited{
	font-weight:bold;
	color:#102058;
	font-size:100%;
}
#home-signpost a:hover{
	font-weight:bold;
	color:#edd400;
	text-decoration:none;
}
#home-signpost-title {
	width:319px;
	height:47px;
	background: url(../images/bg-home-signpost-title.gif) top left no-repeat;
	margin:0px 0px 0px 0px;
}
#home-signpost-image {
	width:319px;
	height:156px;
	xxxbackground: url(../images/bg-home-signpost-image.gif) top left no-repeat;
	margin:0px 0px 0px 0px;
}
#quotebox-bg {
	width:400px;
	background: url(../images/bg-quotebox.gif) top no-repeat;
	margin-top:5px;
}
#quotebox-bg p{
	padding:18px 15px 10px 15px;
}

#quotebox-footer {
	width:400px;
	height:57px;
	background: url(../images/bg-quotebox-footer.gif) bottom no-repeat;
}
#quotebox-footer a:link,#quotebox-footer a:visited{
	float:right;
	font-size:80%;
	font-weight:bold;
	color:#5eaaaa;
	padding:2px 18px 0px 0px;
}
#quotebox-footer a:hover{
	color:#111111;
	text-decoration:none;
}
#signpost-container {
	margin: 0px 10px 5px 5px;
	padding-left:30px;
	float:left;
	display:inline;
	background:url(../images/bg-home-seperator.gif) no-repeat top left;
}

#brick-content-container {
	width:940px;
	float:left;
	display:inline;
	padding-left:20px;
	margin-top:20px;
}
#title-brick-catalogue {
	width:230px;
	height:98px;
	background: url(../images/title-brick-catalogue.gif) top left no-repeat;
	color:#FFFFFF;
	float:left;
}
#title-sustainability {
	width:230px;
	height:58px;
	background: url(../images/title-sustainability.gif) top left no-repeat;
	color:#FFFFFF;
	float:left;
}
#title-about-us {
	width:230px;
	height:58px;
	background: url(../images/title-about-us.gif) top left no-repeat;
	color:#FFFFFF;
	float:left;
}
#title-contact-us {
	width:230px;
	height:58px;
	background: url(../images/title-contact-us.gif) top left no-repeat;
	color:#FFFFFF;
	float:left;
}
#brick-content-container p{
	padding:0px 0px 0px 0px;
	line-height:125%;
}
.brick-list-container {
	width:450px;
	float:left;
	margin:20px 0px 0px 20px;
	background: url(../images/bg-brick-list.jpg) top left  repeat-x;
}
.brick-list-container table tr td{
	font-size:90%;
	padding:8px 0px 8px 10px;
	font-weight:bold;
	color:#373737;
}
td .brick-list-no-padding{
	font-size:85%;
	padding:0px;
}
.brick-list-header {
	width:450px;
	height:52px;
	background: url(../images/bg-brick-list-header.gif) top left no-repeat;
	color:#FFFFFF;
}
.about-us-container {
	width:450px;
	float:left;
	margin:20px 0px 0px 20px;
}
.about-us-container p{
	margin:0px;
	padding:10px 0px 0px 0px;
	line-height:125%;
}
.about-us-container h1{
	margin:0px;
	padding:0px;
	color:#102058;
	font-size:90%;
}
.sustainability-container {
	width:636px;
	float:left;
	margin:20px 0px 0px 20px;
display:inline;
} 
.sustainability-container p{
	margin:0px;
	padding:10px 0px 0px 0px;
	line-height:125%;
}
.sustainability-container h1{
	margin:0px;
	padding:0px;
	color:#102058;
	font-size:90%;
}
.sustainability-image-container {
	width: 246px;
	float:left;
	margin:-58px 0px 0px 58px;
display:inline;
}
.sustainability-image-container img{
	float:right;
	margin: 0px 18px 18px 0px;
}
.sustainability-image-container p{
	font-size: 70%;
}
.image-about-us{
	background:url(../images/main-about-us.jpg) no-repeat top left;
	width: 447px;
	height: 344px;
}
#signpost-image{
	width:300px;
	height:139px;
	margin-bottom:20px;
}
#signpost-image.couple{
	background:url(../images/bg-signpost-couple.jpg) no-repeat top left;
}

#contact-container {
	background: url(../images/bg-contact.gif) no-repeat top;
	width:203px;
	margin: 0px 0px 5px 9px;
	float:right;
	display:inline;
}
#contact-container-form p{
	padding:10px 10px 5px 15px;
}
#contact-container-form h1{
	padding:12px 10px 15px 15px;
	color:#FFFFFF;
	font-weight:normal;
	font-size:95%;
}
#contact-container-form input{
	width:172px;
	font-size:80%;
	margin:5px 0px 5px 15px;
}

#contact-container-form #best-time{
	font-size:75%;
	padding:10px 0px 0px 15px;
	float:left;
	width:120px;
	font-weight:bold;
}
#contact-container-form #best-time-input{
	padding:8px 0px 0px 2px;
	float:left;
}
#contact-container-form #jumpMenu{
	font-size:80%;
	width:52px;
}
#contact-container-form .check-holder-text{
	font-size:75%;
	padding:0px;
	margin:45px 0px 10px 15px;
	display:block;
}
#contact-container-form .check-holder{
	font-size:75%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 15px;
	height:25px;
	clear:left;
}
#contact-container-form .check{
	font-size:75%;
	float:left;
	width:30px;
	margin:0px;
	padding:0px;
}
#contact-container-form .check input{
	width:20px;
	margin:0px;
	padding:0px;
}
#contact-container-form .check-text{
	float:left;
}
#contact-container-footer {
	background: url(../images/bg-contact-footer.gif) no-repeat bottom;
	width:203px;
	height:54px;
	clear:both;
	padding-top:10px;
}
#contact-container-footer a:link,#contact-container-footer a:visited{
	font-size:95%;
	font-weight:bold;
	color:#ffffff;
	position:relative;
	padding:0px 0px 0px 60px;
	top:19px;
}
#contact-container-footer a:hover{
	color:#111111;
	text-decoration:none;
}
.contact-container-image {
	background: #FFFFFF url(../images/bg-contact-container-image.jpg) no-repeat bottom;
	width:203px;
	height:147px;
	clear:both;
	padding-top:20px;
}




/* Footer
---------------------------------------------------------------------------------*/
#footer {
	width: 974px;
	height:71px;
	margin:0px auto;
	padding:10px 0px 10px 0px;
	position: relative;
	clear:both;
	background: url(../images/bg-footer.png) no-repeat top left;
}
#footer p{
	padding:10px 20px 10px 40px;
	color:#111111;
	text-align:right;
	font-size:80%;
}
#footer a:link,#footer a:visited{
	color:#111111;
}
#footer a:hover{
	color:#ffe402;
}


.sitemap ul li a
{
	color:black;
	font-weight:bold;
	text-decoration:none;
	font-size: 0.8em;
}

.sitemap ul li ul li a
{
	font-weight:normal;
}

.sitemap ul
{
	list-style-type:none;
}


.brickList a
{
	color: Black;
}

.brickListPager
{
	color: Black;
	font-size:0.8em;
	font-weight: normal;
}
.brickListPager u
{
	font-size:1em;
	font-weight: bold;
}

/* Map Styles */

#map
{
	height: 300px;
	width:350px; 
	margin-left:8px;
}

#frmMap
{
	display:none; 
	height:600px;
	width:350px; 
	margin-left:8px;
}

#map2
{
	width:350px; 
	margin-left:8px;
	height:400px;
	display:none
}

#directions
{
	
	float:none;
	width:400px;
	font-size:0.8em;
}

.directionControls
{
	font-weight:bold;
	color:#111111;
	font-size:80%;
	margin: 5px 0px 0px 10px;
	display:none;
}

.directionButton
{
	color:#FFFFFF;
	background-color:#204089;
	margin:5px 0px 0px 205px;
}


/* End Map Styles */


/* Contact Form */
.contact-form
{
	margin: 20px;
	display:block;
}

.contact-form label
{
	float:left;
	width:150px;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	margin:0px;

}

.contact-form input, .contact-form textarea
{
	float:left;
	width:150px;
	margin:0px;
}

.contact-form div.clear
{
	clear:left;
	margin:0px;
	padding:0px;
	height:0px;
}
