* {
	margin: 0;
	padding: 0;
}

/* BODY
 * -------------------------------------------------------- */

body {
	font-family: Georgia;
	font-size: .85em;
	color: #4c4d4d;
	background: #313131 url('/images/body-bg.gif') center top repeat-y;
}

body a,
body a:hover,
body em,
body strong {
	color: #000000;
	font-style: italic;
	text-decoration: none;
}

div#content a {
	border-bottom: 1px dotted #555555;
}
div#content a:hover {
	border-bottom: 1px solid #555555;
}

/* GENERAL
 * -------------------------------------------------------- */

p,
ul,
address {
	margin-top: 1.25em;
	line-height: 1.45em;
}

hr {
	display: none;
}

.clear {
	clear: both;
}
div.clear {
	height: 0px;
	overflow: hidden;
}

h1,
h2 {
	font-size: 1em;
	margin-top: 1.5em;
	height: 35px;
	text-indent: -5000px;
	overflow: hidden;
}
h1 {
	margin-top: 3em;
}
h2 {
	margin-top: 2em;
	height: 25px;
}

ul.rowcols {
	padding-bottom: 1.5em;
	list-style: none;
	float: left;
	clear: both;
	width: 100%;
}
ul.rowcols li {
	float: left;
	font-style: italic;
}
ul.rowcols.halves li {
	width: 40%;
}
ul.rowcols.thirds li {
	width: 30%;
}

/* HEADING IMAGE SWITCHES
 * -------------------------------------------------------- */
h1#h1_wholesale { background: url('/images/h1-wholesale.gif') 0 0 no-repeat; }
h1#h1_sell { background: url('/images/h1-sell.gif') 0 0 no-repeat; }
h1#h1_repair { background: url('/images/h1-repair.gif') 0 0 no-repeat; }
h1#h1_about { background: url('/images/h1-about.gif') 0 0 no-repeat; }
h1#h1_contact { background: url('/images/h1-contact.gif') 0 0 no-repeat; }
h1#h1_privacy { background: url('/images/h1-privacy.gif') 0 0 no-repeat; }
h1#h1_sitemap { background: url('/images/h1-sitemap.gif') 0 0 no-repeat; }
h1#h1_links { background: url('/images/h1-links.gif') 0 0 no-repeat; }
h1#h1_estateBuying { background: url('/images/h1-estate.gif') 0 0 no-repeat; }

h2#h2_whatToLookFor { background: url('/images/h2-what-to-look-for.gif') 0 0 no-repeat; }
h2#h2_customJewelry  {background: url('/images/h2-custom-jewelry.gif') 0 0 no-repeat; }
h2#h2_itemsBuySell { background: url('/images/h2-items-buy-sell.gif') 0 0 no-repeat; }
h2#h2_repairServices { background: url('/images/h2-repair-services.gif') 0 0 no-repeat; }
h2#h2_personalInfo { background: url('/images/h2-personal-info.gif') 0 0 no-repeat; }
h2#h2_infoAutoLogged { background: url('/images/h2-info-logged.gif') 0 0 no-repeat; }
h2#h2_services { background: url('/images/h2-services.gif') 0 0 no-repeat; }
h2#h2_company { background: url('/images/h2-company.gif') 0 0 no-repeat; }

/* ENTIRE PAGE CONTAINER
 * -------------------------------------------------------- */

#page {
	width: 980px;
	margin: 0 auto;
}

/* HEADER
 * -------------------------------------------------------- */

#header {
	position: relative;
	height: 172px;
	border-bottom: 1px solid #949494;
}
#siteLogo {
	position: absolute;
	left: 360px;
	top: 19px;
	width: 263px;
	height: 129px;
	overflow: hidden;
	text-indent: -999px;
	background-image: url('/images/logo.gif');
}
#tagline {
	position: absolute;
	left: 328px;
	top: 166px;
	width: 324px;
	height: 15px;
	overflow: hidden;
	text-indent: -999px;
	background-image: url('/images/tagline.gif');
}

/* MAIN NAVIGATION
 * -------------------------------------------------------- */

#mainNav {
	position: absolute;
	left: 0;
	top: 68px;
	list-style: none;
}
#mainNav li {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}
#mainNav li a {
	display: block;
	text-indent: -999px;
	overflow: hidden;
	height: 28px;
	background: url('/images/menu.gif') 0 0 no-repeat;
}
#mainNav li#mainNav_repair { left: 40px; }
#mainNav li#mainNav_repair a { width: 60px; }
#mainNav li#mainNav_sell { left: 132px; }
#mainNav li#mainNav_sell a {
	width: 29px;
	background-position: -60px 0;
}
#mainNav li#mainNav_wholesale { left: 192px; }
#mainNav li#mainNav_wholesale a {
	width: 97px;
	background-position: -89px 0;
}
#mainNav li#mainNav_estate { left: 688px; }
#mainNav li#mainNav_estate a {
	width: 62px;
	background-position: -321px 0;
}
#mainNav li#mainNav_about { left: 782px; }
#mainNav li#mainNav_about a {
	width: 58px;
	background-position: -186px 0;
}
#mainNav li#mainNav_contact { left: 873px; }
#mainNav li#mainNav_contact a {
	width: 77px;
	background-position: -244px 0;
}


/* HOME PAGE
 * -------------------------------------------------------- */

#history {
	padding: 90px 380px 0 30px;
	height: 250px;
	background: url('/images/diamond-ring-on-hand.jpg') right top no-repeat;
	font-size: 1.2em;
}
#history h1 {
	margin-top: 0;
	width: 472px;
	background: url('/images/h1-home.gif') -1px 0 no-repeat;
}
#history p {
	margin-top: .25em;
}

#services {
	float: left;
	clear: both;
	padding: 0 0 3em 0;
}
.service {
	float: left;
	width: 30%;
	margin-right: 3%;
	text-align: center;
}
#services a.learnMore,
#services a.learnMore:hover {
	display: block;
	text-decoration: underline;
	font-style: normal;
	margin-top: .8em;
	border: none;
}
#services h2 {
	margin-top: 0;
	height: 48px;
	width: 100%;
}
#services #service_sell h2 { background: url('/images/h2-sell.gif') center top no-repeat; }
#services #service_repairs h2 { background: url('/images/h2-repairs.gif') center top no-repeat; }
#services #service_wholesale h2 { background: url('/images/h2-wholesale.gif') center top no-repeat; }
#services p {
	margin-top: .6em;
}

/* For pages with big image backgrounds
 * -------------------------------------------------------- */

.contentWrap {
	padding-top: 3em;
	padding-right: 330px;
}
.contentWrap h1 {
	margin-top: 0;
}
#repairContentWrap { background: url('/images/repair-bg.jpg') right top no-repeat; }
#sellContentWrap { background: url('/images/sell-bg.jpg') right top no-repeat; }
#estateBuyingContentWrap {
	background: url('/images/estate-bg.jpg') right top no-repeat;
	padding-right: 425px;
	height: 325px;
}

/* Form (right now only the contact form - bottom of all pages)
 * -------------------------------------------------------- */

form {
	border-top: 1px solid #cccccc;
	margin-top: 2em;
	padding: 2em 0 1em 0;
	float: left;
	width: 100%;
}
form#generalContactForm {
	padding-bottom: 2em;
}
fieldset {
	border: none;
	float: left;
}
#fieldset-replyInfo {
	width: 40%;
}
#fieldset-messageInfo{
	width: 60%;
}
#fieldset-replyInfo dd {
	margin-bottom: 1em;
}
textarea {
	width: 100%;
	height: 300px;
}
input.txt {
	width: 92%;
	padding: .25em;
}

/* Sitemap
 * -------------------------------------------------------- */

ul#sitemap,
ul#sitemap ul {
	list-style: none;
}

ul#sitemap ul {
	margin-top: .5em;
	padding-left: 2em;
}

/* Links
 * -------------------------------------------------------- */

ul.links {
	list-style: none;
}

/* Service Area
 * -------------------------------------------------------- */

#serviceArea {
	margin-top: 2em;
	padding: .5em 0;
	border-top: 1px dotted #cbcbcb;
	font-size: .8em;
	clear: both;
	color: #808282;
	line-height: 1.45em;
}
#serviceArea strong {
	color: #4c4d4d;
}
#serviceArea strong {
	color: #4c4d4d;
}

#serviceArea ul {
	list-style: none;
	display: inline;
}
#serviceArea ul li {
	display: inline;
}

/* Footer
 * -------------------------------------------------------- */

#footer {
	clear: both;
	position: relative;
	padding-bottom: 5em;
	font-size: .8em;
	color: #808282;
	border-top: 3px double #cbcbcb;
}
#footer p {
	position: absolute;
	top: .25em;
	margin: 0;
}
#footer p#footer_copyright {
	left: 0;
}
#footer p#footer_address {
	right: 0;
}
#footer a {
	color: #808282;
	font-style: normal;
}
#footer a:hover {
	text-decoration: underline;
}