/* ==[ Global ]============================ */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #000000 url(../images/hallway_bg.jpg) no-repeat fixed left top;
/*	font: normal 12px "Lucida Sans", Verdana, Arial, Helvetica, sans-serif; */
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#baseline {
	width: 76%;
	margin: 0 auto;
	text-align: left;
}
#header p {
	display: none;
}
#header {
	height: 80px;
	text-align: left;
	background: #666699;
}
#header h1 {
	font-size: 2em;
	font-weight: bold;
	padding: 40px 0 0 5px;
	width: 40%;
}
#header h2 {
	font-size: 2em;
	font-weight: normal;
	color: #FFFFFF;
	padding: 40px 5px 0 0;
	text-align: right;
	width: 40%;
	float: right;
}
ul {
	list-style: none;
}
#navigation {
	padding: 5px 0 5px 0;
	margin-bottom: 15px;
	background-color: #000000;
}
#navigation ul {
	padding: 0 0 0 8px;
}
#navigation li {
	padding: 0 10px 0 0; 
	display: inline;
}
a.noLink, a.noLink:hover {
	color: white;
	text-decoration: none;
	cursor: text;
}
a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #00FFFF;
}
a.imgLink {
	line-height: normal;
	border: none;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.emphasize {
	font-weight: bold;
	font-size: 1.1em;
}
#content h3 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 1em 0 .8em 0;
	color: #FFCC33;
}
#content p {
	padding: 0 0 1em 0;
	line-height: 1.8em;
	font-weight: normal;
}
address {
	font-weight: bold;
	font-style: italic;
}
address span {
	display: block;
}
#footer {
	padding: 20px 0 25px 0;
	text-align: center;
	clear: both;
}
#footer ul {
	margin: 5px 0 5px 0;
}
#footer li {
	padding: 0 10px 0 0;
	display: inline;
}

/* ==[ Home ]============================ */

.home #images {
	margin: 20px 0 0 10px;
	padding-left: 20px;
	width: 60%;
	float: right;
	clear: right;
	border-left: 1px dotted white;
}
.home #images img {
	margin: 0 20px 20px 0;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
}
#content img#canes1 {
	float: right;
	padding: 0 0 0 10px;
}

/* ==[ About ]============================ */

.about #introduction {
	padding-right: 10px;
	margin-right: 20px;
	width: 60%;
	float: left;
	clear: left;
	border-right: 1px dotted white;
}
.about #introduction img {
	float: left;
	margin-top: .5em;
	margin-right: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
}
.about #sidebar {
}
.about #history {
	clear: both;
}
.about #sidebar img {
	float: left;
	margin-top: .5em;
	margin-right: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
}
#content img.aboutIcons {
/*	float: left;
	padding: .4em 1em 1em 0; */
}
#content img#artist_icon {
/*	float: right;
	padding: .4em 0 1em 1em; */
}
.about h3 {
/*	clear: both;
	padding-top: 1.5em; */
}
.about p {
/*	border: 1px dashed #00FF00; */
}
blockquote.leftQuote {
	margin: 5px 15px 0 0;
	padding: 5px 0 5px 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	color: #CCFF00;
	width: 180px;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	float: left;
}
blockquote.rightQuote {
	margin: 5px 0 0 15px;
	padding: 5px 0 5px 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	color: #CCFF00;
	width: 180px;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	float: right;
}

/* ==[ Products ]============================ */

.imageSelector {
	padding: 2px 0 10px 0;
/*	width: 55%;
	min-width: 400px;
	float: right;
	clear: right; */
/*	border: 1px dashed #0000FF; */
}
.imageSelector a:link,
.imageSelector a:visited,
.imageSelector a:hover {
	background-color: #666699;
	text-decoration: none;
	color: #CCCCCC;
	margin: 7px 5px 0 0;
	padding: 2px;
	text-align: center;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
}
a.selected:link,
a.selected:visited {
	color: #FFFFFF;
	background-color: #FF6633;
}
.imageSelector a:hover,
a.selected:hover {
	color: #000000;
	background-color: #CCFFFF;
}
#imageViewer {
	width: 55%;
	min-width: 400px;
	height: 450px;
	float: right;
	clear: right;
	padding-left: 20px;
/*	border: 1px dashed #FF0000; */
}
#imageViewer img {
	padding-top: 2px;
	padding-bottom: 2em;
	margin: 0 auto 0 0;
	clear: both;
}
#imageViewer h3 {
	display: block;
}
.products #pageNavigation {
	padding-top: 20px;
	text-align: right;
}
.products #pageNavigation h3 {
/*	border: 1px dashed red; */
}
.products #pageNavigation ul {
}
.products #pageNavigation ul li {
	padding-bottom: 5px;
	text-align: right;
/*	border: 1px solid #00FF00; */
}
.products #pageNavigation p {
	color: #99FFCC;
	line-height: 1.2em;
}

/* ==[ Contact ]============================ */

.contact #contactInfo {
	padding-top: 15px;
	float: left;
	width: 45%;
/*	border: 1px dotted green; */
}
.contact #message {
/*	float: right;
	clear: right;
	width: 55%; */
}
.error {
	border: 1px solid #FF0000;
}
form {
/*	clear: both; */
	padding-right: 10%;
	float: right;
/*	border: 1px dotted red; */
}
form table {
	float: right;
}
.formLabel, .formData {
	padding: 5px 0 10px 0;
}
.formLabel {
	font-weight: bold;
	text-align: right;
	color: #AEFFFF;
	padding-right: 10px;
	width: 190px;
}
.formData {
	text-align: left;
/*	width: 250px; */
}
.formButton {
	padding: 2px;
	margin-right: 10px;
}
input, select, textarea {
/*	font: normal 12px "Lucida Sans", Verdana, Arial, Helvetica, sans-serif; */
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #EEEEEE;
	padding: 2px;
}
input:focus, select:focus, textarea:focus {
/*	background-color: #E3FF91; */
	background-color:#FFE28C;
}

/* ==[ Confirm ]============================ */

.confirm {
	text-align: center;
	color: #AEFFFF;
}
.confirm h3, .confirm p {
	text-align: center;
}

/* ==[ Depreciated Styles ]====================================== */
/*
#content address {
	margin: 0px;
	padding: 5px;
}
#content address p {
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}
*/

