/* RESET */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END OF RESET  */

body {
	background: url(/images/bg-top.jpg) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}
a {
	color: #c70202;
	}
a:hover {
	color: #196980;
	text-decoration: underline;
	}
li.last {
	border-right: none !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
	background: none !important;
	}
	
/* bullets */
ul.bullets li {
	background: url(/images/bullet.gif) left 5px no-repeat;
	line-height: 18px;
	padding-left: 30px;
	/*font-weight: bold;*/
	zoom: 1;
	}
ul.bullets li li {
	background: url(/images/bullet.gif) left 6px no-repeat;
	font-weight: normal;
	}
	ul.bullets.left {
		float: left;
		margin-right: 36px;
		}
		
ul.bullets.sitemap {
		font-weight: bold;
		}
	ul.bullets.sitemap a {
		color: #000000;
		}
	ul.bullets.sitemap a:hover {
		color: #196980
		}
	ul.bullets.sitemap li {
		background: url(/images/bullet.gif) left 10px no-repeat;
		line-height: 30px;
		padding-left: 30px;
		/*font-weight: bold;*/
		zoom: 1;
		}
	ul.bullets.sitemap li li {
		background: url(/images/bullet.gif) left 12px no-repeat;
		font-weight: normal;
		}
/* navigation */
ul.nav {
	position: absolute;
	height: 20px;
	margin-top: 100px;
	background:#1B738D;
	z-index: 100;
	width:720px;
	padding-left:100px;
	}
	ul.nav li {
		float: left;
		margin-right: 10px;	

		z-index: 100;		
		}
		/* Fix IE6 Problem */
		ul.nav li li {
			margin-right: 0;
			}
	ul.nav ul { /* second-level lists */
		position:absolute;
		left: -999em;
		width: 260px;
		margin-top: 0;
		z-index: 100;
		}
	ul.nav a {
		display: block;
		text-decoration: none;
		background: url(/images/nav-normal.gif) no-repeat;
		height: 20px;
		_width: 0;
		/* fix word wrapping for IE6 !! */
		color: #ccebf4;
		font-size: 12px;
		/*letter-spacing: 1px;*/
		text-transform:uppercase;
		font-weight: bold;
		cursor: pointer;
		}
		ul.nav a:hover {
			color: #000000;
			text-decoration: none;
			}
	ul.nav a span {
		/* Counter the 1px letter-spacing */
		padding: 0 10px 0 12px;
		display: block;	
		line-height: 20px;
		background: url(/images/nav-normal.gif) top right no-repeat;	
		white-space: nowrap;
		}

	ul.nav li:hover a, .nav a.selected, .nav li.sfhover a {
		background: url(/images/nav-selected.gif);
		z-index:100;
		height: 20px;
		}
	ul.nav li:hover a span, .nav a.selected span, .nav li.sfhover a span {
		display: block;
		background: url(/images/nav-selected.gif) top right no-repeat;	
		height: 20px;
		z-index: 100;
		}
	/* drop down */
	ul.nav li li a {
		background: none !important; /* Overides top links background */
		width:245px;
		text-align:left;
		line-height: 20px;
		height: 20px !important;
		font-size: 12px;
		font-weight: normal;
		padding-left: 15px;
		border-bottom: 2px solid #FFFFFF;
		text-transform:none;
		white-space: nowrap;
		}
	ul.nav li li a:hover {
		background: #1b738d !important;	
		}	
	ul.nav li:hover ul, .nav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		background:#259dc0;
		/* opacity for IE, FF and Opera */
		filter: Alpha(Opacity=96);
		-moz-opacity:.96;
		opacity: 0.96;
		}
/* mini-nav */
ul.mini-nav {
	position: absolute;
	margin: 0 0 0 690px;
	padding: 6px 0 0 11px;
	background: url(/images/bg-mini-nav.gif) no-repeat;
	height: 27px;
	width: 160px;
	}
	ul.mini-nav li {
		float: left;
		border-right: 1px solid #000000;
		padding-right: 14px;
		margin-right: 14px;
		line-height: 12px;
		}
	ul.mini-nav a {
		color: #000000;
		padding-left: 22px;
		font-size: 11px;
		}
		ul.mini-nav a:hover {
			color: #000000;
			}
			
		ul.mini-nav a.home {
			background: url(/images/icon-home.gif) left center no-repeat;
			}
		ul.mini-nav a.sitemap {
			background: url(/images/icon-sitemap.gif) left center no-repeat;
			}
/* Bread Crumbs */
ul.breadcrumbs {
	height: 15px;
	color: #196980
	}
	ul.breadcrumbs a {

		}
	ul.breadcrumbs li {
		float: left;
		background: url(/images/seperater.gif) right 2px no-repeat;
		padding-right: 9px;
		margin-right: 5px;
		line-height: 15px;
		}
/* form elements */
select, input, textarea {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	select {
		width: 304px;
		_width: 306px;
		}
form ul.errorlist li {
	background: url(/images/error.gif) no-repeat;
	padding-left: 25px;
	margin-left: 115px;
	font-weight: bold;
	}

form label {
	/*  background: url(/images/bullet-2.gif) no-repeat right 7px;  */
	width: 90px;	
	float: left;
	font-weight: bold;
	line-height: 22px;
	
	margin-right: 5px;
	_margin-right: 2px;
	}
form li {
	margin: 5px 0;
	}
input.button {
	background: #c70202;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	border: 0;
	padding: 3px;
	width: auto;
	margin-left: 95px;
	}
	/* search form */
	form.search {
		position: absolute;
		background: url(/images/search.gif);
		height: 31px;
		width: 294px;
		margin: 117px 0 0 556px;
		float: right;
		padding: 0 !important;
		overflow: hidden;
		}
		form.search ul li {
			float: left;
			padding: 0;
			}
		form.search label {
			width: 65px;
			
			line-height: 24px;
			margin: 0;
			text-align: center;
			text-transform: uppercase;
			}
		form.search input.search-button {
			width: 10px !important;
			background: url(/images/search-button.gif);
			width: 19px !important;
			height: 24px;
			border: 0;
			padding: 0;
			margin-left: 7px;
			cursor: hand;
			}
		form.search input.text {
			border: 0;
			width: 191px;
			height: 18px;
			padding: 0 !important;
			margin: 4px 0 0 8px;
			background: none;
			}
/* typography */
h1, h2 {
	font-size: 25px;
	font-weight: normal;
	font-weight:bold;
	color:#196980;
	margin-bottom: 18px;
	}
	h1 u, h2 u{color:#CC0000;}
	h1.overview {
		color: #c70202;
		}
		h1.overview span {
			color: #196980;
			}
h3 {
	display: inline;
	}
	h3 em {
		color: grey;
		font-weight: normal;
		margin-left: 5px;
		}
h4 {color: #3B54A6; display:inline; font-size:14px;}
p {
	margin-bottom: 18px;
	line-height: 18px !important;
	font-weight: normal;
	}
ul {
	margin-bottom: 18px;
	}
	ul ul {
		margin-bottom: 0;
		}
	
/* layout with header & sticky footer */
html, body {height: 100%; background:#196980;}
html, body {height: 100%; background:#196980;}
.wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
.wrapper-top{width: 820px; margin: 0 auto; padding-bottom: 55px; background:url(/images/header.jpg) no-repeat #FFF;}

.wrapper-bottom {
	background: url(/images/bg-bottom.jpg) top repeat-x;
	width: 800px;
	margin: 0 auto;
	padding: 0 10px;
	background:#FFF;
	}	
.header {
	height: 100px;
	margin: 0 auto 15px 0;
	}
	img.logo {
		position:absolute;
		margin: 13px 0 0 187px;
		}
	.mission {
		position: absolute;
		color: #FFFFFF;
		margin: 36px 0 0 158px;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-size: 10px;
		}
.footer {
	background: url(/images/bg-bottom.jpg) top repeat-x;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 147px;
	font-size: 11px;
	}
	.footer ul.links {
		margin:18px 0 0 135px;
		position: absolute;
		}
	.footer ul li {
		float: left;
		padding-right: 10px;
		margin-right: 10px;
		border-right: 1px solid #000000;
		line-height: 12px;
		}
	.footer a {
		color: #000000;
		}
		.footer a:hover {
			color: #000000;
			}
	.footer .copyright {
		float: left;
		margin: 35px 0 10px 308px;
		line-height: 12px !important;
		}
/* Columns */
.clear {
	clear: both;
	}
.content {
	/* float: left;  Causing content to inherit the s bottom margin?? */
	width: 800px;
	margin-bottom: 108px;
	padding:40px 10px 0;
	}
	.content p {
		/* text-align: justify; */
		}
.col.left {}

.col.right {
	float: right;
	width: 160px;
	padding-left: 30px;
	text-align: right;
	margin-left: -1px;
	border-left: 1px solid #E8E8E8;
	}

p.trustguard {color:#196980; font-size:20px; font-weight:bold; padding:10px 0; text-align:center;}
div.top-rated h3{font-size:15px !Important; display:block; color:#c70202;}
	div.top-rated .logo{float:left; margin-right:10px;}
div.trusted{width:800px;}

	div.trusted h3{font-size:16px; color:#c70202;}
	div.trusted em{font-weight:bold; color:#c70202; font-style:normal !important;}
	
.articles{background:#eff9fc; padding:10px; border:1px solid #daf1f8; }
	
/* Host List */
ul.hosts li {
	width: 160px !important;
	margin-bottom: 10px;
	text-align: left;
	display: block;
	}
	ul.hosts a.logo {
		width: 160px;
		height: 35px;
		display: block;
		}
	ul.hosts a.logo img {
		position: absolute;
		}
	ul.hosts a.logo span {
		position: absolute;
		color: #000000;
		z-index: 100;
		width: 16px;
		line-height: 15px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		}
	
	.ani-box {
		display: block;
		background: url(/images/ani-box.gif) bottom;
		zoom: 1; /* Stupid IE7 bug */	
		}
		.ani-box strong em {
			font-size: 13px;
			}
	.ani-box ul li.space, .ani-box ul li.bandwidth, .ani-box ul li.space strong, .ani-box ul li.bandwidth strong {
		color: #FFF !important;
		}
	.ani-box ul {
		background: url(/images/ani-box.gif);
		display: block;
		height: 33px;
		width: 160px;
		overflow: hidden;
		}
		.ani-box ul li {
			float: left;
			width: 65px !important;
			text-align: right;
			padding: 0 15px 0 0;
			font-size: 9px;			
			}
			.ani-box ul li.space {
				text-align: left;
				padding: 0 0 0 15px;
				}
		.ani-box ul li strong {
			display: block;
			color: #000;
			font-size: 17px;
			margin-top: 3px;
			margin-bottom: -6px;
			}
	.ani-box p {
		text-decoration: none;
		font-size: 10px;
		padding: 8px 10px 0 !important; 
		margin: 0;
		display: block;
		width: 140px;
		}
		.ani-box  .price {
			font-size: 16px;
			font-weight: bold;
			text-align: right;
			display: block;
			padding: 0 10px 8px !important;
			}
		.ani-box span.rating {
			width: 160px;
			display: block;
			font-size: 50px;
			line-height: 37px;
			margin-top: -36px;
			margin-bottom: -1x;
			text-align: right;
			color: #FFFFFF;
			font-weight: bold;
			/* opacity for IE, FF and Opera */
			filter: Alpha(Opacity=30);
			-moz-opacity:.30;
			opacity: 0.30;
			
			}

/* FAQ for index */
.faq {
	background: #FFF url(/images/faq.gif) top;
	display: block;
	text-align: left;
	}
	.faq a {
		font-size: 11px;
		padding: 50px 10px 9px;
		display: block;
		height: 100%;
		text-decoration: none;
		color: #000000;
		background: url(/images/faq.gif) bottom;
		}
		.faq a:hover {
			color: #000000;
			text-decoration: none;
			}
	.faq p {
		margin-bottom: 6px;
		}
/* Certified */
.certified {
	float: right;
	border-left: 1px solid #196980;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 10px;
	width: 210px;	
	margin-bottom: 18px !important;	
	}
.certified p {
	padding: 5px 5px 2px;
	margin-bottom: 0px;
	}
	.certified p.date {
		text-align: right;
		font-size:12px;
		color:#E62900; font-size:12px;
		}
.date-update {float:right; color:#E62900; font-size:14px;}
.certified h4 {
	background: url(/images/verified.gif);
	width: 150px;
	height: 43px;
	display:block;
	line-height: 43px;
	font-size: 20px;
	letter-spacing: 3px;
	padding-left: 60px;
	font-weight: normal;
	text-transform: uppercase;
	color:#196980;
	}
.grad {position:absolute; z-index:100;}
/* Misc */
.guarantee {
	margin: 0 0 0 237px;}
.highlight {
	position:absolute;
	margin: 104px 0 0 3px;
	}
	.highlight-tick {
		position: absolute;;
		margin: 91px 0 0 621px;
		}
.number-one-host {
	position: absolute;
	margin: 38px 0 0 556px;
	width: 294px;
	height: 64px;
	}
	.number-one-host a {
		width: 294px;
		height: 67px;
		color: #000000;
		}
	.number-one-host img {
		position: absolute !important;
		margin: -4px 0 0 -19px;
		}
	.number-one-host .host {
		margin: 0 0 0 90px;
		}
	.number-one-host .the-link {
		position: absolute;
		margin: 48px 0 0 90px;
		width: 204px;
		text-align: center;
		font-size: 10px;
		color: #000000;
		text-transform: uppercase;
		}

.certified-badge {
	position: absolute;
	width: 22px;
	height: 24px;
	margin: 13px 0 0 58px;	
	display: inline;
	}
.number-one td {
	color: #0078B3;
	font-weight: bold;
	}
.web-host-watch {
	float: right;
	}
.features-wrapper {
	background: url(/images/feature-top.gif) no-repeat top;
	float: left;
	margin-bottom: 23px;	
	_margin-bottom: 0;
	}
	.features-wrapper div {
	background: url(/images/feature-bot.gif) no-repeat bottom;
	padding: 10px;
	padding-top: 20px;
	float: left;
	}
	.features-wrapper h2 {
		margin-bottom: 12px;
		}
	ul.features {
		width: 580px !important;
		float: left;		
		margin-bottom: 0;
		margin-top:20px;
		padding:10px;
		border:1px solid #000;
		background:#bfbfbf;
		}
		ul.features li {
			float: left;
			width: 160px;
			line-height: 20px;
			background: url(/images/bullet.gif) no-repeat 3px 3px;
			}
			
.features-host-image{margin:10px 0 10px 10px; display:block; float:right;}

.social {
	border-top: 1px solid #E8E8E8;
	padding: 12px 0 0 8px;
	}
.social  a {
	margin-right: 5px;
	filter: Alpha(Opacity=66);
	-moz-opacity:.66;
	opacity: 0.66;
	}
	.social  a:hover {
		margin-right: 5px;
		filter: Alpha(Opacity=100);
		-moz-opacity:1.00;
		opacity: 1.00;
		/*border-bottom: 4px solid #196980;*/
	}
acronym {
	border-bottom: 1px dotted #CCCCCC;
	cursor: default;
	}
code {
	white-space: pre;
	color: #019FE9;
	padding: 10px;
	display: block;
	background: #F2F2F2;
	border-left: 2px solid #E2E2E2;	
	}
.thumb-list li {	
	margin-bottom: 18px;
	min-height: 89px;
	}
	.thumb-list p {
		padding-left: 95px;
		}
.main-image {
	margin: 4px 16px 0 0;
	float: left;
	}
	.host-thumbnail {
		float: left;
		margin: -7px 18px 0 -7px;
		width: 192px;

		}
		.host-thumbnail .test {
			margin: 7px 0 0 7px; /* Shadow */
			}
.bottom {
	margin-bottom: 0 !important;
	}
	
.breaker {
	background: url(/images/breaker.gif) no-repeat center center;
	height: 6px;
	width: 100%;
	margin-bottom: 18px;
	}

.frame {
	position: absolute;
	z-index: 1;
	}
	.float-left {
		float: left;
		margin-right: 15px;
		}
	.float-right {
		float: right;
		margin-left: 15px;
		}
		

/* Table Styles */
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom:20px;
	}
	table .rollover td {
		background: #F2FCFF;
		}
		table tr.rollover td.col_alt {
			background: #C6ECFF;
			border-left: 1px solid #A4E1FF;
			border-right: 1px solid #A4E1FF;				
			}
		table tr.rollover.row_alt td {
			background: #000 !important;
			border-top: 1px solid #A4E1FF;
			border-bottom: 1px solid #A4E1FF;			
			}
	table tr.row_alt td {
		background: #eeeeee;
		border-top: 1px solid #E0E4F1;
		border-bottom: 1px solid #E0E4F1;
		}
		.review-button {
			margin-top: 3px !important;
			margin: 0 auto;
			}
	table td {
		padding: 2px 5px;		
		}
	table td {
		text-align: center;
		}
	table td.col_left {
		white-space: nowrap;
		text-align: left;
		}
	table td.col_alt {
		background: #E0E4F1;
		border-left: 1px solid #E0E4F1;
		border-right: 1px solid #E0E4F1;
		}
	table td.heading, table tr.heading td {
		padding: 6px 3px;
		background: #196980;
		text-align: left;
		font-weight: bold;
		vertical-align: middle;
		color: #FFFFFF;
		}
		table tr.heading.host td {
			text-align: center;
			}
	table td img {
		margin-top: 2px;
		margin-bottom: -2px;
		}
	table td.special {
		font-size: 10px;
		}
	table td.space em, table td.bandwidth em {
		font-size: 11px;
		font-style: normal;
		}
	
table.summary {
	float: right;
	width: 210px;
	margin: -2px 10px 0 0;
	margin-left: 36px;
	border: 1px solid #D3D9EB;
	}
	table.summary td {
		width: 50%;
		padding: 0 3px;
		}
		
table .logo strong{display:block; color:#c70202;}		
table .website {font-size:10px;}
table .score{background:#9edbed !important;}
table .row_alt .score{background:#c9ecf5 !important;}

table .performance ul{margin-bottom:0;}
	table .performance li{width:105px; text-align:left; font-size:10px; line-height:11px;}
	table .grade{background:url(/images/rating.gif); width:50px; height:6px; float:right; margin-top:2px;}
	table .grade.g4{background:url(/images/rating.gif) -11px 0;}
	table .grade.g3{background:url(/images/rating.gif) -22px 0;}
	table .grade.g2{background:url(/images/rating.gif) -33px 0;}
	
table tr.first td{font-weight:bold; color:#c70202}
table tr.second td{font-weight:bold;}
table tr.third td{font-weight:bold;}

/* Overview Page */
.overview th { background:#1B738D; white-space:nowrap; color:#FFF;}
.overview td{background:#CCC;}
/* Reviews Page */
.review  h3 {
		
	}
.review-price {
	font-size: 20px;
	float: left;
	line-height: 36px;
	color: #c70202;
	margin-right: 7px;
	}
ul.reviews ul {
	float: left;
	margin-right: 12px;
	}
	ul.reviews ul.hosts {
		border-right: 2px solid #D5F0FC;
		padding-right: 10px;
		margin-right: 10px;
		}
	ul.reviews li {
		margin: 0;
		}
	ul.reviews p {
		float: left;
		width:445px;
		}
.visit {

	}
.badge {
	float: right;
	margin-bottom: 18px;
	margin-right: 18px;
	}
a.thumbnail {
	float: left;
	margin: 0 18px 15px 0;
	}
	a.thumbnail img {
		border: 3px solid #c70202;
		padding: 1px;
		}
	a.thumbnail:hover img {
		border: 3px solid #196980;
		}
.review-lists-thumbnail {
	float: left;
	width: 600px;
	padding-bottom: 18px;
	}
	.review-lists-thumbnail ul {
		margin-bottom: 0;
		}
		
.border {
	border: 1px dotted red;
	}
/* Feature Summary */
.feature-summary {
	background: url(/images/glossy-bg.jpg);
	float: right;
	width: 210px;
	}
	.feature-summary .heading {
		width: 201px;
		height: 34px;		
		}
		.feature-summary h3 {
			line-height: 34px;		
			position: absolute;
			text-align: center;
			width: 201px;
			font-weight: bold;
			text-transform: uppercase;
			
			}
		.feature-summary h3 span {
			font-weight: normal;			
			}
	.feature-summary div.bg {
		background: url(/images/glossy-top.jpg) no-repeat top;
		}
	.feature-summary div div.bot { /* Most inner div */
		padding: 4px;
		background: url(/images/glossy-bot.jpg) no-repeat bottom;
		}
		
	.feature-summary span.specials {
		font-size: 11px;
		}
	img.icon {
		float: left;
		margin: 0 9px 0 -3px;
		}
	.feature-summary table {				
		border-collapse: collapse !important;
		margin: 6px auto 8px;	
		width: 190px;
		}
	.feature-summary table td {
		text-align: right;
		vertical-align: middle;
		border-top: 1px solid #AFE2FB;				
		width: 85px;
		padding-right: 0 !important;
		padding: 3px 0 !important;
		}
		.feature-summary table td.label {
			text-align: left;
			border-right: 4px solid #AFE2FB;			
			}
		.feature-summary table td.first {
			border-top: 0;
			}
		.feature-summary table td.specials {
			font-size: 10px;
			}
		.feature-summary table td.tick-true {
			background: url('/images/glossy-tick.gif') no-repeat right center;
			}			
.billboard{background:url(/images/billboard.png) no-repeat; width:800px; margin-bottom:30px; margin-top:-10px; font-size:16px; line-height:220px !important;}
	.billboard em{color:#c70202; font-weight:bold;}
	.billboard h1 {background:url(/images/watch-dog.gif) no-repeat; text-indent:-99999px; height:35px; overflow:hidden; margin-bottom:0;}
	.billboard .award{position:absolute; margin:-25px 0 0 683px;}
	.billboard img.inspector{float:right; margin-left:20px;}
.seals{border:1px sold red; text-align:center; border-right:none !important; margin-bottom:18px;!important; width:850px !important;}
.price.red {color:#CC0000;}
.price p {margin-bottom:0 !important; color:#CC0000; font-weight:bold; font-size:9px; line-height:12px !important;}

.star5{background:url(/images/stars.jpg); width:84px; height:16px; margin:0 0 0 2px; margin-top:2px;}
.star4{background:url(/images/stars.jpg); width:67px; height:16px; margin:0 0 0 2px;  margin-top:2px;}
.star3{background:url(/images/stars.jpg); width:50px; height:16px; margin:0 0 0 2px; margin-top:2px;}
.star2{background:url(/images/stars.jpg); width:33px; height:16px; margin:0 0 0 2px; margin-top:2px;}
.star1{background:url(/images/stars.jpg); width:16px; height:16px; margin:0 0 0 2px; margin-top:2px;}

.ratings{border:none !important; margin:13px 8px 0 0 !important !important; width:200px !important; height:240px !important;}
	.ratings thead td{background:none;}
	.ratings thead .heading{font-size:14px; text-transform:uppercase; color:#CC0000;}
	.ratings tbody td{text-align:left !important;}
.ratings-container{background:url(/images/asdf.jpg); width:227px; height:280px; float:right; margin:-8px -9px 8px 0;}
.percent {font-size:10px;}


.business {position:absolute; margin:1px 0 0 -51px;}

.client-testimonials{background:url(/images/testimonials.gif) top center no-repeat; padding-top:30px; margin-top:20px;}
	.client-testimonials li {text-align:left; background: url(/images/bullet-1.gif) 7px 3px no-repeat !important; padding-left:25px !important;}
	.client-testimonials h2 {font-size:12px; margin-bottom:0;}
	.client-testimonials li{margin-bottom:10px; font-size:10px;}
	.client-testimonials em{color:#3E5AAD;}
	
.google-alexa {text-align:center; margin-bottom:10px;}


h3.heading{background:#cccccc; display:block; padding:4px 7px; font-size:15px;}