/* @override 
	http://localhost:8888/style/garfield.css
	http://webdesign.gs/Garfield/style/garfield.css
	http://webdesign.gs/garfield/style/garfield.css
*/

html, body {
	margin: 0;
	background: url(../images/bg.jpg) repeat-x;
}

#header {
	background-image: url(../images/header.jpg);
	width: 871px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

/* @group NAVIGATION */

#navigation {
	width: 721px;
	height: 36px;
	position: relative;
	top: 15px;
	left: 150px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	height: 36px;
	display: block;
	float: left;
	background-image: url(../images/nav-sprites.jpg);
	text-indent: -9000px;
	overflow: hidden;
}

a#home {
	width: 80px;
	background-position: 0 0;
}

a#home:hover {
	background-position: 0 -36px;
}

a#gold {
	width: 78px;
	background-position: -80px 0;
}

a#gold:hover {
	background-position: -80px -36px;
}

a#silver {
	width: 82px;
	background-position: -158px 0;
}

a#silver:hover {
	background-position: -158px -36px;
}

a#prices {
	width: 136px;
	background-position: -240px 0;
}

a#prices:hover {
	background-position: -240px -36px;
}

a#why {
	width: 100px;
	background-position: -376px 0;
}

a#why:hover {
	background-position: -376px -36px;
}

a#news {
	width: 82px;
	background-position: -476px 0;
}

a#news:hover {
	background-position: -476px -36px;
}

a#faq {
	width: 76px;
	background-position: -558px 0;
}

a#faq:hover {
	background-position: -558px -36px;
}

a#contact {
	width: 87px;
	background-position: -634px 0;
}

a#contact:hover {
	background-position: -634px -36px;
}



/* @end */

#home-top {
	width: 871px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
}

#content-top {
	height: 240px;
	float: left;
	width: 460px;
	padding-right: 17px;
	font: .8em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #464646;
}

#content-top h1 {
	font: 1.4em "BakerSignet BT", Optima, "Trebuchet MS", sans-serif;
	width: 460px;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
	color: black;
}

#flash {
	width: 384px;
	height: 240px;
	float: right;
}

#home-bottom {
	width: 871px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#chart {
	width: 250px;
	float: left;
}

#gold-chart .top {
	display: table-cell;
	vertical-align: middle;
	height: 35px;
	width: 250px;
	font: bold .7em/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #cbbc9d;
}

.top img {
	float: left;
	width: 34px;
	margin-right: 7px;
}

#blue-chart {
	background-color: #e6eef5;
	width: 250px;
	height: auto;
	margin-bottom: 15px;
}


#blue-chart .top {
	display: table-cell;
	vertical-align: middle;
	height: 35px;
	width: 250px;
	font: bold .7em/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #809fbe;
}

#blue-chart .top {
	background: url(../images/blue-bg.jpg) repeat-x;
}

#gold-chart {
	background-color: #f0e9dd;
	width: 250px;
	height: auto;
}

#gold-chart .top {
	background: url(../images/gold-bg.jpg) repeat-x;
}

#chart ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#chart #gold-chart ul li {
	font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	border-bottom: 1px dotted #cbbc9d;
	padding-top: 2px;
	padding-bottom: 2px;
}


#chart #blue-chart ul li {
	font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	border-bottom: 1px dotted #809fbe;
	padding-top: 2px;
	padding-bottom: 2px;
}

#blue-chart li.type {
	float: left;
	width: 123px;
	border-right: 1px dotted #809fbe;
	border-left: 1px solid #809fbe;
}

#blue-chart li.cost {
	float: right;
	width: 124px;
	border-right: 1px solid #809fbe;
}

#gold-chart li.type {
	float: left;
	width: 123px;
	border-right: 1px dotted #cbbc9d;
	border-left: 1px solid #cbbc9d;
}

#gold-chart li.cost {
	float: right;
	width: 124px;
	border-right: 1px solid #cbbc9d;
}

#gold-chart .bottom {
	clear: both;
	text-align: center;
	font: bold .8em/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #cdbea3;
}


#blue-chart .bottom {
	clear: both;
	text-align: center;
	font: bold .8em/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


#blue-chart .bottom a {
	width: 250px;
	height: 25px;
	display: block;
	color: black;
	text-decoration: none;
	background-color: #84a0bd;
}

#blue-chart .bottom a:hover {
	color: white;
}

#content-bottom {
	width: 605px;
	float: right;
	margin-bottom: 15px;
}

.bottom-section {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #464646;
}

.bottom-section h2, .rsstitle {
	color: #84a0bd;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 12pt;
}

.bottom-section p, #buygoldentry-maincontainer {
	font-size: .8em;
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bottom-section p.date, .rssdate {
	font-style: italic;
	font-size: .85em;
}

.rssdescription {
	margin-bottom: 20px;
}

#footer {
	clear: both;
	width: 871px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fafaf8;
	font: .7em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer p {
	margin-right: 15px;
	color: #464646;
}

#footer a:link, #footer a:visited {
	color: #464646;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* INSIDE ELEMENTS */

#insideimage {
	width: 871px;
	height: 150px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

#content-bottom h1 {
	color: #003362;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content-bottom {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #464646;
}

#content-bottom h2 {
	font-size: .9em;
	color: #84a0bd;
	margin-bottom: 5px;
	margin-top: 5px;
}

#content-bottom p, #content-bottom ul {
	font-size: .8em;
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content-bottom a:link, #content-bottom a:visited {
	color: #003362;
}

#content-bottom a:hover {
	color: black;
}

#content-bottom img {
	float: left;
	margin-right: 30px;
	margin-top: 15px;
}

#content-bottom a.callout {
	display: block;
	width: 500px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: #003362;
	margin: 15px auto;
	border: 2px solid silver;
}

#content-bottom a.callout:hover {
	color: #003362;
	background-color: silver;
	border: 2px solid #003362;
}

#content-bottom .steps {
	margin-right: 15px;
	height: 110px;
	border-bottom: 1px solid silver;
	margin-bottom: 15px;
	clear: both;
}

#content-bottom .steps p {
	width: 400px;
	float: right;
}

hr {
	width: 400px;
}

/* CONTACT FORM */

/* @group CONTACT FORM */

.hidden {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

form b, #content-bottom b.right {
	display: block;
	width: 125px;
	float: left;
	margin-right: 15px;
	text-align: right;
}

form input {
	border: 1px solid gray;
	padding: 2px;
	font-size: 1.2em;
	background-color: #f1f1f1;
}

#content-bottom form input.short {
	width: 100px;
}

#content-bottom form input.submit {
	margin-left: 140px;
	border-width: 2px;
	background-color: #84a0bd;
	padding-left: 15px;
	padding-right: 15px;
}

#content-bottom form input.submit:hover {
	margin-left: 140px;
	border-width: 2px;
	background-color: #cdbea3;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
}

#silver-chart {
	background-color: #e6eef5;
	width: 250px;
	height: auto;
	margin-bottom: 15px;
}


#silver-chart .top {
	display: table-cell;
	vertical-align: middle;
	height: 35px;
	width: 250px;
	font: bold .7em/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #809fbe;
}

#silver-chart .top {
	background: url(../images/blue-bg.jpg) repeat-x;
}



#chart #silver-chart ul li {
	font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	border-bottom: 1px dotted #809fbe;
	padding-top: 2px;
	padding-bottom: 2px;
}

#silver-chart li.type {
	float: left;
	width: 123px;
	border-right: 1px dotted #809fbe;
	border-left: 1px solid #809fbe;
}

#silver-chart li.cost {
	float: right;
	width: 124px;
	border-right: 1px solid #809fbe;
}


#silver-chart .bottom {
	clear: both;
	text-align: center;
	font: bold .8em/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


#silver-chart .bottom a {
	width: 250px;
	height: 25px;
	display: block;
	color: black;
	text-decoration: none;
	background-color: #84a0bd;
}

#silver-chart .bottom a:hover {
	color: white;
}


/* @end */

/* ORDER GOLD see garfield-order.css */
