@charset "utf-8";
/* CSS Document */


body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #999966;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bk-body.jpg);
	height: 100%;
	min-height: 950px;
	width: 100%;
	min-width: 1200px;
}

.top-bar {
	width: 100%; 
	min-width: 1200px; 
	height: 10px; 
	background: #ffffff; 
	clear: both; 
	position: absolute; top: 0; left: 0;
}

.header {
	width: 100%; 
	min-width: 1200px; 
	height: 150px; 
	background-image: url(images/bk-header.jpg); 
	background-repeat: repeat-x; 
	position: absolute; top: 10px; left: 0; 
	clear: both
}

img {
	
}

#logo {
	position: absolute; 
	top: 0px; 
	left: 60px;
}

#header {	
	position: absolute; 
	top: 0px; 
	left: 210px;

}
#navigation {
	width: 100%; 
	min-width: 1200px; 
	height: 40px; 
	background-color: #993333; 
	margin: 0; 
	padding: 0; 
	position: absolute; 
	top: 160px; 
	left: 0px; 
	clear: both; 
	overflow: visible;
}

.Main_Content_Area {
	
	width: 100%; 
	min-width: 1200px; 
	margin: 0px;
	background: url(images/bk-body2.jpg) repeat-x; 
	position: absolute; 
	top: 200px; 
	left: 0px; 
	clear: both;
	height: 100%;
	min-height: 800px;
}

.Left_Column {

	float: left; 
	width: 300px; 
	height: 925px;
	
}

.Right_Column {

	float: left; 
	min-width: 200px;
	max-width: none;
	/* height: 100%; */
	padding-top: 60px;
	
	}

img.left {

	padding: 10px; 

}

img.right {
	
	padding: 4px; 
	border: solid 1px #666666; 
	background: #ffffff;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;

}

img.full {
	
	padding: 4px;
	border: solid 1px #666666;
	background: #ffffff;
}

a {
	text-decoration: none;
	/* color: #996633; */
	color: #663399;
}

a:hover {
	color: #CC6600;
}

a.nav {
	display: inline; 
	height: 20pt; 
	line-height: 20pt;
	background-color: #993333; 
	text-align: center; 
	color: #ffcc66; 
	float: left; 
	padding: 0px 0px;
	margin: 12px 10px 0px 10px;
	font-family: lucida sans unicode;
	font-family: franklin gothic medium;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: .2em;
	overflow: visible;
	z-index: 500;
}

a.nav:hover {
	background-color: #993333; 
	border-bottom: dashed 1pt #ffcc66;
	z-index: 500;
}

.Full_Pic_Page {

	padding: 20px 50px;
}

.Products_Page {

	margin: 60px auto 100px auto;
	padding: 0px auto;
	text-align: left;
	width: 750px;
}

.back-button {

	font-size: 10pt;
	color: white; 
	position: absolute; 
	top: 0px; 
	left: 50px;
	
	}


.new_footer_menu {
	clear: both;
	position: relative;
	/* top: 1200px; */
	left: 0px;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: white;
	z-index: 100;
	border-top: solid 2px #000000;
	padding-top: 12pt;
	margin: 0;
	margin-top: 50px;
	background-color: #333333;
	width: 100%;
	min-width: 1200px;
	
}

h1 {
font-family: calibri, cambria, arial, geneva, Helvetica, sans-serif; 
font-size: 18pt; 
font-weight: normal; 
color: black; 
line-height: 145%; 
text-align: left;
letter-spacing: 3pt;
margin: 0;
}

.address {
display: block;
position: absolute;  
top: 14px;
left: 740px; 
color: #C09263; 
font-size: 8pt;
z-index: 800;
text-align: right;
line-height: 14pt;
min-width: 280px;
}

.bodyText {
	
	margin: 10pt 15pt;
}

.subtitle {

	color: white; 
	background-color: #927663; 
	padding: 2pt; 
	margin: 10pt 5pt 10pt 0pt;
}
.subtext {

	margin: 2pt 5pt 2pt 10pt;

}
.pricing {
	margin: 6pt 5pt 4pt 20pt; 
	font-size: 8pt; 
	font-weight: demi-bold;
}

.intro	{

	font-family: verdana, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	margin-top: 10pt; 
	margin-bottom: 0pt; 
	margin-left: 8pt; 
	margin-right: 8pt; 
	line-height: 115%;
	}


.products-table {
	width: 750px; 
	margin: 20px auto; 
	clear: both; 
	border-bottom: solid 1px #333333; 
	padding-bottom: 20px;
}

.products-table td {

	padding: 5px 10px;
	font-family: calibri, arial, sans-serif;
	font-size: 11pt;
	color: #000033;
	
}


.photoGalleryFrame {

	width: 92%;
	height: 96%;
	padding: 1% 4% 3%;
	
	}
	
.photoGallery {

	background-color: #333333;
	min-width: 950px;
	min-height: 600px;
	margin: auto;
	
	}
	
a.photoLinks, a.photoLinks:visited {

	color: #CCCC66;
	text-decoration: none;
	}

a.photoLinks:hover {

	color:#FF9933;
	}
