
/*================================
			RESET
================================*/

html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li, 
abbr, acronym, address, b, big, blockquote, 
cite, code, del, dfn, em, i, ins, kbd, pre, q, 
samp, tt, var, small, strong, sub, sup, 
object, iframe, form, fieldset, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section,
figure, menu, time, mark, audio, video							{ font-family: arial, sans-serif; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; white-space: normal; text-align: left; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }

textarea, input, select												{ font-family: arial, sans-serift; font-size: 100%; font-weight: normal; font-style: normal; white-space: normal; text-align: left; margin: 0; padding: 0; }

article, aside, footer, header, nav, section,
dialog, figure, hgroup, menu										{ display: block; }

h1, h2, h3, h4, h5, h6													{ font-size: 100%; font-weight: bold; }
del, ins																		{ text-decoration: none; }
ol, ul																			{ list-style: none; }
nav ul																		{ list-style-type: none; }
table																			{ border-collapse: separate; border-spacing: 0; background-color: transparent; width: auto; height: auto; }
:focus																		{ outline: 0; }
blockquote:before, blockquote:after, q:before, q:after		{ content: ""; }
blockquote, q															{ quotes: "" ""; }

/*========================
		Deprecated
========================*/
applet, basefont, dir, font, isindex, menu, s, strike, u		{ font-family: inherit; font-size: 100%; font-weight: normal; font-style: normal; white-space: normal; vertical-align: baseline; text-decoration: inherit; text-align: left; color: inherit; margin: 0; padding: 0; border: 0; outline: 0; }
dir, menu																		{ list-style: none; }
nobr																				{ white-space: normal; }
blink																				{ text-decoration: none; }
marquee																		{ overflow: visible; }

/*========================
		Headings
========================*/
h1		{ font-size: 36px; }
h2		{ font-size: 32px; }
h3		{ font-size: 28px; }
h4		{ font-size: 24px; }
h5		{ font-size: 20px; }
h6		{ font-size: 16px; }

/*========================
		Links
========================*/
a:link 		{color: #fff; text-decoration: none;}
a:visited 	{color: #000; text-decoration: none;}
a:hover 		{color: #000; text-decoration: none;}
a:active 	{color: #000000; text-decoration: none;}




/*================================
			Main wraper

================================*/
body {
	background: #999;
}

#wrap-main {
	margin:  50px auto 0 auto;
	width: 960px;
}

/*================================
			Header
================================*/
#header {
	background: #fff;
	height: 172px;
	width: 100%;	
}

.header-ribbon {
	background: url(images/header-ribbon.png) no-repeat;
	height: 14px;
	width: 650px;
}
/*==== Buttons ====*/
.buttons-top {
	float: right;
	height: 45px;
	margin: -45px -10px 0 0; 
	width: 390px;
}
.button-top1 {
	background: url(images/button-investsoup-sprite.png) no-repeat;
	background-position: 0 0;
	float: left;
	height: 45px;
	width: 194px;
}
	.button-top1:hover {
		background: url(images/button-investsoup-sprite.png) no-repeat;
		background-position: 0 -45px;
	}

.button-top2 {
	background: url(images/button-souptradealerts.png) no-repeat;
	background-position: 0 0;
	float: left;
	height: 45px;
	margin: 0 0 0 2px;
	*margin: -17px 0 0 2px;/* IE Hack */
	padding: 0;
	width: 185px;
}
	.button-top2:hover {
		background: url(images/button-souptradealerts.png) no-repeat;
		background-position: 0 -45px;
	}


.logo {
	background: url(images/logo.jpg) no-repeat;
	float: left;
	height: 134px;
	margin: 20px 0 0 20px;
	width: 543px;
}
.superman {
	background: url(images/superman.jpg) no-repeat;
	float: right;
	height: 172px;
	width: 373px;	
}

/*================================
			Stage Dark
================================*/

#stage-dark {
	background: url(images/bg-stage.jpg) repeat-x;
	height: 186px;
	width: 100%;
}

/*========================
		Stage Dark
========================*/
.signup-one {
	background: url(images/bg-signup.png) no-repeat;
	float: left;
	height: 294px;
	margin: 30px 0 0 20px;
	position: absolute;
	width: 410px; 
}

	.signup-form {
		margin: 50px 0 0 60px;
	}
		
		.signup-form p {
			color: #fff;
			font-size: 20px;
		}
		
		.input-one {
			background: url(images/input-one.png);
			border: none;
			height: 22px;
			padding: 5px;
			margin: 10px 0 10px 0;
			width: 180px;
		}
		
		.inputbutton-one {
			background: url(images/inputbutton-one.png) no-repeat;
			border: none;
			height: 68px;
			width: 184px;
		}

.singup-today {
	background: url(images/signup.png) no-repeat;
	float: right;
	height: 154px;
	margin: 30px 10px 0 0;
	width: 518px;
}


/*================================
			Main Section
================================*/
#main-section {
	background: #fff;
	float: left;
	height: auto;
	margin: 0 0 0 0;
	width: 100%;
}
/*========================
		Testimonial
========================*/
.sidebar {
	background: url(images/sidebar-middle.png) repeat-x;
	float: left;
	height: 450px;
	margin: 150px 0 50px 0;
	width: 350px;
}

.sidebar-left {
	background: url(images/sidebar-left.png) no-repeat;
	float: left;
	height: 450px;
	margin: 150px 0 0 0;
	width: 24px;
}

.sidebar-right {
	background: url(images/sidebar-right.png) no-repeat;
	float: left;
	height: 450px;
	margin: 150px 0 0 0;
	width: 4px;
}

	.sidebar h2{
		color: #b30000;
		font-size: 22px;
		margin: 20px 0 0 10px;
	}
	
	.sidebar ul{
		float: left;
		font-size: 12px;
		margin: 20px 20px 0 10px;
	}
	
	.sidebar ul li{
		float: left;
		margin: 0 0 10px 0;
	}
	
		.testimonial-avatar {
			float: left;
			margin: 0 15px 40px 0;
		}
		
		.sidebar ul li span {
			font-weight: bold;
			line-height: 20px;
		}

/*========================
		Main Content
========================*/
.main-content {
	float: right;
	height: auto;
	margin: 20px 15px 50px 0;
	width: 521px;
}

	.main-content-title {
		background: url(images/bg-maincont-title.jpg) no-repeat;
		float: left;
		height: 81px;
		margin: 0 0 20px 0;
		width: 521px;
	}
	.main-content-title span {
		color: #fffed0;
		font-size: 32px;
		font-weight: bold;
		float: right;
		margin: 0 20px 0 125px ;
		text-align: right;
	}
	
	.main-content-about p {
		font-size: 13px;
		font-weight: bold;
		margin: 20px 0 0 0 ;
	}
	
	.quizz li {
		list-style-image: url(images/bullet.jpg) ;
		font-size: 13px;
		font-weight: bold;
		margin: 20px 0 0 20px ;
	}
	
	.quizz li span {
		color: #ff0000;
		font-size: 25px;
		font-weight: bold;
		line-height: 18px;
	}

	.box-red {
		background: url(images/box-red.jpg) no-repeat;
		float: left;
		height: 138px;
		margin: 20px 0 0 0 ;
		width: 520px;
	}
	
	.box-red h2 {
		color: #fffed0;
		font-size: 20px;
		font-weight: normal;
		padding: 5px 20px 0 25px;
	}
	
	.box-red h2 span {
		color: #fff;
		font-size: 30px;
		font-weight: normal;
	}

	/*This class is only for "Well - "*/
	.box-red .sp { 
		color: #fffed0;
		font-size: 32px;
		font-weight: normal;
	}
	
	.box-red p {
		color: #fff;
		font-size: 13px;
		font-weight: normal;
		padding: 5px 20px 0 25px;
	}
	
	.signup-two {
		background: url(images/signup-two.png) no-repeat;
		float: left;
		height: 185px;
		margin: -20px 0 0 -30px;
		width: 575px;
	}
	
		.signup-form-two {
			margin: 80px 0 0 60px;
		}
	
		.signup-form-two p {
			color: #fff;
			font-size: 20px;
		}
		
		.inputbutton-two {
			background: url(images/inputbutton-two.png) no-repeat;
			border: none;
			height: 60px;
			margin: -10px 0 0 20px;
			width: 178px;
		}
		
/*================================
			Footer
================================*/
#footer {
	background: url(images/bg-footer.png) no-repeat;
	color: #fff;
	float: left;
	height: 40px;
	margin: 0 0 50px 0;
	text-align: center;
	width: 960px;
}

	#footer p {
		font-size: 12px;
		text-align: center;
		margin: 5px 0 0 0;
	}
	
	#footer a {
		font-size: 12px;
		font-weight: bold;
	}



