@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7b8082;
	text-align: left;
	text-transform: uppercase;
}
#background {
	z-index: -1000;
	position: absolute;
	top: 400px;
	left: 0px;
	width: 100%;
	height: 327px;
	background: #000000 url(../media/images/site-bg-2.jpg) repeat-x top left;
}
#page_container {
	width: 990px;
	margin: 0px auto;
	padding-top: 4px;
}
#logo {
	width: 130px;
	height: 160px;
	background: #000000 url(../media/images/logo.gif) no-repeat top left;
	float: left;
	position: relative;
	top: 10px;
	left: 25px;
}
#navigation {
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	float: left;
	margin-left: 85px;
	margin-top: 40px;
	width: auto;
}
#navigation li {
	display: inline;
	padding-left: 30px;
}
#navigation a, #navigation a:link, #navigation a:active {
	color: #7b8082;
	text-decoration: none;
}
#navigation a.active {
	color: #FFFFFF;
}
#content_container {
	clear: both;
}
#page_image {
	margin-top: 30px;
	width: 350px;
	float: left;
}
#content {
	float: left;	
	width: 600px;
	color: #FFFFFF;
	margin-left: 5px;
	position: relative;
}
h1 {
	font-weight: normal;
	color: #7b8082;
	padding-left: 20px;
	font-size: 16px;
}
p {
	color: #999999;
	padding: 10px 0px;
}
em {
	font-style: normal;
}
#footer {
	clear: both;
	padding-bottom: 20px;
	width: 100%;
	text-align: right;
	padding-right: 15px;
}
#footer a, #footer a:visited {
	color: #999999;
}
em, .highlight {
	color: #FFFFFF;
	font-size: 105%;
}	
.footer_line {
	position: absolute; 
	top: 450px;
}	
.footer_line .upper {
	font-size: 15px;
}
#content h1, #content > h1 > a, #content > div > h1 > a {
	display: inline;
	font-size: 16px;
	color:#7B8082;
	text-decoration: none;
}	
#content h1.active, #content h1.active > a {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: #FFFFFF;
}
#content h1:first-child {
	padding-left: 0px;
}		
.right {
	float: right;
}
.left {
	float: left;
}
.menu_item {
	width: 620px;
}
.menu_item em {
	font-weight: bold;
}
.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: none;
}
.up_arrow, .down_arrow {
	width: 16px; 
	height: 16px;
	float: right; 
	position: absolute; 
	right: 0px;
	background: transparent url(../media/images/arrows.gif) no-repeat top left;
	padding: 0px;
	cursor: pointer;
}
.up_arrow {
	top: 72px;
}		
.down_arrow {
	top: 200px;
	background-position: bottom left;
}
/* This should be the divs that hold the menu items */
#content.menu > div {
	height: 210px;
	position: relative;
	overflow: hidden;
}
#content.menu p.menu_item {
	line-height: 125%;
}
#content.menu p.menu_item em {
	text-transform: uppercase;
	font-size: 95%;
	font-weight: normal;
}
#content.menu p.menu_item em.price {
	float: right;
	position: relative;
	right: 50px;
}
/* Inner container for the menu items */
#content.menu div.menu_item_inner {
	position: absolute;
	top: 0px;
	left: 0px;
}	
/* Gallery Images */
.gallery_left {
	width: 200px; 
	float: left; 
	text-align: center;
	position: relative;
	right: 15px;
}
.gallery_main {
	width: 590px; 
	float: left; 
	text-align: center; 
	padding-top: 0px;	
	position: relative;
	right: 5px;
}
.gallery_right {
	width: 185px; 
	float: right;
	text-align: center;	
	position: relative;
	right: 2px;
}
.gallery_main p {
	position: relative;
	bottom: 80px;
	color: #FFFFFF;
}	
#content div.gallery_main p {
	text-transform: uppercase;
}
.gallery_img {
	border: medium none;
}
/* Feedback page */
.customer_list h2.active {
	color: #FFFFFF;
	font-size: 14px;
}
.customer_list h2 {
	display: inline;
	margin-left: 15px;
	color: #7B8082;
	font-size: 13px;
	font-weight: normal;
}
.press_list h2.active {
	color: #FFFFFF;
	font-size: 14px;
}
.press_list h2 {
	display: inline;
	margin-left: 15px;
	color: #7B8082;
	font-size: 13px;
	font-weight: normal;
}
.feedback_item {
	width: 600px;
	display: inline;
	float: left;
}
.feedback_item em {
	font-size: 97%;
}

#content p {
	text-transform: none;
	line-height: 1.2em;
}

#content p.welcome_p {
	line-height: 1.5em;
	text-transform: uppercase;
}
#content p.welcome_p em {
	text-transform: uppercase;
}	

#gallery_load_overlay {
	width: 590px;
	height: 437px;
	background-color: #000000;
	position: relative;
	left: 195px;
	display: none;
}
#gallery_load_img {
	position: relative;
	bottom: 240px;
	right: 345px;
	display: none;
}	
.thumb_desc {
	color: #FFFFFF;
	text-transform: uppercase !important;
}
.lowerText {
	padding-top: 15px;
}
#contact_map {
	position: relative;
	top: -30px;
	left: -40px;
}
#content.contact p {
	color: #FFFFFF;
}
em.contact_method {
	text-transform: uppercase;
	color: #999999;
}
address.contact_address {
	font-style: normal;
	margin: 0px;
}
a.contact_email {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
#menu_footer_line.footer_line em {
	font-size: 100%;
}
.owner_text {
	color: #70767a;
}
