html{
background-image: URL('http://primebuilders.net/background.gif');
}

body {
margin: 5px;
text-align:center;
}

#body {
text-align: left;
width: 750px;
margin: 0px;
}

#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: 100px;
background-image: url(http://primebuilders.net/tab-bg.gif);
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;
}

a.home {
text-decoration: none;
}

a.header {
color: #000066;
font-size:10pt;
line-height:36px;
text-align : center;
background-color: #cccccc;
border-style: outset;
border-width: 3px;
border-color: blue;
text-decoration: none;
font-family: Verdana, Arial Black, sans-serif;
margin: 2px;
padding-left: 2px;
padding-right: 2px;
}

a.header:link {

}

a.header:visited {
color: #0000cc;
}

a.header:hover {
border-style: inset;
}

a.header:active {
border-style: inset;
color: #0000cc;
}

#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;
}

blockquote {
  background: transparent url(http://primebuilders.net/testimonials/quoleft.png) left top no-repeat;
}
blockquote div {
  padding: 0 48px;
  background: transparent url(http://primebuilders.net/testimonials/quoright.png) right bottom no-repeat;
}

p.right {
text-align: right;
}

.name{

}

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 {
  width: 700px;
  height: 80px;
  margin: 0px auto 0px auto;
  float:left;
  font-size:93%;
  line-height:normal;
  }
#tabs ul {
  width: 100%;
  margin: 0;
  padding:10px 10px 0;
  list-style:none;
  }
  
#tabs #bottom ul  {
clear: both;
}

#tabs li {
  float:left;
  border-bottom: 1px solid black;
  background:url(http://primebuilders.net/left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#tabs a {
  float:left;
  display:block;
  background:url(http://primebuilders.net/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(http://primebuilders.net/left_on.gif);
  }
#tabs #current a {
  background-image:url(http://primebuilders.net/right_on.gif);
  color: #000;
  padding-bottom:5px;
  }
