.clear{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

html, body{
	margin: 0;
	padding: 0;
	height: 100%;
}

body{
	background: #e9e9e9;
}

p{
	margin: 0 0 1em 0;
}

img{
	border: none;
}

#main-container{
	width: 940px;
	margin: auto;
	min-height: 100%; /* real browsers */
	background: url('/graphics/nav_rule_bg.jpg') repeat-y white;
}

* html #main-container {
	height: 100%; /* IE6 */
}

#nav{
	float: left;
	width: 94px;
	height: 100%;
	/* border-right: 1px solid #bcc0c4; */
	font: 10px/23px Verdana, sans-serif;
	background: white;
}

* html #nav {
	height: 100%; /* IE6 */
}

#nav ul{
	list-style: none;
	margin: 0;
	padding: 30px 0 0 0;
}

#nav li{
	padding-left: 10px;
}

#nav li.selected{
	background: url('/graphics/nav_arrow.jpg') no-repeat center left;
}

#nav li.selected a, #nav a:hover{
	font-weight: bold;
}

#nav a{
	color: black;
	text-decoration: none;
}

#content{
	float: left;
	width: 845px;
}

#banner{
	background: #767675;
	color: #c7c6c6;
	height: 140px;
}

#banner-image{
	float: right;
	padding-right: 60px;
}

#banner h1{
	padding: 95px 0 0 18px;
	margin: 0;
	font: 36px Georgia, serif;
	font-weight: normal;
}

#banner img{
	vertical-align: bottom;
}

#homepage-middle{
	height: 308px;
	color: #545c4e;
	font: 11px/16px "Lucida Grande", sans-serif;
	border-bottom: 1px solid #bcc0c4;
}

#homepage-bottom{
	height: 200px;
	color: #545c4e;
	font: 11px/16px "Lucida Grande", sans-serif;
	border-bottom: 1px solid #bcc0c4;
	padding-left: 1px;
}

#main-content{
	margin-left: 13px;
	padding: 35px 415px 0 7px;
	height: 415px;
	background-position: right bottom;
	background-repeat: no-repeat;
	border-bottom: 1px dashed black;
	font: 11px/16px "Lucida Grande", sans-serif;
	color: #484848;
}

#main-content a,
#main-content-wide a,
#main-content-wide-long a{
	color: black;
}

#absolute-content-container{
	position: absolute;
	top: 35px;
	left: 7px;
	width: 410px;
	z-index: 10000;
	height: 415px;
}

#main-content-wide{
	margin-left: 13px;
	padding: 35px 15px 0 7px;
	height: 415px;
	background-position: right bottom;
	background-repeat: no-repeat;
	border-bottom: 1px dashed black;
	font: 11px/16px "Lucida Grande", sans-serif;
	color: #484848;
}

#main-content-wide-long{
	margin-left: 13px;
	padding: 35px 15px 0 7px;
	margin-bottom: 35px;
	background-position: right bottom;
	background-repeat: no-repeat;
	border-bottom: 1px dashed black;
	font: 11px/16px "Lucida Grande", sans-serif;
	color: #484848;
}

#order-text{
	z-index: 10000;
	height: 30px;
	padding: 12px 0 13px 0;
	font: 12px/15px "Lucida Grande", sans-serif;
	position: relative;
	border-bottom: 1px solid #bcc0c4;
}

#order-text a{
	color: black;
	text-decoration: none;
}

#order-text p{
	margin: 0 0 0 165px;
}

#order-text #rings{
	position: absolute;
	bottom: 8px;
	left: 30px;
}

#results-left{
	float: left;
	width: 420px;
	padding: 35px 30px 0 18px;
	border-right: 1px solid #bcc0c4;
	font: 11px/18px "Lucida Grande", sans-serif;
	color: #484848;
}

#results-left a{
	color: #484848;
}

#results-right{
	float: left;
	width: 357px; /* placeholder */
	margin-left: 10px;
	padding: 35px 0 57px 7px;
	border-bottom: 1px solid #bcc0c4;
	font: 11px/14px "Lucida Grande", sans-serif;
}

#results-right p{
	color: #484848;
	width: 325px;
}

#tina-content{
	padding: 55px 455px 20px 16px;
	margin-left: 1px;
	background-position: right bottom;
	background-repeat: no-repeat;
	font: 11px/18px "Lucida Grande", sans-serif;
	color: #545c4e;
	height: 435px;
	border-bottom: 1px solid #bcc0c4;
}

#tina-content h1{
	margin: 0 0 1em 0;
	font: 24px Georgia, serif;
	font-weight: normal;
	color: #421f88;
}

#tina-content .tweet{
	font-weight: bold;
	margin-bottom: 1.5em;
}

#tina-content #tina-rings{
	height: 100px;
	padding: 15px 0 0 170px;
	border-top: 1px dashed black;
	background: url('/graphics/rings.png') 35px 10px no-repeat;
	font: 12px/15px "Lucida Grande", sans-serif;
}

#tina-content #tina-rings a{
	color: black;
	text-decoration: none;
}

.news-logos{
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-logos li{
	float: left;
	height: 90px;
	padding-right: 15px;
}

.expanded-testimonial{
	display: none;
	background: #e0f4f8;
	padding: 3px;
}