@charset "utf-8";
body {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 12px;
	text-align: center;
	color: #000000;
}
h1 {
	color: #00ADEE;
}
img {
	border: none;
}
/* layout styles */
#container {
	width: 761px; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
}
#capTop {
	height: 12px;
	background:url(../../images/cap-top.gif) no-repeat;
}
#capBottom {
	height: 12px;
	background:url(../../images/cap-bottom.gif) no-repeat;
}
/* header styles */
#header {
	height: 75px;
	padding: 5px 12px 2px 12px;
	background: #000;
}
#logo {
	background:url(../../images/logo.gif) no-repeat;
	cursor: pointer;
	float: left;
	width: 274px;
	height: 70px;
}
#logo a {
	display: block;
	width: 274px;
	height: 70px;	
}
#logo a span {
	display: none;
}
#topNavigation {
	float: right;
	text-align: right;
}
#topNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topNavigation li {
	display: inline;
	float: left;
}
#topNavigation li a {
	margin-left: 5px;
}
#topNavigation li a span {
	display: none;
}
#navCustom, #navStock, #navAbout, #navBulletin, #navContact {
	display: block;
	width: 76px;
	height: 67px;
	background-position: 0 0;
}
#navCustom {
	background: url(../../images/nav-custom.gif) no-repeat;
}
#navStock {
	background: url(../../images/nav-stock.gif) no-repeat;
}
#navAbout {
	background: url(../../images/nav-about.gif) no-repeat;
}
#navBulletin {
	background: url(../../images/nav-bulletin.gif) no-repeat;
}
#navContact {
	background: url(../../images/nav-contact.gif) no-repeat;
}
#navCustom:hover, #navStock:hover, #navAbout:hover, #navBulletin:hover, #navContact:hover {
	background-position: 0 -67px;
}
/* body styles */
#mainContent {
	padding: 0 15px;
	background: #FFFFFF;
}
#mainContent>h1, #tinGalleryText>h1 {
	margin: 2px 0;	
}
#mainContent h1+p, #tinGalleryText h1+p {
	margin-top: 2px;
}
/* home page */
#hpTop {
	width: 761px;
	height: 159px;
	margin: 0 auto;
	text-align: left;
}
#hpLogo {
	float: left;
	width: 486px;
}
#hpClickTab {
	float: right;
	background: url(../../images/clicktab.gif) no-repeat;
	width: 213px;
	height: 14px;
	margin: 145px 50px 0 0;
}
#hpContent {
	padding: 0 0 0 13px;
	margin: 0;
	background: #FFF;
}
#hpContent span {
	display: none;
}
#hpContent img {
	float: left;
	display: block;
}
.hpBlock {
	margin: 0 11px 0 0;
}
#hpCustom, #hpStock, #hpAbout, #hpBulletin, #hpContact, #hpOverstock {
	display: block;
	float: left;
	margin: 0 11px 0 0;
	width: 138px;
	height: 134px;
	background-position: 0 0;
}
#hpCustom  {
	background: url(../../images/hp-custom.gif) no-repeat;
}
#hpStock {
	background: url(../../images/hp-stock.gif) no-repeat;
}
#hpAbout {
	background: url(../../images/hp-about-white.gif) no-repeat;
}
#hpBulletin {
	background: url(../../images/hp-bulletin.gif) no-repeat;
}
#hpContact  {
	background: url(../../images/hp-contact.gif) no-repeat;
}
#hpOverstock  {
	background: url(../../images/hp-overstock-white.gif) no-repeat;
}
#hpCustom:hover, #hpStock:hover, #hpAbout:hover, #hpBulletin:hover, #hpContact:hover, #hpOverstock:hover  {
	background-position: 0 -134px;
}
/* gallery styles */
.galleryThumb {
	float: left; 
	width: 134px;
	height: 134px;
	margin: 6px;
}
#tinGalleryText {
	float: left;
	width: 560px;
}
#galleryContactPrompt {
	float: right;
	width: 158px;
	margin-top: 2px;
	background: url(../../images/roundBox-bg.gif) repeat-y;
}
#roundBoxTop {
	background: url(../../images/roundBox-top.gif) no-repeat;
	height: 7px;
}
#roundBoxText {
	padding: 0 10px;
	text-align: center;
}
#roundBoxText>p {
	padding-top: 0;
	margin-top: 5px;
}
#roundBoxBottom {
	background: url(../../images/roundBox-bottom.gif) no-repeat;
	height: 7px;
}
#galleryContactPrompt strong {
	color: #00ADEE;
}
.buttonLink {
	display: block;
	background: #00ADEE;
	padding: 3px 8px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.buttonLink:hover {
	background: #A4E6FF;
	color: #000;
}
/* footer styles */
#colorBurst {
	background: url(../../images/colorBurst.jpg) no-repeat;
	height: 151px;
	width: 761px;
	margin: 0 auto;
}
#footer {
	width: 737px;
	margin: 0 auto;
	padding: 10px 12px;
	text-align: center;
	color: #FFF;
	font-size: 0.8em;
}
#footer a {
	color: #FFF;
}
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
/* general user styles */
.clearBoth {
	clear: both;
}
