/* CSS Document */

/**********************
Headings
**********************/
h1{
	margin:0;
	padding:0;
	line-height:0.8;
}
h2{
	color:#2e2d2e; 
	font-size:0.9em;
	font-weight:bold;
	margin-left:50px;
	text-transform:uppercase;
}
h3{
	color:#356379; 
	font-weight:bold;
	font-size:1.8em;
	margin-bottom:10px;
}
h4{
	color:#3F2A17; 
	font-weight:bold;
	font-size:1.2em;
	margin:0;
	height:auto;
	margin-bottom:7px;
}
/********
Main
********/
body{ 
	background-color:#f1f1f1;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}

.container{ 
	background-color:#fdfff9;
	border-right:1px solid #674e38;
	border-left:1px solid #674e38;
	border-bottom:1px solid #674e38;
	padding-top: 10px;
}

/********
Header
********/
.header{
  margin:0 auto;
  padding:0;
}
.header a{ 
  margin-left:50px;
  color:#ca3002;
  text-decoration:none;
  text-transform:uppercase;
}
#intro {
  background-image:url(../images/training.jpg);
  background-repeat:no-repeat;
  height:283px;
  text-indent:-1000em;
  width:470px;
}
#calorieCounterBanner {
  background-image:url(../images/calorie-mainimg.gif);
  background-repeat:no-repeat;
  background-position:center;
  height:370px;
  text-indent:-1000em;
}
#advertiseBanner {
  background-image:url(../images/advertise-banner.gif);
  background-repeat:no-repeat;
  background-position:center;
  height:360px;
  text-indent:-1000em;
}
/********
main block
********/
.trainer-main-block img.main-image{
	margin:15px auto 15px;
}
.trainer-main-block p{
	margin:0 0 1.5em;
	width:90%;
	text-align:justify;
}
.trainer-main-block a{
  color:black;
  text-decoration:none;
	margin:0 0 0 110px;
}
.trainer-main-block img.startnow{
	float:right;
  margin-right: 20px;
}
.trainer-main-block img.devhub{
	float:left;
}

ul.devhubul{ 
	margin:0 0 12px 15px;
}

ul.devhubul li{ 
	font-size: 1.2em;
}
/********
menu
********/
.menu{
	margin:5px 30px 0;
}
ul.menu{
	list-style-type:none;
	font-weight: bold;
	font-size: 1.1em;
}
ul.menu li.tab-selected{
  background:  url(../images/m1-act.gif) no-repeat;
  color:white;
  cursor:default;
}
ul.menu li{
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  background:  url(../images/m1.gif) no-repeat;
  display:inline;
  border-right:1px solid #e1dfcb;
  margin-left:5px;
  cursor:pointer;
  line-height:3em;
}
ul.menu li:hover{
  background:  url(../images/m1-act.gif) no-repeat;
  color:white;
}
ul.menu li a{
  color:black;
  text-decoration:none;
}
ul.menu li.tab-selected a{
  color:white;
  text-decoration:none;
}
ul.menu li:hover a, ul.menu li a:hover{
  color:white;
}
/********
search box
********/
.search-box form{
	float:right;
	margin-top: 20px;
}
.search-form{ 
	padding:0;
	margin:0;
	overflow:hidden;
}
a.searchButton  {
	background:transparent url(../images/search-button.gif) no-repeat scroll;
	border:medium none;
	margin:0 20px 0 5px;
	padding:2px 40px 10px 20px;
	font-size:1.1em;
	text-decoration:none;
	height:20px;
}

div.search-box input {
	background:#FFFFFF url(../images/magnifying-glass.gif) no-repeat scroll 3px 2px;
	border:3px solid #569FBD;
	color:#0E0E0E;
	font-size:1.1em;
	padding:3px 4px 3px 24px;
	width:200px;
	float:left;
}

/********
top part
********/		
.top-part{
background:  url(../images/header-tail.gif) repeat-x;
}
.form-lander{
	margin:10px 20px 0;
	background-color: #e6e4d6;
}
.form-lander h3{
	margin:15px 0 15px 15px;
}
ul.articles-list{
	margin:20px 0 0 30px;
}
ul.articles-list li {
	padding:1em 0 0;
	width:100%;
}

ul.form{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:30px 10px 10px;
}
ul.form li {
  min-height:25px;
  padding-bottom:0.4em;
  position:relative;
  width:100%;
}

ul.form li label {
  display:inline;
  float:left;
  font-weight:bold;
  padding-top:0;
  position:relative;
  width:100px;
  font-size:1.3em;
}

ul.form li label.form_error {
  width:100%;
  font-size:1.1em;
  color:red;
}
ul.form li input[type="text"] {
  width:230px;
  font-size:1.3em;
  padding:2px;
}
ul.form li input[type="image"] {
  margin:20px 0 0 80px;
}
ul.form a img{
  margin-top:30px;
}
p.formQuoteComplete{
	padding:0 10px 0 0;
}
/********
bottom part
********/		
.bottom-part{
background: #1c1c1c;
border-top:1 px solid white;
}
.content-lander{
	padding:20px;
	margin:0 20px 5px;
	background: #FAFAFA url(../images/gradient-top-content.gif) scroll repeat-x top;
}
.content-lander p{
	text-align:justify;
}

.content-lander .cpa-ad{ 
	margin:10px auto;
	text-align:center;
}

.search-results {
  padding-left: 40px;
}

.ad-rightside a {
  float: right;
}

.sponsored-results{
	margin:0 0 0 20px;
}

.sponsored-results span{
	margin-left: 10px;
	font-size:0.8em;
}
	
.sponsored-results-top{
	color:white;
	background:#2a2929;
	padding:0;
}

.sponsored-results-top span{
	margin-left: 10px;
	font-size:0.8em;
}

.sponsored-results-top table{
  margin-bottom: 0.5em;
}
	
.sponsored-results-top .result_option{
	padding:3px 10px 0 30px;
	vertical-align:top;

}
.sponsored-results-top .bordered{
	border-right:1px dashed #BDBDBD;
}

.sponsored-results-top td {
  background: transparent url(../images/arrow-right.gif) no-repeat scroll 220px 3px
}

.sponsored-results-top .result_option:hover .results_url_full_width_link_top {
	text-decoration:underline;
}

.results_full_width_link_top {
	color: #DDDDDD; /* 6262F9 */
	font-size:1.5em;
	line-height:1.1em;
	font-weight:bold;
	text-decoration:none;
	width: 183px;
}
.result_href_top {
	color:#bdbdbd;
	font-size:1em;
	text-decoration:none;
}
.results_url_full_width_link_top {
	color: #0F67A1; /*008200*/
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}

.ad_block img {
	float:right;
}

.aff_block_top {
  padding-bottom: 20px;
  border-bottom: 1px dashed #BDBDBD;
  height: 212px;
}

.aff_block_bottom {
	padding-left: 17px;
	padding-right: 17px;
	margin-top: 20px;
}
.aff_block_weight img {
	margin-right: 10px;
	float:left;
}
.aff_block_special img {
	margin-right: -14px;
	margin-top: 23px;
	float:right;
}
.specialOffer {
  float:left;
  margin:10px 0 5px 50px;
  text-align:center;
}

.mainOffer {
  float:left;
  margin:10px 0 5px 100px;
  text-align:center;
}

.aff_block_bottom ul {
  padding-left: 25px;
  margin: 0px;
}

.aff_block {
	padding-left: 17px;
	padding-right: 17px;
}

.aff_block img{
	float:right;
	margin-top: 15px;
	margin-left: 15px;
}
.find-more a{
	text-decoration: none;
	color: black;
}
.find-more img{
	float:left;
	text-align:center;
	margin:15px 0 5px 50px;
}
/********
PPC results
********/
.result_option{
	padding:10px;
}

.results_full_width_link a{ 
	color:#0F67A1;
	font-size:1.2em;
	text-decoration: none;
}

.result_href, .result_href a{ 
	color:#000000;
	text-decoration:none;
}
.results_url_full_width_link a{ 
	color:#7F7F7F; /* 147A13 */
	text-decoration:none;
}

/********
addThis button
********/
.addThis{
	float:right;
}

/********
footer
********/
.footer{
  margin-left:30px;
  text-align:left;
  color:#bdbdbd;
}
.footer a{
  color:#bdbdbd;
  text-decoration:none;
}
.footer a:hover{
  text-decoration:underline;
}
.footer a.domainname{
  color:#d47d48;
  font-weight:bold;
  text-transform:uppercase;
}

/* Form */
label {
  font-weight: normal;
}

/*********
 calorie counter
**********/
.numCal {
  font-weight: bold;
}
#div_errCal {
  color: red;
}
#div_resCal {
  display: none;
}
.linkRestartCalc {
  color: #0F67A1;
  font-weight: bold;
}
.tab_calorieCounter {
  margin-bottom: 0.5em;
  margin-top: 1em;
}
	.tab_calorieCounter th{
	  background: none;
	}
.calculateButton {
  cursor: pointer;
}


/***********
 Generic Error class
************/
.error_text{
  color: red;
}

.tab_calorieCounter label.error_form{
  color: red;
  margin-left: 15px;
}