/* Generic rules and classes */

body{
	font-size: 12px; 
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

.left{ float:left }
.right{ float:right }

/* ------------------------- */

#testimonials_top {
	background: url(../images/rdtestimonial_bg_960.png) 0px -1px;
	height: 554px;
	position: relative;

	overflow: hidden;
}

#testimonials_body{
	position: relative;
	padding: 0 14px;
	width: 960px;
	
}

#testimonials_top h2,
#testimonials_top #testimonials {

}

#blurb {
	position: relative;
	top: 140px;
	left: 644px;
	width: 270px;
	font-size: 12px;
}

#action {
	background: url(../images/rdtestimonial_getstarted_strip.png) top left repeat-x;
	height: 57px;
	display: block;
}

.actionInterior{
	padding:21px 80px;
	
}

#testimonials_bottom {
	background: url(../images/content_bg.gif) top left repeat-x;
	background-color:#2e3333;
	border-bottom: 2px groove #F2F3F0;
	color:#e1e1e1;
}

#evenmore {
	background: url(../images/evenmore.gif) 40px 20px no-repeat;
	display: block;
	height: 50px;
	overflow: hidden;
}

#testimonials_bottom .col {
	margin: 0 0 10px 40px;
	width: 220px;
	float: left;
	font-size: 1.15em;
}

#testimonials_bottom .wide {
	margin: 0 0 10px 40px;
	float: left;
	font-size: 1.15em;
}

#footer #breadcrumb {
	background: url(../images/footer_breadcrumb.gif) top left no-repeat;
	list-style: none;
	line-height: 21px;
	display: inline;
	padding: 4px 0 5px 10px;
}
.ie #footer #breadcrumb {
	padding: 0 0 5px 10px;
}
#footer #breadcrumb li {
	display: inline;
	background: url(../images/footer_breadcrumb_item.gif) top right no-repeat;
	padding: 4px 25px 5px 0 !important;
}
#footer #breadcrumb li.last {
	background: url(../images/footer_breadcrumb_last.gif) top right no-repeat;
}


/* ----------- TEXT / TESTIMONIAL FORMATTING --------------- */

.testimonials{
	font-size:14px;
}

.text_block{
	font-weight:bold;
}

.text_line{
}

.text_peice{
	float:left;
	margin-left:5px;
	margin-right:5px;
}

.signature{
	font-size:14px;
	margin-right:60px;
	padding-bottom:10px;
}

.testimonial{
	padding-top:10px;
	padding-bottom:10px;
}

.left_space_small{
	margin-left:25px;
}

.left_space_medium{
	margin-left:50px;
}

.left_space_large{
	margin-left:100px;
}

.size_small{
	font-size:12px;
}

.size_medium{
	font-size:14px;
}

.size_large{
	font-size:18px;
}

.size_xlarge{
	font-size:20px;
}

.size_xxlarge{
	font-size:24px;
}

.size_xxxlarge{
	font-size:30px;
}

.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}


/* --------------------------------------------------------- */
a.button-primary46, a.button-secondary46 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/en/button01_l.png) no-repeat scroll left -246px;
	display:block;
	float:left;
	height:36px;
	line-height:28px;
	margin-left:10px;
	padding-left:25px;
	text-decoration:none;
}

a.button-primary46 span, a.button-secondary46 span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/en/button01_r.png) no-repeat scroll right -246px;
	color:#fff;
	display:block;
	font-family:arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:400;
	padding:1px 27px 7px 0;
}

a.button-secondary46 {background:transparent url(../images/en/button01_l.png) no-repeat scroll left -326px;}

a.button-secondary46 span {background-position: right -326px;}



