@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

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

html, body  {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background: url(../images/samples.jpg) top left no-repeat;
	color: #1e1e1e;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: none;
	color: #3b6e9c;
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #187d67; 
}

p {
	padding-bottom: 20px;
}

h2 {
	margin-bottom: 20px;
}

.blog_examples li {
	background: transparent url(../images/fake_check.png) left no-repeat;
	padding: 0px 0px 0px 18px;
	list-style-type: none;
}

/* Forms ////////////////////////////////////////////////////////// */

.signup {
	border: 1px solid #1e1e1e;
	background: transparent;
	color: #1e1e1e;
	font-size: 15px;
	height: 29px;
	padding: 3px 5px;
	width: 210px;
	margin: 0px 16px 0px 0px;
	display: inline;
	float: left;
}

/* Images ////////////////////////////////////////////////////////// */

img {
	border: 0px;
}

.alignright {
   padding: 0px;
   margin: 3px 0px 2px 10px;
   display: inline;
   float: right;
}

.alignleft {
   padding: 0px;
   margin: 3px 10px 2px 0px;
   display: inline;
   float: left;
}

.image_bottom {
	margin-bottom: 50px;
}

/* Body ////////////////////////////////////////////////////////// */

#samples {
	width: 640px;
	height: 340px;
	padding: 106px 30px 30px 30px;
}

#close_me {
	width: 100%;
	height: 22px;
	background: black;
	line-height: normal;
	font-weight: normal;
	font-size: 10px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 500;
	padding: 8px 30px 0px;
}

/* Examples ////////////////////////////////////////////////////////// */

#sliders {
	background: url(../images/fake_slider.jpg);
	width: 640px;
	height: 228px;
}

#slide_left {
	display: inline;
	float: left;
	width: 280px;
	height: 210px;
	padding: 9px;
}

#slide_right {
	float: right;
	width: 280px;
	height: 210px;
	padding: 9px;
}

#carousel {
	width: 280px;
	height: 210px;
	position: relative;
}

#slider_left {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 139px;
	height: 40px;
	z-index: 100;
}

#slider_right {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 141px;
	height: 40px;
	z-index: 100;
}

#slide_middle {
	width: 280px;
	height: 210px;
}

.stepcarousel {
	position: relative;
	overflow: scroll;
	width: 280px;
	height: 210px;
}

.stepcarousel .belt {
	position: absolute;
	left: 0;
	top: 0;
}

.belt_image {
	position: absolute;
	left: 0;
	top: 0;
}

.stepcarousel .panel {
	float: left;
	overflow: hidden;
	margin: 0px;
	width: 280px;
	height: 210px;
}
