/* CSS Document */

*{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

p {
 	margin: 10px 0 15px 0;
}

input {
	color: #333333;
}

body{
	background: #000000;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#top{
	margin: 0;
	width: 100%;
	height: 227px;
	background: url(Images/top_background.jpg) repeat-x;
}

#header{
	height: 162px;
	width: 800px;
	display: block;	
	background: url(Images/header_img.png) no-repeat right;
}

#logo-flash{
	float:left;
	margin-top: -1px;
	width: 216px;
	height: 162px;
}

#tagline-flash{
	float: left;
	width: 548px;
	height: 112px;
}

#nav{
	float:right;
	margin: 0px;
	width: 584px;
	height: 50px;
	display: block;
	
}

#tertiary{	
	background: url(Images/nav_img.png) repeat-x;
	width: 584px;
	height: 50px;
	list-style: none;
}

#tertiary ul{
	list-style: none;
	font-weight: bold;
	padding: 0; 
	height: 50px;
	text-align:center;
}

#tertiary a {
	color: #FFF;
	line-height: 14px; 
	text-decoration:none; 


}

#tertiary li {
	float: right;
	list-style:none;
	text-align:center;
	height: 50px;
	margin-top:0px;
	font-size:11px; 
	padding: 0 25px 0 25px;
	
}

#tertiary li a{	
	color:#FFFFFF;
	text-align:center;
}

#tertiary li a:hover {
	background: url(Images/rollover_img.png) no-repeat center;
	margin-top: 0px;
}

#tertiary li:hover {
	background: url(Images/rollover_img.png) no-repeat center;
	margin-top: 0px;
}

#middle{
	width: 100%;
	height: auto;
	background: #393939;
}

#content{
	background: url(Images/center_background.jpg) no-repeat right;
	height: auto;
	width: 800px;
	display: block;	
	overflow: auto;
}

#videos {
	width: 700px;
	float: left;
	text-align:left;
	padding: 0 40px 0 60px;
}

#videos object {
	margin: 10px;
}

#movie{
	width: 352px;
	float: left;
	color: #000000;
}

#leftquote {
	width: 352px;
	float: left;
	color: #fff;
	font-family:Lucida Grande, Tahoma, sans-serif;
	font-size: 18px;
	line-height:200%;
	text-align:right;
}

#text{
	width: 423px;
	text-align: left;
	float: right;
}

#text ul {
	padding-left:25px;
}

h1 {
	font-size: 14px;
	color: #318da7;
}

h1 a {
	font-size: 14px;
	color: #318da7;
}

h2 {
	font-size: 14px;
	color: #318da7;
	margin: 0 0 15px 0;
	text-align:left;
}

.price {
	padding: 0 0 10px 25px;
	font-style:italic;
}


#bottom{
	width: 100%;
	height: 100px;
	background: url(Images/bottom_background.jpg) repeat-x top;
}

#footer{
	width: 800px;
	height: 100px;
	padding-top: 90px;
	display: block;
	text-align: right;
}

#footer a{
	padding: 4px;
	background: #000;
	text-decoration: none;
}

#footer a:hover{
	padding: 4px;
	background: #318da7;
	text-decoration: none;
}	

#foot_left{
	width: 400px;
	height:100px;
	float: left;
	text-align: left;
}

#foot_right{
	width: 400px;
	height:100px;
	float: right;
	text-align: right;
}

.content {
	text-align:left;
}

.gallery-thumb {
	margin: 5px;
	float: left;
	text-align: center;
}

.gallery-thumb img {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	margin: 1px;
	-moz-border-radius: 3px;
}

.gallery-thumb a img {
	border-color: #ccc;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #38c;
	margin: 0;
	-moz-border-radius: 5px;
}

.breadcrumb {
	float: right;
	color: #333;
	font-size: 0.9em;
}


/* -- Gallery Album listing --------------- */

.gallery-albums {
	clear: both;
}

.gallery-albums h4 { /* Years in Album overview (when grouped by year) */
	margin: 10px 0 0 0;
	font-size: 1.1em;
}

.gallery-albums .gallery-thumb {
	margin-right: 5px !important;
}

.gallery-album {
	width: 46%; /* Change to 96% if you want 1 Album per line */
	padding-right: 3%;
	display: block;
	float: left;
	overflow: hidden;
}

.gallery-album p {
	font-size: 1em;
}

.gallery-album .meta {
	margin-top: 3px;
	color: #999;
	font-size: 0.9em;
}



/* -- Gallery Items ----------------------- */

.gallery-items {
	margin: 0;
	clear: both;
}

.gallery-empty {
	padding: 0.5em 1.5em;
	margin: 1.5em 3em;
	border: 1px solid #ddd;
	background-color: #ffe;
	font-size: 1.2em;
}

h3 {
	font-size: 16px;
	color: #CCCCCC;
	margin: 1.5em 0 10px 0;
}

/* -- Gallery Photo (detail page) --------- */

div.gallery-photo {
	text-align: center;
}

img.gallery-photo {
	border: 1px solid #ddd;
	padding: 7px;
	-moz-border-radius: 3px;
}

#prevArrow img, #nextArrow img {
	border-style: none;
}

div.block-cart-ShowCart {
	background: url(images/cart.jpg) top repeat-x;
}

div.block-cart-ShowCart a {
	text-decoration:none;
	display: inline;
	
}

/* -- Navigator --------------------------- */

.block-core-Navigator {
	float: right;
	margin: 1.5em 2em 0;
	font-size: 0.9em;
	color: #333;
}

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
	display: inline;
}

.block-core-Navigator .current {
	margin: 0 0.5em;
}


/* -- ExifInfo ---------------------------- */

.block-exif-ExifInfo div {
	font-size: 0.8em;
	color: #999;
	margin: 1em 0;
}

table.gbDataTable {
	width: 100%;
	border-collapse: collapse;
}

table.gbDataTable td {
	padding: 0.2em 0.5em 0.2em 0;
	border-bottom: 1px solid #eee;
}

table.gbDataTable td.gbEven {
	font-weight: bold;
}

.gbBusy {
    background-color: #ae9 !important;
}

.footer {
	margin: 10px 0 10px 0;
	}

/* -- System- / Item-Links ---------------- */

.gbSystemLinks  {
	clear: both;
	margin: 1.5em 0 1.5em 0;
	padding: 1.5em 0 1.5em 0;
}

.block-core-ItemLinks {
	margin: 1.5em 0 1.5em 0;
	padding: 1.5em 0 1.5em 0;
	clear: both;
}



.block-core-SystemLink { font-weight: bold;}

.gbSystemLinks .block-core-SystemLink a,
.block-core-ItemLinks a {
	padding: 1.0em 20px 1.0em 0;
	float: left;
	display:block;
}

.gbBlock {	
	text-align:left;
	display: block;
	margin: 10px 0 10px 0;
	clear:both;
	color: #999999;
}

select {
	color: #333333;
}

textarea  {
	color: #333333;
}

option {
	color: #000000;
}

/* -- Toolbar ----------------------------- */

#toolbar {
	clear: both;
	border: 1px solid #ccc;
	margin: 1em 0;
	padding: 0.5em;
}

.giSelected o{
	color: #318da7;
}

.o {
	color: #318da7;
}

.o a {
	color: #318da7;
}

/* -- Admin ------------------------------- */

.gallery-admin {
	font-size: 0.9em;
	color: #999999;
}

.gallery-admin h2 {
	font-size: 1.2em;
	margin-top: 2em;
	overflow: hidden;
}

#siteAdminForm {
	color: #CCCCCC;
}

#siteAdminForm input {
	color: #666666;
}

.gallery-admin h4 {
	margin-bottom: 0.5em;
}

.giSuccess, .giWarning, .giError  {
	font-weight: bold;
}

.giSuccess { color: #5c0; }
.giWarning { color: #c50; }
.giError { color: #a44; }

.gallery-admin .gbBlock {
	margin: 1.5em 0 2em 0;
}

#blocksAvailableList_albumBlocks {
	color: #666666;
}

#gsSidebar {
	width: 13em;
	overflow: hidden;
	padding-right: 1em;
}

#gsSidebarCol {
	width: 1%;
}

#gsSidebar ul {
	padding: 0.2em 0 1.5em 0;
	margin: 0;
	font-weight: bold;
}

#gsSidebar ul ul {
	font-weight: normal;
}
#gsSidebar li.gbAdminLink {
	list-style: none;
	padding: 0.2em 0;
	margin: 0;
}

.gbTabBar {
	padding: 0.2em 0;
	border-bottom: 1px solid #ccc;
}

.gbTabBar a {
	border: 1px solid #ccc;
	padding: 0.2em 1em;
	background-color: #eee;
	margin: 0 0.2em;
}

.gbTabBar .giSelected {
	margin: 0 0.2em;
	padding: 0.2em 1em;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background-color: #999999;
}

.giUpdated, .giNew {
	font: normal 9px Arial;
	text-transform: uppercase;
	color: #222;
	background-color: #ffea88;
	padding: 0 3px;
	margin-left: 3px;
}

.autoCompleteShadow {
    background-color: #a0a0a0 !important;
}

.autoCompleteContainer {
    border: 1px solid #404040;
    background-color: #fff;
    border-top: 0px;
    border-bottom: 1px dotted rgb(0, 172, 0);
    margin-bottom: -1px;
    margin-top: 0px;
}

.autoCompleteContainer li.yui-ac-highlight {
    background-color: #38c;
    color: #fff;
}
