/* Global configs */
html * {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 0;
}

body {
	color: #003366;
	font-size: 0.8em;
	background: url(footer.gif) bottom center white repeat-x;
	font-family: 'trebuchet ms', sans-serif;
	text-align: center;
	z-index: 1;
}

.clear {
	clear: both;
}

h1 {
	font-size: 1.7em;
    padding: 0px 0px 5px 0px;
    font-weight: 800;
}

h2 {
	font-size: 1.4em;
    padding: 0px 0px 5px 0px;
    font-weight: 800;
    color: #4093ce;
}

h3 {
    font-size: 1.2em;
    font-weight: 800;
}

p {
    padding: 0px 0px 8px 0px;
}

#wrapper_body a:link, #wrapper_body a:visited, #wrapper_footer a:link, #wrapper_footer a:visited, #wrapper_image a:link, #wrapper_image a:visited  {
    color: #4093ce;
    text-decoration: none;
    border-bottom: 1px dotted #4093ce;
}

#wrapper_body a:hover, #wrapper_image a:hover, #wrapper_footer a:hover {
    border-bottom: 0px solid white;
}

input.textbox, textarea.textbox {
    padding: 4px;
    background: #d6eeff;
    border: 1px solid #4093ce;
    font-family: calibri, arial, helvetica, sans-serif;
    font-size: 1.1em;
}

select {
    padding: 3px;
    background: #d6eeff;
    border: 1px solid white;
}

input.textbox:focus, textarea.textbox:focus, select:focus {
    background: white;
    border: 1px solid #003366;
}


/*
General page layout
*/

#wrapper_header {
    position: relative;
    width: 100%;
    text-align: left;
    z-index: 2;
    background: #ffffff;
}

#wrapper_image{
    position: relative;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    z-index: -2;
    background: #e8e8e8;
}

#wrapper_body {
    position: relative;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    z-index: 2;
    background: #f3f3f3;
}

#wrapper_footer {
    position: relative;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    z-index: 2;
    background: #204052;
}

/* Header */

#header {
    position: relative;
    width: 940px;
	z-index: 2;
    margin: 0px auto;
    height: 120px;
    background: url(logo.gif) left center no-repeat;
}

#header h1 {
    display: none;
}

#header h3 {
    text-transform: uppercase;
	font-size: 1.8em;
	color: black;
}


#header div.navigation ul {
    list-style: none;
}

#header div.navigation ul li {
    float: left;
}

#header div.navigation ul li a:link, #header div.navigation ul li a:visited {
    display: block;
    text-decoration: none;
    color: #204052;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 0px 10px 20px;
    border-bottom: 0px solid white;
}

#header div.navigation ul li a:hover {
    color: #84c020;
}

#header div.subnav {
    position: absolute;
    top: 20px;
    right: 0px;
}

#header div.subnav p {
    color: #204052;
}

#header div.subnav p a:link, #header div.subnav p a:visited {
    text-decoration: none;
    color: #84c020;
    font-weight: 800;
    border-bottom: 0px solid white;
}

#header div.subnav p a:hover {
    color: #204052;
}

/* Image */

#image {
    position: relative;
    width: 940px;
    margin: 0px auto;
    background: url(retaining_wall_systems.jpg) center no-repeat;
    height: 280px;
	z-index: 2;
}

#image div.news {
    position: absolute;
    right: 20px;
    bottom: 0px;
    width: 240px;
    height: 200px;
    padding: 20px;
    background: #ffffff;
}

#image div.newslist h1 {
	font-size: 1.4em;
    padding: 0px 0px 5px 0px;
    font-weight: 800;
    color: #4093ce;
}

/* Body */

#body {
    position: relative;
    width: 940px;
    margin: 0px auto;
    background: #ffffff;
    padding: 0px 0px 20px 0px;
}

#body div.content {
    position: relative;
    width: 600px;
    padding: 20px 0px 0px 20px;
    float: left;
}

#body div.right {
    position: relative;
    width: 280px;
    padding: 20px 20px 0px 0px;
    float: right;
}

#body div.clients {
    position: relative;
    width: 240px;
    padding: 20px;
    background: #75818a;
}

#body div.clients h1, #body div.clients p, #body div.clients ul li, #body div.clients a:link, #body div.clients a:visited, #body div.clients a, #body div.clients a:hover {
    color: white;
}

/* Gallery */

#body div.thumb {

}

#body div.thumbItem {
    position: relative;
    width: 188px;
    padding: 0px 0px 20px 0px;
    margin: 0px 18px 20px 0px;
    border-bottom: 10px solid #d3d3d3;
    float: left;
}

#body div.thumbItem a:link, #body div.thumbItem a:visited {
    border-bottom: 0px solid white;
}

#body div.thumbItem img {
    position: relative;
    width: 188px;
    height: 141px;
    border: 0px solid white;
}


/* Form */

#body div.block {
    margin: 20px 0px 0px 0px;
}

.name {
    display: block;
    height: 27px;
    width: 100px;
    float: left;
    clear: left;
    text-align: right;
    padding: 3px 10px 0px 0px;
    font-weight: 800;
}

.control {
    display: block;
    height: 30px;
}




/* Footer */

#footer {
    position: relative;
    width: 940px;
    margin: 0px auto;
    height: 260px;
}

#footer div.address {
    position: absolute;
    bottom: 40px;
    right: 20px;
    width: 280px;
}

#footer div.legal {
    position: absolute;
    bottom: 40px;
    left: 20px;
}

#footer p {
    color: #4093ce;
}

#footer p span.white {
    color: white;
}



/* Gallery */

#body div.thumb2 {
	float: left;
}

#body div.thumb2Item {
    position: relative;
    width: 106px;
    padding: 0px 0px 16px 0px;
    margin: 0px 7px 16px 7px;
    border-bottom: 10px solid #d3d3d3;
    float: left;
}

#body div.thumb2Item a:link, #body div.thumb2Item a:visited {
    border-bottom: 0px solid white;
}

#body div.thumb2Item img {
    position: relative;
    width: 106px;
    height: 80px;
	float: left;
    border: 0px solid white;
}





/* navigation elements */

#navigation {
    position: relative;
	margin: 0px auto;
    height: 40px;
    width: 940px;
	z-index: 30;
}

#navigation ul.tier_0 {
    position: absolute;
    list-style: none;
}

#navigation ul.tier_0 li {
    position: relative;
    float: left;
    display: block;
    z-index: 11;
    margin: 0px;
	color: #003366;
}

#navigation ul.tier_0 li a:link, #navigation ul.tier_0 li a:visited {
    display: block;
    float: left;
    height: 30px;
    text-decoration: none;
    z-index: 4;
    cursor: pointer;
    padding: 10px 20px 0px 10px;
    color: inherit;
}

#navigation ul.tier_0 li:hover {
    background: white;
	z-index: 4;
    color: black;
}

#navigation ul.tier_1 li:hover {
	background: #6EB7D8;
	z-index: 4;
    color: black;
}

#navigation ul.tier_1 {
    position: absolute;
    list-style: none;
	z-index: 4;
    top: 40px;
    left: 0px;
}

#navigation ul.tier_1 li a:link, #navigation ul.tier_1 li a:visited {
    color: inherit;
}

#navigation ul.tier_1 li, #navigation ul.tier_2 li {
    position: relative;
    float: left;
    display: block;
    z-index: 11;
    width: 300px;
    text-align: left;
    margin: 0px;
    border-bottom: 1px solid #E8E8E8;
    background: #75818A;
	color: white;
}

#navigation ul.tier_2 {
    position: absolute;
    list-style: none;
    top: 0px;
    left: 300px;
}


#navigation ul ul, #navigation ul li:hover ul ul {
    display: none;
}

#navigation li:hover ul, #navigation ul ul li:hover ul {
    display: block;
}


