/******************************************************************
Index of Sales Landing Page

Designed for the Shoemoney System

Design Copyright 2010. All Rights Reserved. 
XHTML/CSS released under a Creative Commons Attribution 2.5 licence.
******************************************************************/

/******************************************************************
GENERAL STYLES
******************************************************************/

body {
	background: #dedede;
}

.wrap {
	width: 660px;
	margin: 0 auto 0;
	height: 100%;
	padding: 30px 20px 30px;
	background: #fff;
	position: relative;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

/******************************************************************
SPAN STYLES
******************************************************************/

.half-opacity, .soon {opacity: .4;}


/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/

/******************************************************************
HEADER STYLES
******************************************************************/


#header {
	background: #0077BE url(http://members.shoemoneysystem.com/wp-content/themes/shoemoneysystem/images/head-bg.jpg) repeat-x bottom;
}
	
	#logo {
		width: 250px;
		margin: 10px auto 15px;
	}
	

/******************************************************************
PAGE STYLES
******************************************************************/

/******************************************************************
VIDEO DISPLAY STYLES
******************************************************************/

#regular_content {
	margin: 45px 0 0;
}

.video-top-nav {
	margin: 5px auto 15px;
}

	.video-top-nav ul {
		width: 300px;
		margin: 0 auto;
	}

	.video-top-nav li {
		float: left;
		font-size: 1.1em;
		text-transform: uppercase;
		letter-spacing: 2px;
		padding: 0 8px;
		border-right: 1px solid #a6a6a6;
		font-weight: 700;
	}
	
	.video-top-nav li a {
		color: #999999;
	}
	
		.video-top-nav li.current a {
			color: #010101;
		}
		
		.video-top-nav li a:hover, .video-top-nav li.current a {
			text-decoration: none;
		}
	
	.video-top-nav li:last-child {
		border-right: 0;
	}
	
#future-vids-title {
	position: absolute;
	right: -48px;
	top: 28px;
	z-index: 9999;
	text-shadow: 1px 5px 20px #cecece;
}

#video {
	background: #010101 url(http://sales.shoemoneysystem.com/images/video-bg-2.jpg) repeat;
	width: 800px;
	border: 1px solid #404040;
	height: 450px;
	margin: 0 0 0 -100px;
	padding: 10px;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 4px 20px #010101;
	-moz-box-shadow: 0 4px 20px #010101;
	box-shadow: 0 4px 20px #010101;
}

	#video object {
		width: 800px;
		height: 450px;
		display: block;
		margin: 0 ;
	}
	
		.main-vid object {
			background: url(http://sales.shoemoneysystem.com/images/main-screen.png) no-repeat;
		} 
		
		.myads-vid object {
			background: url(http://sales.shoemoneysystem.com/images/myads-screen.jpg) no-repeat;
		}
	
	#video-nav {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 200px;
	}
	
		#video-nav li {
			overflow: hidden;
			padding: 5px 0;
			border-bottom: 1px solid #8F8F93;
			border-top: 1px solid #3A3A3C;
		}
			
			#video-nav li:last-child {
				padding-bottom: 16px;
			}
			
			#video-nav li.current {
				background: #095B9B;
			}
		
	
		#video-nav li a {
			display: block;
		}
		
		#video-nav li img {
			width: 95px;
			float: left;
			margin: 0 5px 5px 5px;
		}
		
		#video-nav li span {
			font-weight: 700;
			font-size: 1.3em;
			line-height: 1.375em;
			text-align: right;
		}
		
		#video-nav a {
			color: #fcfcfc;
			text-shadow: 0 1px 1px #010101;
			text-decoration: none;
		}

.launch-date {
	clear: both;
	margin: 70px 0 50px;
	position: relative;
}

p.wait {display: none;}

	.launch-date:hover p.wait {
		display: block;
		position: absolute;
		top: 5px;
		left: 270px;
		opacity: 1;
		font-size: 5em;
		text-shadow: 1px 1px 1px #010101;
		z-index: 9999;
	}

a.add-to-cart {
	display: block;
	background: #f3fc02 url(http://sales.shoemoneysystem.com/images/glass.png) 0 50% repeat-x;
	border: 1px solid #d5dc17;
	font-size: 3.3em;
	text-decoration: none;
	color: #073288;
	font-weight: 700;
	text-align: center;
	width: 300px;
	padding: 35px auto;
	margin: 25px auto 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

	a.add-to-cart span {display: none;}
	
	.launch-date:hover a.add-to-cart span {
		position: absolute;
		top: -60px;
		left: 25px;
		display: block;
		color: #010101;
		opacity: 1;
		
	}
	
.asterik {
	margin: 1.5em 0;
}

.asterik li {
		font-size: 1.5em;
		line-height: 1.5em;
		background: url(http://static.shoemoneysystem.com/images/asterisk.png) 5px 3px no-repeat;
		padding: 0 0 0 23px;
	}


.creditcards {
	display: block;
	width: 330px;
	height: 54px;
	margin: 0 auto;
}

/******************************************************************
FORM STYLES
******************************************************************/

.af-form-wrapper {
	margin: 0 auto 50px;
}

	.aweber-form input[type="text"] {
		font-size: 1.6em;
		float: left;
		padding: 10px 20px;
		width: 500px;
		display: block;
		margin: 10px 65px;
	}
	
	.aweber-form input[type=submit] {
		padding: 10px 20px;
		font-size: 1.6em;
		float: right;
		margin-top: 10px;
		background: url(http://sales.shoemoneysystem.com/images/yes-let-me-in.png) top no-repeat;
		background-color: none;
		border: none;
		display: block;
		width: 278px;
		height: 110px;
		margin: 0 200px;
	}

/******************************************************************
FOOTER STYLES
******************************************************************/

#footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
	font-size: 1.2em;
	color: #878787;
}

	#footer ul {
		text-align: center;
		width: 450px;
		margin: 0 auto;
	}
	
		#footer li a {
			color: #878787;
			float: left;
			margin: 0 10px 0 0;
			padding: 0 7px;
			border-right: 1px solid #878787;
		}
		
		#footer li:last-child a {
			border-right: 0;
		}
	
	#footer p {
		clear: both;
		margin: 1.5em 0 0;
	}

	