﻿body {
	margin:0;
	padding:0;
	background: url('../images/background.jpg') repeat-x top left;
	font:0.8em Helvetica;
	color:White;
	line-height:1.6em;
}
html {
	margin:0;
	padding:0;
}
h1, h2, h3 {
	color:White;
	margin:6px 0 14px 0;
}
span {
	float:left !important;
	width:80px !important;
	text-align:right !important;
	margin-right:8px !important;
}
.smallprint {
	width:100px !important;
	font-size:0.8em !important;
	text-align:left !important;
	font-weight:normal !important;
}
.color {
	color:#bbb057;
}
p {
	margin:0 0 14px 0;
}
p a {
	color:#bbb057;
	text-decoration:none;
}
p a:hover {
	color:White;
	text-decoration:underline;
}
img {
	border:none;
}
.main {
	float:left;
	width:600px;
	height:880px;
	margin:0 !important;
	padding:0 !important;
}
.logo {
	width:582px;
	height:180px;
	background: url('images/logo.png') no-repeat;
}
.par_skills {
	margin:0px !important;
}
/**/
#demo-bar {
	margin-top: 145px;
	padding: 5px 0;
	width: 580px;
	background: transparent;
	text-align: right;
}
#demo-bar a {
	display:inline;
	margin-left:28px;
}
#demo-wrapper {
	margin:-2px auto;
	overflow: hidden;
	height: 400px;
	width: 600px;
	position: relative;
}
#demo-inner {
	width: 600px;
	height: 1704px;
	position: relative;
}
.scrolling-content {
	width: 572px;
	margin:0px 14px;
	height: 400px;
	/*text-align: center;*/
	position: absolute;
	float:left;
}
#content1 {
	top: 0px;
}
#content2 {
	top: 500px;
}
#content3 {
	top: 1000px;
}
/**/

span {
	float:left;
	clear:both;
	width:80px;
	text-align:right;
	margin-right:10px;
}
.tb {
	width:280px;
	height:22px;
	float:left;
	margin-bottom:10px;
	background-color:Black;
	color:White;
	border:1px solid gray;
}
.ta {
	width:280px;
	height:150px;
	margin-bottom:10px;
	background-color:Black;
	color:White;
	border:1px solid gray;
	font:1em Helvetica;
	overflow:auto;
}
/*--- carousel ---*/
.stepcarousel {
	float:left;
	margin:0 10px;
	position: relative; /*leave this value alone*/
	border: 4px solid #191919;
	overflow: scroll; /*leave this value alone*/
	width: 490px;
	height: 270px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel {
	background:gray;
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 15px; /*margin around each panel*/
	width: 460px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:240px;
	font-weight:bold;
}
.panel_par_left {
	width:109px;
	margin-top:185px;
	float:left;
	padding:8px;
}
.panel_par_right {
	margin-top:185px;
	float:left;
	padding:8px;
}
/*adsense*/
.wrapper {
	float:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em;
}
.footer /*.push */ {
	float:left;
	height: 80px;
	margin:190px 0 0 30px;
}
.clear {
	clear:both;
}
