/* @override http://www.goldenchain.in/styles/base.css */

* {
	margin: 0;
	padding: 0;
}

:focus {
	-moz-outline-style: none;
	outline: 0;
}

body, p, td {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

a {
	border:none;
    outline:none;
}

a img {
	border: none;
}

p {
	margin-bottom: 18px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 590px;
}

#header {
	width: 980px;
	height: 130px;
	background: url(/images/masthead.png) no-repeat;
	position: relative;
	z-index: 500;
}

#aux-links {
	float: right;
	font-size: 11px;
	padding-right:15px;
}

#aux-links a {
	text-decoration: none;
	color: #857d66;
}

#nav-links {
	position: absolute;
	top: 90px;
	left: 10px;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
}

#breadcrumb {
	height: 20px;
	text-align: right;
	margin-right: 15px;
	font-size: 10px;
	line-height: 18px;
	color: #666;
}

#main-content {
	height: 430px;
	position: relative;
}

#left-content {
	position: relative;
	width: 980px;
	height: 400px;
	overflow: hidden;
	clip: rect(0,980px,400px,0);
	background-color: #ccc;
}

#images-conveyor {
	width: 1080px;
	height: 400px;
}

#next-button {
	position: absolute;
	top: 0;
	left: 514px;
}

#right-content {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 385px;
	height: 350px;
	padding: 10px;
/*	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif; */
	font-size: 14px;
	line-height: 22px;
	background: url(/images/overlay.png) no-repeat;
}

#right-content h1 {
	font-family: "Georgia", "Times New Roman" sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 9px;
	color: #666;
	text-transform: uppercase;
}

#right-content a {
	color: #333;
	text-decoration: underline;
}

#right-content a:hover {
	text-decoration: none;
}

div.thumb a {
	text-decoration: none !important;
}

#photo-caption {
	height: 30px;
	padding: 4px 0 0 15px;
	font-size: 12px;
	line-height: 18px;
	color: #444;
}

#footer {
	width: 965px;
	height: 32px;
	background: url(/images/footer_strip.png) no-repeat 0 bottom;
	position: absolute;
	bottom: 0;
	text-align: right;
	line-height: 10px;
	padding-right: 15px;
	font-size: 10px;
	color: #999;
}

#thumb-selector {
	float: right;
	width: 29px;
	height: 22px;
	overflow: hidden;
	background: url(/images/thumb_selector.png) no-repeat;
}

#thumb-selector.selected {
	background-position: -29px 0;
}

#thumb-selector a {
	display: block;
	width: 29px;
	height: 22px;
	text-decoration: none;
}

#thumb-selector a:active {
	
}

#thumb-selector.selected a:active {
	background-position: -29px 0;
}

#year-dropdown {
	float: right;
	width: 130px;
	height: 50px;
}

.description {
	color: #4c707f;
	margin-top: 14px;
	font-size: 12px;
	line-height: 17px;
}

.quote {
	font-family: "Georgia";
	font-size: 16px;
}

.quote-ref {
	text-align: right;
	font-size: 11px;
	font-family: "Georgia";
}

#right-content h2 {
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px #999 solid;
	margin-bottom: 10px;
	color: #999;
}

#link-large {
	float: right;
}

#link-large a {
	color: #29abe2;
	padding: 0 2px;
	text-decoration: none;
	font-size: 11px !important;	
}

#link-large a:hover {
	text-decoration: underline;
}

#close-window {
	margin-top: 10px;
	border-top: 1px #ccc solid;
	padding-top: 5px;
}

#close-window a {
	color: #29abe2;
	text-decoration: none;
	font-size: 12px !important;	
}

#close-window a:hover {
	text-decoration: underline;
}

#whats-new {
	position: absolute;
	width: 385px;
	height: 94px;
	top: 290px;
}

#whats-new a {
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	padding: 5px 15px;
	border-bottom: 1px solid #d6f0fd;
	
}

#whats-new a:last-child {
	border: none;
}

#whats-new a:hover {
	color: #333;
}

#paypal-form {
	position: absolute;
	border-top: 1px #ccc solid;
	padding-top: 10px;
	width: 520px;
	height: 70px;
	bottom: 0;
}

#paypal-form td {
	padding: 4px;	
}

ol.support {
	margin: 5px 0 10px 20px;
}

ol.support ol {
	margin-left: 20px;
	list-style: lower-alpha;
}

p.support-note {
	border-top: 1px #ccc solid;
	padding-top: 5px;
}

#left-content h2 {
	margin-bottom: 10px;
}
