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

/* General Styles */

body {
background: url(../images/layout/background.jpg) repeat;
}

.content {
clear:both;
padding-top:30px;
padding-bottom:30px;
}

.login {
	text-align: right;
	padding: 6px;
	height: 18px;
}

/* General */

* {
outline:none;
}

a.launch {
display:block;
height:28px;
width:98px;
text-indent:-9999px;
background:url(../images/buttons/launch.png) top no-repeat;
}

a.launch:hover {
background-position:bottom;
}

a.more {
display:block;
height:17px;
width:56px;
background:url(../images/buttons/more.png) top no-repeat;
text-indent:-9999px;
}

a.more:hover {
background-position:bottom;
}

.hide {
display:none;
}

.big {
font-size:150%;
}

h3 a {
font-weight:normal;
}

h6 {
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h3 a:hover {
text-decoration:none;
color:#E2EF9A;
}

h3.archives {
background:url(../images/icons/archives.png) right no-repeat;
}


h3.headlines {
background:url(../images/icons/headlines.png) right no-repeat;
}

label {
display:block;
}

fieldset {
border:1px solid #001F14;
background:url(../images/layout/fieldset.png);
}

input, textarea {
background:#0B2F25;
font-family:Arial, Helvetica, sans-serif;
border:1px solid #001F14;
color:#fff;
padding:5px;
}

legend {
padding:5px 10px;
background:#001F14;
border:1px solid #001F14;
}

/* Blog */

.commentlist {
font:200% Georgia;
color:#fff;
}

.commentlist li {
border-bottom:1px solid #001F14;
margin-top:20px;
}

.commentlist li div {
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
font-size:12px;
}

/* Footer */

.footer {
padding:15px;
background-position:-10px -5px;
margin-bottom:30px;
	width: 100%;
	height: 30px;
}

.footer ul {
margin:0;
padding:0;
}

.footer ul li {
list-style:none;
float:left;
margin:0 20px 0 0;
}

.footer .nav li a {
}

.footer .nav li a:hover {
color:#fff;
text-decoration:none;
}

/* Home */

.about img {
float:left;
padding:5px;
background:#fff;
}

.about p {
margin-left:100px;
}

/* Header */

.header {
height:100px;
position:relative;
	top: -10px;
}

.headerTitle {
	font: bold 36px Futura, "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #83f833;
	text-shadow: black 2px 2px 3px;
	width: 600px;
	height: 100px;
	position: absolute;
	padding-left: 30px;
	padding-top: 5px;
	top: -36px;
}

.description {
font-weight:bold;
color:#fff;
}

.nav {
position:absolute;
top:10px;
padding: 10px 0;
}

.nav ul {
margin:0 auto;
position:relative;
}

.nav li {
list-style:none;
float:left;
background:url(../images/layout/nav.png) right no-repeat;
padding:10px 15px 15px 0;
margin:0 15px 0 0;
}

.nav li.final {
background:none;
}

.nav li a {
color:#83f833;
}

.nav li a span {
display:none;
}

.nav li.active a {
}

.nav li a:hover span {
display:block;
position:absolute;
top:10px;
right:0;
color:#fff;
}

.nav li a:hover {
color:#fff;
text-decoration:none;
}

/* Services */

.service img {
float:left;
}

.service h4 {
margin-bottom:0;
padding-bottom:3px;
margin-left:40px;
}

.service {
padding-bottom:10px;
}

.service p {
margin-left:40px;
}

/* Work */

.project {
background:url(../images/layout/project.png) top no-repeat;
position:relative;
height:300px;
}

.project img {
top:24px;
right:37px;
position:absolute;
}

.projectcontent {
}

/* Slider */

#slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 320px;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 320px;
    width: 100%;
}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    bottom:0;
    cursor: pointer;
}

.scrollButtons.left {
    right: 215px;
	z-index:5;
}

.scrollButtons.right {
    right:185px;
}


