#page {
	width: 940px;
	margin: 20px auto 80px auto;
	padding: 0 10px;
}

/* ----------------------------------------- HOME PAGE INTRO */

#page_intro_container {
	text-align: center;	
	background-color: #e5f2f2;
	background-image: url('http://images.yourtradebase.com/images/sprite2.png'); 
	background-position: -0px -260px;
	background-repeat: repeat-x;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#page_intro {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 300px;
	text-align: left;
}

#page_intro .intro_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 450px;
}

#page_intro h1, #page_intro h2 {
	padding: 35px 0 5px 10px;
	margin: 0;
	font-size: 2.5em;
	letter-spacing: -1px;
	line-height: 1.2em;
}

#page_intro p {
	color: #111;
	margin: 0 0 10px 10px;
	font-size: 0.95em;
	line-height: 1.2em;
}

#page_intro .intro_screenshot {
	position: absolute;
	top: 0;
	right: 0;
	width: 460px;
	text-align: center;
}

#page_intro .intro_screenshot img {
	border: none;
}

#page_intro .action_button {
	margin: 10px 0 0 15px;
}

#page_intro_nav_container {
	text-align: center;	
	background-color: #f1f1f1;
	background-image: url('http://images.yourtradebase.com/images/sprite2.png'); 
	background-position: -0px -119px;
	background-repeat: repeat-x;
	border-bottom: 1px solid #ddd;
	height: 60px;
}

#page_intro_nav {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#page_intro_nav ul { list-style-type: none; }

#page_intro_nav li {
	float: left;
	width: 192px;
	height: 60px;
	text-align: center;
}

#page_intro_nav li a { text-decoration: none; color: #666; text-shadow: #fff 1px 1px 1px; display: block; height: 36px; padding: 12px 0; border-right: 1px solid #fcfcfc; border-left: 1px solid #ddd; }
#page_intro_nav li a.first { border-left: 1px solid #ddd; }
#page_intro_nav li a.selected { color: #111; background: #e6f2f2 url('http://images.yourtradebase.com/images/background/page_intro_selected.gif') repeat-x bottom left; border-left: 1px solid #c4c4c4; border-right: 1px solid #f8fdfd; }


/* ----------------------------------------- HOME CONTENT */

#content {
	clear: both;
	padding: 40px 0 0;
	margin: 0;
}

#testimonials {
	float: left;
	width: 670px;
	text-align: center;
	padding-top: 20px;
}

#testimonials #left { float: left; width: 310px; padding-right: 20px; border-right: 1px dashed #ddd; }
#testimonials #right { float: right; width: 310px; padding-left: 20px; }

	#testimonials blockquote { margin: 0 0 10px; font-family: georgia; color: #333; font-size: 1.0em; }
	#testimonials cite { color: #666; font-size: 0.8em; }

#pricing {
	float: right;
	width: 220px;
	text-align: center;
}

#pricing #price {
	padding: 10px;
	border: 1px solid #ddd;
	background: #fcfcfc url('http://images.yourtradebase.com/images/background/overview_bg.gif') repeat-x bottom left;
	-moz-border-radius: 10px;
	line-height: 1.3em;
}

	#price h5 { font-size: 12px; color: #666; font-weight: normal }
	#price p { font-size: 12px; color: #999; }
	#price p.price { font-size: 28px; color: #333; font-weight: bold; margin: 10px 0; }
 
#pricing #action_button img {
	margin: 10px 0;
	border: none;
}


/* ----------------------------------------- HOME SUB-CONTENT */

#sub_content {
	clear: both;
	padding: 40px 0;
	margin: 20px 0 0;
	border-top: 1px solid #eee;
}

	#sub_content a { text-decoration: none; color: #3671A1; }
	#sub_content a:hover { text-decoration: underline; color: #111; }

#sub_content h5 {
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 0.7em;
}

#mid_content { clear: both; padding: 20px 0 0; margin: 30px 20px 0; border-top: 1px solid #eee; text-align: center; }
#mid_content p.highlight { font-size: 0.9em; color: #111; line-height: 1.8em; display: inline; background: #fff9da; padding: 3px; }
#mid_content p { font-size: 0.9em; margin: 15px 0 0; color: #333; }
#mid_content a { color: #3671A1; }
#mid_content a:hover { color: #111; }

#headlines {
	float: left;
	width: 610px;
}

#headlines .post {
	margin: 10px 0 20px;
}

	#headlines .post h3 a { margin: 10px 0 0; text-decoration: none; font-size: 0.9em; color: #3671A1; }
	#headlines .post h3 a:hover { color: #111; }
	#headlines .post p { font-size: 0.8em; margin: 5px 0; color: #666; }
	#headlines .post p.post_details { margin: 0; font-size: 0.7em; color: #999; }

#around_the_web {
	float: right;
	width: 270px;
	padding-left: 30px;
	border-left: 1px dashed #ddd;
}
	
#around_the_web li {	margin: 10px 0; font-size: 0.8em; color: #666; list-style-type: none; }

#around_the_web .stay_in_touch { text-align: center; }
#around_the_web .stay_in_touch div { width: 32px; height: 32px; float: left; margin: 0 6px 20px; }
	#around_the_web .stay_in_touch .twitter { background-image: url('http://images.yourtradebase.com/images/sprite1.png'); background-position: -10px -10px; margin-left: 40px; }
	#around_the_web .stay_in_touch .facebook { background-image: url('http://images.yourtradebase.com/images/sprite1.png'); background-position: -10px -62px; }
	#around_the_web .stay_in_touch .rss { background-image: url('http://images.yourtradebase.com/images/sprite1.png'); background-position: -10px -114px; }
	#around_the_web .stay_in_touch .email { background-image: url('http://images.yourtradebase.com/images/sprite1.png'); background-position: -10px -166px; }
#around_the_web .stay_in_touch h5 { text-align: left; clear: both; }
#around_the_web .stay_in_touch a { border: none; display: block; padding: 8px; }
#around_the_web .stay_in_touch a:hover { text-decoration: none }
	
	
