/*General*/
p, body, html {
	margin:0;
	padding:0;
	}

body {
	font-family: 'Open Sans', sans-serif;
	background-color:#000;
		}

/*Containers*/
#header {
	background:#000;
	border-bottom: solid 2px #fff;
	text-align:center;
	}
	
#header_container {
	position:relative;
	margin:0 auto;
	width:1024px;
	height:65px;
	}
	
#main {
	background:#fff;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
}

#main_container {
	position:relative;
	margin:0 auto;
	width:1024px;
	height:650px;
	background-image: url(images/background.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}

#footer {
	background:#000;
	border-top: solid 2px #fff;
	text-align:center;
	}
#footer_container {
	position:relative;
	margin:0 auto;
	width:1024px;
	height:40px;
	}

/*Navigation*/
.nav1 {
	float:right;
	height:65px;
	line-height:65px;
	}

ul {
    margin: 0;
    padding: 0;
}

ul.menu {
    height: 65px;
    float:left;
}

ul.menu li {
    list-style: none;
    float:left;
    height: 65px;
    text-align: center;
    padding-left: 10px;
	padding-right: 10px;
    }

ul li a {
    display: block;
    padding: 0 20px;
    text-align: center;
    line-height: 65px;
    background : #000;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
    }

ul li a:hover {
    background: transparent none;
	background:#579433;
}

ul li.active a{
    background:#579433;
}

/*Main*/		
.main_left {
	margin-top: 210px;
	float:left;
	width:174px;
	font-size: 36px;
	font-weight: 700;
	color: #569433;
	text-align: left;
		}

.main_right {
	margin-top: 80px;
	font-weight:600;
	float:left;
	width:400px;
	clear:right;
	font-size: 14px;
	line-height: 20px;
	color: #333;
		}

.services {
	font-size: 10px;
	font-weight:600;
	text-transform: uppercase;
	line-height: 18px;
	color: #569433;
}

.services a {
	color: #569433;
	text-decoration:none;
}

.phone {
	font-size: 24px;
	font-weight:700;
	line-height: 28px;
}

.main_bbb {
	margin-top: 580px;
	margin-left: 174px;
	font-weight:600;
	position: absolute;
	width:150px;
		}

.space {
	line-height: 80px;
}

/*Footer*/
.footer_left {
	margin-top: 15px;
	float:left;
	width:775px;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	text-align: left;
		}

.footer_right {
	margin-top: 15px;
	font-weight:700;
	float:right;
	width:150px;
	clear:right;
	text-align:right;
	font-size: 10px;
	color: #fff;
		}
		
.footer_right a {
	color: #569433;
	text-decoration:none;
		}

.cities {
	font-size: 10px;
	font-weight:700;
	text-transform: uppercase;
	color: #569433;
}


/*Footer clear for floats*/
.clear {clear:both;	text-transform: uppercase;
	text-transform: uppercase;
	text-transform: uppercase;
}
