/* BASICS */

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

html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
    color: #292a2e;
	font-size: 62.5%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #6d94b5;
}

p  {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 0.8em;
}

h1 {
    color: #292a2e;
    font-size: 1.7em;
    margin-bottom: 20px;
}

h2 {
    color: #292a2e;
    font-size: 1.6em;
    padding: 10px 0px;
}

h3 {
    color: #41729b;
    font-size: 1.5em;
    padding-bottom: 5px;
}

h4 {
    color: black;
    font-size: 1.3em;
    padding: 5px 0px 2px 0px;
}

h5 {
    color: white;
    font-size: 1.2em;
    padding-bottom: 2px;
}

h5 a {
    color: white;
}

h5 a:hover {
	text-decoration: underline;
}

a { color: #292a2e; font-size: 1.2em; font-weight: bold; text-decoration: none; }
a:hover, a:active { text-decoration: none; }

.clear {
	clear: both;
}

/* MAIN SITE */

#page-wrap{
    width: 929px;
	margin: 0px auto;
}

#background {
    background: url(images/body-bg.jpg) repeat-x;
    width: 100%;
    height: 135px;
}

#container {
    width: 929px;
	margin: 0px auto;
    text-align: left;
}

#main{
	width: 929px;
    height: 860px;
	margin: 0px auto;
	text-align: left;
    background: url(images/main.jpg) no-repeat top center;
}

#logo {
	background: url(images/logo.png) no-repeat top center;
    text-indent: -9999px;
    height: 125px;
    width: 270px;
    overflow: hidden;
    z-index: 50;
    position: relative;
    margin-left: 10px;
    margin-top: -60px;
}

#portfolio {
    padding: 198px 0px 98px 40px;
}

#about {
    display: block;
    width: 420px;
    float: left;
    padding-left: 50px;
    margin-bottom: 50px;
}

#skills {
    display: block;
    width: 280px;
    float: left;
    padding-left: 70px;
    margin-bottom: 50px;
}

.cont {
    width: 625px;
    overflow: hidden;
    height: 275px;
    z-index: 50;
    position: relative;
    float: left;
}

.invis {
    position: absolute;
    left: 0px;
}

.slider-item {
    float: left;
    display: block;
    width: 605px;
    padding: 10px;
    height: 275px;
    overflow: hidden;
}

/* NAVIGATION */

.nav {
    padding-top: 40px;
}

.nav a, .nav a:active, .nav a:visited {
    display: block;
    height: 48px;
    width: 178px;
    float: left;
    margin-left: 22px;
    text-indent: -9999px;
    outline-style: none;
}

.nav .featured, .nav .websites, .nav .promotional, .nav .services, .nav .contact {
    background: url(images/nav.jpg) no-repeat;
}

.nav .featured {
    background-position: 0px 0px;
}

.nav .featured:hover {
	background-position: 0px -47px;
}

.nav .websites {
    background-position: -180px 0px;
}

.nav .websites:hover {
	background-position: -180px -47px;
}

.nav .promotional {
    background-position: -360px 0px;
}

.nav .promotional:hover {
	background-position: -360px -47px;
}

.nav .services {
    background-position: -540px 0px;
}

.nav .services:hover {
	background-position: -540px -47px;
}

.nav .contact {
    background-position: -720px 0px;
}

.nav .contact:hover {
	background-position: -720px -47px;
}

ul.solution li {
    padding-left: 5px;
    font-size: 1.5em;
    line-height: 1.2em;
	list-style: none;
	padding: 2px 0px 2px 25px;
	background: url(images/tick.jpg) no-repeat 5px center;
}

ul.services li {
    padding-left: 20px;
    font-size: 1.5em;
    line-height: 1.4em;
	list-style: none;
	padding: 2px 0px 2px 25px;
	background: url(images/tick.jpg) no-repeat 5px center;
}

.title {
    padding-bottom: 10px;
    float: left;
}

.web {
    float: left;
    width: 200px;
    height: 100px;
    padding: 5px 0px;
    text-align: center;
}

.ident {
    float: left;
    width: 100px;
    height: 75px;
    padding: 10px 0px;
    font-size: 1.2em;
    color: #292a2e;
    font-weight: bold;
}

.service {
    float: left;
    width: 270px;
    height: 200px;
    padding: 5px;
    margin-left: 15px;
    font-size: 0.8em;
    color: white;
}

.vcard {
    margin-left: 100px;
}

.left {
    float: left;
    width: 260px;
}

.right {
    float: right;
    width: 220px;
}

.featured {
	display: block;
    width: 428px;
    height: 275px;
    float: left;
}

.featuretext {
	display: block;
    width: 170px;
    height: 275px;
    padding-top: 25px;
    float: right;
}

/* PULLDOWN */

#pulldown {
    width: 100%;
    height: 150px;
    background: url(images/border.jpg) bottom repeat-x #dbe0e4;
    overflow: hidden;
}

#pulldown_container {
    margin: 0px auto;
    width: 910px;
    height: 150px;
    text-align: left;
    background: url(images/border.jpg) bottom repeat-x #dbe0e4;
}

#pulldown_btn {
    display: block;
    width: 117px;
    height: 66px;
    z-index: 5;
    position: relative;
    margin-left: 700px;
    background: url(images/hire.jpg) no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}

#contact {
	display: block;
    height: 130px;
    width: 350px;
    float: left;
    padding-top: 50px;
    margin-right: 20px;
    background: url(images/contactme.jpg) left top no-repeat;
}

#status {
	display: block;
    height: 146px;
    width: 143px;
    float: left;
    margin-right: 50px;
    background: url(images/status.jpg) left top no-repeat;
}

#links {
	display: block;
    height: 130px;
    width: 150px;
    float: left;
    padding-top: 50px;
    background: url(images/mylinks.jpg) left top no-repeat;
}

#links a{
    color: #3d3c3c;
    margin-left: 10px;
    line-height: 1.7em;
    padding: 3px 5px;
}

#links a:hover {
    color: white;
    background-color: #3d3c3c;
}