/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* basic elements */
* {
  margin: 0;
  padding: 0;
}
body { 
  color: #6C4F3B;
  background: #D4C8AC;
  font: normal normal normal 14px/18px Verdana, sans-serif;
}
p { 
  margin: 8px 10px 5px 3px;
  text-align: justify;
}
h3 {
  font-size: 16px; 
  margin: 10px 3px;
  color: maroon;
}
a {
  font-weight: bold;
  text-decoration: none;
}
a:link, a:visited {color: maroon;}
a:hover, a:active {color: #AA6622;}
img {border: 0;}

#sfstitle, #aboutustitle, #bshstitle, #testimonialstitle, #contactustitle, #hometitle {
  height: 0px !important;
  overflow: hidden;
  margin-left: 1px;
  padding: 21px 0 0 0;
  background-repeat: no-repeat;
  height /**/:21px;
}
#sfstitle {background-image: url(images/sfs_long.jpg);}
#bshstitle {background-image: url(images/bshs_long.jpg);}
#aboutustitle {background-image: url(images/aboutus.jpg);}
#contactustitle {background-image: url(images/contactus.jpg);}
#testimonialstitle {background-image: url(images/testimonials.jpg);}
#hometitle {background-image: url(images/home.jpg);}

/* specific divs */
#container {  
  position:relative; 
  margin-left:-382px; 
  left: 50%; 
  top: 10px; 
  width: 800px;
  background: transparent url(images/FPK_background.gif) repeat top left;
  text-align: left;
}
#header {
  position: relative;
  width: 800px;
  height: 126px;
  background: transparent url(images/FPK_top.gif) repeat-x top left;
}
#logo {
  float:left;
  width: 375px;
  height: 126px;
  background: transparent url(images/FPK_logo.gif) no-repeat top left;
}
#logo p {
  margin-top: 130px;
  margin-left: 80px;
  margin-right: 80px;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
}
#cats {
  float:right;
  width: 395px;
  height: 126px;
  background: transparent url(images/FPK_cats.gif) no-repeat top right;
}

#innercontainer {
  float: left;
  width: 800px;
  height: 100%;
  background: transparent url(images/FPK_left.gif) repeat-y top left;
}
#right {
  float: right;
  height: 100%;
  width: 785px;
  background: transparent url(images/FPK_right.gif) repeat-y top right;
}
#movie { 
  float: right;
  margin-right: 70px;
  display: inline;
  padding-top: 5px; 
}
#email { 
  float: right;
  margin-right: 20px;
  display: inline;
  padding-top: 5px; 
}

/* CSS code for content */
/* created: 30 November 2006 */
/* put a margin around all of the content and justify all text */
#frontpage, #inquiries, #available, #application, #portfolio, #aboutme, #services, #products {
  clear: both;
  margin: 0 30px 0 20px;
  padding-top: 40px;
  text-align: justify;
}
#frontpage { font-size: 18px; }

/* CSS code for footer */
/* created: 30 November 2006 */
/* put background image with height and width into the footer div */
#footer {
  clear:both;
  height: 75px;
  background: transparent url(images/FPK_bottom.gif) repeat-x bottom left;
}
#bl {
  float: left;
  width: 75px;
  height: 75px;
  background: transparent url(images/FPK_lower_left.gif) no-repeat bottom left;
}
/* need new margin for bottom navs to vertically place them */
.navigation {
  position: relative;
  margin: 0px 0px 0px -5px;
  padding-top: 10px;
}
.navigation li {
  float:left;
  list-style-type:none;
  margin: 0 4px;
  display: inline;
}
/* correct for IE */
* html div.navigation {margin: 25px 0px 10px 25px;}
#br {
  float: right;
  width: 75px;
  height: 75px;
  background: transparent url(images/FPK_lower_right.gif) no-repeat bottom right;
}

/* CSS code for forms */
/* created:  30 November 2006 */
/* remove border from fieldset as it's not wanted, but fieldset needed for validation */
fieldset {border: 0;}
/* code for labels */
/* set the margins so the labels are all uniform */
label {
  width: 100px;
  float: left;
  font-weight: bold;
  text-align: right;
  margin: 2px 1em 15px 0;
  clear: both;
}
/* add margin below the input fields to line them up with the labels */
.input-box, .input-textarea {margin-bottom: 15px;}
/* code for the buttons */
.submit-button, .reset-button {
  width: 75px;
  margin-left: 112px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  cursor:pointer; 
  background:maroon;
  color:#AA6622; 
  border-top:1px solid #937F5F; 
  border-left:1px solid #937F5F; 
  border-bottom:1px solid #433621; 
  border-right:1px solid #433621; 
}
.submit-button:hover, .reset-button:hover {
  background:#AA6622; 
  color:maroon; 
  border-top:1px solid #433621; 
  border-left: 1px solid #433621;
  border-bottom:1px solid #937F5F; 
  border-right:1px solid #937F5F;  
}
#application p {margin: 0px 0px 2px 0px;}

.pics1, .pics2 {
  float: left;
  height: 220px;
  width: 280px;
  padding: 0 4px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.pics1 {
  margin-left: 40px;
  margin-right: 44px;}
.pics2 {margin-right: 40px;}
.pics1 img, .pics2 img {
  height: 180px;
  width: 260px;
  margin: 5px 0px;
}
li.title {
  display: block;
  text-align: center;
  list-style-type: none;
}

/* CONTROLS COPYRIGHT CONTENT */
/* created 11 December 2006 */
.copyright p {
  padding-top:5px;
  font-size:.9em;
  text-align: center;
}
  
span.serviceheader {
  font-weight:bold;
  margin-bottom: 15px;
}
span.serviceinfo {
  font-weight: normal;
  margin-left: 15px;
}
#services table {margin-left: 15px;}
td.features {width: 325px; font-weight: bold;}
td.universal, td.business {width: 180px; font-weight: bold;}