@charset "utf-8";
/* CSS Document */

/*MAIN STYLES*/
*{
	margin:0px;
}
img{
	border:0px;
}
body{
	line-height:1.6em;
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
}
.clear{
	clear:both;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.imageLinks img{
	border:1px solid;
	padding:10px;
}
.imageLinks a:link {
	color: #000000;
	text-decoration: none;
}
.imageLinks a:visited {
	color: #000000;
	text-decoration: none;
}
.imageLinks a:hover {
	color: #888888;
	text-decoration: none;
}
.imageLinks a:active {
	color: #000000;
	text-decoration: none;
}

.caption{
	margin-top:5px;
	line-height:1.2em;
	text-align:center;
	font-size:11px;
	width:350px;
}
.subText{
	font-size:11px;
}
.redText{
	color:#900;
}
.greenText{
	color:#390;
}
h1{
	padding:0;
	margin:0;
	font-size:20px;
	font-weight:normal;
	color:#21412B;
	padding-top:15px;
}
h2{
	padding:0;
	margin:0;
	font-size:16px;
	font-weight:normal;
	color:#21412B;
	padding-top:10px;
}
p{
	line-height:1.8em;
	padding:0;
	margin:0;
	padding-top:15px;
}
.grayBox{
	margin-top:20px;
	padding:20px;
	padding-top:5px;
	background-color:#F5FAF5;
	-moz-border-radius:9px;
	border-radius: 9px;
}

/*CONTAINERS*/
.CONTAINERALL{
	margin-right:auto;
	margin-left:auto;
	width:1024px;
}
.CONTAINERHEADER{
	background-image:url(images/title.png);
	background-repeat:no-repeat;
	width:100%;
	height:180px;
}
.CONTAINERTITLE{
	padding-left:30px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:50px;
	width:300px;
}
.CONTAINERHEADERNAVIGATION{
	text-align:center;
	padding-top:26px;
	margin-right:auto;
	margin-left:auto;
}
.CONTAINERHEADERNAVIGATION img{
	padding:.25px;
}
.CONTAINERCONTENT{
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	margin-right:auto;
	margin-left:auto;
	width:890px;
}
.CONTAINERCONTENTLEFT{
	padding:25px;
	padding-top:0px;
	width:400px;
	float:left;
}
.CONTAINERCONTENTRIGHT{
	padding:25px;
	padding-top:0px;
	width:390px;
	float:left;
}
.CONTAINERCONTENTFULL{
	padding:25px;
	padding-top:0px;
	width:835px;
	float:left;
}
.CONTAINERFOOTER{
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	width:1024px;
	height:120px;
}


/*HOMEPAGE*/
.CONTAINERHOME{
	margin-right:auto;
	margin-left:auto;
	width:1024px;
}
.CONTAINERHOMETOP{
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/homeTop.png);
	background-repeat:no-repeat;
	height:331px;
	width:1024px;
	float:left;
}
.CONTAINERHOMENAV{
	padding-left:3px;
	padding-top:285px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
.CONTAINERHOMENAV img{
	padding:.6px;
}
.CONTAINERHOMEFOOTER{
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/homeBottom.png);
	background-repeat:no-repeat;
	height:397px;
	width:1024px;
	float:left;
}

/*ACCORDIONS*/
#accordion {
	width:304px;
}
.accordion dt {
	width:304px;
	border:0px solid #9ac1c9;
	padding:0px;
	margin-top:0px;
	cursor:pointer
}
.accordion dd {
	overflow:hidden;
}
.accordion span {
	width:304px;
}

/*PAINTINGS*/
.paintingBox{
	float:left;
	width:195px;
	text-align:center;
	margin-bottom:20px;
}
.paintingSold{
	background-image:url(images/sold.jpg);
	background-repeat:no-repeat;
	width:195px;
	height:80px;
}
.paintingAvailable{
	width:195px;
	height:80px;
}
.paintings{
	padding:2px;
}

/*FILMS*/
.filmsPosters{
	float:left;
	width:191px;
	margin-left:8px;
	margin-right:8px;
	text-align:center;
	margin-bottom:20px;
}
.quoteTop{
	float:left;
	padding-right:15px;
}
.personQuote{
	font-size:11px;
	float:right;
	padding-right:10px;
	padding-bottom:20px;
}

.me{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:400px;
	text-align:center;
}


/*FORM*/
input{
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	background-color:#FFF;
	border:1px solid #000;
	padding:8px;
	padding-top:4px;
	padding-bottom:4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
input:focus{
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	background-color:#EEE;
	border:1px solid #333;
	padding:8px;
	padding-top:4px;
	padding-bottom:4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
textarea{
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	background-color:#FFF;
	border:1px solid #000;
	padding:8px;
	padding-top:4px;
	padding-bottom:4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
textarea:focus{
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	background-color:#EEE;
	border:1px solid #333;
	padding:8px;
	padding-top:4px;
	padding-bottom:4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/*NEW LIGHTBOX*/
.imagesCentering{
	text-align:center;
}
.thumbnail{
	background: #FFF;
	border-color:#CCC;
	border-style: solid;
	border-width: 1px;
	margin:3px;
}
#dimmer{
	text-align:center;
	color:#FFF;
	display:none;
	width:100%;
	height:100%;
	background-color:#000;
	position:fixed;
	top:0;
	left:0;
	opacity:.90;
	filter:alpha(opacity=90);
	filter: “alpha(opacity=90)”;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
}
.insideDimmer{
	padding-top:50px;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	width:600px;
}
.insideDimmer img{
	cursor:pointer;
}
.insideDimmer table{
	float:right;
	text-align:right;
	vertical-align:middle;
}


/*HOVERBOX
.hoverbox{
	text-align:center;
	cursor: default;
	list-style: none;
}
.hoverbox a{
	color:#000;
	cursor: default;
}
.hoverbox a .preview{
	display: none;
}
.hoverbox a:hover .preview{
	color:#000;
	display: block;
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 1;
}
.thumbnailPainting{
	background: #FFF;
	border-color:#CCC;
	border-style: solid;
	border-width: 1px;
	margin:3px;
}
.hoverbox li{
	border-width: 0px;
	display: inline;
	float: left;
	position: relative;
}
.hoverbox .preview{
	line-height:1.2em;
	background-color:#FFF;
	border-color:#000;
	border-style: solid;
	border-width: 1px;
	padding:40px;
}
*/