@charset "utf-8"; 
/* CSS Document */

/* This stylesheet is being used for the the comparison chart on http://www.logos.com/comparison. */


#contact-content {padding: 0 10px;}


#contact-content .header-image.landing {
	background:url(../images/comparison/header-bg-gradient.jpg) top left repeat-x;
	margin: 10px 0 5px 0;
	height:400px;
	}
#contact-content .header-image.landing .header-text {
	position:relative; top:50px;
	background-image:url(../images/comparison/header-text.png);
	height:65px;
	margin:0 auto;
	}

#contact-content .header-image.landing p {

	text-align:center;
	margin:60px 100px 25px 100px;
	}

#contact-content .header-image.landing .buttons {
	width:256px;
	margin:0 auto;
	}


#contact-content .header-image.landing .package-links {
	position: relative;
	top: 15px;
	width: 950px;
	height: 150px;
	margin-left:47px;
	}
	
#contact-content .header-image.landing .package-links .package {
	width:95px;
	height:150px;
	float:left;
	margin: 0;
	}

#contact-content .header-image.landing .package-links .package:hover {background-image:url(../images/comparison/packages-bg.png);}


/* Comparison Chart */
#contact-content table { width:auto;}
#contact-content tr { background-color: #fff; }
#contact-content tr:hover {background-color:#F1F6FC;}

#contact-content td {
	padding: 0px;
	color: #666;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-family: Arial;
	border: none;
	border-left: 1px solid #ccc;
	white-space: nowrap;
	padding: 2px;
	background-color: transparent;
	line-height: 150%;
}

#contact-content tr.header td {
	padding: 4px;
	padding-left: 10px;
	background-image: url(../images/comparison/barbg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #333;
	border: none;
}



#contact-content td.title {
	border-left:none;
	padding: 5px 15px;
	width:auto;
}

#contact-content td.content {
	border-left:none;
	padding:5px 15px;
	width:auto;
}

#contact-content td.us {
	font-size:18px;
	padding:5px 15px;
	
}


#contact-content tr.odd {background-color:#F1F6FC;}

.footer-key p {font-size:10px; padding:0; margin:0;}

