html, body {
	height: 100%;
	margin:0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color:#000000;
}
body {
	background: url(/images/globals/back-signature.png) 110px 345px no-repeat;
}
#outer {
	position: relative;
	min-height: 100%;
	margin-left:171px;
	z-index:1;
	/*border-left: solid 1px #C3A05E; /* left bar divider bar */
	/*background-color: #C3A05E; /* footer color */
}
#menu {
	position: absolute;
	left: 0px;
	top: 75px;
	width: 281px;
}
#main{    
	margin-top: 75px;
	width:100%;
	/*background-color: #FFF;*/
}
#content {
	margin-left: 250px;
	padding-bottom: 15px;
	min-height: 300px;
	width: 500px;
}
#footer {
	clear:both;
	min-height: 100px;
	/*border-top: solid 1px #D9C299; /* footer top border */
}
#header {
	position: absolute;
	left: 182px;
	top: 5px;
	z-index:3;
	display: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
#carries-west {
	position: absolute;
	left: 116px;
	top: 37px;
	width: 589px;
	height: 14px;
	z-index: 3;
	background-image:url(/images/globals/find-yourself.png);
}
/* -- left column styles -- */
#sidebar-headcolor {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 172px;
	height: 166px;
	z-index: 2;
	/*background-color: #AC8DAE; /* top left color block */
}
.menu-main
{
	width: 100%;
	padding: 5px 0 6px 60px;
	cursor: pointer;
	background: url(/images/menu/back2.png) repeat-y left;	
}
.menu-alternate
{
	width: 100%;
	padding: 5px 0 6px 60px;
	cursor: pointer;
	background: url(/images/menu/back1.png) repeat-y left;
}
.menu-contact
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000;
	font-weight: normal;
	font-size: 16px;
	padding-top: 25px;
	padding-bottom: 10px;
	float: right;
	text-align: right;
}
.menu-copyright
{
	font-size: 8px;
	padding-top: 20px;
}

a.menu {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #313131;
	letter-spacing: 0.8px;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	padding-left: 10px;
}
a:hover.menu {
	letter-spacing: 0.8px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #713722;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}
a.menu1 {
	letter-spacing: 0.8px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #713722;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-size: 11px;
	padding-left: 10px;
}

/* -- end left column styles -- */

/* -- home page styles -- */
.index-vert {
	filter: flipv fliph;
	writing-mode:tb-rl;

	-moz-transform: rotate(270deg);
	-moz-transform-origin: 50% 50%;
	-webkit-transform: rotate(270deg);
	-webkit-transform-origin: 50% 50%;
	
	-o-transform: rotate(270deg);
	
	white-space:nowrap;
	font-size:11px;
	font-weight:normal;
}
.index-text {
	float: left; 
	width: 360px;
	margin: 75px 0 0 -45px;
	font-size: 12px; 
	font-weight: bold; 
	font-style: italic; 
	line-height: 14px;
}
.index-logo {
	display: block; 
	text-align: right; 
	margin: 115px 0 15px 75px;
}
.home-art-piece {
	padding: 0px;
}
.home-art-spacer {
	width: 12px;
}
.home-art-title {
	width: 92%;	
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	padding-top: 12px;
	padding-right: 6px;
	padding-left: 2px;
	padding-bottom: 6px;
	text-align: right;
	margin-right: 6px;
	background-color: #AC8DAE; /* title background color */
	color: #FFFFFF; /* tilte text color */
}
.home-art-description {
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	padding: 6px;
	padding-left: 2px;
	text-align: right;
	color: #FFFFFF; /* description text color */
}
.home-art-colorcell {
	background-color: #C3A05E; /* description background color */
}
.index-contact
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: right;
}
/* -- end home page styles -- */

/* -- about styles -- */
#about {
	font-style: italic;
}
#about a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#about a:hover {
	color: #000000
	text-decoration: none;
}
#about .title {
	font-weight: bold;
}
#about .description {
	line-height: 20px;
}
#about img {
	float: left;
	clear: right;
	margin-right: 5px;
	margin-bottom: 5px;
}
/* -- end about styles -- */

/* -- exhibitions styles -- */
#exhibitions {
	font-style: italic;
}
#exhibitions a {
	color: #000000;
	font-weight: bold;
	margin-left: 12px;
	text-decoration: underline;
}
#exhibitions a:hover {
	color: #000000
	text-decoration: none;
}
#exhibitions .title {
	font-weight: bold;
	float: left;
	clear: right;
	margin-right: 5px;
}
#exhibitions .description {
	padding-bottom: 10px;
}
/* -- end exhibitions styles -- */

/* -- limited styles -- */
#limited {
	font-style: italic;
}
#limited a {
	color: #000000;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
#limited a.hover {
	text-decoration: none;
}
#limited a.title {
	color: #000000;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
	clear: both;
}
#limited a.hover.title {
	text-decoration: none;
}
#limited .displaywrapper {
	font-weight: bold;
	font-style: normal;
	width: 137px;
	text-align: left;
	margin-bottom: 15px;
}
#limited td {
	text-align: center;
	vertical-align: top;
	margin-bottom: 15px;
}
#limited td.left {
	text-align: left;
}
#limited td.right {
	text-align: right;
}
#limited img {
	padding-bottom: 5px;
	border: 0px;
}
#limited .description-list {
	font-size: 11px;
	clear: both;
	padding-bottom: 5px;
}
#limited .title-detail {
	font-size: 14px;
	clear: both;
	padding-bottom: 5px;
	font-weight: bold;
}
#limited .description-detail {
	font-size: 12px;
	clear: both;
	padding-bottom: 5px;
}
/* -- end limited styles -- */

/* -- museum styles -- */
#museum {
	font-style: italic;
}
#museum img {
	padding-right: 10px;
	float: left;
	border: 0px;
}
#museum .headtext {
	font-weight: normal;
	margin-bottom: 15px;
}
/* -- end museum styles -- */

/* -- contact styles -- */
#contact {
	font-style: italic;
}
#contact a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#contact a:hover {
	color: #000000
	text-decoration: none;
}
/* -- end contact styles -- */

/* -- galleries styles -- */
#galleries {
	font-style: italic;
}
#galleries .pagetext {
	font-weight: bold;
	clear: both;
	margin-bottom: 25px;
}
#galleries a.title {
	color: #000000;
	font-weight: bold;
	float: left;
	clear: right;
	margin-right: 5px;
	text-decoration: underline;
}
#galleries a:hover.title {
	color: #000000
	text-decoration: none;
}
#galleries .address {
	padding-bottom: 10px;
}
#galleries .phone {
	margin-left: 12px;
}
/* -- end galleries styles -- */

/* -- newsletter styles -- */
#newsletter {
	font-style: italic;
}
#newsletter .headtext {
	font-weight: normal;
	margin-bottom: 15px;
	float: none;
}
#newsletter .formwrap {
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 15px;
	float: none;
	text-align: right;
}
#newsletter .label {
	font-weight: bold;
}
#newsletter input {
	font-weight: normal;
	float: right;
	clear: left;
	padding-left: 5px;
	width: 300px;
	height: 12px;
	font-size: 11px;
	margin-left: 5px;
	background-color: #C3A05E; /* -- form and submit background -- */
	border: solid 1px #D9C299; /* -- form and submit border -- */
}
#newsletter input.submit {
	width: 100px;
	height: 18px;
	font-weight: bold;
	font-style: italic;
	float: right;
	margin-right: 315px;
	vertical-align: middle;
}
#newsletter textarea {
	font-weight: normal;
	float: right;
	clear: left;
	padding-left: 5px;
	width: 300px;
	height: 50px;
	font-size: 11px;
	margin-left: 5px;
	background-color: #C3A05E; /* -- textarea background -- */
	border: solid 1px #D9C299; /* -- textarea border -- */
}
/* -- end newsletter styles -- */

/* -- guarantee styles -- */
#guarantee {
	font-style: italic;
}
#guarantee .title {
	font-weight: bold;
	float: left;
	clear: right;
	margin-right: 5px;
}
#guarantee .description {
	padding-bottom: 10px;
}
/* -- end guarantee styles -- */

/* -- rubys styles -- */
#ruby{
	font-style: italic;
}
#ruby .headtext {
	font-weight: bold;
	margin-bottom: 15px;
	float: none;
}
#ruby .chapter {
	font-weight: bold;
	float: left;
	clear: right;
	display: inline;
	cursor: pointer;
}
#ruby .title {
	font-weight: normal;
	display: inline;
	padding-left: 5px;
	cursor: pointer;
}
#ruby .story {
	font-weight: bold;
	height: 130px;
	padding: 5px;
	clear: none;
	float: none;
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	overflow: auto;
	width: 450px;
	display: none;
	border: solid 1px #D9C299; /* rubys story border color */
	background-color: #C3A05E; /* rubys stor bg color */
}
/* -- end rubys styles -- */

/* -- terms styles -- */
#terms {
	font-style: italic;
}
#terms .title {
	font-weight: bold;
	float: none;
	clear: both;
	font-size: 120%;
	margin-bottom: 10px;
}
#terms .term {
	font-weight: bold;
	float: left;
	clear: right;
	margin-right: 5px;
}
#terms .description {
	padding-bottom: 5px;
}
/* -- end terms styles -- */

/* -- cowboy ball styles -- */

#cowboy-ball {
	margin-left: -40px;
	border: 1px solid #000;
}

/* -- end cowboy ball styles -- +/

/* -- logo styles -- */
.logo-color {
	width: 116px;
	height: 48px;
	background-color: #af2a3a; /* CARRIE logo background color */
}
.logo-shadow-r {
	vertical-align:top;
	width: 12px;
	background-image: url(/images/globals/logo-shadow-r.gif);
	background-repeat: repeat-y;
}
.logo-shadow-b {
	text-align: left;
	height: 5px;
	background-image: url(/images/globals/logo-shadow-b.gif);
	background-repeat: repeat-x;
}
.logo-shadow-br {
	text-align: left;
	vertical-align: top;
	height: 5px;
}
/* -- end logo styles -- */

/* -- footer styles -- */
#footer {
	display: none;
}
.footer-content
{
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	padding-left: 75px;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
	width: 500px;
}
/* -- end footer styles -- */

/* -- global misc styles -- */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
img {
	border: 0px;
}
.border4 {
	border: solid 1px #000;
}
.border4-leftcolor {
	border: solid 1px #D9C299;
}
.ClearBoth { 
	clear:both; 
}
.spacer {
	clear: both;
	height: 5px;
}
.spacer10 {
	clear: both;
	height: 10px;
}
.spacer15 {
	clear: both;
	height: 15px;
}
.spacer20 {
	clear: both;
	height: 20px;
}
.errortext {
	color: #CC0000;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.codegoodies {
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
a:hover.codegoodies {
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#thumbBox{ 
	background: #AC8DAE;/* pop-up larger image background color */
}
