@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 0;
}

h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {
	margin-top: 0;
}

p+h1, p+h2, p+h3, p+h4, p+h5, p+h6 {
	margin-top: 1em;
}

ul+h1, ul+h2, ul+h3, ul+h4, ul+h5, ul+h6 {
	margin-top: 1em;
}

ol+h1, ol+h2, ol+h3, ol+h4, ol+h5, ol+h6 {
	margin-top: 1em;
}

body {
	background: #000 url(../images/global/body_bg.jpg) repeat-x fixed left bottom;
	color: #555;
	margin: 20px 0;
	text-align: center;
	font-family: "Lucida Grande", "Arial Narrow", Verdana, Arial, sans-serif;
	font-size: .9em;
}

/* LAYOUT */
#wrapper {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 900px; 
}


/* HEADER */
#header {
	background-color: #222;
	background-image: url(../images/global/header_bg.jpg);
	height: 240px;
}

#header_title {
	position: relative;
	color: #222;
	top: 1em;
	left: 1em;
}

#header_title h1 {
	font-size: 2.6em;
}

#header_title .subtitle {
	font-style: italic;
	color: #333;
	border-top: 1px dotted #222;
	border-bottom: 1px dotted #222;
	width: 870px;
}

/*========================================================================================
	NAVIGATION
==========================================================================================*/

/*----- NAV -----*/

#nav {
	border-top: 1px solid #1A1A1A;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
}

#nav a {
	background: #000 url(../images/global/nav_bg.jpg) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #444;
	text-decoration: none;
	font-size: 1em;
	float: left;
	padding-top: 4px;
	padding-left: 7px;
	width: 8em; height: 36px;
}
#nav a:hover {
	background-position: left bottom;
	color: #666;
}
#nav a#last {
	width: 150px;
	border-right: none;
}

/*----- SUB-NAV -----*/

#subnav {
	width: 180px;
	float: left;
}

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav li {
	border-bottom: 1px dotted #444;
}

#subnav li a:link, #subnav li a:visited {
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	font-size: 1em;
	color: #444;
	text-decoration: none;
}

#subnav li a:hover {
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	font-size: 1em;
	color: #666;
	text-decoration: none;
}


/*========================================================================================
	CONTENT
==========================================================================================*/

#content {
	border-top: 1px solid #1A1A1A;
	position: relative;
	padding: 40px 10px 10px 10px;
	clear: both;
}
#content h1 {
	font-weight: bold;
	font-size: 1.5em;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: .5em;
	border-bottom: 1px solid #333;
}

#content h2 {
	font-weight: bold;
	font-size: 1.25em;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #444;
	margin-bottom: .5em;
}

#content h3 {
	font-weight: bold;
	font-size: 1em;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	color: #555;
}

#content p {
	margin: 0 0 12px;
}

#picture_caption_group {
	float: right;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #131313;
}

#caption_box {
	padding-top: .25em;
	width: 400px;
}

#picture_caption_group h3 {
	font-size: .9em;
	padding-bottom: .25em;
	margin-bottom: .5em;
	border-bottom: 1px solid #333;
}

#picture_caption_group p {
	font-size: .8em;
}

img.picture_box {
	border: 1px solid #444;
}

.contact_info {
	font-weight: bold;
	color: #777;
}

.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}


/* FOOTER */
#footer {
	padding: 5px;
	background: #000;
	color: #666;
	text-align: right;
	clear: both;
}

#footer p {
	font-size: .8em;
	border-top: 1px dotted #333;
	padding-top: 5px;
}

#footer a:link, #footer a:visited {
	color: #666;
}

#footer a:hover {
	color: #444;
}

/*========================================================================================
	SPECIFIC CONTENT
==========================================================================================*/

#specific_content {
	margin-left: 200px;
}


/*========================================================================================
	GALLERY
==========================================================================================*/

#gallery {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

#gallery p {
	font-size: 80%;
	margin: .3em;
}

#gallery p.gallery_title {
	font-size: 90%;
	font-weight: bold;
	color: #888;
}

#gallery p.gallery_fineprint {
	font-size: 70%;
}

#gallery p.gallery_price {
	font-weight: bold;
}

#gallery td {
	border: 1px solid #222;
	padding: 10px;
	vertical-align: top;
}

#gallery img {
	border: none;
}

#gallery img.empty_cell {
	border: 4px solid #222;
}

#gallery a:link img, #gallery a:visited img {
	border: 4px solid #222;
}

#gallery a:hover img {
	border: 4px solid #444;
}

#pagination {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#pagination a:link, #pagination a:visited {
	color: #666;
	text-decoration: underline;
}

#pagination a:hover {
	color: #444;
	text-decoration: underline;
}

#details_image {
	width: 500px;
	height: 500px;
	padding: 0;
	margin: 0;
	float: left;
}

#details_text {
	width: 360px;
	float: right;
}

#details_text a:link, #details_text a:visited {
	color: #333;
}

#details_text a:hover {
	color: #444;
}

.separation_line {
	height: 1px;
	background-color: #222;
	margin-top: 10px;
	margin-bottom: 10px;
}

#details_text p {
	font-size: .9em;
	margin: .3em;
}

#details_text h2.details_title {
	font-size: 1.25em;
	font-weight: bold;
	color: #888;
}

#details_text p.details_fineprint {
	font-size: .8em;
}

#details_text p.details_price {
	font-weight: bold;
}

/*========================================================================================
	FORM LAYOUT
==========================================================================================*/


fieldset {
	float: left;
	clear: both;
	width: 70%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #222;
	background-color: #111;
	background-image: url(../images/global/form_bg.jpg);
	background-repeat: repeat-x;
}
legend {
	margin-left: 1em;
	padding: 0;
	color: #333;
	font-weight: bold;
}
.fieldset_element {
	margin: 1em;
	color: #666666;
}
fieldset.submit {  
	float: none;  
	width: auto;  
	border-style: none;  
	padding-left: 18em;  
	background-color: transparent;
	background-image: none;
}
label {
	display: block;
	margin-bottom: 0.25em;
	color: #666;
	font-size: 0.9em;
}
#content .error {
	color: #CC3300;
}

#first_name {
	color: #999;
	background-color: #333;
	border: 1px solid #555;
}

#last_name {
	color: #999;
	background-color: #333;
	border: 1px solid #555;
}

#email_address {
	color: #999;
	background-color: #333;
	border: 1px solid #555;
}

#phone_number {
	color: #999;
	background-color: #333;
	border: 1px solid #555;
}

#your_message {
	color: #999;
	background-color: #333;
	border: 1px solid #555;
}
