/* 
    Document   : AlamedaPipe
    Created on : Mar 21, 2009, 1:08:59 AM
    Author     : davidchiu
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

BODY {
    background: #ccc;
    margin: 0px;
    padding: 0px;
    font-family: georgia, times;

}
IMG {
    border: 0px;
}
#AlamedaPipe {
    position: relative;
    width: 986px;
    margin: 0px auto;
    background: url(images/border.jpg);
    overflow: hidden;
}
#home {
    position:relative;
    margin-top: -82px;
    margin-left: 8px;
    margin-bottom: -156px;
}
#home UL {
    color: #003366;
    list-style: none;
    font-weight: bold;
}
#home UL LI {
    background: url(images/arrow_bullet.gif) no-repeat 2px;
    padding-left: 10px;
    margin-left: -10px;
}
#homeBoxes {
    height: 158px;
    overflow:hidden;
}
#homeBoxes UL {
    position: relative;
    padding: 0px;
    margin: 0px;
    margin-top: -160px;
    margin-left: 25px;
    width: 950px;
    height: 152px;
}
#homeBoxes P {
    margin: 0px;
    width: 300px;
}
#homeBoxes UL LI {
    background: none;
    font-size: 13px;
}
#homeText {
    position: absolute;
    top: 24px;
    left: 406px;
}
.box1, .box2, .box3 {
    position: relative;
    float: left;
    width: 312px;
    height: 152px;
    overflow:hidden;
    font-size: 13px;
    margin-right: 10px;
}
.box2 UL {
    margin: 0px !important;
    list-style: none;
    width: 233px !important;
    height: 60px !important;
}
.box2 UL LI {
    float: left;
    width: 75px;
    color: #fe0000;
}
#homeBoxes UL LI A {
    text-decoration: none;
    color: #003366;
}
.box2 {
    width: 322px;
}
.box3 {
    width: 277px;
}
.homeButtons {
}

#AlamedaPipe .home-page h1, #AlamedaPipe .home-page p {
	height: 63px;
}

#slogan h1, #slogan p {
	background: url('images/slogan-title-bg.gif') repeat-x left top;
	height: 55px;
	position: absolute;
	top: 0;
	line-height: 55px;
}

#slogan p {
	left: -32px;
	top: 110px;
	font-size: 17px;
	color: #f10003;
	width: 370px;
	text-indent: 20px;
}

#slogan h1 {
	right: 8px;
	top: 120px;
	font-style: italic;
	color: #fff;
	width: 467px;
	font-size: 14px;
}

H2#heading {
    margin-left: 41px;
    font-style:italic;
    color: #ff3300;
    margin-top: -45px;
    font-size: 40px;
    font-weight: bold;
}

#homeText H1 {
    margin: 0px;
}

#homeText H2 {
    margin-left: 41px;
    font-style:italic;
    color: #ff3300;
    margin-top: -45px;
    font-size: 40px;
    font-weight: bold;    
}

#homeText H2 {
    margin: 0px;
}
P {
    width: 680px;
    margin-left: 41px;
}
#nav {
    list-style: none;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px 8px 0px 0px;
    padding: 0px;
}
#nav LI {
    float: left;
}
#nav LI A {
    display: block;
    width: 126px;
    text-align: center;
    height: 31px;
    padding-top: 10px;
    text-decoration: none;
    background: url(images/menu_button_off.jpg);
    color: #003366;
}
#nav LI A:hover {
    text-decoration: underline;
}
#nav LI.selected A {
    background: url(images/menu_button_on.png);
    color: #ff3300;
}
#footer {
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    font-size: 13px;
    width: 970px;
}
#footer LI {
    float: left;
    padding: 0px 10px;
}
#footer LI A {
    text-decoration: none;
    color: #000;
}
LI#copyright {
    margin-right: 280px;
    color: #666;
}
#footer LI.divider {
    border-right: 1px solid #a78181;
}
#footer LI.selected A {
    color: #ff3300 !important;
}
.bottom {
    margin-bottom: -5px;
}
#homeBoxes {
    position: relative;
}
H2 {
    font-weight: normal;
    font-size: 18px;
}
H3 {
    font-weight: normal;
    font-size: 22px;
    padding: 0px;
    margin: 12px 0px 5px 0px;
}
.also {
    position: absolute;
    top: 5px;
    left: 226px;
}
.vspace1 {
    height: 7px;
}
.vspace2 {
    height: 27px;
}
#products, #moreProducts {
	float:left;
}
#products, #moreProducts {    
	width: 420px;
}
#products LI {
    float: left;
    width: 120px;
    margin: 0 0 5px 0;
	background-image: url(images/blue_arrow_bullet1.gif);
	background-repeat:no-repeat; 
	background-position:left center;
	list-style-type:none; padding-left: 20px;
}
#products a { 
	text-decoration:none; 
	color:#000; 
	font-size:24px
}
#moreProducts LI {
    float: left;
    width: 160px;
    margin: 5px 10px 5px 10px;
	background-image: url(images/blue_arrow_bullet2.gif);
	background-repeat:no-repeat; 
	background-position:left center;
	list-style-type:none; padding-left: 15px;
	font-size:16px;
}
#lrgProduct {
    position: absolute;
    top: 300px;
    left: 500px;
    width: 400px;
    text-align: center;
}
#services {
    margin-left: 50px;
}
#services LI {
    margin-bottom: 20px;
}
#servpic {
    position: absolute;
    top: 230px;
    left: 400px;
}
#contact, #tables {
    margin-left: 60px;
}

