@charset "UTF-8";
/* CSS Document */

/***** FORMATTING *****/

* {
margin:0px;
padding:0px;
border-collapse:collapse;
}

body {
background:url(images/bg.jpg) top left repeat-x;
top:0;
left:0;
background-color:#454545;
}

#wrapper {
margin-left:auto;
margin-right:auto;
margin-top:9px;
width:968px;
position:relative;
}

#container {
width:971px;
float:left;
}

#login {
position:absolute;
top:30px;left:250px;
width:400px;
}

.submit-btn {
margin-top:0px;
}

input {
float:left;display:inline;
margin:0 10px 0 0;
padding:0;
}

.hidden {
display:none;
}

/*** BODY ***/

#header {
float:left;
width:968px;
height:121px;
background:url(images/header.jpg);
}
#client-login {
float:right;display:inline;
width:105px;height:22px;
margin:29px 189px 0 0;
}
.invis {
visibility:hidden;
}
#client-login a {
text-decoration:none;
display:block;
height:22px;
}
#left-side-filler {
float:left;
width:79px;height:40px;
background:url(images/left-side-filler.jpg);
}
#right-side-filler {
float:left;
width:79px;height:40px;
background:url(images/right-side-filler.jpg);
}

/*** MENU ***/

#menu-btns {
float:left;
width:810px;
}
#menu-btns li {
float:left;
display:inline;
}
#menu-btns li a {
float:left;
text-decoration:none;
height:40px;
background-image:url(images/menu-btns.jpg);
}
.home a {
background-position:0px;
width:120px;
}
.about-us a {
background-position:-120px;
width:134px;
}
.products-and-services a {
background-position:-254px;
width:223px;
}
.safety a {
background-position:-477px;
width:151px;;
}
.contact-us a {
background-position:-628px;
width:182px;
}
#menu-btns span {
visibility:hidden;
}

/*** CONTENT ***/

#homepage-body {
float:left;
width:968px;height:400px;
background:url(images/homepage-body.jpg);
}