/*
	mainbuttons.css		
	Button for main page of FOB website
*/

/** body {
	margin: 0;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
} **/

.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	float: left;
/*	clear: both; */
	background: url(../img/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 6px;
}
.btn a{
	float: left;
	height: 40px;
	background: url(../img/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(../img/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_addtocart { background-color: green; }
.btn_checkout { background-color: red; }
.btn_learnmore { background-color: orange; }
.btn_try { background-color: #002c85; }
.clear {
	clear: both;
}

a.text { font: italic bold smaller arial; color: black; border-bottom:0; }
a.text:hover { color: green; border-bottom:0; }

#leading { /*width: 100%; */ border: 1px solid black; padding: 4px 5px; text-align: center; }