@charset "utf-8";
/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* Typography */
body {
	font-size: 75%;
	background-color:white;
	text-align:center;
	background-color:#990000;
	background-image:url(../images/red-silk-bg.jpg);
	background-repeat:repeat;
}



p {
	margin: 0 0 1.4em;
	font-size: 13px;
}
p,ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}
h1,h2,h3,h4,h5,h6,h7 {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; color:#900;}
h2 {
	font-size: 1.8em;
	margin-bottom: 0.75em;
	margin-top:1em;
	color:#900;
}
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }

h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }
h7 { color: #FF6600; font-size: 1.2em; } 

/* Link elements
-------------------------------------------------------------- */
p a {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#999999;
}
p a:hover {
	border-bottom: dotted 1px #990000;
	text-decoration:none;
	color: black;
}

/* Cracking the Man Code CSS */
#wrapper {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-image: url(../images/pearl-bg.gif);
	background-repeat: repeat;
}
#ck {
	background-image: url(../images/ck.png);
	background-repeat: no-repeat;
	height: 700px;
	width: 179px;
	position: absolute;
	z-index: 1;
	bottom: 6px;
	right: -10px;
}

#content {
	background-image: url(../images/content-illuminate-bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
#logo h1 {
	background-image: url(../images/cracking-the-man-code-logo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 178px;
	width: 659px;
	text-indent: -9999px;
	margin-left: 10px;
	margin-bottom: 0px;
}
#logo h2 {
	text-align: center;
	width:640px;
	margin:2px auto 0 auto;
}	
#logo h4 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
}
#intro {
	margin-top: 15px;
	line-height: 1.6em;
}

#intro .header {
	background-image: url(../images/inside-the-hearts-of-man-header.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 150px;
	width: 678px;
}
#big_ticket {
	margin-top: 20px;
	position: relative;
	height: 74px;
	width: 680px;
}
#big_ticket  #ticket_small {
	position: absolute;
	top: -30px;
}
#testimonial_box {
	border: 1px dashed #CCC;
	margin: 20px;
	background-color: #FFFFFF;
	position: relative;
}
#pubwrap {
	background-color: #FFFFFF;
	height: 30px;
	width: auto;
	margin-bottom: 2em;
}
.asseenon {
	margin-bottom: 0px;
	font-size: 0.8em;
	font-weight: bold;
	color: #990000;
}

#questions h3 {
	color: #990000;
	padding-left: 20px;
}
#questions {
	margin: 25px 10px 10px 10px;
}
.bigchecks {
	list-style-image: url(../images/bigcheck.png);
	list-style-position: inside;
	text-indent: 30px;
}




#meetmat {
	margin-top: 10px;
	line-height: 1.6em;
	padding: 0 10px;
}
#theysaid {
	width: 500px;
	margin-top: 20px;
	position: relative;
	padding-left: 10px;
}
#theysaid p.author {
	font-weight: bold;
	color: #990000;
	text-align: right;
	margin-right: 20px;
	margin-top: -0.9em;
}
#theysaid p {
}



#testimonial_box p {
	font-size: 1.4em;
	margin-bottom: 0.5em;
	color: #333333;
}

#testimonial_box .author {
	font-weight: bold;
	text-align: right;
	margin-bottom: 1em;
	font-size: 1.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}
ul#points li {
	list-style-position: outside;
	list-style-image: url(../images/check.png);
	font-size: 1.2em;
	margin-bottom: .8em;
}

#points {
	margin-left: 290px;
}
#learn {
	margin-top: 10px;
}



#shadow_r {
	background-image: url(../images/shadow-r.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}
#shadow_l {
	background-image: url(../images/shadow-l.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	width: 680px;
}
#footer  p, #footer  li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px!important;
	color: #CCCCCC;
	text-align: left;
	width: 810px;
	margin: 0;
}	

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #633194;
}
#bottomnav  li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul#bottomnav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#bottomnav .active {
	color: #999999;
}
.home #quotebox {
	height: 120px;
	width: 430px;
	margin-top: 555px;
	padding: 0;
	position: absolute;
	z-index: 99;
}


/* s3slider script css */
#slider {
   width: 700px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   background-color:black;
}

#sliderContent {
   width: 700px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 20px Times Georgia, "Times New Roman", Times, serif;
   padding: 10px 13px;
   width: 674px;
   background-color:black;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
.sliderImage span img {
   filter: alpha(opacity=100); /* here you can set the opacity of box with text */
   -moz-opacity: 1.0; /* here you can set the opacity of box with text */
   -khtml-opacity: 1.0; /* here you can set the opacity of box with text */
   opacity: 1.0; /* here you can set the opacity of box with text */
}

.float_right {
	float: right;
}


/* Some default classes
-------------------------------------------------------------- */
.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet { color: #999; }

.hide { display: none; }
.highlight { background: #ffc; }

.top { margin-top: 0; padding-top: 0; }
.subtitle {
	line-height: 1.1em;
	color: #990000;
	list-style-type: circle;
	font-weight: bold;
	display: inline;
	text-align: center;
}

.bottom { margin-bottom: 0; padding-bottom: 0; }
.clear {
   clear: both;
} 
.top {
	top: 0;
	left: 0;
	padding-top:5px;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}

.padding_10 {
	padding: 10px;
}
.relative {
	position: relative;
}
#ticket_small {
	height: auto;
	width: 211px;
	position: absolute;
	top: -24px;
	right: -40px;
	z-index: 100;
	color: #CCCCCC;
}

#points {
	margin-top: 1em;
}

.tiny {
	font-size: 9px;
	color: #000000;
}


.getready {
	background-image: url(../images/get-ready-for.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 150px;
	text-indent: -9999px;
}

.dark-bg {
	color: #FFF;
	background-color: #000000;
	padding: 4px 0;
	border: 1px dotted #990000;
}
.margin_r_12 {
	margin-right: 15px;
	margin-bottom: 10px;
}
.margin_l_12 {
	margin-left: 15px;
	margin-bottom: 10px;
}

.emphasis {
	font-size: 1.3em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

.classyborder {
	border: 3px double #999999;
}
.red {
	color: #990000;
}
.video {
	background-image: url(../images/video-icon.png);
	background-repeat: no-repeat;
	text-indent: 35px;
	display: block;
	height: 30px;
	padding-top: 5px;
	margin-left: 5px;
}

.float_left {
	float: left;
}

.left_quote {
	background-image: url(../images/left-quote.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	position: absolute;
	left: -20px;
	top: -10px;
}
.right_quote {
	background-image: url(../images/right-quote.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	position: absolute;
	right: -20px;
	top: 10px;
}
