/* Taco John's Franchisee site CSS Document */
/*from client*/
.style7 {
	FONT-WEIGHT: bold; 
	COLOR: #ffffff; 
	FONT-FAMILY: "TradeGothic LH Extended";
}
FORM {
	MARGIN: 0em 0px;
}
/* end from client */

img{
	border:none;
}

#home-content{
	float:left;
	padding:60px 15px;
	width:335px;
	}
	#btn-learnmore a,
	#btn-application a{
		display:block;
		height:50px;
	}
	#btn-learnmore{
		width:121px;
		height:50px;
		background:url(images/btn_learnmore.gif) no-repeat bottom;
		float:left;
		margin-top:60px;
	}
	#btn-application{
		width:214px;
		height:50px;
		background:url(images/btn_application.gif) no-repeat bottom;
		float:left;
		margin-top:60px;
	}
	#btn-learnmore a:hover,
	#btn-learnmore:hover a{
		width:121px;
		height:50px;
		background:url(images/btn_learnmore.gif) no-repeat top;
	}
	#btn-application a:hover,
	#btn-application:hover a{
		width:214px;
		height:50px;
		background:url(images/btn_application.gif) no-repeat top;
	}
	
	#watch-video{
		width:396px;
		height:261px;
		background:url(images/watch-video.jpg) no-repeat bottom;
	}
	#watch-video a{
		display:block;
	}
	#watch-video a:hover{
		width:396px;
		height:261px;
		background:url(images/watch-video.jpg) no-repeat top;
	}
	
/*subpages*/
h1{
	font-size:14px;
	color:#bf0000;
	line-height:16px;
}
h2{
	font-size:14px;
	color:#bf0000;
}
h3{
	font-size:12px;
	color:#bf0000;
	font-weight:normal;
}

#subpage-header{
	float:left;
	width:430px;
	padding:20px;
}

#contentbox-top{
	clear:both;
	width:630px; /*758 - padding*/
	height:100px;
	margin:0 auto;
	padding-left:128px;
	background:url(images/contentbox_top.gif) no-repeat bottom;
	}
	.btn-training a,
	.btn-support a,
	.btn-success a{
		display:block;
	}
	.btn-training{
		width:197px;
		height:86px;
		background:url(images/btn_training.gif) no-repeat bottom;
		float:left;
	}
	.btn-support{
		width:197px;
		height:86px;
		background:url(images/btn_support.gif) no-repeat bottom;
		float:left;
		margin-left:15px;
	}
	.btn-success{
		width:197px;
		height:86px;
		background:url(images/btn_success.gif) no-repeat bottom;
		float:left;
		margin-left:15px;
	}
	
	.btn-training a:hover,
	.btn-training:hover a{
		width:197px;
		height:86px;
		background:url(images/btn_training.gif) no-repeat top;
	}
	.btn-support a:hover,
	.btn-support:hover a{
		width:197px;
		height:86px;
		background:url(images/btn_support.gif) no-repeat top;
	}
	.btn-success a:hover,
	.btn-success:hover a{
		width:197px;
		height:86px;
		background:url(images/btn_success.gif) no-repeat top;
	}

#contentbox{
	background:#fff29d;
	border:3px solid #e98f45;
	border-top:none;
	width:752px;
	margin:0 auto 5px auto;
	}
	#training-img{
		float:left;
		margin-left:-8px;
		width:254px;
	}
	#flashcontent{
	float:right;
	width:495px;
	padding:10px 0;
	color: #bf0000;
		}
		#flashcontent h2,
		#flashcontent h3,
		#flashcontent li{
			width:450px;
			margin:0 auto;
		}
		#flashcontent li{
			font-size:12px;
			color:#bf0000;
			font-weight:normal;
		}



/*general classes*/
.left{
	float:left;
}

.right{
	float:right;
}
.clear{
	clear:both;
}

.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.bolditalic{
	font-weight:bold;
	font-style:italic;
}

.text18{
	font-size:18px;
	line-height:14px;
}
