* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
}

p {
	margin: 10px auto;
	line-height: 150%;
}

p, span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

#about {
	margin-top: 70px;
	padding: 15px 0;
	width: 100%;
	background-color: #009933;
}

#about-content {
	overflow: hidden;
	margin: 0 auto;
	width: 900px;
	height: 0;
}

#about-content h2 {
	color: #66ff66;
}

#about-content p {
	color: #ccffcc;
}

#about-toggle {
	display: block;
	width: 82px;
	height: 28px;
	background: url(../images/mn-about.gif) no-repeat;
	border-bottom: 5px solid #000000;
}

#about-toggle:hover {
	border-bottom: 5px solid #009933;
}

#portfolio {
	margin-top: 5px;
	padding: 15px 0;
	width: 100%;
	background-color: #ffcc00;
}

#portfolio-content {
	overflow: hidden;
	margin: 0 auto;
	width: 900px;
	height: 0;
}

#portfolio-toggle {
	display: block;
	width: 131px;
	height: 28px;
	background: url(../images/mn-portfolio.gif) no-repeat;
	border-bottom: 5px solid #000000;
}

#portfolio-toggle:hover {
	border-bottom: 5px solid #ffcc00;
}

#contact {
	margin-top: 5px;
	padding: 15px 0;
	width: 100%;
	background-color: #003399;
}

#contact-content {
	overflow: hidden;
	margin: 0 auto;
	width: 900px;
	height: 0;
}

#contact-content h2 {
	color: #6699ff;
}

#contact-content p {
	color: #6699ff;
}

#contact-toggle {
	display: block;
	width: 112px;
	height: 28px;
	background: url(../images/mn-contact.gif) no-repeat;
	border-bottom: 5px solid #000000;
}

#contact-toggle:hover {
	border-bottom: 5px solid #003399;
}

#menu {
	padding: 50px 0;
	width: 100%;
}

#menu-content {
	margin: 0 auto;
	width: 900px;
}

#menu-content  h1 {
	float: left;
	width: 250px;
	height: 47px;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
}

#menu-content ul {
	display: inline;
	float: right;
	margin-top: 10px;
	list-style: none;
}

#menu-content  ul li {
	float: left;
	margin-left: 40px;
}

#menu-content ul li a {
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
}

#about-profile {
	float: left;
	padding: 10px;
	width: 240px;
}

#about-skills {
	float: left;
	margin-left: 50px;
	padding: 10px;
	width: 240px;
}

#about-solutions {
	float: left;
	margin-left: 50px;
	padding: 10px;
	width: 240px;
}

#carousel-wrap {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 715px;
	height: 210px;
}

#carousel-content {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 10000px;
	height: 210px;
}

#carousel-previous {
	display: block;
	float: left;
	margin: 85px 0 0 20px;
	width: 30px;
	height: 30px;
	background: url(../images/control-left.gif) no-repeat;
	text-indent: -9999px;
	outline: none;
}

#carousel-next {
	display: block;
	float: right;
	margin: 85px 20px 0 0;
	width: 30px;
	height: 30px;
	background: url(../images/control-right.gif) no-repeat;
	text-indent: -9999px;
	outline: none;
}

.div-inherit {
	position: inherit;
}

.div-relative {
	position: relative;
}

.div-absolute {
	position: absolute;
}

.job {
	float:left;
	margin: 5px;
	width: 170px;
	background-color: #ffb300;
}

.job:hover {
	background-color: #eea700;
}

.job-image {
	margin: 0 auto;
	padding: 10px;
}

.job-description {
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #b75900;
	text-align: center;
}

#contact-info {
	float: left;
	padding: 10px;
	width: 220px;
}

#contact-form {
	float: left;
	margin-left: 50px;
	padding-top: 10px;
	width: 580px;
}

#contact-form a {
	color: #fff;
}

#contact-form form {
	margin-top: 10px;
}

#contact-form form div {
	margin-bottom: 10px;
}

#contact-form form div.col1 {
	float: left;
	margin-right: 30px;
	width: 200px;
}

#contact-form form div.col2 {
	float: left;
	width: 330px;
}

#contact-form form div.col3 {
	margin-top: -10px;
	width: 560px;
	text-align: right;
}

#contact-form form div.col3 input.reset, #contact-form form div.col3 input.send {
	padding: 0 10px;
	border: 0;
	color: #94a2bd;
	background-color: #003399;
	font-weight: bold;
}

#contact-form form div.col3 input.reset:hover, #contact-form form div.col3 input.reset:focus, #contact-form form div.col3 input.send:hover, #contact-form form div.col3 input.send:focus {
	color: #fff;
}

#contact-form form div label span {
	font-weight: bold;
	color: #6699ff;
}

#contact-form form div input.field-string {
	margin-top: 5px;
	padding: 3px;
	width: 95%;
	border: 0;
	color: #6699ff;
	background-color: #003fbd;
}

#contact-form form div textarea.field-text {
	margin-top: 5px;
	padding: 3px;
	width: 98%;
	height: 123px;
	border: 0;
	color: #6699ff;
	background-color: #003fbd;
}

#contact-form form div input.field-string:hover, #contact-form form div input.field-string:focus, #contact-form form div textarea.field-text:hover, #contact-form form div textarea.field-text:focus {
	background-color: #114aba;
}

#logo-skype, #logo-gmail, #logo-hotmail {
	margin: 15px 0 0 20px;
}


