@charset "utf-8";
/* Pickens Kane Home CSS Document */



/*-----------------masthead ----------------*/

#masthead {
background-image:url(../images/bkg-masthead.jpg);
background-repeat: no-repeat;
width: 990px;
height: 507px;
}





/*------- left----------*/

#left {
float: left;
padding-left: 15px;
padding-right: 0px;
width: 470px;
}


#left img {
padding: 0px 10px 30px 0px;
float: left;
}



/*------- right----------*/

#right {
float: right;
width: 375px;
padding-right: 50px;
}


#right img {
padding-left: 0px;
padding-bottom: 20px;
margin-top: 5px;
}




/*-------form----------*/


#formContainer {
background-image:url(../images/bkg-quoteform.jpg);
background-repeat: no-repeat;
height: 182px;
padding: 85px 0px 0px 445px;
}

/*.link2
{
color:#7f7465;
 
}

.link2 a:hover
{
color:#7f7465;
 
}*/

/*-------------------------
no top header image
---------------------------*/
#no-header #masthead{
background: url(../images/bkg-header.jpg) no-repeat top left;
height: 125px;
}

#no-header #content{
padding: 20px 0 0 0;
}