@charset "UTF-8";
/* Colors:
	body background 	#000000 - RGB 0 0 0 
	header, footer 		#131212
	nav font 			#B6B0B2 - RGB 182 176 178
	title font 			#D4CBCE - RGB 212 203 206
	subtitle font 		#666364 - RGB 102 99 100
	content, h1 		#D4CBCE - RGB 212 203 206
	
	*/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #51463d;
	font-size: 100%;
	text-align: center;
	width: 100%;
	padding: 0px;
	background-color: #000;
	}
	
h1 {
	font-size: 130%;
	color: #960;
}

hr {
	clear:both;
	visibility: hidden;
}
	
ul {
	list-style: none;
}
	
a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #b6b0b2;
}


ul.nav li a {
	display: block;
	background-image: url(../images/unchosen.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 122px;
	text-decoration:none;
	color:b6b0b2;
	margin: auto;
	border-bottom: 1px solid #333;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 40px;
}

ul.nav li a:hover {
	color:#FFF;
	background-image: url(../images/chosen.gif);
}

ul.nav li.currentPage a {
	color:#FFF;
	background-image: url(../images/chosen.gif);
}

ul.nav li.last a {
	border-bottom: none;
}




#wrapper {
	width: 90%;
	max-width: 980px;
	min-width: 780px;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	position: relative;
}
#nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	height: 270px;
	width: 28%;
	margin-left: 0px;
	margin-top: 20px;
	border: none;
	text-align: left;
	text-decoration: none;
}
.titletext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.6em;
	line-height: 1.1em;
	font-weight: normal;
	margin-left: 16px;
	color: #D4CBCE;
}
#headerpic {
	float: right;
	height: 270px;
	width: 65%;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: 20px;
	margin-top: 20px;
	border: none;
	text-align: center;
	vertical-align: middle;
	
}

#headerpic.painting {
	background-image: url(../images/redwall.jpg);
	background-repeat: no-repeat;	
}

#headerpic.venetian {
	background-image: url(../images/lampwall.jpg);
	background-repeat: no-repeat;	
}

#headerpic.samples {
	background-image: url(../images/patternwall.jpg);
	background-repeat: no-repeat;	
}

#headerpic.about {
	background-image: url(../images/vasewall.jpg);
	background-repeat: no-repeat;
}

#headerpic.faqs {
	background-image: url(../images/flowerwall.jpg);
	background-repeat: no-repeat;	
}

#headerpic.contactme {
	background-image: url(../images/plasterwall.jpg);
	background-repeat: no-repeat;	
}

#headerpic.murals {
	background-image: url(../images/train.jpg);
	background-repeat: no-repeat;	
}

#headerpic.links {
	background-image: url(../images/linkspic.jpg);
	background-repeat: no-repeat;	
}

#headerpic.services {
	background-image: url(../images/paintcan.jpg);
	background-repeat: no-repeat;	
}

.box-inner {
	width: 100%;
	height: 310px;
	background-image: url(../images/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.box-inner2 {
	width: 100%;
	height: 310px;
	background: url(../images/tr.gif) no-repeat top right;
}

.box-inner3 {
	width: 100%;
	height: 310px;
	background: url(../images/br.gif) no-repeat bottom right;	
}

#topcontent {
	/*float: left;*/
	width: 100%;
}

#topcontent a:hover {
	color:#960;	
}

.imageLeft {
	float: left;
	width: 30%;
	height: auto;
	padding-bottom:20px;
	
}
.textRight {
	float: right;
	width: 70%;
	height: auto;
	padding-bottom: 20px;
}


.imageLeftW {
	float: left;
	width: 40%;
	height: auto;
	padding-bottom:20px;
	
}
.textRightW {
	float: right;
	width: 56%;
	height: auto;
	padding-bottom: 20px;
}


#middlecontent {
	/*float: left;*/
	width: 100%;
}

#middlecontent ul {
	list-style: circle;	
}

.imageRight {
	float: right;
	width: 30%;
	text-align: right;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.textLeft {
	float: left;
	width: 70%;
}

.imageRightW {
	float: right;
	width: 40%;
	text-align: right;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.textLeftW {
	float: left;
	width: 56%;
}

#lowercontent {
	width: 100%;	
}

#titleboard {
	font-family: Verdana, Geneva, sans-serif;
	height: 80px;
	width: 100%;
	text-align: left;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 110px;
	position: absolute;
	top: 60px;
	right: 10px;
}


#contactme {
	float: left;
	height: auto;
	width: 510px;
	margin-top: 38px;
	margin-left: 36px;
	text-align: left;
	margin-bottom: 38px;
	background-repeat: repeat-y;
}


#footer {
	background-color: #131212;
	height: 20px;
	width: 100%;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D4CBCE;
	margin-bottom: 20px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	vertical-align: bottom;
	background-image: url(../images/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.footer-inner {
	width: 100%;
	height: 20px;
	background: url(../images/br.gif) no-repeat bottom right;
}

.subtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 16px;
	color: #666364;
}
#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	width: 86%;
	text-align: left;
	vertical-align: top;
	color: #D4CBCE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#innerContent {
	height: auto;
	width: 86%;
	margin-right: auto;
	margin-left: auto;
}

#innerContent hr {
	visibility: visible;
}

#innerContent ul {
	list-style: circle;	
}

#innerContent a:hover {
	color:#960;	
}

#content div.leftside {
	float:left;
	padding-bottom: 0px 60px 20px 60px;
}

#content div.leftside img {
	padding-right: 60px;
	padding-bottom: 20px;
}

#content div.leftside p {
	padding-right: 60px;
}

#content div.rightside {
	clear: left;
	float:left;
	padding-bottom: 20px;
	padding-top: 10px;
}

#content div.rightside img {
	padding-left: 60px;
	padding-bottom: 20px;
	padding-right: 0px;
}

#content div.rightside p {
	padding-left: 0px;
}

#content div.rightside h1 {
	padding-left: 60px;
}

#content div.lowerside {
	clear:left;
	float:left;
	padding-bottom: 20px;
}

#content div.lowerside img {
	padding-right: 60px;
	padding-bottom: 20px;
}

#content div.lowerside p {
	padding-right: 60px;
}

#header {
	padding: 0px;
	width: 100%;
	height: 310px;
	vertical-align: bottom;
	margin: auto;
	background-image: url(../images/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #131212;
}
.bold {
	font-weight: bold;
	color: #C96;
}
.white {
	color: #FFF;
}
.italics {
	font-style: italic;
}
#samples {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #131212;
	background-image: url(../images/tl.gif);
	background-repeat: no-repeat;
}

#samples img {
	padding: 12px;
	border: 0;
}


.sample-inner {
	width: 100%;
	background-image: url(../images/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.sample-inner2 {
	width: 100%;
	padding-top: 20px;
	background: url(../images/tr.gif) no-repeat top right;
}

.sample-inner3 {
	width: 100%;
	background: url(../images/br.gif) no-repeat bottom right;	
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #333;
padding: 2px;
left: -1000px;
border: 0;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 99px;
left: -44px; /*position where enlarged image should offset horizontally */

}
.pictext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #666364;
}
.topmenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	width: 220px;
	position: absolute;
	top: 20px;
	right: 10px;
	color: #666;
}

.topmenu a{
	color:#666;	
}

.topmenu a:hover{
	color:#FFF;	
}

.sourcelink a{
	color:#993;	
}
