@charset "UTF-8";

* { margin: 0; padding: 0; border-collapse: collapse; }

body { background: #000000 url(../images/header-bg.jpg) repeat-x; font-family: Verdana, Tahoma, sans-serif; font-size: 11px; letter-spacing: 0.9px; color: #333333; }

a, a:link, a:visited { color: #FFFFFF; text-decoration: none; } 
a:hover { color: #CCB558; } /* gold */

img { border: none; }

strong { font-weight: 600; }
i { font-style: italic; }
em { font-weight: 600; font-style: italic;  } 
p { margin: 6px 0 10px 0; text-align: justify; }

.middot, .pipe { color: #999999; padding: 0 2px 0 2px; }
.white { color: #FFFFFF; }
.black { color: #000000; }
.dotline { margin: 8px; border-bottom: 1px dotted #999999; }

#header-container { 
	display: block;
	width: 930px;
	margin: 0 auto;
	background-color: #000000;
}

#header-text {
	display: block;
	float: right;
	height: 25px;
	margin-top: 10px;
	background-color: #000000;
}

#header-image {
	display: block;
	background-color: #000000;
}

#content-container { 
	display: block;
	width: 930px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#content-column-one {
	width: 270px;
	float: left;
	background-color: #FFFFFF;
}

img.carousel-image { padding: 10px; }

#content-two-columns {
	float: left;
	background-color: #FFFFFF;
}

#content-column-two {
	float: left;
	width: 330px;
	background-color: #FFFFFF;
	background: #FFFFFF url(../images/garry-bg.png) no-repeat bottom right;
}

div.heading-merchandise { 
	background-color: #CCB558;
	margin: 8px 8px 0 8px;
	padding: 8px;
}

div.merchandise { 
	margin: 0 8px 0 8px;
}

p.merchandise-headline {
	text-align: left;
	font-size: 14px;
	color: #333333;
	margin: 3px 0 8px 0;
}

ul.merchandise-list {
	list-style-type: none;
	font-size: 13px;
	margin: 3px 0 8px 10px;
}

ul.merchandise-list li {
	padding: 5px;
}

ul.merchandise-list li a, ul.merchandise-list li a:link, ul.merchandise-list li a:visited {
	color: #CCB558;
}

div.footing-merchandise { 
	background-color: #CCB558;
	margin: 25px 8px 0 8px;
}

td.item {
	padding-left: 10px;
	height: 25px;
	vertical-align: middle;
}

#carousel-caption a, #carousel-caption a:link, #carousel-caption a:visited {
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	color: #333333;
	margin: 0;
}

#carousel-caption a:hover {
	color: #FFFFFF;
}

#content-span-two-columns {
	width: 600px;
}

div.other-sites-box {	
	background-color: #F5F5F5;
	border: 1px solid #999999;
	margin: 0 25px 0 25px;
	padding: 8px;
	height: 80px;
}

a .other-sites-heading {	
	font-size: 15px;
	color: #CCB558;
}

div.articles-box {	
	background-color: #F5F5F5;
	border: 1px solid #999999;
	margin: 0 25px 0 25px;
	padding: 8px;
}

a .articles-heading {	
	font-size: 12px;
	color: #CCB558;
}

#content-one-column {
	float: left;
	width: 330px;
	background-color: #FFFFFF;
}

div.heading-news { 
	background-color: #CCB558;
	margin: 8px 8px 0 8px;
	padding: 8px;
}

div.news { 
	margin: 0 10px 0 8px;
}

img.news-image { margin-left: 32px; }

p.news-caption {
	text-align: right;
	font-size: 10px;
	color: #dddddd;
	margin: 1px 0 3px 0;
}

p.news-headline {
	text-align: left;
	font-size: 14px;
	color: #CCB558;
	margin: 3px 0 3px 0;
}

p.news-date {
	text-align: left;
	font-size: 11px;
	line-height: 20px;
	font-weight: 600;
	border-bottom: 1px solid #999999;
	margin: 3px 0 3px 0;
}

#footer-container { 
	display: block;
	width: 930px;
	margin: 0 auto;
}

#footer-text {
	text-align: center;
	font-size: 12px;
	height: 25px;
	padding-top: 10px;
}

#footer-text a, #footer-text a:link, #footer-text a:visited { color: #CCB558; text-decoration: none; } 

#footer-text a:hover { color: #FFFFFF; }

#copyright-container {
	display: block;
	margin: 0 auto;
	width: 930px;
	border-top: 1px dotted #333333;
}

p.copyright {
	color: #999999;
}

blockquote { color: #999999; margin: 5px 0 5px 25px; }



