@charset "UTF-8";
body {
	/*background-image: url(images/wallpaper_pattern_01.jpg);*/
	margin: 0 auto;
	background-color: #000;
	font-family: Copperplate, "Copperplate Light", "Copperplate Gothic Light";
}
a, a:link, a:visited, a:active {
	text-decoration:none; color:#666600;
}

a:hover {color:#fff;}



/*MAIN*/
#container {
	width:980px;
	background-image: url(images/wallpaper_pattern_01.jpg);
	margin: 0 auto;
	height: 100%;
}
.main {
	text-align: center;
	padding: 60px;
	;
	color: #FFFFFF;
}



/*NAVBAR*/
.navbar {
	height: 60px;
	background-image: url(images/black_bg.png);
	color: #B4A070;
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.navbar ul {
	float:right;
	padding-right: 40px;
}
.navbar li {
	float:left;
	padding-left: 36px;
	list-style:none;
	color: #B4A070;
}
.navbar a, .navbar a:link, .navbar a:visited {
	color: #B4A070;
	text-decoration:none;
	}
.navbar a:hover {
	color:#fff;
}
.active, li.active, a.active {
	color:#fff;
}



/*FOOTER*/

.footer {
	height: 40px;
	background-image: url(images/black_bg.png);
	text-align: center;
	color: #B4A070;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.footer a, .footer a:link, .footer a:visited {
	text-decoration: underline;
	color: #B4A070;
}
.footer a:hover {
	color:#fff;
}

/*PRICING*/
.restoration {
	background-image: url(images/Restoration_link.jpg);
	background-repeat: no-repeat;
	width: 450px;
	height: 333px;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
	clear: both;
}
.restorationText {
	padding: 80px 100px;
	font-size: 12px;
	text-align: center;
	color: #54310b;
	display: none;
}
.restorationText a:hover {color: #333300;}
.restorationText h1 {
	font-size:28px;
	margin: 0;
	margin-top: 10px;
}
.mounting {
	float: left;
	width: 350px;
	height: 347px;
	background-image: url(images/Mounting_link.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin-left: 220px;
	margin-top: -100px;
	margin-bottom: 40px;
}
.mountingText {
	padding: 60px 90px;
	font-size: 11px;
	text-align: center;
	color: #54310b;
	display: none;
}
.mountingText p {
	line-height:100%;
	margin: 0;
}
.mountingText h1 {
	margin:10px;
	padding-top: 5px;
	font-size: 28px;
}
.mountingText h2 {
	font-size:14px;
	margin:0px;
	font-weight: bold;
	margin-top: 5px;
}
.mountingText h3 {
	font-size: 14px;
}


.prints {
	background-image: url(images/prints_link.jpg);
	width: 250px;
	height: 270px;
	float: right;
	background-repeat: no-repeat;
	clear: both;
	margin-top: -120px;
	margin-bottom: 40px;
	margin-right: 120px;
}
.printsText {
	padding: 60px 80px;
	font-size: 12px;
	text-align: center;
	color: #54310b;
	display: none;
}
.printsText h1 {
	margin:10px;
	padding-top: 10px;
	font-size: 28px;
}
.printsText h2 {
	font-size:13px;
	margin:10px;
	font-weight: bold;
}

/*EXAMPLES*/
.example1 {
	margin: 40px auto;
	text-align: center;
}
.example2 {
	float: left;
	margin-top: 300px;
	margin-left: 40px;
	margin-bottom: 40px;
}
.example3 {
	float: right;
	margin-right: 40px;
	margin-top: 20px;
}




/*THANK YOU & ERROR PAGES*/
.frame {
	background-image: url(images/frame_main.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 376px;
	text-align: center;
	margin: 40px auto;
}
.frameText {
	padding: 80px 100px;
	font-size: 12px;
	text-align: center;
	color: #54310b;
}
.frameText h1 {
	font-size:28px;
	margin: 0;
	margin-top: 10px;
}
.frameText a, .frameText a:link, .frameText a:visited {
}
.frameText a:hover {
}
.contact {
	margin: 0 auto;
	color: #fff;
}
