/* Import from style.css */
.box				{ padding:15px; /*20*/ position:relative; }
.glowbg		{ width:auto; background-color:#eeeeee; background:rgba(0, 0, 0, 0.05); margin:0 auto 25px auto; padding:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
.glowborder	{ background-color:#FFFFEA; border:1px solid #ddd; border-color:rgba(0,0,0,0.16); padding:20px; margin:0 auto;  -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; position:relative; overflow:hidden; }

h1.heading		{ font-family: 'Merienda One', cursive; color:#3A3A3A; padding:0 0 0 27px; text-align:left; background:url(../images/announcement.png) 0 7px no-repeat; } /*background:#ffc424; text-align:center; border-bottom:5px solid #eeb008; border-top:1px solid #ffe9af; */
h1.heading span	{ padding:0; font-family: 'Merienda One', cursive; font-size:22px;	font-weight:400; letter-spacing:-1px; text-transform:capitalize;}




.clear {
	clear: both; 
	display: block; 
	height: 0; 
	overflow: hidden; 
	visibility: hidden; 
	width: 0; 
	}

.floatleft  { float:left;}
.floatright { float:right;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	Common Testimonials
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

#testimonial_full { width:auto; }

.sys_tm1 {
	position:relative;
	width:auto; 
	margin:0; 
	padding:20px 20px 0 20px; /*20*/
	font-size:11px; 
	}

	.sys_tm1 .testimonial { 
		padding-left:60px;
		margin:0; /*0 0 30 0*/
		background:url('../images/quote_icon.png') 0 0 no-repeat; 
		}
	
	.sys_tm1 .msg {
		font:italic normal 13px/22px Georgia, Arial, sans-serif;
		color:#444444;
		}
	
	.sys_tm1 .title {
		font:normal bold 14px Arial, Verdana, sans-serif; 
		margin:5px 0;
		}
	
	.sys_tm1 .author img {
		float:left; 
		border:1px solid #eee; 
		padding:1px; 
		margin-right:10px;
		}

	.sys_tm1 .info {
		color:#444444;
		line-height:15px; 
		}

	.sys_tm1 .info span {
		display:block;
		}

	.sys_tml .info a, .info a:visited        { color:#0071F2; text-decoration:none; outline:none; }
	.sys_tml .info a:hover  { text-decoration:underline; outline:none; }


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	Fade Testimonials
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

#fadereview	.msg				{ font:italic normal 12px/22px Georgia, Arial, sans-serif; margin:0 0 15px 0; color:#444; }
#fadereview	.title				{ font-weight:bold; font-size:13px; margin:5px 0; }
#fadereview	.author img 		{ float:left; border:1px solid #eee; padding:2px; margin-right:10px; }
#fadereview	.info               { color:#444444; line-height:15px; }
#fadereview	.info span          { display:block; }
#fadereview	.info span a, span a:visited        { color:#0071F2; text-decoration:none; outline:none; }
#fadereview	.info span a:hover  { text-decoration:underline; outline:none; }

#fadereview		    { background:url('../images/quote_icon.png') 0 0 no-repeat; overflow:hidden; height:100%; padding-bottom:15px; }
#fadeblock			{ padding:10px; }
#fadeblock	.nav	{ padding:3px 0px; margin-bottom:5px; text-align:right; }
a#next, a#prev		{ font:normal 9px Tahoma, Arial, Verdana; text-transform:uppercase; text-decoration:none; outline:none; }
a#next				{ padding-left;5px; }
a#prev				{ }

.author img.ratings	{ border:none;}
#fadereview img.ratings	{ border:none;}


.buttonsmall {
	background:#E8865C; /*dddddd*/
	color:#fff; 
	margin: 0px 2px; 
	padding:3px 8px; 
	text-transform:uppercase; 
	font-size:10px; 
	border:none; 
	text-decoration:none;
	cursor:pointer;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	}

.buttonsmall:hover {
	color:#fff;
	cursor:pointer; 
	text-decoration:none; 
	background:#A13101; /*cccccc*/
	}

* html .buttonsmall {
	background:#E8865C;  /*dddddd*/
	color:#fff; 
	margin: 0px 2px; 
	padding:3px 8px; 
	text-transform:uppercase; 
	text-decoration:none; 
	cursor:pointer;
	}