/* DEMO */
#content.demo {
	margin-left: 190px;
}

/* COMMON */
#beta {
	background: transparent url(../images/beta.png) no-repeat;
	position: absolute;
	left: -5px;
	top: 90px;
	width: 58px;
	height: 54px;
	z-index: 1;
}

#socialBookmark {
	position: absolute;
	left: 566px;
	top: 116px;
}

/* HEADER */
#header {
	position: relative;
	height: 105px;
	background: transparent url(/images/gradient.gif);
}

#header ul {
	text-align: right;
	font: 11px/ 13px Tahoma, sans-serif;
	padding: 18px 0 0 0;
}

#header ul li {
	background: url(../images/sep1.gif) no-repeat 0 2px;
	display: inline;
	padding: 0 4px 0 9px;
}

#header ul li:first-child {
	background: none;
}

#header ul li a,#header ul li {
	font: 11px/ 13px Tahoma, sans-serif;
	color: #867c6f;
}

#header a.button {
	margin: 8px 8px 0 8px;
	float: right;
}

.logo {
	display: block;
	background: url(../images/logo.png) no-repeat;
	width: 415px;
	height: 82px;
	position: absolute;
	left: 30px;
	top: 13px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -3000px;
}

.topnav {
	width: 100%;
	background: #8d0000;
}

.topnav ul {
	height: 40px;
	font: 20px/22px georgia,Georgia,serif;
	margin-left: 30px;
	margin-bottom: 0;
}

.topnav ul li {
	padding-right: 10px;
}

.topnav a {
	text-decoration: none;
}

.topnav ul li,.topnav ul li a {
	font: 20px/22px georgia,georgia,Georgia,serif;
	display: block;
	float: left;
	height: 40px;
	color: #faf7ea;
}

.topnav ul li a {
	padding: 7px 12px 0 12px;
	height: 33px
}

.topnav ul li a:hover,.topnav ul .active a {
	text-decoration: none;
	background: #dd4118;
}

#splash {
	background: url(/images/gradient2.png) repeat-x;
	height: 142px;
}

#splash .inner {
	background: url(/images/splash.jpg) no-repeat 100% 0;
	height: 122px;
	font: 33px/ 32px georgia,Georgia,serif;
	color: #000;
	padding: 20px 0 0 40px;
}

#splash .inner strong span {
	font-size: 43px;
	line-height: 36px;
	color: #dd4118;
}

#splash .inner p {
	font-size: 18px;
	height: 24px;
	padding: 6px 250px 0 0;
}

#splash .inner p span {
	font-size: 22px;
	line-height: 32px;
	color: #dd4118;
}

/* FOOTER */
#footer {
	background: #333 url(/images/gradient-footer.gif) repeat-x;
	clear: both;
	height: 81px;
	color: #999;
	font: 10px/ 12px Tahoma, sans-serif;
}

#footer .inner {
	padding: 13px 0 0 30px;
}

#footer ul {
	display: inline;
}

#footer ul li {
	background: url(../images/sep.gif) no-repeat 0 2px;
	display: inline;
	padding: 0 5px 0 11px;
}

#footer ul li:first-child {
	background: none;
}

#footer ul li a {
	color: #e5e5e5;
	font: 10px/ 12px Tahoma, sans-serif;
}

/* MAIN BODY */
#main {
	background: #faf7ea url(/images/gradient.gif) repeat-x;
	width: 100%;
}

#content-holder {
	padding: 15px 30px 35px;
	overflow: hidden;
}

.content {
	overflow: hidden;
}

/* COLUMNS */
div.columnLeft {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}

.column1 {
	width: 206px;
	float: right;
	padding: 0 0 15px 20px;
}

.columnRight {
	float: right;
	padding: 0 0 15px 8px;
	margin-top: 12px;
	margin-left: 12px;
	border-left: 1px dotted #BBB;
}

/* HOME PAGE */
.home .content div.provider {
	overflow: hidden;
	border-bottom: 1px dotted;
	margin-bottom: 12px;
}

.home .content h1.alt span {
	color: #999;
}

/* SEARCH PAGE */
.content.search {
	margin-left: 260px;
}

.content.search h2 {
	border-bottom: 2px solid #595959;
	color: #595959;
	font-weight: normal;
}

.content.search h3 {
	font-size: 0.9em;
}

.content.search table.result p {
	color: #333;
}

.content.search table.result .providerInfo {
	font-size: 0.75em;
	border-left: 1px solid #ddd;
	margin-left: 4px;
}

.content.search table.result .providerInfo div {
	width: 70px;
	padding-left: 4px;
}

table.location td {
	padding-right: 4px;
	font-size: 0.75em;
}

table.location a {
	color: #595959;
}

/* SCROLLING */
div.horizontalScroll {
	overflow: auto;
	vertical-align: middle;
}

.horizontalScroll img, .details .horizontalScroll img:hover {
	margin: 0 4px;
	padding: 2px;
	border: 1px solid silver;
}

.horizontalScroll img:hover {
	border-width: 3px;
	cursor: pointer; 
}

.horizontalScroll img.selected, .horizontalScroll img.selected:hover {
	border-width: 3px;
	border-color: orange;
	cursor: default;
}

.details div.horizontalScroll {
	background-color: white;
	margin-top: 4px;
	padding: 8px;
}

/* ERROR PAGES */
div.errorPage {
	padding-top: 40px;
	padding-left: 170px;
}

.errorPage.info {
	background: transparent url(/images/info_sign.png) no-repeat 16px 14px;
}

.errorPage.warning {
	background: transparent url(/images/warning_sign.png) no-repeat 0 14px;
}

.errorPage.error {
	background: transparent url(/images/error_sign.png) no-repeat 0 14px;
}

.errorPage.pause {
	background: transparent url(/images/pause_sign.png) no-repeat 0 14px;
}

.errorPage h1 {
	font: bold 43px georgia,Georgia,serif;
	color: #DD4118;
	padding: 0 0 16px 0;
	background-color: transparent;
}

.errorPage ul {
	list-style-type: disc;
	font-size: 14px;
	line-height: 20px;
	margin-top: 12px;
	margin-left: 16px;
}

