/* Global Styles */
*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
html, body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #fff;
}
/* HTML Elements */
body
{
	background-color: #000;
}
a
{
	color: #fff;
}
a:visited
{
	color: #ddd;
}
h1
{
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 14pt;
	font-weight: normal;
}
h2
{
	font-size: 12pt;
	margin-left: 10px;
}
h3
{
	font-size: 10pt;
	margin-left: 10px;
}
p
{
	margin-left: 11px;
}
strong
{
	margin: 0px;
	padding: 0px;
}
	/* Form Stuff */
input, select
{
	color: #000;
	font-size: 11px;
}
fieldset
{
	margin-left: 15px;
	margin-right: 15px;
}
legend
{
	color: #fff;
	font-weight: bold;
}
#photo-search
{
	position: relative;
	float: right;
}
/* Layout Elements */
#container
{
	width: 802px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#header
{
	height: 75px;
	background-color: #000;
}
#logo
{
	float: right;
	width: 300px;
}
#content
{
	padding: 10px 0px 10px 0px;
	min-height: 350px;
	margin-top: -2px;
	border: 1px solid #ccc;
}
#flash
{
	position: relative;
	top: -10px;
	border-bottom: 1px solid #ccc;
	z-index: 0;
}
#headercycle div {
	text-align: center;
	width: 800px;
}
#headercycle div img {
	margin: auto;
	display: block;
}
#keywest
{
	text-align: center;
}
#keywest img
{
	margin-bottom: 10px;
}
.right-column
{
	float: right;
	width: 210px;
	margin: 0px 5px 0px 10px;
}
.right-column img
{
	border: 0px;
}
#footer
{
	font-size: 8pt;
	background-color: #000;
	color: #fff;
	text-align: center;
	position: relative;
	width: 800px;
}

/* Gallery Pages */
#gallerycontainer div
{
	position: relative;
	float: left;
	width: 400px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 11px;
}
#gallerycontainer div img
{
	border: 1px solid #ddd;
}
#gallerycontainer h2
{
	margin-bottom: 5px;
}
#gallerycontainer a
{
	margin-left: 10px;
}
/* Product Pages */
#productcontainer .productdescription
{
	font-size: 10pt;
}
.productimage
{
	position: relative;
	float: left;
	width: 550px;
	margin: 5px 10px 5px 10px;
}
/* Slide Show Pages */
.slideshow
{  
	position: relative;
    height:  330px;  
    width:   800px;  
    padding: 0;  
    margin:  0;
	text-align: center;
} 
 
.slideshow img
{  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
	/*width:  200px; */
    height: 300px;
    top:  0; 
}
.slideshow span
{
	display: block;
	width: 750px;
}
	/* Slide Show Nav */
#slideshownavcontainer
{
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#slideshownav
{
	width: 650px;
	margin: 15px;
	display: block;
}
#slideshownav li { width: 50px; float: left; margin: 8px; list-style: none }
#slideshownav a { width: 50px; padding: 3px; display: block; border: 1px solid #ccc; }
#slideshownav a.activeSlide { background: #88f }
#slideshownav a:focus { outline: none; }
#slideshownav img { border: none; display: block }

/* Baby Stuff */
#baby-banner
{
	text-align: center;
}
#baby-banner a
{
	font-size: 11px;
	color: #fff;
}

/* Misc. Classes */
.center
{
	text-align: center;
}
.leftimg
{
	float: left;
	margin: 5px 10px 5px 10px;
}
.right
{
	float: right;
}
	/* 'Back' links, etc. */
.toplink
{
	font-size: 11px;
	margin: 0px 0px 15px 10px;
	clear: both;
}
