/* CSS Document */


/*body{background: url(../images/background.jpg)repeat-y ; color:#FFF; font-family: Trebuchet MS,Arial, Helvetica, sans-serif; font-size:100%; line-height:normal;}*/


/*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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; vertical-align: baseline;}*/

ol, ul { list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
@font-face {
  font-family: 'TrebuchetMS-Bold';
  src: url('../fonts/strebucbd.eot');
  src: url('../fonts/trebucbd.eot?#iefix') format('embedded-opentype'),
  url('../fonts/trebucbd.woff') format('woff'),
  url('../fonts/trebucbd.ttf') format('truetype'),
  url('../fonts/trebucbd.svg#trebucbd') format('svg'); font-weight: normal; font-style: normal;
}

/* button CSS*/
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	padding: 5px 10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: none;
}

.btn-4 {
    cursor:pointer;
      background: #000;
      color: #fff;
      font-size: 12px;
      padding: 2px 16px;
      margin-bottom:10px; 
      float: right;
      font-weight: bold;
      font-style: normal;
}
.button span{background: url(../images/arron-learmore-btn.png) no-repeat right 5px; padding:0 8px 0 0 ;}


.white {
	color: #333f31;
	border: 1px solid #E9E9E9;
	background: #333f31;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
	background: -moz-linear-gradient(top,  #333f31,  #f2f2f2);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f2f2f2');
}

.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #333f31,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}


.yellow {
	color: #333333;
	border: 1px solid #cccc9a;
	background: #f9f9f9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f9cd75));
	background: -moz-linear-gradient(top,  #f9f9f9,  #f9cd75);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f9cd75');
}

.yellow:hover {
	background: #f9f9f9;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2c56b));
	background: -moz-linear-gradient(top,  #fff,  #f2c56b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2c56b');
}




.learnMore02{background: #f9f9f9; padding: 5px 12px; border: 1px solid #cccc9a; color:#000; text-transform:none; background-color:#f5f5f5; display: inline-block; text-decoration: none; background: -moz-linear-gradient(top,  #f9f9f9 1%, #f9cd75 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f9f9f9), color-stop(98%,#f9cd75)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9f9f9 1%,#f9cd75 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9f9f9 1%,#f9cd75 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9f9f9 1%,#f9cd75 98%); /* IE10+ */
background: linear-gradient(to bottom,  #f9f9f9 1%,#f9cd75 98%); /* W3C */
}

/* end button CSS*/

