
img { border:none;}

HTML {

   overflow-y: scroll;

   overflow: -moz-scrollbars-vertical; 

}



body {

	margin: 0;

	padding: 0;

	background: #E3E7ED url(images/img01.gif) repeat-x left top;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #787878;

}



h1, h2, h3, h4 {

	margin: 0;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight: normal;

	color: #9F2400;

}

h1 {

	padding: 15px 0 0 15px;

	font-size: 28px;

}



h2 {

	padding: 0 0 10px 0;

	font-size: 1.6em;

}



h3 {

	font-size: 1.6em;

}

h4 {

	font-size: 1.3em;
	color: #9F2400;
	padding: 0 0 7px 4px;

}

p, ul, ol {

	margin-top: 0;

	line-height: 140%;

	font-family: Tahoma;

	}

ol {

	margin-left: 0;
	padding-left: 28px;
	}

select, input {

	font-family: Tahoma;

	padding-left:3px;

	}

a {

	text-decoration: none;

	border-bottom: 1px dotted #999999;
	
	color: #3060a6;

}

a:hover {

	color: #9F2400;
	
	border-bottom-color: #9F2400;
	
}

a.image {

	text-decoration: none;

	border-bottom: none;

}

#wrapper {

	width: 982px;

	margin: 0 auto;

	padding: 0;

}



/* Header */



#header {

	width: 968px;

	height: 120px;

	margin: 0 auto;

	background: url(images/header.png) no-repeat left top;

}

/* Navigation */
	
#navigation {
	
    padding: 5px 5px 1px 0;
	
	font-family: Tahoma;
	
    width: 400px;
	
	text-align:right;
	
	float: right;
	
	font-size:12px;
	
}

#navigation h1 {
	
    padding: 4px 0 0 0;

}

/* Logo */

#logo {

	float: left;

	width: 968px;

	height: 60px;

	color: #616161;

}



#logo h1, #logo p {

	margin: 0;

	padding: 0;

}



#logo h1 {

	float: left;

	padding: 0 0 0 55px;

	letter-spacing: 0px;

	text-transform: lowercase;

	font-size: 5.0em;

}



#logo p {

	float: left;

	margin: 0;

	padding: 42px 0 0 90px;

	font: normal 15px Georgia, "Times New Roman", Times, serif;

	font-style: italic;

} 



#logo a {

	border: none;

	background: none;

	text-decoration: none;

	color: #616161;

}



/* Search */



#search {

	float: right;

	width: 230px;

	padding: 0;

}



#search form {

	height: 41px;

	margin: 0;

	padding: 70px 0 0 0px;

}



#search fieldset {

	margin: 0;

	padding: 0;

	border: none;

}



#search-text {

	width: 210px;

	border: none;

	text-transform: lowercase;

	font: bold 1.2em Arial, Helvetica, sans-serif;

	color: #FFFFFF;

}



#search-submit {

	display: none;

}



/* Menu */



#menum {
	
	width: 982px;

	height: 40px;

	margin: 0;

	padding: 0;

}

#menum a:hover{

	background-color: #1d2a38;
	
	color: #Ffffff;
		
	text-decoration: none;

}
ul.dropdown li.button:hover,
#menum a.addthis_button:hover{

	background: none;
	
	color: #Ffffff;
		
	text-decoration: none;

}

#menum li .current {
	
	background-color: #1d2a38;
	
	color: #Ffffff;
		
	text-decoration: none;

}

#menum li .button {
	
	background-color: #1d2a38;
	
	color: #Ffffff;
		
	text-decoration: none;

}

#menum a.purchase {background-color: #952D00;}

#menum a.purchase:hover {background-color: #9b4722;}

ul.dropdown,

ul.dropdown li,

ul.dropdown ul {

 list-style: none;

 margin: 0;

 padding: 0;

}



ul.dropdown {

 position: relative;

 z-index: 597;

 float: left;
 
 	margin: 0;

	padding: 0;

	padding-left: 10px;

	list-style: none;

	line-height: normal;

}



ul.dropdown li {

 float: left;

 line-height: 1.3em;

 vertical-align: middle;

 zoom: 1;
 
 margin-top:2px;
	
	float: left;

	height: 38px;
	
	border-right: solid 1px #020a18;

}

ul.dropdown li ul li {
	
	border-right: none;

}

ul.dropdown li a {
	
	display: block;

	padding: 10px 17px 12px 18px;

	text-decoration: none;

	font-family: Tahoma;

	font-size: 13px;

	color: #ffc19c;

	border: none;
}

ul.dropdown li.hover,

ul.dropdown li:hover {

 position: relative;

 z-index: 599;

 cursor: default;
 
 background-color: #1d2a38;
 
 color: #FFF;
 
 
 

}

ul.dropdown li.dir.hover a,

ul.dropdown li.dir:hover a {
 color: #FFF;
 

}
ul.dropdown li.dir ul li.item a
{
	color: #ffc19c;	
}


ul.dropdown ul {

 border-top: solid 1px #FFF;
  border-left: solid 1px #1d2a38;
   border-right: solid 1px #1d2a38;
    border-bottom: solid 1px #1d2a38;
  border-top: solid 1px #FFF;
 visibility: hidden;

 position: absolute;

 top: 100%;

 left: -1px;

 z-index: 598;

 width: 100%;
 
  width: 150px;
 background-color: #020a18;
}



ul.dropdown ul li {

 float: none;
 
 margin: 0;
	
 height: 22px;


}


ul.dropdown ul li a {
	
 padding: 3px 10px 3px 18px;
margin:0;
	
}


ul.dropdown ul ul {

 top: 1px;

 left: 99%;

}



ul.dropdown li:hover > ul {

 visibility: visible;

}














/* Page */

#page {

	width: 968px;

	margin: 0 auto;

	background: url(images/img05.jpg) repeat-y left top;

}



#page-bgtop {

	background: url(images/img04.png) no-repeat left top;

}



#page-bgbtm {

	background: url(images/img06.jpg) no-repeat left bottom;

}



/* Content */

#forum iframe {

	float: left;

	width: 960px;


}

#forum {

	float: left;
	
	width: 800px;
	
	height: auto;

	padding: 40px 21px 5px 4px;
	
	overflow: visible;

}

#content {

	float: right;

	width: 690px;

	padding: 36px 21px 0 0;

}

#video {

	float: left;

	width: 928px;

	padding: 36px 0 0 21px;

}



.post {

	margin-bottom: 8px;

	background: url(images/img09.jpg) repeat-y left top;
	
	border: 5px solid #dff1fb;
		
	border-top: none;

	color: #222222;

}



.post-bgtop {

	background: url(images/img08.jpg) no-repeat left top;

}



.post-bgbtm {

	/*background: url(images/img10.jpg) no-repeat left bottom;*/

}



.post .title {

	color: #020a18;

}

.post .subtitle {

	padding-bottom: 10px;

	color: #020a18;

}

.post .title a {

	color: #020a18;

	border: none;

}



.post .meta {

	border-bottom: 1px dashed #999999;

	padding-left: 20px;

	padding-bottom: 5px;

	text-align: left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-style: italic;

}



.post .entry {

	padding: 10px 15px 10px 15px;

	text-align: left;
	
	color: #020A18;

}



/* Sidebar */



#sidebar {

	float: left;

	width: 220px;

	padding: 36px 0px 0 21px;

	color: #222222;

}

#sidebar-box, #twitter_div {
	
	background: #b9dff4;
	
	padding: 5px 5px 5px 5px;
	
	margin: 0 0 5px 0;
	
	border: 5px solid #dff1fb;
	
	font-family:Tahoma, Geneva, sans-serif;
	
}

.sidebar-box{
	
	background: #b9dff4;
	
	padding: 5px 5px 5px 5px;
	
	margin: 0 0 5px 0;
	
	border: 5px solid #dff1fb;
	
	font-family:Tahoma, Geneva, sans-serif;
	
}

#twitter_div ul {
	
	margin: 0 0 0 0;
	
}


#twitter_div ul.twitter {
	
	list-style: none;
	
}

#sidebar-box ul {
	
	padding: 0 0 0 4px;
	
	margin: 0 0 0 0;
	
}

#sidebar-box li {
	
	list-style: none;
	
	margin: 0 0 0 0;
	
	font-family:Tahoma, Geneva, sans-serif;
	
}

#sidebar-box ul li a {
	
	text-decoration: none;

	border-bottom: 1px dotted #999999;
	
	color: #3060a6;

}

#sidebar-box ul li a:hover {

	color: #9F2400;
}

#sidebar-box ul.progress {

	margin: 0;

	padding: 0;

	list-style: none; 

}

#sidebar-box ul.progress li {

	line-height: 30px;
	
	background-color: #020a18;
	
	font-family: Tahoma;
	
	color: #ffc19c;
	
	padding-left: 8px;

	border-top: 1px solid #dff1fb;
	
	z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; 

}

#sidebar-box ul.progress li.selected {
	color: #ffffff;
	background-color: #952d00;

}

#sidebar-box ul.progress li.complete {
	background: #020a18 url(images/check.png) right no-repeat; 

}


#sidebar-box ul.university {

	margin: 0;

	padding: 0;

	list-style: none; 

}

#sidebar-box ul.university li {

	line-height: 30px;
	
	background-color: #b9dff4;
	
	font-family: Tahoma;
	
	color:#FFFFFF;
	
	padding-left: 8px;

	border-top: 1px dashed #3060a6;
	
	z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; 

}



#sidebar-box ul.university li:hover {

	background-color: #dff1fb;
	color: #9F2400;
	text-decoration: none;

}

#sidebar-box ul.university li:hover a {

	color: #9F2400;
	border-bottom: 1px dotted #9F2400;
}

#sidebar-box ul.university li.selected {

	background-color: #FFCF9B; 

}

#sidebar-box ul.university li.selected a {

	color: #000;
	
	float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; text-decoration:none; font-weight:normal;
	
	border-bottom: none;
}

#sidebar h2 {

	height: 32px;

	padding: 11px 0px 0 14px;

	background: url(images/img11.gif) no-repeat left top;

	letter-spacing: -.5px;

	color: #FFFFFF;

}



#sidebar p {

	padding: 0 5px 0 4px;

	text-align: left;
	
	color: #020A18;

}

#sidebar-box p.small {

	padding-top: 2px;
	padding-left: 0;
	
}

#sidebar-box img {

padding: 0;
margin: 0;

}

#sidebar a.img, a.img, a.highslide {
 	border-bottom: none;
}

#sidebar a:hover {

	color: #9F2400;
	
	border-bottom-color: #9F2400;
	
}

/* Footer */

#footer {

	height: 50px;

	margin: 0 auto;

	padding: 0px 0 15px 0;

	font-family: Arial, Helvetica, sans-serif;

	color: #999;

}



#footer p {

	margin: 0;

	line-height: normal;

	font-size: 9px;

	text-transform: uppercase;

	text-align: center;

}



#footer a {

	color: #3D444F;

}

.offer { background-color: #FFCF9B; border:1px solid #CC9966; padding: 10px 10px 10px 10px; text-align:center; }

.offerred { background-color: #FFCCCC; border:1px solid red; padding: 10px 10px 10px 10px; text-align:center; }

.offerred a:hover { color: #C00; border-bottom: 1px dotted #C00;}

input.submit { 

	text-align: center;
	
	width:50px;
	
	height:23px;

}

input.homelogin  {   
	
	text-align: center;
	
	width:75px;
	
	height:23px;

	}

input.button {   

	color:#050;
	
	margin-top:0px;
	
	font-family: Tahoma;
	
	color:#FFFFFF;  
	
	background-color: #011D34;   
	
	border-color: #696 #363 #363 #696;  

}   

input.button:hover {   

	background-color: #623304;   

}

input, select {background:#dff1fb; border:1px solid #555; color: #555; font: 11px Tahoma; padding:4px 4px 4px 5px; position:relative; text-align:left;}

select {padding:3px 3px 3px 2px;}

input:hover, select:hover {background:#b9dff4; border:1px solid #3060a6; color:#3060a6;}

input:focus, select:focus {background: #FFCF9B; border:1px solid #CC9966; color: #6C1C00;}

.vedit td:hover input, .vedit td:hover select {

   background:#b9dff4; border:1px solid #3060a6; color:#3060a6;

}

.vedit td:hover input:focus, .vedit td:hover select:focus {
background: #FFCF9B; border:1px solid #CC9966; color: #6C1C00;

}
	
.specialized { background-color:#def7fe; border:1px solid #020a18; padding: 10px 10px 10px 10px; width: 628px;}

.small {

	font-size:9px;
	
	margin-left: 0;
	padding: 0 0 0 0;

	text-align: left;
	
}

.fielddetail {

	font-size:9px;
	font-weight: normal;
	margin-top: 5px;
	padding: 0 0 0 0;

	text-align: left;
	
}

.twocolumn {

	width: 650px;
	height: 240px;
	
	margin-bottom: 20px;

}



.twocolumn_box {

	float: left;

	width: 310px;

	padding: 0 0 0 0;
	
	margin: 0 0 0 0;

	background: none;

	border: 0px solid #3060a6;


}

.threecolumn {

	width: 650px;
	
	height: 250px;
	
	margin-bottom: 20px;

}

.threecolumn h2 {
	margin-top:2px;
}

.threecolumn_box_one, .threecolumn_box_two, .threecolumn_box_three {
	
	float: left;	
	margin: 0 0 0 0;
	border-top: 1px solid #3060a6;
	border-bottom: 1px solid #3060a6;
	border-right: 1px solid #3060a6;
	padding: 3px 8px 8px 8px;	
	background: #FFF;
	height: 230px;
}

.threecolumn_box_one:hover, .threecolumn_box_two:hover, .threecolumn_box_three:hover {

	background-color:#dff1fb;

}

.threecolumn_box_one {

	width: 199px;

	border-left: 1px solid #3060a6;

}


.threecolumn_box_two {

	width: 199px;

}

.threecolumn_box_three {

	width: 200px;

}

#product2, #product3, #product4, #product5, #product8, #product9, #product10, #product23, #product24, #product25, #product53, #product54, #product55, #product58, #product59, #product60, #paysys_idpaypal_pro, #paysys_idpaypal_pro_cc, #paysys_idpaypal_r, #paysys_idauthorize_cim {
	background: none; border: none; color:#00f; padding: 6px 2px 0 0;
}

.none {padding: 1px 1px 1px 1px;}
.zonetable{ padding: 10px 10px 10px 12px; width: 195px; background-color:#def7fe; border:1px solid #3060a6; font-family:Tahoma, Geneva, sans-serif; }





pre {

color: #FFF;

}

.karmic_flow_container {

	overflow: hidden; 

	position: relative;
	
	margin: 5px 0px 3px 15px;

	

	/* optional */

	width: 600px; 

	height: 200px;

	border:0px solid #FFF;

}



.karmic_flow_slider, .karmic_flow_slider li {

	list-style:none;

	margin: 0;

	padding: 0;

}



.karmic_flow_slider {

	overflow: hidden; 

	position: relative;

	

	/* optional */

	margin-left: 0;

}



.karmic_flow_slider li {

	float: left;

	position: relative;

	overflow:hidden;

}



.karmic_flow_slide_overflow {

	/* optional */

	/*overflow:auto;*/

}



.karmic_flow_sliding .karmic_flow_slide_overflow {

	overflow:hidden;

}



.karmic_flow_sliding object, .karmic_flow_sliding embed {

	display: none;

}



.karmic_flow_controller_selected {

	/* optional */

	background: #952D00 !important;

	color: #FFF !important;

	/* padding: 4px 0 0 47px !important;*/

}



.karmic_flow_controller {

	/* optional */

	width: 45px;
	
	background-color:#020a18;
	
	padding: 4px 0 0 47px;

	color: #FFF;

	border-bottom: none;
	
	line-height: 24px;

}


a.karmic_flow_controller {

		color: #ffaf7f;

}

a.karmic_flow_controller:hover {


color: #FFF;
}


.karmic_flow_prev_controller,

.karmic_flow_next_controller,

.karmic_flow_play_controller, 

.karmic_flow_pause_controller {

	display: block;

	float: left;

	margin: 0 0 0 0;

	background: url(../i/layout/Knob%20Fast%20Rewind.png);

	width: 42px;

	height: 20px;

	overflow:hidden;

	color:#000;

}


.karmic_flow_next_controller {

	background: url(../i/layout/Knob%20Fast%20Forward.png);

}



.karmic_flow_play_controller {

	background: url(images/slideplay.png);
	border-bottom: none;
	
	
}



.karmic_flow_pause_controller {

	background:url(images/slidepause.png) !important;
	border-bottom: none;	
	
}

.karmic_flow_container2 {

	overflow: hidden; 

	position: relative;
	
	margin: 0 0 14px 0;

	

	/* optional */

	width: 650px; 

	height: 152px;

	border:0px solid #FFF;
}

.exptab {

	/* optional */

	width: 90px;
	
	background-color:#020a18;
	
	font-size:18px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	
	margin: 12px 10px 0 0;
	
	padding: 7px 15px 7px 15px;

	border-bottom: none;
	
	line-height: 35px;

}
.expbox { 

background-color:#def7fe;
border:1px solid #020a18;
padding: 10px 10px 10px 10px;
width: 628px;
height:130px;
background: url(images/stripesback.png)  repeat left top;

}

table.pricing {
	
	background: #FFCF9B;
	padding: 0 0 0 0;
	margin: 6px 0 0 0;
	width: 200px;
	font-family: Tahoma, Geneva, sans-serif;
	border-left: 1px solid #CC9966;
	border-right: 1px solid #CC9966; 
	border-top: 1px solid #CC9966; 
	
}

table.pricing th, table.pricing td {

	font-family: Tahoma, Geneva, sans-serif;
	padding: 2px 0 2px 4px;
	border-bottom: 1px solid #CC9966; 	
	
}

table.pricing th {
	padding: 2px 0 2px 10px; 
	text-align:left;
	border-right: 1px solid #CC9966;	
	width: 80px;

}

table.pricing td {
	text-align:left;
	padding-right:0;
	width: 140px;

}

select.marketdd {
	
padding: 1px 0 1px 0;

margin: 16px 0 0 0;

width: 210px;
border: 1px solid #CC9966;
font-size: 12px;
font-weight: bold;
background-color: #FFF;
color: #000;
	
}

/* Charts page stuff. */
/* Charts page stuff. */
/* Charts page stuff. */
/* Charts page stuff. */
/* Charts page stuff. */
/* Charts page stuff. */


div.content {

	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */

	display: none;

	width: 660px; 
	
	padding-left: 1px;
	
	margin-bottom: 10px;
	


}

div.controls {

	font-family: Tahoma, Geneva, sans-serif;
	
	font-size: 12px;

	margin: 0 0 0 0;

	height: 20px;

}

div.controls a {

margin-left: 12px;
padding-bottom:0;

}

div.ss-controls {

	float: left;
	
	margin-left: 10px;

}

div.nav-controls {

	float: right;
	
	padding-right:5px;
	
	

}

div.slideshow-container {

	position: relative;

	clear: both;

	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */

margin-left: 8px;

margin-bottom: 15px;

}

div.loader {

	position: absolute;

	top: 0;

	left: 0;

	background-image: url('http://www.tothetick.com/images/loader.gif');

	background-repeat: no-repeat;

	background-position: center;

	width: 660px;

	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */


}

div.slideshow {

	height: 500px;

}

div.slideshow span.image-wrapper {

	display: block;

	position: absolute;

	top: 0;

	left: 0;
	

}

div.slideshow a.advance-link {

	display: block;

	width:660px;

	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */

	line-height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */

	text-align: center;
	
	border: none;

}

div.slideshow a.advance-link, div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {

	border: none;

}

div.slideshow img {

	vertical-align: middle;
				text-decoration: none;

}

div.download {

	float: right;

}

div.caption-container {

	

}

span.image-caption {

	display: block;

	position: absolute;

}

div.caption {

	margin: 0 0 0 4px;

	color: #ccc;
	
	width: 195px;

}

div.caption a {

	color: #fff;

}

div.image-title {

	font-size: 1.3em;
	margin: 0;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight: normal;

	color: #9F2400;

}



div.image-desc {

	line-height: 1.3em;

	color: #020a18;

	font-size: 11px;

	padding-top: 7px;

}

div.navigation {

margin-top:3px;
margin-left: 1px;

	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */

}
ul.thumbs {

	clear: both;

	margin: 0;

	padding: 0;

}

ul.thumbs li {

	float: none;

	padding: 0;

	margin: 0;

	list-style: none;

}

a.thumb {

	padding: 0;

	margin-left: 3px;

	display: inline;

	border: none;
	
	font-family: Tahoma, Geneva, sans-serif;
	
	font-size: 13px;
	
	color: #040a18;

}
ul.thumbs li.selected a.thumb {

	color: #040a18;

	font-weight: normal;

}

a.thumb:hover {


}

a.thumb:focus {

	outline: none;

}

ul.thumbs img {

	border: none;

	display: block;

}

div.pagination {

	clear: both;


}

div.navigation div.top {

	margin-bottom: 19px;

}

div.navigation div.bottom {

	margin-top: 3px;

}

div.pagination a, div.pagination span.current {

	display: block;

	float: left;
	
	text-align:center;

	margin-right: 1px;
	margin-bottom: 0;

	width: 13px;
 
	padding: 1px 1px 1px 2px;

background:#dff1fb; border:1px solid #8d8d8d; color: #666; font: 11px Tahoma; 


}

div.pagination span.ellipsis {

	display: block;

	float: left;
	
	text-align:center;

	margin-right: 2px;

	padding: 1px 0px 1px 0px;
	
	background:#b9dff4; 
	
}


div.pagination a:hover {

background:#b9dff4;

border:1px solid #3060a6;
border-bottom: 1px solid #3060a6;
color:#3060a6;

	text-decoration: none;

}

div.pagination span.current {

background:#b9dff4; border:1px solid #3060a6; color:#3060a6;


}

div.pagination span.ellipsis {

	border: none;

	padding: 5px 0 3px 2px;

}

#captionToggle a {

	float: right;

	display: block;

	background-image: url('http://www.tothetick.com/images/caption.png');

	background-repeat: no-repeat;

	background-position: right;

	margin-top: 5px;

	padding: 5px 30px 5px 5px;

}

div.startmain {
	background-color: 020a18;
	margin: 2px 0 0 15px;
	width: 600px;
	height: 50px;
	
}

div.start1 {
	background-image: url('http://www.tothetick.com/images/start1.png');	
	float: left;
	width: 150px;
	height: 50px;
}

div.start2 {
	background-image: url('http://www.tothetick.com/images/start2.png');
	background-color: 020a18;
	float: left;
	width: 149px;
	height: 50px;
	border-left: 1px solid #1d2a38;
}

div.start3 {
	background-image: url('http://www.tothetick.com/images/start3.png');	
	float: left;
	width: 149px;
	height: 50px;
	border-left: 1px solid #1d2a38;
}


div.start4 {
	background-image: url('http://www.tothetick.com/images/start4.png');	
	float: left;
	width: 149px;
	height: 50px;
	border-left: 1px solid #1d2a38;
}

div.start2:hover, div.start3:hover, div.start4:hover {

background-position: 0 -50px;

}


/*New Header Design and hiding the Start Approach Trade Setups Automation Bar*/

#header {


	width: 960px;

	height: 120px;

	margin: 0 11px;

	background: url(images/headernew.png) no-repeat left top;

}

#logo h1 {
	display:none;
}

#logo p {

	color:#FFF;

}

#navigation {
	
    margin: 5px 8px 1px 0;
	padding: 0;
	
	font-family: Tahoma;
	
    width: 400px;
	
	text-align:right;
	
	float: right;
	
	font-size:12px;
	
}

#navigation h1 {
    padding: 0;	
	margin: 10px 2px 0 6px;
    color: #FFF;
	font-size: 2em;

}

#logo p {

	padding: 35px 0 0 17px;

} 


#navigation a {

	color: #ffc19c;
	border:none;

}
#navigation a:hover {

	color: #fff;
	border:none;

}


.karmic_flow_container {
	width: 630px; 
		margin: 5px 0px 3px 0px;

}

.startmain{
	display:none;
}

input.purchase {color: #FFF; background-color: #952D00; margin: 0 0 0 10px;}

input.purchase:hover {background-color: #9b4722;}

