/* STYLES */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #222;
    background-image: url(../images/layout/body_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
a {
	color: #0054A4; /* COBALT */
}

img {
    border: none;
}

.clear {
    clear: both;
}


iframe {
    display: block;
    margin: auto;
}
/* LAYOUT */

body {
	margin: 0;
	padding: 0;
}
fieldset, form fieldset {
	background: #eeeeee;
	border: 1px #cccccc solid;
	margin: 5px;
	margin-top: 10px;
	padding: 5px;
}

fieldset fieldset {
	background: #fafafa;
	border: 1px #cccccc solid;
	margin: 5px;
	margin-top: 10px;
	padding: 5px;
}

fieldset legend, form fieldset legend {
	background: white;
	border: 1px solid #0154a4;
	color: #0154a4;
	padding: 3px 7px;
	font-weight: bold;
}

form table th, form table td {
	padding: 5px;
}

form table label {
	color: #0154a4;
	font-size: 11px;
}

form table td {
	font-size: 11px;
}




#header {
	background-image: url(../images/layout/header_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	height: 176px;
}

#header_shadow {
	background-image: url(../images/layout/header_shadow.png);
	background-repeat: repeat-x;
	height: 46px;
	margin-top: 1px;
}


/******************************************************************/
/* Misc */
/******************************************************************/
.float_left {
    float: left;
}

.float_right {
    float: right;
}

.small {
    font-size: 11px;
}

/******************************************************************/
/* HEADER */
/******************************************************************/
#header_inner {
	height: 133px;
	margin: 0 auto;
	width: 750px;
}

#header_inner .logo {
	position: absolute;
	margin-top: 25px;
	margin-left: 12px;
}

#header_inner #inviter {
	background-image: url(../images/layout/header_inviter_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
    padding: 4px;
    width: 245px;
    height: 90px;
    float: right;
    margin-top: 34px;
    position: absolute;
    z-index: 1;
    margin-left: 468px;
}
#header_inner #header_info {
    width: 720px;
    margin: 0 auto;
}

/******************************************************************/
/* INVITER IN HEADER */
/******************************************************************/
#inviter img {
    width: 72px;
    height: 72px;
    border: 4px solid white;
    float: left;
}
#inviter .info {
    float: right;
    width: 155px;
}
#inviter .info span {
    font-size: 10px;
    color: white;
}
#inviter .info a {
    color: white;
}

/******************************************************************/
/* TESTIMONIALS TABLE */
/******************************************************************/
table.testimonials {
    width: 100%;
}
table.testimonials td {
    padding: 5px;
    vertical-align: top;
    border-bottom: 1px solid #cdcdcd;
}

div.testimonials_overflow {
    overflow: auto;
    height: 300px;
}

/******************************************************************/
/* NAVIGATION */
/******************************************************************/
#tabs {
	position: absolute;
	font-size: 13px;
	line-height: normal;
	margin-top: -39px;
}

#tabs ul {
	  margin:0;
	  padding: 12px 0px 0 0px;
	  list-style:none;
	  float: right;
	  margin-right: 12px;
}

#tabs li {
	  display:inline;
	  margin:0;
	  padding:0;
}

#tabs a {
    float:left;
    background:url("../images/layout/tab_left_bg.png") no-repeat left top;
    margin: 0 1px 0 8px;
    padding: 0 0 0 4px;
    text-decoration: none;
}

#tabs a span {
	float: left;
	display: block;
	background:url("../images/layout/tab_right_bg.png") no-repeat right top;
	color: white;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 4px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	  color:#FFF;
}

#tabs a:hover {
    background-position: 0% -30px;
    color: #000000;
    margin-top: 1px;
}
#tabs a:hover .current {
    background-position: 0% -30px;
    color: #000000;
}

#tabs a:hover span {
    background-position: 100% -30px;
    color: #000000;
}

#tabs a.current {
    background-position: 0px -30px;
    margin-top: 1px;
}

#tabs a.current span {
    background-position: 100% -30px;
    color: #000000;
}

#tabs .active a {
	  background-position: 0% -30px;
	  color: #FFF;
}

#tabs .active a span {
	  background-position: 100% -30px;
	  color: black;
}


/******************************************************************/
/* MAINER */
/******************************************************************/
#mainer {
}

/******************************************************************/
/* CONTENT */
/******************************************************************/
.inner_content {
    padding: 15px;
    width: 577px;
    float: left;
}

.inner_content img {
    max-width: 570px;
}

div.right_column {
    float: right;
    width: 199px;
    margin-right: 9px;
    padding-top: 15px;
}

/******************************************************************/
/* Inviter */
/******************************************************************/
div.right_column div.inviter_container {
    width: 179px;
    margin: auto;
}

div.right_column div.inviter_top {
    background-image: url(../images/layout/inviter_top.png);
    height: 7px;
}

div.right_column div.inviter_content {
    background-image: url(../images/layout/inviter_content.jpg);
    padding: 0 6px;
}

div.right_column div.inviter_content img {
    display: block;
    margin: auto;
    padding: 6px 0;
}

div.right_column div.inviter_content div.inviter_button {
    background: url(../images/layout/inviter_button_bg.png) no-repeat;
    width: 158px;
    height: 35px;
    font-family: helvetica;
    text-align: center;
    padding-top: 7px;
    font-size: 10px;
    margin: auto;
}

div.right_column div.inviter_content div.inviter_button a {
    text-decoration: none;
}

div.right_column div.inviter_bottom {
    background-image: url(../images/layout/inviter_bottom.png);
    height: 6px;
}

/******************************************************************/
/* Get Started */
/* Get Sample */
/* Buy Coffee */
/* Request Callback */
/******************************************************************/
div.right_column div.get_started,
div.right_column div.get_sample,
div.right_column div.buy_coffee,
div.right_column div.request_callback {
    margin-top: 10px;
}

div.right_column div.get_started img,
div.right_column div.get_sample img,
div.right_column div.buy_coffee img,
div.right_column div.request_callback img {
    display: block;
    margin: auto;
}

/******************************************************************/
/* CONTENT CONTAINER */
/******************************************************************/
#content_container {
	background-image: url(../images/layout/page_shadow.png);
	background-position: center 5px;
	background-repeat: no-repeat;
	padding-top: 6px;

}

#content {	
	background-image: url(../images/layout/content_bg.png);
	background-repeat: repeat-y;
    width: 816px;
    margin: 0 auto;
	min-height: 750px;
}

/*************************************************************/
/* Business Protfolio */
/*************************************************************/
#content .business_port {
	margin-right: 10px;
	border: 1px #cccccc solid;
}

.business_port th {
	text-align: left;
	border-top: 1px #eeeeee solid;
	padding: 15px 20px;
}

.business_port td {
	/*background: #f9f9f9;*/
	/*border-top: 1px #eeeeee solid;*/
	padding: 15px 20px;
}

.business_port .pic_td {
	width: 100px;
}

/*************************************************************/
/* About Me */
/*************************************************************/

div.inner_content div.inviter_container {
    width: 561px;
    margin: auto;
}

div.inviter_container div.inviter_info {
	width: 350px;
	font-size: 11px;
}

#content div.inviter_container div.inviter_pic {
    margin-left: 18px;
}

#content div.inviter_container div.top_box {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f8f8f8;
    border: 1px solid #eaebed;
}

#content div.inviter_container div.follow_me {
    background-image: url(../images/layout/follow_me_bg.jpg);
    width: 561px;
    height: 48px;
    margin: 15px auto;
    line-height: 48px;
}


#content div.inviter_container div.summary {
    width: 561px;
    margin: auto;
}

#content div.inviter_container div.follow_me div.follow_me_inner {
    padding-left: 15px;
    font-weight: bold;
}

#content div.inviter_container div.follow_me div.follow_me_inner span.follow_me {
    float: left;
}

#content div.inviter_container div.follow_me div.follow_me_inner li {
    float: left;
    list-style: none;
    margin-left:28px;
    margin-top:7px;
}




.business_port th {
	text-align: left;
	border-top: 1px #eeeeee solid;
	padding: 15px 20px;
}

.business_port td {
	/*background: #f9f9f9;*/
	/*border-top: 1px #eeeeee solid;*/
	padding: 15px 20px;
}

.business_port .pic_td {
	width: 100px;
}

/*************************************************************/
/* Social Networks Icons */
/*************************************************************/
.social_networks {
    position:absolute;
    text-align:right;
    width:733px;
    z-index:100;
}

.social_networks ul {
    margin: 2px 0 0 0;
}

.social_networks li {
    display: inline;
    margin-left: 15px;
}

.social_networks li img {
    border: none;
}

.jqbookmark {
    line-height:12px;
    color: #333333;
    font-size: 11px;
    vertical-align: text-top;
}

.social_networks .follow_me {
    color: #333333;
    vertical-align: text-top;
    font-size: 11px;
    margin-right: -10px;
}

/*************************************************************/
/* Join Now */
/*************************************************************/
div.join_now {
    border: none;
    display: block;
    margin: auto;
    background-image: url(/tour/images/join.jpg);
    background-repeat: no-repeat;
    width: 457px;
    height: 186px;
}
div.join_now .inner_join {
    margin-left: 66px;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-right: 4px;
    padding-top: 8px;
}
div.join_now .inner_join span.large {
    font-size: 31px;
}
img.next_button {
    border: none;
    float: right;
    margin-bottom:15px;
    margin-right:15px;
}

.tour_guide_links {
    clear: both;
}

/*********************************************/
/* Packages on request call back page
/*********************************************/
.package_info_links {
    margin-left: 150px;
    margin-top: 21px;
    position: absolute;
}

.package {
    position: absolute;
    margin-left: 302px;
    display: none;
    padding: 20px;
    width: 330px;
    height: 184px;
    /* background: transparent url(../img/product_info_bg.png) no-repeat; */
    background-color: #E0EAEF;
    border: 2px solid #d6e0e5;
    overflow: auto;
}

.package_headline {
    text-align: center;
    font-weight: bold;
}

.package_text p {
    margin: 10px 0;
}

#platinum_package {}
#gold_package {}
#silver_package {}
#bronze_package {}


/*************************************************************/
/* Call back form */
/*************************************************************/
.callback_form fieldset {
    background-color: white;
    border: 1px solid #efefef;
}
.callback_form fieldset fieldset {
    border: none;
}
.callback_form fieldset legend {
    background-color: white;
    border: none;
    padding: 0;
    font-size: 16px;
}
.callback_form .form_buttons {
    text-align: center;
}


/*************************************************************/
/* ChatWise */
/*************************************************************/
#chatbox_container {
    margin-top: 35px;
    position: fixed;
    display: block;
    z-index: 100;
    margin-left:727px;
    margin-top:-4px;
}

#callback_graphic {
    margin-top: 35px;
    position: fixed;
    display: block;
    z-index: 100;
    margin-left:735px;
    margin-top:-4px;
    border: none;
}

#chatbox td {
    padding: 0px;
}
#LPsubmit {
    display: block;
    margin: 2px auto;
    width: 108px !important;
    height: 27px !important;
}

#tabs #call_me_tab {
    position: absolute;
}

#call_me_tab img {
    float: left;
    width: 24px;
}

#call_me_tab a {
    background-image: none;
    margin: 0;
    padding: 0;
}
#call_me_tab a:hover {
    text-decoration: underline;
    color: #86B1EF;
    background-position: 0 0;
}



/*************************************************************/
/* Movie skin */
/*************************************************************/
#tour_movie_skin {
    background-image: url(../images/layout/tour_movie_skin.jpg);
    background-repeat: no-repeat;
    width: 681px;
    height: 407px;
    margin: auto;
}

#tour_movie_skin object {
    margin-left: 19px;
    margin-top: 10px;
    position: absolute;
}

.inset {
	width: 531px;
	background-image: url(http://www.coffeemillions.com/universal_images/call_to_action_bg_sm.jpg);
	margin-left: 30px;
}
.inset_inner {
	width: 531px;
	background-image: url(http://www.coffeemillions.com/universal_images/call_to_action_top_sm.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.inset_inner_inner {
	width: 531px;
	/*padding: 140px 0px 50px 0px;*/
	padding: 41px 0px 44px 0px;
	background-image: url(http://www.coffeemillions.com/universal_images/call_to_action_bottom_sm.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}




.tour_sub_page {
	border: 1px #cccccc solid;
	background: #f4f4f4;
	padding: 10px;
	margin-top: 10px;
}

.sub_page_content {
	margin-bottom:10px;
    padding-left: 70px;
    padding-right: 70px;
}

.tour_action_links {
	margin-left: -30px;
}

.tour_action_links img {
    border: none;
    margin: auto;
    display: block;
}

.tour_guide_links {
	margin-top: 30px;
	margin-bottom: 70px;
	height: 100px;
	text-align: center;
}

.tour_guide_links .prev_link {
	margin-top: 30px;
	margin-left: 20px;
}

.tour_guide_links img {
	margin-right: 0px;
	border: none;
	margin: 33px 33px;
}

/*************************************************************/
/* Footer */
/*************************************************************/
#footer_container {
    width: 800px;
    margin: auto;
    background-color: white;
    border-top: 1px solid #F1F1F1;
    text-align: center;
    font-size: 10px;
}
#footer {
    height:130px;
    margin:auto;
    width:719px;
}
#footer_container .inner_footer {
    padding: 10px;
}




