/* @override http://pwpsales/preview/css/style.css */

body {
	padding: 0;
	background-repeat: repeat-x;
	background-position: 0 95px !important;
}
#container {
	width: 1020px;
	background-repeat: no-repeat;
	background-position: top left;
	height: 1500px;
	padding: 0;
	margin-top: 95px;
	z-index: 1;
}
img {
	margin: 0;
	padding: 0;
}
#topbar {
	background: url(../img/layout/top-bar-bg.png) repeat-x;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
#topbar .container {
	background: none;
	width: 942px;
	height: 104px;
	position: relative;
	padding: 0 39px;
}
#topbar #sneak-peek {
	position: relative;
	left: 0;
	top: 10px;
}
#sellingtoolz-link {
	position: absolute;
	right: 35px;
	top: 10px;
	color: #ccc;
	font-size: 1.16em;
}
#sellingtoolz-link:hover {
	text-decoration: none;
}
#early-bird {
	position: absolute;
	right: 35px;
	top: 10px;
}
#early-bird a {
	text-indent: -9999px;
	display: block;
	width: 242px;
	height: 31px;
	background: url(../img/early-bird/early-bird-list.png) top left;
	position: absolute;
	right: 130px;
	top: 0;
}
#early-bird a:hover {
	background-position: 0 -31px;
}
#early-bird #arrow-left, #early-bird #arrow-right {
	position: absolute;
	top: 4px;
}
#early-bird #arrow-left {
	right: 385px;
}
#early-bird #arrow-right {
	right: 86px;
}
ul#examples {
	list-style-type: none;
	margin: 0;
	position: absolute;
	right: 35px;
	top: 56px;
}
ul#examples li {
	float: left;
	width: 118px;
	height: 28px;
	color: #fff;
	text-indent: -99999px;
	margin-left: 10px;
	position: relative;
}
ul#examples li a {
	display: block;
	width: 118px;
	height: 28px;
}


/* @group Button Sprites */

ul#examples li#example-1 {
	background: url(../img/button-sprite.png) no-repeat 0 0;
}
ul#examples li#example-1 a:hover {
	background: url(../img/button-sprite.png) no-repeat 0 -28px;	
}
ul#examples li#example-2 {
	background: url(../img/button-sprite.png) no-repeat -118px 0;
}
ul#examples li#example-2 a:hover {
	background: url(../img/button-sprite.png) no-repeat -118px -28px;	
}
ul#examples li#example-3 {
	background: url(../img/button-sprite.png) no-repeat -236px 0;
}
ul#examples li#example-3 a:hover {
	background: url(../img/button-sprite.png) no-repeat -236px -28px;	
}
ul#examples li#example-4 {
	background: url(../img/button-sprite.png) no-repeat -354px 0;
}
ul#examples li#example-4 a:hover {
	background: url(../img/button-sprite.png) no-repeat -354px -28px;	
}

/* @end */

/* @group Current page indicators */

#ex-1 ul#examples li#example-1 {
	background: url(../img/button-sprite.png) no-repeat 0 -28px;
	cursor: default;
}
#ex-2 ul#examples li#example-2 {
	background: url(../img/button-sprite.png) no-repeat -118px -28px;
	cursor: default;
}
#ex-3 ul#examples li#example-3 {
	background: url(../img/button-sprite.png) no-repeat -236px -28px;
	cursor: default;
}
#ex-4 ul#examples li#example-4 {
	background: url(../img/button-sprite.png) no-repeat -354px -28px;
	cursor: default;
}

ul#examples #current {
	width: 14px;
	height: 11px;
	background: url(../img/button-sprite.png) no-repeat;
	position: absolute;
	top: 28px;
	left: 44%;
}

ul#examples li#example-1 #current {
	background-position: -472px 0;
}
ul#examples li#example-2 #current {
	background-position: -472px -11px;
}
ul#examples li#example-3 #current {
	background-position: -472px -22px;
}
ul#examples li#example-4 #current {
	background-position: -472px -33px;
}

/* @end */



/* @group Loader */

div#loader {
	width: 100%;
	height: 1595px;
	background: #fff !important;
	display: none;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}
#progress {
	position: fixed;
	top: 160px;
	left: 42%;
}
#progress p {
	font-weight: bold;
	text-align: center;
	font-size: 1.25em;
	margin-bottom: 0.5em;
}

/* @end */

/* @group Post Launch */

#order-now {
	position: absolute;
	right: 33px;
	top: 1px;
	width: 509px;
	height: 50px;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	text-indent: -9999px;
	background: url(../img/order-now-full.png) no-repeat;
}
#order-now:hover {
	background-position: 0 -50px;
}
/* @end */