/* CSS Document */

body
{
    background-position: top;
    background-repeat: repeat-x;
    background-image: url(../images/backgrounds/body.jpg);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
    color: #000000;
    margin: 0;
    background-color: #fff;
    z-index: 1;
}

* {
	padding:0;
	margin:0;
    
}
a img{border:none;}

.clear {
	clear:both;
}
.center
{
    text-align: center;
    
}

.right{float:right;}
.left{float:left;}




#container
{   
    display: block;
    width: 850px;
    margin: 0px auto;
    
}

#header
{
    background-position: left top;
    height: 105px;
    background-image: url( '../images/CSSLogo.jpg' );
    background-repeat: no-repeat;
}

#header .logobkg
{
	background-image: url( '../images/gazlogo.png' );
	background-repeat: no-repeat;
	width: 350px;
	position: relative;
	left: 500px;
	top: 0px;
	z-index: -1;
	height: 100px;
}

.date {
    padding: 10px;
    float: right;
    color:#666;
    font-weight:bold;
}

.subject
{
    
    font-size: 90%;
    margin: 2px;
    
}
.subjectlabel
{
    display: block;
    font-size: 90%;
    margin: 2px;
    padding: 5px;
    width: 100px;
    
}

.headrow
{
    background-color: #64A0F8;
}

.row
{
    background-color: #EBEBEB;
}



.name, .phone
{
    width: 100px;
    margin: 2px;
 
}


.button
{
    border: none;
    width: 60px;
    height: 20px;
    background-color: #64A0F8;
    font-size: 90%;
    
}

.tblForm
{
    width: 460px;
    border: 1px solid #64A0F8;
    
}
.label
{
    display: block;
     font-size: 90%;
    padding: 5px;
    margin: 2px;
    height: 15px;
    width: 100px;
    font-size: 90%;
    
    
}
#simplesquare1, #simplesquare2
{
    background-color: #EEEEEE;
    padding: 5px;
    width: 210px;
    float: left;
    
    
    }
#simplesquare2{margin-left: 10px;}
#simplesquare1 div.h, #simplesquare2 div.h
{
    width:100%;
    border-bottom: 2px solid #4691ff;
    font-size: 120%;
    font-weight: bold;
}

#simplesquare1 div.p, #simplesquare2 div.p
{
    margin-top:10px;
    font-size: 90%;
    line-height: 15px;
}



#content {
	
	padding:20px 5px 0px 5px;
	
}

#content .bigliftpic
{
    margin: 0px 15px 15px 0px;
    float: left;
    width: 180px;
}
#content .specpic{
    float:right;
    text-align: center;

}
#content .specpic h3{margin-bottom: 10px;
}
#content .features{float:left;
    margin-left: 20px;}
    
#content .difcolours h3{margin-bottom: 20px;
}

#content .liftpic2{
    float:right;
    padding-right: 30px;

}
    
#content .difcolours{width: 150px;
    float:right;
    margin-right: 20px;
}
#content h1 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:150%;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:10px 0 20px 0;
	color:#4691ff;
}
#content h2
{font-family: "Trebuchet MS" , Tahoma, Verdana;
    
    font-size: 130%;
    margin: 3px 0 3px 0;
    
}

#content h3 {
font-family: "Trebuchet MS" , Tahoma, Verdana;
	font-size:110%;
	color:#333;
	
	
	
}
#content .spec
{
    float: left;
    width: 300px;
    margin-left: 20px;
    
}
#content .spec2{
    clear:both;
    margin: 0px auto;
    width:700px;
    
  }

#content .tblspec
{
    position: relative;
    top: 30px;
    left: 40px;
    
    
}
#content .tblhd
{
    font-weight: bold;
    background-color: #64A0F8;
    height: 120%;
}
#content .tblcol1
{
    
    text-align:center;
}

#content .tblcol2 {
    width: 200px;
    

}
#content .tblcol3 {
    width: 50px;
   
}
#content .tblcol4 { 
    width: 50px;
   
   text-align: center; }

#content td-firstchild
{
    background-color: #008000;
}

a img{border:none;}



#content  p {
	line-height:20px;
	word-spacing:2px;
	padding:0;
	margin:10px 0 15px 0;
}





#content address
{
    line-height: 15px;
    word-spacing: 2px;
    font-style: normal;
}


#content ul {
	margin:15px 0 15px 20px;
	padding:0;
	border-top:1px solid #eee;
	
}
#content li
{
    margin: 10px 0 10px 0;
    padding: 0 0 10px 15px;
    list-style: none;
    line-height: 20px;
    border-bottom: 1px solid #eee;
    list-style-image: url( '../images/backgrounds/li.gif' );
        
}

#content a
{
    color: #000000;
}
#content a:hover
{
    background-color: #A2C6FB;
}


#content .measure1{
    float: left;
    width: 600px;
}

#content .measure2
{
    margin-top: 100px;
    position: relative;
    left: 50px;
}



#ad
{   margin-left:10px;
    float: right;
    width: 250px;
    padding: 10px;
    background-color: #EEEEEE;
}

#ad .adtitle
{
    width: 100%;
    border-bottom: 2px solid #4691ff;
    font-size: 120%;
    font-weight: bold;
    line-height: 20px;
}

#ad .adtext
{
    margin-top: 10px;
    font-size: 90%;
    margin-bottom: 20px;
    line-height: 15px;
}
#ad img{margin: 5px;}
#ad a
{
    
    position: relative;
    top: 10px;
}

#FAQList{width:520px;}
#twocolmain
{
    width: 58%;
    float: left;
   
}

#twocolside
{
    width: 40%;
    float: right;
 
}


#twocolfoot
{
    clear: both;
    font-size: 150%;
    text-align: center;
    
}
#twocolfoot span
{
    color: #FF0000;
}

#lifttable
{
    border-collapse: collapse;
    width: 70%;
    margin: auto;
    margin-bottom: 10px;
    
}

td p
{
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
    line-height: 15px;
    
}

td
{
    vertical-align: top;
}
.flashbanner{
    text-align:center;
    height: 60px;
    width: 800px;
}

.sitemap{
width: 250px;
text-align:left;
float: left;
}

#footer {
    clear: both;
	padding:20px;
	border-top:2px solid #00a9f2;
	color:#ccc;
	text-align:center;
	
}
#footer a
{
    color: #999;
    width: 900px;
}

#footer #w3c{
width:176px;
margin: 0 auto;
}

#footer #w3c img{
float:left;
}

