body {background-color: #fff; margin-top: 0;}
#header {
	background-color: #fff; 
	background: url("../images/header.png") repeat-x 0 0;
}

#contextNav, #siteNav {
	top: 160px;
}

#siteNav ul {
	margin-top: 0px;
}


.appear {
	display: block;
	width: 152px;
	height: 160px;
	background: url(../images/hipsbg.gif) no-repeat;
	color: #fff;
	font-size: 28pt;
	text-align: center;
	padding-top: 70px;
	text-decoration: none;
	margin-top: 20px;
}

.disappear {
	display: none;
}

a, a:link, a:visited {
	color: #0079c0;
}

table.search {
	background: #f0faff;
}

h2, table.search h2 {
	color: #666;
}

#header a img {
	border: none;
}

#offer {
	background: #fff000;
	border: solid 2px #0079c0;
	text-align: center;
	padding: 15px;
}

/********** PARTICULARS **********/

#particularsPhoto {
	width: 640px;
	margin: auto;
	position: relative;
}

#photoPositionWrapper {
	background: #0079c0;
	padding: 8px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#caption {
	z-index: 1001;
	background: url("../images/overlay.png") repeat;
	color: #fff;
	position: absolute;
	left: 1px;
	font-size: 1em;
	font-weight: bold;
}

#caption div#capText { padding: 7px; margin: 0; }


