body, html {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	color: #3a3a3a;
	padding: 0;
	margin: 0;
	border:0;
}
html {
	overflow-y: scroll;
}
body {
	background: #eeebe4 url('images/repeater.gif');
}

#all {
	background: #fff;
	width: 960px;
	margin: 40px auto;
}
#page {
	background: no-repeat bottom;
	position: relative;
	overflow: hidden;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
}
#home #page {
	background-image: url('images/home-bg.jpg');
}
#prices #page {
	background-image: url('images/prices-bg.jpg');
}
#photos #page,
#simple-viewer #page {
	background-image: url('images/photos-bg.jpg');
}

#wrapper {
	overflow: hidden;
	position: relative;
}
#simple-viewer #wrapper {
	padding-bottom: 10px;
}

/* Global */
img {
	vertical-align: bottom;
}

.fl {float:left}
.fr {float:right}

.gold { color: #a4a039; }
.info { font-style: italic; font-size: 14px;}
.clear { clear: both; }
.quote {
	color: #bbb;
	font-size: 2em;
	display: inline-block;
	position: relative;
	top: .3em;
	margin: -1em 0;
}

table {
	width: 100%;
	border-collapse: collapse;
}

/* Text */
p {
	line-height: 1.625em;
	margin: 0 0 1.625em;
}

/* Lists */
ul {
	padding: 0;
	margin: 0 0 20px 20px;
}
li {
	padding: 0;
	margin: 0 0 5px;
}

/* Headings */
h1, h2, h3 {
	color: #333;
	font-size: 20px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
} 
h1 { font-size: 24px; }
#home h1 { text-align: center; font-style: italic; width: 535px; position: relative; top: 15px; }
h3 { font-size: 18px; }

/* Links */
a {
	color: #858502;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/* Header */
#header {
	background: #1B1C20;
	color: #fff;
	position: relative;
}

/* Contact */
#contact {
	position: absolute;
	text-align: right;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	top: 55px;
	right: 5px;
	padding: 15px;
}
#contact p {
	margin: 0;
}

/* Navigation */
#navigation {
	background: #a4a039;
	list-style-type: none;
	overflow: hidden;
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	margin: 0;
}
#navigation a {
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
}
#navigation a:hover {
	color: #222;
	text-decoration: underline;
}
#navigation .selected a {
	background: #1B1C20;
	color: #858502;
	text-decoration: none;
}

/* Breadcrumbs */
#breadcrumb {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #444;
	padding: 15px;
}
#breadcrumb .meta-nav {
	color: #777;
	display: inline-block;
	margin: 0 5px;
}
#home #breadcrumb {
	display: none;
}

/* Structure */
#content {
	float: left;
	width: 618px;
	padding: 15px;
	margin-right: 15px;
}
#prices #content {
	width: 545px;
}
#prices #image-column {
	width: 340px;
}
#photos #content,
#simple-viewer #content {
	margin: 0;
	width: 930px;
}
#simple-viewer #page {
	padding-bottom: 30px;
}
#simple-viewer #content {
	height: 430px;
}
#simple-viewer #footer {
	position: relative;
	top: 30px;
}
#home #content {
	float: none;
	width: auto;
	margin: 0;
}

#image-column {
	width: 267px;
	float: left;
	padding: 15px;
}
#image-column-2 {width:356px;float:left;margin:170px 0 0 5px;}

#flashcontent {height:100%;}

/* Home */
#home-images {
	position: relative;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	margin-bottom: -80px;
	padding-top: 15px;
}
#home-images p {
	position: absolute;
	top: 45px;
	left: 12px;
	margin: 0;
}
#home-images .cutting {
	left: 360px;
	top: 145px;
}
#home-images .finishing {
	left: 578px;
	top: 65px;
}

/* Gallery */
.gallerynav {
	float: left;
	margin: 10px 0 0;
}
#gallery {
	width: 559px;
	height: 452px;
	float: right;
	position: relative;
	margin-top: -75px;
}

/* Prices */
#price-table th,
#price-table td {
	text-align: left;
	padding: 20px 0;
	border-bottom: 1px solid #aaa;
}
#price-table tbody tr:last-child td {
	border: 0;
}
#price-table th {
	border-color: #888;
}
#price-table .type {
	width: 230px;
}
#price-table .price {
	text-align: right;
	color: #000;
	font-size: 22px;
	font-family: Georgia, Times, serif;
	width: 150px;
}
#price-table .info {
	font-size: 14px;
	color: #666;
	margin: 10px 0 0;
}

#special-offers {
	background: #fff;
	background: rgba(255,255,255,0.6);
	width: 360px;
	position: absolute;
	font-size: 13px;
	top: 15px;
	right: 15px;
	padding: 5px;
	z-index: 2;
}
#special-offers h2 {
	font-size: 18px;
	text-align: center;
	color: #ae3030;
}
#special-offers #price-table td {
	padding: 10px;
}
#special-offers #price-table .price {
	font-size: 20px;
}

/* Footer */
#footer {
	clear: both;
	border-top: 1px dashed #ccc;
	position: relative;
	overflow: hidden;
	margin: 15px;
}

/* Flag */
#flagtown {
	background: #fff;
	font-size: 12px;
	font-family: Georgia, Times, serif;
	border: 1px dashed #ccc;
	border-top: 0;
	clear: both;
	float: left;
	width: 236px;
	padding: 5px;
	margin: 0;
}
#flagtown img {
	float: left;
	border: 1px solid #ddd;
	margin-right: 10px;
}
#flagtown p {
	color: #444;
	line-height: 15px;
	margin: 11px 0 0;
}

/* Oak */
#oak {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	position: absolute;
	color: #666;
	bottom: 0;
	right: 0;
	margin: 0;
}
#oak a {
	color: #222;
}
#oak a:hover {
	color: #000;
}
