@charset "utf-8";
/* CSS Document */

body {
	background: URL(images/backgrounds/bg_main.jpg) top repeat-x;
	background-color: #46632b;
	height: 100%;
	margin: 0px;
	}
	
.main {
	width: 1000px;
	height: 100%;
	background-color: #fff;
	border-right: 2pt solid black;
	border-left: 2pt solid black;
	border-bottom: 2pt solid black;
	padding: 0;
	}

.section {
	background: URL(images/backgrounds/bg_section.jpg) top repeat-x;
	width: 260px;
	height: 120px;
	}
	
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	line-height: 16px;
	color: black;
	}

.title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	color: #378f18;
	}

.sect_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color: #333;
	font-weight: bold;
	text-align: left;
	position: relative;
	left: 15px;
	bottom: 20px;
	}

.sect_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	text-align: left;
	position: relative;
	left: 15px;
	bottom: 20px;
	}
	
a {
	text-decoration: none;
	font-size: 8pt;
	}

a:hover {
	text-decoration: underline;
	}
	
.button1, .button1 a {  
    background: url(images/buttons/btn_home.jpg) 0 -28px;  
    height:28px;  
    width:90px;  
    display:block;  
	}  

.button1 a {  
    background-position: 0 0;  
	}
	
.button2, .button2 a {  
    background: url(images/buttons/btn_about.jpg) 0 -28px;  
    height:28px;  
    width:90px;  
    display:block;  
	}  

.button2 a {  
    background-position: 0 0;  
	}  

.button3, .button3 a {  
    background: url(images/buttons/btn_services.jpg) 0 -28px;  
    height:28px;  
    width:90px;  
    display:block;  
	}  

.button3 a {  
    background-position: 0 0;  
	}

.button4, .button4 a {  
    background: url(images/buttons/btn_experience.jpg) 0 -28px;  
    height:28px;  
    width:90px;  
    display:block;  
	}  

.button4 a {  
    background-position: 0 0;  
	}

.button5, .button5 a {  
    background: url(images/buttons/btn_contact.jpg) 0 -28px;  
    height:28px;  
    width:90px;  
    display:block;  
	}  

.button5 a {  
    background-position: 0 0;  
	}

