/* Headings
================================================*/

#homepage h1.show {
	font-size:1.9em;
	margin:10px 0 .75em 0;
	color:#69c;
	position:relative;
	left:0;
	top:0;
	}

/* Page Tab navigation options
================================================*/
#pagetab {
	padding:0 0 7px 0;
	margin-top: 10px;
	/*background-color:#e8f1fb;*/
	background-color:#DAE7F8;
	border-bottom:1px solid #cfe1f6;
	}
#pagetab ul {
	margin:0;
	padding:0 0 0 7px;
	list-style:none;
	background-color:#fff;
	min-height:2.2em;
	}	
#pagetab li {
	margin:0 6px 0 0;
	padding:0 0 0 6px;
	float:left;
	width:auto;
	background:url(../images/tabs-search-left1.png) no-repeat 0% -100px;
	}
#pagetab a {
	border-bottom:none;
	display:block;
	color:#369;
	font-size:1.05em;
	background:url(../images/tabs-search-right1.png) no-repeat 100% -100px;
	padding:5px 12px 4px 4px;
	}
#pagetab li:hover,
#pagetab li.sel {
	background-position:0 0;
	}
#pagetab li:hover a,
#pagetab li.sel a  {
	color:#e41b00;
	background-position:100% 0;
	}
	
/* Photo strip
================================================*/

#photo-strip {
	float:left;
	margin:1em 0 1.5em 0;
	text-indent: -9999px;
	display:block;
	height:120px;
	width:678px;
	background:url(../images/photo-strip-wide.jpg) no-repeat 0 0;
	}

/* Differences
================================================*/

#differences {
	margin:0.5em 0 30px 0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;
	}
#differences li {
	float:left;
	width:150px;
	padding:0 10px 15px 15px;
	border-right:1px solid #fff;
	background:url(../images/diff-tabs.gif) repeat-y;
	}
#differences li:hover {
	background:#fff5cb;
	}
#differences p {
	margin:0;
	width:150px;
	min-height:11em;
	background-repeat:no-repeat;
	background-position:50% 100%;
	}
#differences #diff-1 p {
	background-image:url(../images/tab-1-image-wide.gif);
	}
#differences #diff-2 p {
	background-image:url(../images/tab-2-image-wide.gif);
	}
#differences #diff-3 p {
	background-image:url(../images/tab-3-image-wide.gif);
	}
#differences #diff-4 p {
	background-image:url(../images/tab-4-image-wide.png);
	}
#differences h3 {
	font-weight:bold;
	font-size:1.4em;
	line-height:100%;
	min-height:3em;
	width:137px;
	}
#differences h3 a:link,
#differences h3 a:visited {
	color:#5d85ac;
	border:none;
	}	
#differences h3 a:hover {
	color:#e6290e;
	}		
#differences h3 em {
	font-style:normal;
	font-size:1.2em;
	line-height:20px;
	margin:0 0 0 6px;
	width:110px;
	}	
#differences li:hover h3 {
	color:#e6290e;
	}
	

/* RSS feed
================================================*/

#rss-feed p {
	color:#5896cf;
	}
#rss-feed a, #rss-feed a:link, #rss-feed a:visted {
	color:#5896cf;
	}
#rss-feed img {
	margin:10px 0;
	padding:5px;
	border:1px solid #c8ddf6;
	background:#fff;
	float:none;
	}


/* Areas
================================================*/
.block {
	width:155px;
	float:left;
	margin-right:20px;
	}
.block3 {
	width:154px;
	float:left;
	margin-right:0;
	}	
.block h3, .block3 h3 {
	font-weight:normal;
	font-size:1em;
	line-height:1.1em;
	margin:0;
	padding: .3em 0 .3em 15px;
	border-bottom: 1px dotted #d2e4fa;
	background:url(../images/bullet-arrow-small.gif) no-repeat left center;
	}	
