 * RESET STYLES
 *****************************************************************************/
* { margin: 0; padding: 0; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1;  color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* IMAGES */
img, a img { border:0; }

/* PNG-24 HACK */
img.png24 { behavior: url('../images/pngfix.htc') }

/* HEADLINES */
h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #000; margin: 1.0em 0; }
h1 { font-size: 2.0em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; line-height:1.2em; border-bottom:1px solid #999; color:#333; margin:1.8em 0 0.8em; padding-bottom:6px; }
h4 { font-size: 1.4em; margin:1.8em 0 0.8em; }
h5 { font-size: 1.2em; color: #333; }
h6 { font-size: 1em; }
hr { margin: 1em 0; }
h4.gray_bar { color:#fff; background:#333; margin:0; padding:10px; }


/* TEXT ELEMENTS */
p { margin: 1em 0; }
em { font-style: italic; }
b, strong { font-weight: bold; }
i { font-style: italic; }
small { font-size: 0.8em; }

/* TABLES */
/* tables still need 'cellspacing="0"' in the markup */
table tr { vertical-align: top; }
table.midcells tr, table tr.midcells { vertical-align: middle; }
table.padded tr th, table.padded tr td, th.padded, td.padded { padding: 0.2em; }

/* DATA TABLES */
table.data {
	width: 100%;
	border-collapse: collapse;
}
table.data tr th {
	text-align: left;
	border-bottom: 1px solid #000;
	background-color: #333;
	color: #fff;
	font-weight: bold;
}
table.data tr  { vertical-align: top; }
table.data tr th, table.data tr td { padding: 0.3em; }
table.data tr.odd td { background-color: #eee; }
table.data tr.even td { background-color: #ccc; }
table.padded td { padding: 1px; }

/* LISTS */
ul.bulleted { margin-left: 0; list-style: none; }
ol.numeric { margin-left: 1.8em; list-style: decimal; }
li { line-height:20px; }

/* FORMS */
form div { margin-bottom: 0.25em; }
form p { margin-bottom: 1em; }

input[type=text], input[type=password], select, textarea {
	border: 1px solid #999;
	padding: 2px;
}
input[type=submit] {}
input[type=button] {}

select option { padding: 0.25em 1em 0em 0.25em; }

fieldset {
	border: 1px solid #999;
	margin: 1em 0;
	padding: 0.75em;
}
fieldset legend { color: #666; padding: 0 0.5em; }
label {
	float: left;
	width: 10em;
	text-align: right;
	margin-right: 1em;
	display: block;
}
.form_indented { padding-left: 11em; }

/* TABLES */
table tr { vertical-align: top; }
table.midcells tr { vertical-align: middle; }
table.padded tr th, table.padded tr td { padding: 2px; vertical-align: top; }

/* NOTICE/ERRORS */
#notice, #error, #errorExplanation {
	margin: 1em;
	padding: 0.5em;
	font-size: 1.6em;
	color: #000;
	z-index: 99;
}
#notice {
	border: 1px solid #0f0;
	background-color: #cfc;
}
#error, #errorExplanation {
	border: 1px solid #f00;
	background-color: #fcc;
}
#notice a.confirm, #error a.confirm { float: right; }

/* Validation Error Messages */

#errorExplanation h2 {
	font-size: 1.4em;
}

/* SITE SPECIFIC STYLES */

body {
	background: #000 url(images/photo_bg.jpg) top left no-repeat;
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

p.small	{
  	font-size: 10px; padding-top:8px; padding-right:10px;
}
p.copyright	{
  	font-size: 10px; color:#ccc;
}

img { border: none; }

a:link, a:hover, a:visited { border: 0px; }

a:link, a.link:link { text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; color:#3366cc; }
a:hover, a.link:hover { text-decoration:underline; font-family:Verdana, Arial, Helvetica, sans-serif; color:#3366cc; }
a:visited, a.link:visited { text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; color:#3366cc; }

#nav a { font-weight: bold; font-size: 14px; text-transform: uppercase; padding: 3px; margin: 0 5px; }
#nav a:link, #nav a:visited { color: #36c; }
#nav a:hover { color: #333; }
#nav a.selected { color: #333; }

a.footerlink:link, a.footerlink:visited { text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; line-height:12px; color:#3366cc; }
a.footerlink:hover { text-decoration:underline; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; line-height:12px; color:#3366cc; }

#container {
	background: #fff;
	border: 2px solid #36c;
	color: #333;
	margin: 0 auto;
	width: 800px;
}
#header {
	border-bottom: 2px solid #36c;
	position: relative;
	height: 120px;
	clear: both;
}
#content {
	clear: both;
	padding: 10px 20px 20px;
	position: relative;
}

#home_copy { float:left;  width:400px; }

#home_buttons {
	float: right;
	width: 322px;
	padding:10px;
	margin:10px 0;
	border:1px solid #999;
}
.home_quad { margin-bottom:10px; }
#logo {
	float: right;
}
#nav {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 999;
}
.nav_line { color:#999; font-size:14px; }
#footer {
	clear: both;
	background-color: #ffffff;
	border-top: 2px solid #36c;
	padding:5px;
}
#footer p { margin:3px 0; }
.img { border: 0; padding:6px;}

.left_content {
	width:500px;
	padding-right:20px;
}
.right_photos {
	float:right; 
	margin:0 0 20px 20px;
}

/* MENU */
#menu_header { margin-bottom:30px; }

/* ORDERING */
#ordering_help { width:232px; margin-top:10px; }
#ordering_box { border:1px solid #999; margin-bottom:20px; padding:0 10px; }

