html{
background-image: URL('http://primebuilders.net/background.gif');
}

body {
margin: 5px;
text-align:center;
}

#body {
text-align: left;
width: 700px;
margin: 25px;
}

#background {
background-repeat: no-repeat;
width: 750px;
height: 250px;
}

#border {
background-color: white;
width: 750px;
margin: 0 auto;
border: 5px ridge #000066;
}

#container {
margin-top: 0px;
width: 750px;
height: 80px;

background-repeat: repeat-x;
}

h1.header {
color: #000066;
letter-spacing: 3px
font-variant: small-caps; 
font-size: 42px;
font-weight: bold;
font-family: Verdana, Arial Black, sans-serif;
padding: 0px;
margin: 0px;
margin-top: 5px;
}

h2.header {
letter-spacing: 2px;
color: #000066;
font-variant: small-caps; 
font-size: 18px;
font-family: Verdana, Arial Black, sans-serif;
padding: 0px;
margin: 0px;
}

h2.phone {

margin: 10px;
font-size: 24px;
}

#header {
width: 100%;
height: 100px;
margin: 0 auto; 
}

#primebuilders {
width: 375px;
height: 100px;
margin: 5px;
float:left;

}

#contact {
margin: 5px;
float: right;
width: 320px;
height: 80px;
}

#nav {
margin: 3px;
width: 250px;
height: 60px;
float: right;
}

#footer {
clear: both;
margin: 0 auto;
width: 750px;
height: 200px;
background-color: white;
}

ul.footer {
text-align:left;
}

#license {
float: left;
margin: 5px;
width: 335px;
height: 120px;
}

#insured {
float: left;
margin: 5px;
width: 700px;
height: 30px;
}

#bbb {
float: left;
margin: 5px;
width: 360px;
height: 136px;
}

p {
font-family: Verdana, Arial Black, sans-serif;
}

.small{
font-size: 8px;
}

img.right {
float: right;
margin: 10px;
}

img.left {
float: left;
margin: 10px;
}

div.right {
float: right;
margin: 10px;
}

div.left {
float: left;
margin: 10px;
}

.left {
text-align: left;
}

point12 {
font-size: 12pt;
}

.large{
font-size: large;
}

ul.blue {
list-style-image: url(http://primebuilders.net/blue-bullet.gif);
}

ul.hammer {
list-style-image: url(http://primebuilders.net/hammer.gif);
}

#tabs {
  background-image: url(http://primebuilders.net/tab-bg.gif);
  width: 750px;
  height: 70px;
  margin: 0px auto 0px auto;
  float:left;
  font-size:93%;
  line-height:normal;
  }
#tabs ul {
  width: 740px;
  margin: 5px;
  padding: 0px;
  list-style:none;
  }
  
#tabs #bottom ul  {
clear: both;
}

#tabs li {
  float:left;
  border-bottom: 1px solid black;
  background:url("left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  white-space: nowrap;
  }
#tabs a {
  float:left;
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#000099;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#000066;
  }
#tabs #current {
  background-image:url("left_on.gif");
  }
#tabs #current a {
  background-image:url("right_on.gif");
  color: #000;
  padding-bottom:5px;
  }
