/* CSS Document */

/* HTML tags */
body {
	margin: 0px;
	width: 900px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	background-color: #5A1D1D;
}
input, select, th, td {
	font-size: 1em;
}
a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
p {
	font-size: 1.2em;
	color: #333333;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
h4 {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h5 {
	color: #990000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h5 a {
	color: #CC0000;
}

img {
	border: none;
}

/* tooltip CSS */
.tooltip {
	cursor: pointer;
}

#tooltipbox {
	position: absolute;
	width: 200px;
	height: 100px;
	z-index: 100;
}

#tooltipbox-pointer {
	position: absolute;
	top: -4px;
	left: 0;
	height: 4px;
	width: 18px;
	background: url(images/tip.gif) no-repeat;
}

#tooltipbox-content {
	padding: 4px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	background-color: #FFCC00;
}


/* Classes */
.weblog {
	letter-spacing: 0em;
	font-style: italic;
	font-weight: normal;
}
.blackEmphasis {
	color:#000000;
}
.blackBold {
	color:#000000;
	font-weight: bold;
}
.arrow {
	margin-top: 315px;
}


/* IDs */
#header {
}
#logo {
	float: left;
	margin-top: 75px;
	margin-left: 75px;
	margin-bottom: 20px;
	margin-right: 0px;
}
#nav {
	float: right;
	font-size: 1em;
	color: #FFE9D5;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: 123px;
}
#nav a {
	color: #FFE9D5;
}
#nav a:hover {
	color: #CC6600;
	text-decoration: none;
}
#nav ul, li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav .currentNav {
	color:#FFCC00;
	text-decoration:none;
}
#content {
	background-color: #FFE9D5;
	padding-top: 7px;
	padding-bottom: 7px;
	clear: both;
}
#copy {
	width: 536px;
	padding-top: 14px;
	margin-left: 75px;
	margin-right: 14px;
	float: left;
}
#footer {
	clear: both;
	font-size: 1.2em;
	color: #FFE9D5;
	margin-left: 75px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer a {
	color:#FFE9D5;
}
#leftBar{
	background-color: #FFCC00;
	width: 68px;
	height: 268px;
	float: left;
}
#catalog{
	margin-top: 0px;
	padding-top: 14px;
}

#images{
}
#copyContainer{
}
#squareImage{
	background-color: #FFCC00;
	width: 268px;
	height: 268px;
	margin-left: 7px;
	float: left;
}
#contentClear{
	clear:both;
	height: 1px;
	width: 900px;
	margin: 0;
	padding: 0;
}

/* IDs for "store" section */
#subNav{
	width: 268px;
	height: 25px;
	float: left;
	margin-bottom: 7px;
}
#auctionHead{
	width: 807px;
	margin-left: 7px;
	float: left;
	background-color: #FFCC00;
	height: 19px;
	display: block;
	color: #CC0000;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-top: 6px;
	padding-left: 10px;

}
#subNav a {
	background-color: #993333;
	height: 19px;
	width: 258px;
	display: block;
	color: #FFE9D5;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-top: 6px;
	padding-left: 10px;
}
#subNav a:hover {
	background-color: #CC0000;
	text-decoration: none;
}
#subNav .current {
	background-color: #FFCC00;
	text-decoration: none;
	color: #CC0000;
}
#subNavBar {
	background-color: #993333;
	width: 68px;
	height: 25px;
	float: left;
}
#thumbnails {
	padding-top: 7px;
	clear: both;
}
#thumbColumn {
	width: 268px;
	margin-left: 7px;
	float: left;
}
#thumbPair {
	clear:both;
}
#thumbImage {
	background-color: #FFCC00;
	width: 130px;
	height: 130px;
	float: left;
	margin-bottom: 8px;
	margin-right: 7px;
}
#copyColumn {
	width: 254px;
	margin-left: 14px;
	float: left;
	padding-top: 7px;
	padding-right: 7px;
}

/* IDs for "bio" section */
#bioText {
	width: 515px;
	margin-left: 21px;
	float: left;
	padding-top: 14px;
	padding-right: 7px;
}
#contactText {
	width: 240px;
	margin-left: 21px;
	float: left;
	padding-top: 14px;
	padding-right: 7px;
}
#bioContent {
	background-color: #FFE9D5;
	padding-top: 7px;
	padding-bottom: 7px;
	clear: both;
	height: 268px;
}
#bioPic {
	width: 268px;
	height: 268px;
	margin-left: 7px;
	float: left;
	background-image: url(images/action/a1.jpg);
	background-color: #FFCC00;
}
#directionsPic {
	width: 268px;
	height: 268px;
	margin-left: 7px;
	float: left;
	background-image: url(images/directions.jpg);
	background-color: #FFCC00;
}

/* IDs for "detail" pages */
#leftBarDetail{
	background-color: #FFCC00;
	width: 68px;
	height: 360px;
	float: left;
	text-align: center;
}
#vertical {
	width: 268px;
	height: 360px;
	margin-left: 7px;
	float: left;
	background-color: #FFCC00;
}
#horizontal {
	width: 543px;
	height: 360px;
	margin-left: 7px;
	float: left;
	background-color: #FFCC00;
}
#copyRight {
	width: 261px;
	padding-top: 14px;
	float: left;
}
#copyYellow {
	width: 248px;
	float: left;
	background-color: #FFCC00;
	padding: 10px;
	height: 276px;
}
#inset {
	float: left;
	margin-right: 20px;
}
