@charset "utf-8";

/* _______________________________________________________________ --> GLOBAL STYLES <-- */

* {
	margin:0;
	padding:0;
}

html, body {
	background:url(images/bgwood.jpg);
	background-color:#2f2e29;
	color:#040404;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	line-height:20px;
	overflow-x:hidden;
}

a {
	color:#8f9f24;
	text-decoration:underline;
	cursor:pointer;
}

a:hover {
	text-decoration:none;
}

a img {
	border:none;
}

p {
	padding-bottom:16px;
}

ul {
	margin-left:15px;
	margin-bottom:18px;
}

h1 {
	font-size:22px;
	font-weight:normal;
	font-family:Lucida Sans, sans-serif;
	color:#c5df14;
	background:#2f2e29;
	padding:15px 0 0 10px;
	border-bottom:4px #c5df14 solid;
	margin-bottom:16px;
	padding-bottom:5px;
}

h2 {
	font-size:18px;
	font-weight:normal;
	font-family:Georgia, serif;
	color:#2f2e29;
	margin-bottom:8px;
	text-decoration:underline;
}

/* _______________________________________________________________ --> CONTAINER AND LOGO <-- */

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -24px;
}

#container {
	background:url(images/vines.png) no-repeat;
	position:relative;
	margin:0 auto;
	width:1050px;
	min-height:700px;
}

#logo {
	width:383px;
	height:107px;
	float:right;
	margin:55px 135px 0 0;
}

/* _______________________________________________________________ --> NAVIGATION <-- */

#navigation {
	width:500px;
	height:45px;
	float:right;
	margin:-20px 134px 0 0;
}

#nav {
	position: absolute;
}

#nav li {
	background:none;
	float:left;
	padding-left:12px;
	text-align:left;
	list-style:none;
}

#nav span {
	display:none;
	position:absolute;
}
#nav a:hover span {
	display:block;
}

#nav-home span {
	background:url(images/nav_home_1.png) no-repeat;
	width:83px;
	height:57px;
	top:0;
	left:12px;
}

#nav-about span {
	background:url(images/nav_about_1.png) no-repeat;
	width:83px;
	height:57px;
	top:0;
	left:98px;
}

#nav-services span {
	background:url(images/nav_services_1.png) no-repeat;
	width:113px;
	height:57px;
	top:0;
	left:185px;
}

#nav-gallery span {
	background:url(images/nav_gallery_1.png) no-repeat;
	width:96px;
	height:58px;
	top:0;
	left:290px;
}

#nav-contact span {
	background:url(images/nav_contact_1.png) no-repeat;
	width:109px;
	height:58px;	
	top:0;
	left:381px;
}

/* _______________________________________________________________ --> CONTENT <-- */

#content {
	background:#FFFFFF;
	width:540px;
	float:right;
	margin:10px 125px 0;
	padding:35px 35px 40px 35px;
}

#grade {
	background:url(images/grade-down.png);
	width:610px;
	height:20px;
	float:right;
	margin-right:125px;
}

.init {
	float:left;
	width:auto;
	height:auto;
	padding:6px;
	margin-right:15px;
	margin-bottom:15px;
	border:1px outset #CCCCCC;
}

/* _______________________________________________________________ --> FOOTER <-- */

#footer {
	width:540px;
	float:right;
	color:#666666;
	font-size:10px;
	margin:30px 125px 0;
	text-align:right;
}

a.f {
	color:#666666;
}

#grass {
	background:url(images/grass.png) repeat-x;
    height:24px;
}

.push {
	height:24px;
}
