a {color: #347235; }
a:hover {text-decoration: underline; }
.jobImages img {cursor: pointer; }

#content {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	padding: 4px;
	border: 1px solid #000000;
	background-color: #c2b280; 
}

#headerBar {
	position: relative;
	height: 445px;
}

#headerBar .contactBox .logoBox {
	height: 88px;
	width: 200px;
	background-image: url('../images/logo_Terpstra.png');
}

#headerBar .contactBox {
	width: 200px;
	height: 312px;
	background-color: #d2c290;
	border: 1px solid black;
}

#headerBar .contactBox p {
	padding: 4px 0 4px 0;
	font-size: 0.85em;
	margin-left: 4px;
}

#headerBar .contactBox .storeHours {
	display: block;
	text-align: right;
	margin-right: 4px;
}

#headerBar .acceptedCards {
	width: 200px;
	height: 125px;
	text-align: center;
	margin-top: 4px;
	background-color: #d2c290;
	border: 1px solid black;
}
#headerBar .acceptedCards img,
#headerBar .acceptedCards p {
	padding: 1px;
}

#headerBar .imageRotation {
	position: absolute;
		top: 0;
		right: 0;
	height: 443px;
	width: 590px;
	background-color: #d2c290;
/*	background: url('../images/store_front_ottawa.jpg') top left no-repeat;*/
	border: 1px solid black;
}

#headerBar .imageRotation .siteTitle {
	padding-top: 25px;
	text-align: center;
	font-weight: bold;
	color: #347235;
	letter-spacing: 1px;
	font-variant: small-caps;
}

#ottawaPage .imageRotation {background: url('../images/store_front_ottawa.jpg') top left no-repeat; }
#sandwichPage .imageRotation {background: url('../images/store_front_sandwich.jpg') top left no-repeat; }

#mainBody {
	position: relative;
	margin-top: 4px;
}

#mainBody .rightCol {	
	position: absolute;
		right: 0;
		top: 0;
}

#mainBody .rightCol .linkBar {
	width: 590px;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Times, "Times Roman", "Times New Roman", serif;
	font-size: 1.5em;
	letter-spacing: 1px;
	background-color: #d2c290;
	border: 1px solid black;
}
#mainBody .rightCol .linkBar ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
#mainBody .rightCol .linkBar li {
	display: inline;
	margin: 8px 4px;
}
#mainBody .rightCol .linkBar a {
	padding: 8px 16px;	
	font-weight: bold;
}

#mainBody .rightCol .rightContent {
	margin-top: 4px;
	background-color: #d2c290;
	border: 1px solid black;
	padding: 4px;
	width: 582px;
	height: 750px; /* MINIMUM to fit with left column. */
}

#mainBody .rightCol .imgFlip {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

#mainBody .rightCol .imgFlip .imgFlipContainer .imgFlipImg {
	position: absolute;
		bottom: 18px;
		left: 0;
	display: none;
}
#mainBody .rightCol .imgFlip a {
	display: block;
	margin-left: 289px;
	padding: 4px;
	border: 1px solid black;
}
#mainBody .rightCol .imgFlip a:hover {
	/*border-left: 1px solid #c2b280;*/
	border-left: none;
	padding-left: 5px;
	background-color: #c2b280;
}
#mainBody .rightCol .imgFlip .imgFlipContainer img {
	padding: 4px;
	border: 1px solid black;
	border-right: none;
	float: left;
}
#mainBody .rightCol .imgFlip .imgFlipContainer a:hover .imgFlipImg {
	display: inline;
	background-color: #c2b280;
}

#mainBody .rightCol .rightContent .jobImages {
	text-align: center;
}
#mainBody .rightCol .rightContent .jobImages img {
	margin: 4px 14px;
	border: 1px solid black;
}

#mainBody .rightCol .productDiv table {
	width: 100%;
}
#mainBody .rightCol .productDiv td {
	text-align: center;
	padding: 8px 0;
}
#mainBody .rightCol .productDiv img {
	border: 1px solid black;
}

#mainBody .leftCol {
	width: 200px;
	height: 795px; /* MINIMUM to fit for brands. */
	background-color: #d2c290;
	border: 1px solid black;
}
#headerBar .acceptedCards h3,
#mainBody .leftCol h3 {
	font-variant: small-caps;
	font-size: 0.95em;
	letter-spacing: 1px;
	text-align: center;
}

#mainBody .leftCol .brandsAvailable {
	text-align: center;
}
#mainBody .leftCol .brandsAvailable img {
	border: 1px solid black;
}

#footerBar {
	margin-top: 4px;
	background-color: #d2c290;
	border: 1px solid black;
}
#footerBar p {
	padding: 4px;
}

#footerBar .sitemap {
	float: right;
	text-align: right;
	font-size: 0.85em;
}

#footerBar .footerContact {
	width: 600px;
	font-size: 0.85em;
}
