
html {
	height: 100%;
	width: 100%;
}
body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #e0e5ea;
	background: url('../images/mountain1.png') center 5px no-repeat, url('../images/background1.jpg') center top repeat-x, #e0e5ea;
	/*background-position: center top;
	background-repeat: repeat-x;*/
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1 {
	color: #244771;
}
h2 {
	color: #6F8CAE;
}
h3 {
	color: #9CB7D7;
	font-size: 17px;
}
p {
	line-height: 20px;
	font-size: 16px;
}
a {
	color: #A67932;
	text-decoration: none;
}
a:hover {
	color: #9CB7D7;
	text-decoration: underline;
}
#header, #footer, #content {
	width: 960px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
}
#header {
	height: 100px;
}
#content {
	background-color: #FFF;
	box-shadow: 0px 0px 40px #999;
	padding: 12px;
	display: inline-block;
	/*
	-webkit-border-top-left-radius: 17px;
	-webkit-border-top-right-radius: 17px;
	-moz-border-radius-topleft: 17px;
	-moz-border-radius-topright: 17px;
	border-top-left-radius: 17px;
	border-top-right-radius: 17px;
	*/
	-webkit-border-radius: 17px;
	-mox-border-radius: 17px;
	border-radius: 17px;
}
#footer {
	text-align: center;
	color: #E0E5EA;
	color: #6F8CAE;
	font-size: 14px;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 30px;
	/*
	text-shadow: 0px 1px 0px #000, 0px -1px 0px #FFF;
	text-shadow: 0px 0px 2px #000;
	*/
}
#footer a:hover {
	text-decoration: none;
	color: #244771;
}
#logo {
	padding-top: 7px;
	width: 300px;
	height: 100px;
	float: left;
}
#address {
	float: right;
	width: 300px;
	height: 100px;
	text-align: right;
	font-size: 20px;
	color: #FFF;
	color: #453356;
	color: #244771;
	line-height: 24px;
	font-family: gillsans-light, 'Lato', Gill Sans MT, Toronto Subway, sans-serif;
}
#gallery {
	width: 960px;
	height: 300px;
	position: relative;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
nav {
	width: 960px;
	height: 50px;
	position: absolute;
	bottom: 0px;
}
nav ul {
	margin: 0px;
	padding: 0px;
}
nav ul li {
	width: 191px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	list-style-type: none;
	border-right: 1px solid #555;
}
nav ul li a {
	width: 191px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-image: url('../images/background.png');
	font-weight: bold;
	color: #FFF;
	box-shadow: inset 0px 0px 40px #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
nav ul li a:hover {
	color: #FFD89A;
	box-shadow: inset 0px 0px 70px #000;
	text-decoration: none;
}
.calendar a.calendar:hover,
.home a.home:hover,
.order a.order:hover,
.testimonials a.testimonials:hover {
	box-shadow: inset 0px 0px 40px #000;
	text-decoration: none;
}
#gallery img.frame {
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#imageCopyright1 {
	position: absolute;
	bottom: 50px;
	right: 0px;
	width: 300px;
	color: #FFF;
	font-size: 12px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	text-shadow: 1px 1px 0px #000;
}
#imageCopyright {
	color:#fff;
	border:0px solid red;
	padding-top: 20px;
	font-size: 12px;
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
	bottom:0;
	width:31px;
	height:29px;
	text-shadow: 0px 1px 1px #333;
	font-family: Arial, Helvetica, sans-serif;

}
a:hover.emailLink {
	color: #FFD89A;
	color: #A67932;
}
a.emailLink {
	color: #FFF;
	text-decoration: none;
	color: #6F8CAE;
}
a.thumb img {
	padding: 2px;
	border: 1px solid #A67932;
	margin: 5px;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.cr {
	clear: right;
}
.cl {
	clear: left;
}
#calendarImages {
	float: right;
	padding: 15px 30px 0px 12px;
}
#calendarImages a.thumb {
	position: relative;
}
#calendarImages a.thumb span {
	display:none;
}
#calendarImages a:hover.thumb span {
	display:block;
	position: absolute;
	width: 100px;
	top: 8px;
	left: 8px;
	line-height: 100px;
	text-align: center;
	color: #FFF;
	background-color: rgba(0,0,0,.5);
	text-decoration: none;
}
#calendarImages a:hover.thumb {
	text-decoration: none;
}
h3.tagline {
	margin-top: 0px;
	margin-left: 30px;
}
.close {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 30px;
}
.home #landing {
	background-image: url('../images/shadowBar.jpg');
	background-repeat: no-repeat;
	background-position: 25px 75px;
}
div.rightSidebar {
	float: right;
	margin-top: 12px;
	padding: 0px;
	margin: 12px 30px 12px 12px;
}
img.home {
	width: 180px;
	height: 300px;
	padding: 3px;
}
p.title {
	font-weight: bold;
	text-align: center;
	margin: 0px;
}
p.cost {
	font-weight: bold;
	text-align: center;
	color: #6F8CAE;
	margin: 0px;
}
p.details {
	text-align: center;
	color: #9CB7D7;
	margin: 0px;
	font-size: 13px;
	line-height: 15px;
}
a.orderButton {
	text-align: center;
	color: #FFF;
	background-image: linear-gradient(bottom, rgb(166,122,50) 8%, rgb(255,216,154) 84%);
	background-image: -o-linear-gradient(bottom, rgb(166,122,50) 8%, rgb(255,216,154) 84%);
	background-image: -moz-linear-gradient(bottom, rgb(166,122,50) 8%, rgb(255,216,154) 84%);
	background-image: -webkit-linear-gradient(bottom, rgb(166,122,50) 8%, rgb(255,216,154) 84%);
	background-image: -ms-linear-gradient(bottom, rgb(166,122,50) 8%, rgb(255,216,154) 84%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.08, rgb(166,122,50)),
		color-stop(0.84, rgb(255,216,154))
	);
	font-weight: bold;
	height: 20px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #A67932;
	box-shadow: 2px 2px 10px #888;
	border-radius: 12px;
	padding: 4px 15px;
	display: block;
	margin: 20px auto;
}
a:hover.orderButton {
	color: #A67932;
	text-decoration: none;
}
div.infoBlock {
	margin: 10px 30px;
}
div.infoBlock h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div.infoBlock p {
	margin-top: 0px;
	padding-top: 0px;
	color: #444;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
ul.highlights {
	margin: 12px 30px 0px 30px;
	padding: 0px;
	width: 420px;
	font-size: 16px;
}
ul.highlights li {
	padding: 0px;
	color: #444;
	padding-bottom: 6px;
}
a.artist {
	width: 106px;
	height: 106px;
	text-align: center;
	margin: 0px 6px;
}
a:hover.artist {
	text-decoration: none;
}
a.artist img {
	width: 100px;
	height: 100px;
	margin-bottom: 0px;
}
div.artists {
	text-align: center;
	width: 360px;
}

div.quote {
	border: 1px solid #FFF;
	background-color: #E0E5EA;
	margin: 10px 30px 20px;
	box-shadow: 5px 5px 20px #AAA;
	border-radius: 10px;
}
div.quote p.comment {
	color: #666;
	font-size: 18px;
	padding: 20px 20px 0px 20px;
	margin-bottom: 0px;
}
div.quote p.comment:before {
    content: "\201C";
    font-size: 40px;
    vertical-align: -10px;
}
div.quote p.comment:after {
    content: "\201D";
    font-size: 40px;
    vertical-align: -10px;
}
div.quote p.customer {
	padding: 0px;
	margin: 0px;
	text-align: right;
	padding: 0px 30px 30px;
	color: #244771;
}
div#marker {
	width: 50px;
	height: 15px;
	background-image: url('../images/marker1.png');
	position: absolute;
	top: 35px;
	background-repeat: no-repeat;
}
.marker_thankyou, .marker_viewOrders, .marker_resources{
	display:none;
}
.home .home, .order .order, .testimonials .testimonials, .calendar .calendar, .artists .artists {
	color:#FFD89A;
	cursor: default;
}
.marker_home {
	left: 78px;
}
.marker_calendar {
	left: 272px;
}
.marker_order {
	left: 656px;
}
.marker_testimonials {
	left: 850px;
}
.marker_artists{
	left: 462px;
}
.item {
	background-color: #e0e3ea;	
}
.item td {
	padding: 5px;
}
.item th {
	padding: 5px;
}
.Order {
	font-style: italic;
}
.simpleList{
	margin: 15px;
	padding: 10px;
}
p.css-vertical-text {
	color:#fff;
	border:0px solid red;
	padding-top: 20px;
	font-size: 12px;
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
	bottom:0;
	width:28px;
	height:26px;
	text-shadow: 0px 0px 1px #333;
}
textarea:disabled {
	color:#BBB !important;
}
.artistThumbs {
	padding: 10px 10px 10px 30px;
}
.artistThumbs img{
	margin:0px 20px 0px 0px;
	border:solid white 1px;
	padding:2px;
	opacity:.6;
}
.artistThumbs img:hover {
	opacity: 1;
	cursor: pointer;
}
.artistThumbs img.activeThumb {
	border: 1px solid #A67932;
	opacity: 1;
}
.artistBios {
	padding:0px 30px;
}
.artistBios h2{
	margin-bottom:0px;
}
.artistBios p{
	margin-top:5px;
}
.artistBios h3{
	 margin-bottom: 3px;
}
.artistBios a.thumb img {
	margin: 0px 10px 0px 0px;
}
.artistBios h4 {
	padding-top: 10px;
	clear:both;
}
.price tr td {
	padding: 5px;
}
.price table {
	width: 400px;
	margin-left:15px;
}
.dots { 
  background: url('.../images/dot.gif') repeat-x bottom; 
}
.field {
  background-color: #FFFFFF;
} 
input.button {
    border: 1px solid #6F8CAE;
    padding: 4px 12px;
    font-size: 0.9em;
    color: #FFF;
    background-color: #244771;
    border-radius: 10px;
    cursor: pointer;
}
input:hover.button {
	background-color: #5A85B8;
	color: #E0E5EA;
}
table.custom input, table.custom select, table.custom input, table.custom textarea {
	border: 1px solid #6F8CAE;
	padding: 3px;
	font-size: 1.3em;
	color: #A67932;
	border-radius: 3px;
    -webkit-box-shadow: inset 0px 5px 5px #eee;
    -moz-box-shadow: inset 0px 5px 5px #eee;
    box-shadow: inset 0px 5px 5px #eee;
}
#formWrapper {
	float: right;
	background-color: #FFEAC8;
	background-color: #E0E5EA;
	/*border-radius: 10px;
	border: 2px solid #244771;*/
	border: 1px solid #244771;
	padding: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

}
table.formHolder tr td.label {
	text-align: right;
	font-weight: bold;
	font-size: 1.3em;
	color: #888;
}
#colorchart{border:0;padding:0;border-collapse:collapse;}#colorchart td{width:5px;height:5px;}.wrapper{height:100px;}.holder{width:68px;height:68px;float:left;margin-right:1px;}.wrapper div div{height:68px;float:left;}.wrapper div div div{width:38px;height:38px;margin:15px;}.off{background-image:url('http://c632769.r69.cf2.rackcdn.com/onoff_001.png');background-position:0 -68px;}.on{background-image:url('http://c632769.r69.cf2.rackcdn.com/onoff_001.png');background-position:-68px -136px;}.htmlcode{border:1px solid gray;background-color:gray;color:white;padding:5px;}.yui-picker-hue-thumb{cursor:default;width:18px;height:18px;top:-8px;left:-2px;z-index:9;position:absolute;}.yui-picker-hue-bg{-moz-outline:none;outline:0 none;position:absolute;left:375px;height:366px;width:28px;background:url(http://c632769.r69.cf2.rackcdn.com/hue_bg.png) no-repeat;top:4px;}.yui-picker-bg{-moz-outline:none;outline:0 none;position:absolute;top:4px;left:4px;height:364px;width:364px;background-color:#F00;background-image:url(http://c632769.r69.cf2.rackcdn.com/picker_mask_001.png);}*html .yui-picker-bg{background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://c632769.r69.cf2.rackcdn.com/picker_mask_001.png',sizingMethod='scale');}.yui-picker-thumb{cursor:default;width:11px;height:11px;z-index:9;position:absolute;top:-4px;left:-4px;}.yui-picker-swatch{position:absolute;left:415px;top:10px;height:155px;width:195px;border:2px solid #7c7c7c;}.yui-picker-controls{position:absolute;top:180px;left:415px;font:1.6em monospace;}.yui-picker-controls .hd{background:transparent;border-width:0!important;}.yui-picker-controls .bd{height:100px;border-width:0!important;}.yui-picker-controls ul{float:left;padding:0 2px 0 0;margin:0;}.yui-picker-controls li{padding:2px;list-style:none;margin:0;}.yui-picker-controls input{font-size:20px;width:2.4em;}.yui-picker-hex-controls{clear:both;padding:20px 0 0 0;font:2em monospace;}.yui-picker-hex-controls input{width:160px;font:40px monospace;margin-left:-20px;}.yui-picker-controls a{font:20px arial,helvetica,clean,sans-serif;display:block;*display:inline-block;padding:0;color:#000;}#container{background-color:#eee;height:380px;width:625px;position:relative;}#insertcolor{background-color:#EEE;width:615px;font-size:20px;position:relative;text-align:right;padding:5px;margin:5px 0;}input#startcolor{font-size:16px;width:90px;}button#newcolor{font-size:16px;}-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;