/* 

Table of contents:
=~=~=~=*
- Base Styles
- Colors
- Layout
	- Frame
	- Resources
	- Speakers & Flash
- Navigation
- Fonts & Formatting
- Forms

Colors:
=~=~=~=*
RED:	#ef413d
GREEN:	#5f9e45
YELLOW:	#ffc20e
BLUE:	#0091d1
D.GREY:	#949698
L.GREY:	#ededed

*/

/*	Base Styles
	=~=~=~=*/

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	padding-bottom: 50px;
	font-size: 62.5%;
	font-family: Arial, Verdana, sans-serif;
	background-color: #fff;
	background: transparent url(http://directsellingfestival.com/images/bg.gif) right top repeat;
}
hr {
	display: none;
}
br {
	clear: both;
}
/*	Colors
	=~=~=~=*/

.red {
	color: #ef413d;
}
.green {
	color: #5f9e45;
}
.yellow {
	color: #ffc20e;
}
.blue {
	color: #0091d1;
}
.grey {
	color: #949698;
}
.lgrey {
	color: #ccc;
}
.black {
	color: #000000;
}
/*	Layout
	=~=~=~=*/

#jumpto {
	display: none;
}
#page_wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background-color: #e6e7e9;
}
#index #header {
	background: transparent url(http://directsellingfestival.com/images/dsf/logo.png) left top no-repeat;
}
#flash {
	height: 222px;
	text-align: right;
	position:relative;
}
#inner_header {
	text-align:right;
	position:relative;
}
#banner_link {
	display:block;
	height:138px;
	padding-top:83px;
	width:588px;
	background: #fff url(http://directsellingfestival.com/images/dsf/direct-selling-festival-2009-visitors-exhibitors.png) right 83px no-repeat;
	float: right;
}
#inner_header .inner_conference_dates {
	top:15px;
}
#conference_dates {
	height:59px;
	position:absolute;
	right:0;
	top:0;
	width:281px;
}
#conference_dates a {
	color:#CC6E08;
	font-size: 11px;
	font-weight:normal;
	letter-spacing:0.8pt;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
#conference_dates a strong {
	font-size:13px;
}
#conference_dates a:hover {
	text-decoration:underline;
}
#index #navigation {
	background: transparent url(http://directsellingfestival.com/images/dsf/nav_bg.png) top left no-repeat;
	height: 110px;
}
.sub_page #navigation {
	background: transparent url(http://directsellingfestival.com/images/dsf/nav_bg_inside.png) top left no-repeat;
	height: 156px;
}
.main_nav {
	padding-top: 10px;
}
.sub_nav {
}
#bottom_span {
	padding: 10px 45px;
	float:left;
	background-color: #e6e7e9;
	width: 670px;
}
#content_main {
	padding: 0 45px;
}
/* == create source ordered columns == */

	#index #content_main .column_a_wrapper {
	width: 100%;
	float: left;
	margin-right: -380px;
}
/* the float lets negative margin create a gap */
	
	#index #content_main .column_a {
	margin-right: 380px;
	padding: 0px 0px;
	width: 310px;
}
/* margin-right to push content out of the negative margin gap */
	
	#index #content_main .column_b_wrapper {
}
#index #content_main .column_b {
	padding: 0 10px;
	width: 310px;
	float: right;
}
/* float content into the negative margin gap left by wrapper */
	
	.sub_page #content_main .column_b td {
	vertical-align: top;
}
.sub_page #content_main .column_a_wrapper {
	width: 100%;
	float: left;
	margin-right: -380px;
}
.sub_page #content_main .column_a {
	margin-right: 380px;
	margin-top:10px;
	padding: 0 0;
}
.sub_page #content_main .column_b {
	padding: 0 0;
	margin: 0;
	width: 370px;
	float: right;
}
/* width = 350 - padding */
	
#content_sub {
	padding: 20px 45px;
} /* KARIM - changed here from 20px 50px */
#content_sub .column_a_wrapper {
	width: 100%;
	float: left;
	margin-right: -323px;
}
#content_sub .column_a {
	margin-right: 323px;
	padding: 0 10px;
}
#content_sub .column_b_wrapper {
}
#content_sub .column_b {
	padding: 0 10px;
	width: 300px;
	float: right;
}
/* single columns */
#single.sub_page #content_main {
	padding: 20px 50px;
}
body#single.sub_page #content_main .column_a_wrapper {
	margin: 0;
	padding: 0;
	float: none;
}
body#single.sub_page #content_main .column_a {
	margin: 0;
	padding: 0;
}
body#single.sub_page #content_main .column_b {
	margin: 0;
	padding: 0;
	float: none;
	width: auto;
}
#single.sub_page #content_sub {
	padding: 20px 50px;
}
body#single.sub_page #content_sub .column_a_wrapper {
	margin: 0;
	padding: 0;
	float: none;
}
body#single.sub_page #content_sub .column_a {
	margin: 0;
	padding: 0;
}
body#single.sub_page #content_sub .column_b {
	margin: 0;
	padding: 0;
	float: none;
}
#footer {
	padding: 20px 0 20px 0;
	width: 760px;
	margin: 0 auto;
	clear: both;
	background: #e6e7e9 url(http://directsellingfestival.com/images/dsf/footer_bg.png) left bottom no-repeat;
}
#frontpage_logos {
	background-color: #fff;
	padding: 0;
	margin: 50px 45px 0 45px;
	clear: both;
	border: 1px solid #949698;
	text-align: center;
}
#frontpage_logos img {
	margin: 0 10px 20px 10px;
}
#organizer_logos {
	background-color: #fff;
	border: 1px solid #949698;
}
#organizer_logos img {
	margin: 0 10px;
}
/*	RESOURCES	*/

.box_top {
	width: 260px;
	padding-top: 31px;
	margin-bottom: 30px;
	background: transparent url(http://directsellingfestival.com/images/dsf/highlight_top2.png) left top no-repeat;
}
.box_top_info {
	width: 260px;
	padding-top: 31px;
	margin-bottom: 30px;
	background: transparent url(http://directsellingfestival.com/images/dsf/highlight_top_info.png) left top no-repeat;
}
.box_top_newsletter {
	width: 322px;
	padding-top: 31px;
	margin-bottom: 30px;
	background: transparent url(http://directsellingfestival.com/images/dsf/highlight_top_newsletter.png) left top no-repeat;
}
.box_bottom {
	width: 260px;
	padding-bottom: 31px;
	background: transparent url(http://directsellingfestival.com/images/dsf/highlight_bottom2.png) left bottom no-repeat;
}
.box_bottom_newsletter {
	width: 322px;
	padding-bottom: 31px;
	background: transparent url(http://directsellingfestival.com/images/dsf/highlight_bottom_newsletter.png) left bottom no-repeat;
}
.box {
	width:230px;
	xborder-left: 1px solid #eeeded;
	xborder-right: 1px solid #eeeded;
	padding:0 15px;
	background: #fff url(http://directsellingfestival.com/images/dsf/highlight_bg.png) top left repeat-y;
	overflow: hidden;
}
.box_newsletter {
	width: 307px;
	xborder-left: 1px solid #eeeded;
	xborder-right: 1px solid #eeeded;
	padding-left: 15px;
	background: #fff url(http://directsellingfestival.com/images/dsf/highlight_bg_newsletter.png) top left repeat-y;
	overflow: hidden;
}
.box ul {
	margin: 0;
	padding: 0;
}
.box_top_info .box li {
	font-size: 1em;
}
.box li {
	font-size: 1.4em;
	list-style: none;
	margin-bottom: 15px;
	text-align: left;
}
.box li a {
	text-decoration: none;
	color: #666666;
}
.box li a:hover, .box li a.active {
	text-decoration: underline;
}
.box hr {
	width: 80%;
	display: block;
}
/*	TESTIMONIALS	*/ 

.testimonial {
	border-bottom: 2px solid #949698;
}
.testimonial p {
	padding: 0;
}
/*	SPEAKERS & FLASH	*/ 

.sub_page .flash {
	margin: 0 0 30px 0;
}
.sub_page .speaker {
	margin: 30px 0;
}
div.speaker_video {
	text-align: center;
	width: 300px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 20px auto;
}
/* OTHER */

body#tell_a_friend {
	background: #fff url(http://www.directsellingfestival.com/images/dsf/friend_form_bg.png) left top no-repeat;
}
/*	Navigation
	=~=~=~=*/

#navigation ul {
}
#navigation li {
	display: inline;
}
.main_nav ul {
	margin: 0 0 10px 0;
	text-align: center;
}
.sub_page .main_nav ul {
	margin-top: 65px;
}
.main_nav li {
	font-size: 20px;
	color: #ededed;
	margin: 0;
	padding: 0 10px;
}
.main_nav a {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.main_nav a:hover, .main_nav a.active {
	text-decoration: underline;
}
.sub_nav ul {
	margin: 0 0 0 0;
	text-align: center;
}
.sub_nav li {
}
.sub_nav a {
	font-size: 11px;
	padding: 0 2px;
	text-decoration: none;
}
.sub_nav a:hover, .sub_nav a.active {
	text-decoration: underline;
}
/*	Fonts & Formatting
	=~=~=~=*/

a {
	font-weight: bold;
	color: #949698;
}
a:hover {
	text-decoration: none;
}
p, li {
	font-size: 1.1em;
}
.bigger {
	font-size: 1.3em;
}
ul {
	padding: 0;
	margin: 20px 0;
}
li {
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
	margin: 1.5em 0 0 0;
}
strong {
	font-size: 1.2em;
}
.column_a, .column_b {
	text-align: justify;
}
.center_text {
	text-align: center;
}
.left_text {
	text-align: left;
}
.close {
	margin: 0.5em 0 0 0;
	padding: 0;
}
.sub_page #content_main .column_b h2 {
/*	margin-bottom: -5px;*/
}
#index #content_main .column_b h2 + p {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
}
#content_sub .column_b h2 + p {
	font-size: 1em;
	text-align: center;
	margin-top: -1em;
}
li, dd {
	margin-bottom: 10px;
}
dt {
	margin: 0;
	font-weight: bold;
}
dd {
	margin-left: 0;
	padding: 0;
}
ul.arrow li, dl.arrow dt {
	list-style: none;
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(http://directsellingfestival.com/images/dsf/bullet_arrow.png) left 50% no-repeat;
	background-position: 0px 3px;
}
ul.tick li {
	list-style: none;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(http://directsellingfestival.com/images/dsf/bullet_tick.png) left 50% no-repeat;
	background-position: 0px 2px;
}
ul.clean {
	margin: 0 0 20px 0;
}
ul.clean li {
	list-style: none;
	margin-bottom: 5px;
	parring-left: 20px;
}
#footer p {
	color: #949698;
	font-size: 10px;
	text-align: center;
}
#tell_a_friend h1 {
	margin-left: 140px;
	width: 400px;
	font-size: 2em;
	color: #0091d1;
	margin-top: 20px;
}
.box_newsletter h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #5f9e45;
	margin: 1em 0;
}
.box_newsletter p {
}
/*	Forms & Buttons
	=~=~=~=*/

.fancy_button {
	border: 0;
	display: block;
	height: 29px;
	line-height: 29px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	background: transparent url(http://directsellingfestival.com/images/dsf/fancy_button_right.png) top right no-repeat;
	padding: 0 14px 0 0;
	/* padding to move span away from the corner to see rounded edge */
	margin: 20px auto;
	position: relative;
	width: 260px;
}
.fancy_button span {
	color: #fff;
	display: block;
	height: 29px;
	/* giving a height causes text to wrap so: */
	white-space: nowrap;
	/* unwrap text */
	line-height: 29px;
	/* vertically center text in button */
	background: transparent url(http://directsellingfestival.com/images/dsf/fancy_button_left.png) top left no-repeat;
	padding: 0 0 0 14px;
}
/* padding to center text again	*/

a.fancy_button {
	text-decoration: none;
}
.fancy_button:hover {
	background-position: right -29px;
}
.fancy_button:hover span {
	background-position: 0 -29px;
}
.home_button {
	border: 0;
	display: block;
	height: 29px;
	line-height: 29px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	background: transparent url(http://directsellingfestival.com/images/dsf/frontpage_button_end.png) right no-repeat;
	padding: 0 14px 0 0;
	/* padding to move span away from the corner to see rounded edge */
	margin: 20px auto;
	position: relative;
	width: 260px;
}
.home_button span {
	color: #fff;
	display: block;
	height: 29px;
	/* giving a height causes text to wrap so: */
	white-space: nowrap;
	/* unwrap text */
	line-height: 29px;
	/* vertically center text in button */
	background: transparent url(http://directsellingfestival.com/images/dsf/frontpage_button_full.png) top left no-repeat;
	padding: 0 0 0 14px;
}
/* padding to center text again	*/

a.home_button {
	text-decoration: none;
}
.home_button:hover {
	background: transparent url(http://directsellingfestival.com/images/dsf/frontpage_button_end.png) right no-repeat
}
.home_button:hover span {
	background-position: 0 -29px;
}
button.flat_button {
	border: 0;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	background: transparent url(http://directsellingfestival.com/images/dsf/flat_button_right.png) right no-repeat;
	padding: 0 14px 0 0;
	/* padding to move span away from the corner to see rounded edge */
	margin: 20px auto;
	position: relative;
	left: 25%;
}
button.flat_button span {
	color: #fff;
	display: block;
	height: 30px;
	/* giving a height causes text to wrap so: */
	white-space: nowrap;
	/* unwrap text */
	line-height: 30px;
	/* vertically center text in button */
	background: transparent url(http://directsellingfestival.com/images/dsf/flat_button_left.png) left no-repeat;
	padding: 0 0 0 14px;
}
/* padding to center text again	*/


button.flat_button:hover {
	background: transparent url(http://directsellingfestival.com/images/dsf/button_left_hover.png) right no-repeat
}
button.flat_button:hover span {
	background: transparent url(http://directsellingfestival.com/images/dsf/button_right_hover.png) right no-repeat
}
/* GENERAL FORMS */

form {
	padding: 20px 0;
}
form caption {
	color: #5f9e45;
	width: 300px;
}
form ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
form li {
	list-style: none;
	margin: 15px 0;
}
form fieldset {
	width: 300px;
	border: 0;
}
form label {
	width: 250px;
	display: block;
	margin-bottom: 5px;
}
form textarea {
	width: 400px;
	height: 80px;
	border: 1px solid #949698;
	font-family: arial, verdana, ms sans serif;
}
form p {
	margin-top: -1em;
}
form .formbutton {
	width:150px;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#FFF;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	xbackground:url(media/formbg.gif) repeat-x left top;
}
form input, form select, form textarea {
	width: 250px;
	border: 1px solid #949698;
} /* KARIM changed from width: 100%; height: 50px; margin-top: 5px; border: 1px solid #949698; */
/* TELL A FRIEND FORM */

#tell_a_friend form {
	width: 500px;
	margin: 0 auto;
	position: absolute;
	top: 110px;
	left: 50px;
}
#tell_a_friend input, #tell_a_friend textarea {
	width: 500px;
}
#tell_a_friend textarea {
	height: 150px;
}
/* NEWSLETTER FORM */

.box_newsletter form {
	margin: 0;
	padding: 0;
	width: 307px;
	width: 265px;
	margin: 0 auto;
}
img {
	border: 0;
}
.right {
	float: right;
	margin: 0 0 10px 20px;
}
.left {
	float: left;
	margin: 0 20px 10px 0;
}
.center {
	display: block;
	margin: 0 auto;
}
/* Added by WSI */
#audio_container h1
{
color:#0091D1;
}
#video_container {
	width:100%;
}
.video_link {
	text-align:center;
}
.video_link p {
	text-align:center;
}
#audio_container {
	width:100%;
}
.audio_link {
	text-align:center;
}
.audio_link p {
	text-align:center;
}
/* CSS for conference page */
.clearFloat {
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
}
div#conferenceContainer {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}
div#conferenceContainer p {
	font-size:12px;
}
div#conferenceContainer div {
	font-family:Arial;
}
div#conferenceContainer div img {
	border:none;
}
div.conferenceOptionBox {
	float:left;
	width:49%;
	overflow:hidden;
}
div.conferenceBannerContainer {
	width:300px;
	margin:auto;
}
div#leadersForumHeader {
	background:transparent url(http://directsellingfestival.com/images/dsf/leadersForumBannerHeader.jpg) no-repeat;
}
div#compassionateSamuraiHeader {
	background:transparent url(http://directsellingfestival.com/images/dsf/compassionSamuraiBannerHeader.jpg) no-repeat;
}
div.conferenceOptionBoxHeader {
	width:300px;
	height:27px;
}
div#leadersForumBannerBody {
	background-color:#0091d1;
}
div#compassionateSamuraiBannerBody {
	background-color:#5f9e45;
}
div.conferenceOptionBoxFooter {
	width:300px;
	height:28px;
}
div#leadersForumBannerFooter {
	background:transparent url(http://directsellingfestival.com/images/dsf/leadersForumBannerFooter.jpg) no-repeat;
}
div#compassionSamuraiBannerFooter {
	background:transparent url(http://directsellingfestival.com/images/dsf/compassionSamuraiBannerFooter.jpg) no-repeat;
}
div.conferenceBannerContainer div.conferenceBannerBody p {
	margin:0px;
}
div.conferenceBannerContainer div img {
	border:none;
}
div.conferenceBannerContainer p strong {
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
	color:#f1f1f1;
	text-align:center;
}
div.conferenceBannerContainer p {
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#f1f1f1;
	text-align:center;
}
div.upperBox {
	background:#ededed url(http://directsellingfestival.com/images/dsf/upperBoxBackground.jpg) repeat-x;
	width:329px;
	margin:0 9px;
	border:1px solid #cfcfcf;
	border-top:none;
	border-bottom:none;
	padding:0 17px 0 17px;
	position:relative;
	min-height:485px;
	height:485px;
}
div.upperBoxHeader {
	background-image:url(http://directsellingfestival.com/images/dsf/upperBoxHeader.jpg);
	background-repeat:no-repeat;
	width:365px;
	height:18px;
	margin: 0 9px;
}
div.upperBoxFooter {
	background-image:url(http://directsellingfestival.com/images/dsf/upperBoxFooter.jpg);
	background-repeat:no-repeat;
	width:365px;
	height:21px;
	margin: 0 9px;
	clear:both;
}
div.upperBox p {
	margin:12px 0;
	display:block;
}
div.upperBox p.imageLinkContainer {
	margin:0 0 0 18px;
	position:absolute;
	bottom:0px;
	height:27px;
	max-height:27px;
}
a.imageLink {
	background:transparent url(http://directsellingfestival.com/images/dsf/linkButton.gif) no-repeat;
	width:140px;
	height:27px;
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:5px 0 0 0;
	float:left;
	margin-right:10px;
	font-weight:bold;
}
div#comboConferenceBox {
	clear:both;
	margin:auto;
}
div#comboConferenceHeader {
	background:transparent url(http://directsellingfestival.com/images/dsf/comboConferenceHeader.jpg) no-repeat left top;
	width:739px;
	height:18px;
	margin:auto;
}
div#comboConferenceBody {
	background:#eeeeee url(http://directsellingfestival.com/images/dsf/comboConferenceBackground.jpg) repeat-x left top;
	min-height:137px;
	width:727px;
	padding:5px;
	border:1px solid #cfcfcf;
	border-top:none;
	border-bottom:none;
	font-weight:bold;
	margin:auto;
}
div#comboConferenceBody h2 {
	font-weight:bold;
	font-size:16px;
	margin:0px 10px;
}
div#comboConferenceBody h2 strong {
	color:#a90909;
}
div#comboColumn1, div#comboColumn2, div#comboColumn3, div#comboColumn4, div#comboColumn5 {
	margin-top:10px;
	float:left;
}
div#comboConferenceBody div#comboColumn1 p strong, div#comboConferenceBody div#comboColumn3 p strong {
	font-size:14px;
}
div#comboConferenceBody div#comboColumn1 p, div#comboConferenceBody div#comboColumn3 p {
	font-size:12px;
	margin:3px auto;
	text-align:center;
}
div#comboColumn1 {
	margin-left:10px;
}
div#comboConferenceBody div#comboColumn1 p {
	color:#0091d1;
}
div#comboConferenceBody div#comboColumn3 p {
	color:#5f9e45;
}
/* The + image */
div#comboColumn2 img {
	margin:61px 10px 0 10px;
	height:22px;
}
/* The = image */
div#comboColumn4 img {
	margin:61px 5px 0 5px;
	height:22px;
}
/* The price slash image */
div#comboColumn5 img {
	margin:38px 0 0 0;
	height:65px;
}
div#comboConferenceBody .imageLinkContainer {
	margin:0 auto;
	width:300px;
}
div#comboConferenceFooter {
	background:transparent url(http://directsellingfestival.com/images/dsf/comboConferenceFooter.jpg) no-repeat left top;
	width:739px;
	height:22px;
	margin:-10px auto 0 auto;
}
h2.suppliers, h2.directSellingCompanies {
	font-size: 1.4em;
}
