/* Begin home button */
ul#homebtn {
			  margin-top: -5.5em;
			  }
/* Removes extra horizontal space below nav menu */

#homebtn li {
			   display: inline;
				list-style-type: none;
				}
/* Creates horizontal menu and removes bullet */

#homebtn a i {
			    padding: 3px 1px;
				 visibility: hidden;
				 }
/* Hides text nav link */

#homebtn a:link, #homebtn a:visited {
												display: block;
                                    position: absolute;
		     									top: 6em;
		     									left: 32em;
		     									width: 5em;
		     									background: url("images/home_b.gif") 0 0 no-repeat;
		    									text-decoration: none;
												}
/* Sets home nav button */

#homebtn a:hover {
					  background: url("images/home_border.gif") 0 0 no-repeat;
		     		  text-decoration: none;
					  }
/* Sets home nav rollover */
/* End home button */


/* Begin services button */
ul#servbtn {
			  margin: 0em;
			  }

#servbtn li {
			   display: inline;
				list-style-type: none;
				}

#servbtn a i {
			    padding: 3px 1px;
				 visibility: hidden;
				 }

#servbtn a:link, #servbtn a:visited {
												display: block;
                                    position: absolute;
		     									top: 6em;
		     									left: 37em;
		     									width: 5em;
		     									background: url("images/serv_w.gif") 0 0 no-repeat;
		    									text-decoration: none;
												}

#servbtn a:hover {
					  background: url("images/serv_border.gif") 0 0 no-repeat;
		     		  text-decoration: none;
					  }
/* End services button */


/* Begin portfolio button */
ul#portbtn {
			  margin: 0em;
			  }

#portbtn li {
			   display: inline;
				list-style-type: none;
				}

#portbtn a i {
			    padding: 3px 1px;
				 visibility: hidden;
				 }

#portbtn a:link, #portbtn a:visited {
												display: block;
                                    position: absolute;
		     									top: 6em;
		     									left: 42em;
		     									width: 5em;
		     									background: url("images/port_w.gif") 0 0 no-repeat;
		    									text-decoration: none;
												}

#portbtn a:hover {
					  background: url("images/port_border.gif") 0 0 no-repeat;
		     		  text-decoration: none;
					  }
/* End portfolio button */


/* Begin prices button */
ul#pricesbtn {
			  	 margin: 0em;
			  	 }

#pricesbtn li {
			     display: inline;
				  list-style-type: none;
				  }

#pricesbtn a i {
			      padding: 3px 1px;
				   visibility: hidden;
				   }

#pricesbtn a:link, #pricesbtn a:visited {
												  display: block;
                                      position: absolute;
		     									  top: 6em;
		     									  left: 47em;
		     									  width: 5em;
		     									  background: url("images/prices_w.gif") 0 0 no-repeat;
		    									  text-decoration: none;
												  }

#pricesbtn a:hover {
					    background: url("images/prices_border.gif") 0 0 no-repeat;
		     		    text-decoration: none;
					    }
/* End prices button */


/* Begin contact button */
ul#contactbtn {
			  	  margin: 0em;
			  	  }

#contactbtn li {
			      display: inline;
				   list-style-type: none;
				   }

#contactbtn a i {
			       padding: 3px 1px;
				    visibility: hidden;
				    }

#contactbtn a:link, #contactbtn a:visited {
												      display: block;
                                          position: absolute;
		     									      top: 6em;
		     									      left: 52em;
		     									      width: 5em;
		     									      background: url("images/contact_w.gif") 0 0 no-repeat;
		    									      text-decoration: none;
												      }

#contactbtn a:hover {
					     background: url("images/contact_border.gif") 0 0 no-repeat;
		     		     text-decoration: none;
					     }
/* End contact button */


/* Begin services text link */
.services a:link {
			        font-family: Arial, Helvetica, sans-serif;
			        font-size: 80%;
			 		  font-weight: bold;
			 		  color: #ffffff;
			 		  background-color: #8e9fa8;
			 		  }

.services a:active {
						 font-family: Arial, Helvetica, sans-serif;
						 font-size: 80%;
				       font-weight: bold;
						 color: #ffffff;
						 background-color: #8e9fa8;
						 }

.services a:hover {
			  			font-family: Arial, Helvetica, sans-serif;
			  			font-size: 80%;
			  			font-weight: bold;
			  			color: #000000;
			  			background-color: #8e9fa8;
			  			}

.services a:visited {
				 		  font-family: Arial, Helvetica, sans-serif;
				 		  font-size: 80%;
                    font-weight: bold;
				 		  color: #000000;
				 		  background-color: #8e9fa8;
				 		  }
/* End services text link */

div.gray {
			width: 630px;
			padding-top: 20px;
			padding-bottom: 20px;
			padding-left: 25px;
			background-color: #8e9fa8;
			color: #000000;
         border-style: solid;
			border-width: 1px;
			}
/* Sets gray block inside */


