/* Roscom body quote */

.quote { 

display:block;
width:420px;
height:40px;
float:left;
background: url(/images/quote.gif);
color:#ccc;
font-size:16px !important;
padding:20px 30px 20px 50px;
font-weight:bold;
line-height:24px;
margin:10px 0 10px 0;
letter-spacing:1px;

}

/* Roscom sidebar quote */

.quoteSide { 

display:block;
width:260px;
height:80px;
float:left;
background: url(/images/quoteSide.gif);
background-repeat:no-repeat;
color:#ccc;
font-size:18px !important;
padding:30px 20px 30px 20px;
font-weight:normal;

margin:10px 0 10px 0;

line-height:22px;

}


/*Bold Quote */

.highlight {
	font-size:13px;
	font-weight:bold;
	line-height:17px;
}



