* {
	margin: 0;
	padding: 0;
	border: 0;
}

body { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    background: #FFFFFF url(../images/body_bg.png) top left repeat-x;
}

#header {
	width: 840px;
	margin: 0 auto;
}

#nav {
	height: 25px;
	width: 840px;
	margin: 0 auto;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav ul li {
    float: left;
    margin-right: 5px;
}

#nav ul li a {
	height: 25px;
	width: 103px;
	display: block;
	text-indent: -9999px;
}

#nav-bottom {
	background: #1F2022;
	height: 16px;
}

a.home-active { background: url(../images/home-over.png) top left no-repeat; }
a.home-inactive { background: url(../images/home-out.png) top left no-repeat; }
a.home-inactive:hover { background: url(../images/home-over.png) top left no-repeat; }

a.services-active { background: url(../images/services-over.png) top left no-repeat; }
a.services-inactive { background: url(../images/services-out.png) top left no-repeat; }
a.services-inactive:hover { background: url(../images/services-over.png) top left no-repeat; }

a.projects-active { background: url(../images/projects-over.png) top left no-repeat; }
a.projects-inactive { background: url(../images/projects-out.png) top left no-repeat; }
a.projects-inactive:hover { background: url(../images/projects-over.png) top left no-repeat; }

a.contact-active { background: url(../images/contact-over.png) top left no-repeat; }
a.contact-inactive { background: url(../images/contact-out.png) top left no-repeat; }
a.contact-inactive:hover { background: url(../images/contact-over.png) top left no-repeat; }

#slider-wrapper {
    background: url(../images/slider_bg.png) top left repeat-x;
	height: 250px;
}

#content-outter {
	background: #FFF url(../images/content_bg.png) top left repeat-x;
}

#content-wrapper {
	width: 840px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 590px;
	color: #1f2022;
}

#content2 {
	color: #1f2002;
}

#content h1 {
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	clear: both;
}

#content2 h1 {
	padding-top: 30px;
	margin-bottom: 50px;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	clear: both;
}

#content h2, #content2 h2 {
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 1.1em;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}

#content a, #content2 a {
	color: #1f2022;
}

#content h2 a, #content2 h2 a {
	text-decoration: none;
   font-weight: normal;
}

#content a:hover, #content2 a:hover {
	color: #94DF2D;
}

#content p {
	line-height: 22px;
	color: #3F3F41;
	font-size: .9em;
   text-align: justify;
}

#content2 p {
	line-height: 18px;
	color: #3F3F41;
	font-size: .9em;
}

#content ul, #content2 ul {
	font-size: .9em;
	list-style: disc;
	line-height: 22px;
	padding-top: 10px;
}

p.right {
	width: 300px;
	float: right;
	margin-bottom: 40px;
   text-align: justify;
}

img.left {
	float: left;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 620px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 250px;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	color: #fff;
}

.scrollContainer div.panel {
    height: 250px;
    width: 620px;
}

.panel-inner {
	padding: 0;
	color: #fff;
}

.panel-inner img {
    float: left;
}

.panel-inner p {
	padding-top: 40px;
	padding-right: 10px;
	line-height: 22px;
}

.panel-inner p a {
	color: #eeeeee;
}

.scrollButtons {
    position: absolute;
    top: 95px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -50px;
}

.scrollButtons.right {
    right: -50px;
}

.hide {
    display: none;
}

#sidebar {
	float: right;
	width: 220px;
	background: #acb7bd url(../images/sidebot.png) bottom center no-repeat;
	color: #ffffff;
	text-align: center;
}

#sidebar h2 {
	font-size: 1.3em;
	padding-top: 30px;
	padding-bottom: 8px;
	font-weight: normal;
}

#sidebar p {
	padding: 0 14px;
	font-size: .9em;
}

#sidebar a {
	color: #ffffff;
}

#sidebar a:hover {
	text-decoration: none;
}

.f {
	padding-left: 100px;
}

#footer {
	border-top: 1px solid #1f2022;
	font-size: .8em;
	color: #ACB7BD;
	width: 840px;
	margin: 0 auto;
}

#footer p {
	padding: 5px 0	30px 0;
}

#footer a {
	color: #acb7bd;
	text-decoration: none;
}