#nav {
      position: relative;
      left: -183px;
      top: -67px;      
      }
/* Sets nav menu */

/* Begin home button */
ul#homebtn {
			  margin: 0em;
			  }
/* 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_w.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_b.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 */

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


