/*
==========================
===== GLOBAL STYLING =====
==========================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 100%;
	background: url(../_img/bg_leather.jpg);
	font-family: "Times New Roman", Garamond, Georgia, Times, serif;
}
h3 {
	font-weight: normal;
	font-size: 1.4em;
	color: #fffbee;
}
p {
	color: #fff;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}
p a {
	color: #ffe49a;
}
p a:hover {
	background: #fff;
	color: #5a462f;
}
img { border: none; }

/* ----------------------------------------------------------- HEADER */
#rootContainer {
	background: url(../_img/bg_header.jpg) repeat-x;
}
#header {
	height: 126px;
	width: 770px;
	margin: auto;
	background: url(../_img/pic_castle.jpg) no-repeat right bottom;
}
#logo {
	background: url(../_img/logo_pjmAntiques.gif) bottom no-repeat;
	height: 40px;
	width: 406px;
	padding-top: 48px;
}
#strapLine {
	font-size: 1.2em;
	color: #fedd00;
	font-weight: normal;
}
#navContainer {
	background: #fff;
	border-top: #666666 dashed 1px;
	border-bottom: #666666 dashed 1px;
	padding: 0 0 10px 0;
	height: 28px;
}
#nav {
	width: 770px;
	margin: auto;
}
#nav li {
	list-style: none;
	float: left;
	border-right: 1px #ccc solid;
}
#navFirst { border-left: 1px #ccc solid; }
#nav a {
	color: #b40000;
	font-size: 1.2em;
	text-decoration: none;
	padding: 10px;
	border: none;
	line-height: 2em;
}
#nav a:hover { text-decoration: underline; }
#nav .last { border: none; }
#nav #rss {
	background: url(../_img/logo_rss.gif) no-repeat right center;
	padding: 8px 10px 0 0;
	border: none;
	float: right;
	font-size: 0.6em;
	height: 32px;
}

/* ----------------------------------------------------------- IN PAGE */
#pageContent {
	width: 770px;
	margin: 40px auto 0 auto;
}
#pageTitle {
	color: #fff;
	font-size: 1.8em;
	font-family: "Times New Roman", Garamond, Georgia, Times, serif;
	padding-right: 15px;
}

/* ----------------------------------------------------------- FOOTER */
#footer {
	width: 770px;
	margin: 30px auto 20px auto;
	border-top: 1px solid #5a462f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #ffe49a;
	padding: 10px 0 0 0;
}
#footer a {
	color: #ffe49a;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	background: none;
}
#footer .separator {
	color: #95865c;
	font-size: 1.5em;
	padding: 0 5px 0 5px;
}

/* ----------------------------------------------------------- RANDOM CLASSES */
.hideMe {
	position: absolute;
	left: -9999em;
	line-height: 0em;
}
.floatRight { float: right; }
.floatLeft { float: left; }
.clearer { clear: both; }
.enlarge {
	font-size: 0.7em;
	text-decoration: none;
	background: url(../_img/icon_plus.gif) no-repeat left center;
	padding: 0 0 0 15px;
	clear: both;
	display: block;
}
.enlarge:hover {
	text-decoration: underline;
	background: url(../_img/icon_plus.gif) no-repeat left center;
	color: #fff;
} 