html, body     { font-family:Verdana,arial,sans-serif; font-size:11px; margin:0px; padding:0px; background:#000; color:white; height:100%; width:100%; }
div, table, td { margin:0; padding:0; }

a         { color:#d8aa00; outline:none; }
a:visited { color:#d8aa00; }
a:hover   { color:#d8aa00; }
a img     { border:none; outline:none; }
p, ul     { line-height:15px; padding:0; margin:10px 0; }
ul, ul ul { list-style:square; margin:0 0 0 20px; }

h1 { margin:10px 0; padding:0; font-weight:normal; font-size:16px; line-height:20px; }
h2 { margin:10px 0; padding:0; font-weight:bold;   font-size:12px; }
h3 { margin:10px 0; padding:0; font-weight:bold;   font-size:10px; }

hr { margin:20px 0; clear:both; border:none; height:1px; background:#D8AA00; }

.Button { font-size:20px; color:#d8aa00; text-decoration:none; }
.Button:hover { text-decoration:underline; }

.rightimage { float:right; clear:right; margin:0 0 20px 20px; }
.leftimage  { float:left;  clear:left;  margin:0 20px 20px 0; }



/* ------------------------------------------------------------------ Main Elements */

#Wrapper { width:800px; margin:0 auto; }

#Container { }
#MainArea  { height:480px; position:relative; border-bottom:1px solid #D8AA00; }

#MainArea #MainImage { width:800px; height:480px; position:absolute; top:0; left:0; z-index:100; }
#MainArea #MainImage .Caption { display:none; }

/*#MainArea #flashcontent { width:800px; height:480px; position:absolute; top:0; left:0; z-index:100; }*/
#MainArea #flashcontent { width:580px; height:480px; position:absolute; top:0; right:0; z-index:100; }

body.FLIPPER #MainArea #flashcontent { width:800px; height:480px; background:#1A1A1A url('pictures/gs_webgraphics/flipperbg_std.png') center center no-repeat; }
body.FLIPPER_PORTRAIT #MainArea #flashcontent { width:600px; padding:0 0 0 200px; height:480px; background:#1A1A1A url('pictures/gs_webgraphics/flipperbg_portrait.png') center center no-repeat; }



/* ------------------------------------------------------------------ PageContent */

#MainArea #PageContent .Content.A { width:560px; padding:0px 20px; position:absolute; top:20px; right:0; z-index:200; overflow:auto; }

#MainArea #PageContent #Sidebar { width:200px; max-height:480px; position:absolute; top:0px; left:0; z-index:200; overflow:auto; }
#MainArea #PageContent .Content.B { overflow:auto; background:url('pictures/gs_webgraphics/rpt.png') repeat; margin:20px 0 0 0; padding:5px 0; }
#MainArea #PageContent .Content.C { overflow:auto; background:url('pictures/gs_webgraphics/rpt.png') repeat; margin:20px 0 0 0; padding:5px 0; }

body.aid_CONTACT #MainArea #PageContent #Sidebar { width:250px; }

body.FLIPPER #MainArea #PageContent .Content.A { display:block; width:200px; height:20px; line-height:20px; position:absolute; top:auto; bottom:35px; left:50%; padding:0; margin:0 0 0 -100px; text-align:center; }
body.FLIPPER #MainArea #PageContent .Content.B { display:none; }
body.FLIPPER #MainArea #PageContent .Content.C { display:none; }

body.B  #MainArea #PageContent .Content.A { display:none;  }
body.B  #MainArea #PageContent .Content.B { display:block; }
body.B  #MainArea #PageContent .Content.C { display:none; }

body.BC #MainArea #PageContent .Content.A { display:none;  }
body.BC #MainArea #PageContent .Content.B { display:block; }
body.BC #MainArea #PageContent .Content.C { display:block; }

body.AC #MainArea #PageContent .Content.A { display:block; float:right; position:static; margin:0 0 20px 0; }
body.AC #MainArea #PageContent .Content.B { display:none;  }
body.AC #MainArea #PageContent .Content.C { display:block; }

body.AC #MainArea  { height:auto; min-height:480px; overflow:auto; }
body.AC #MainArea #MainImage { display:none; }

body.ABC #MainArea #PageContent .Content.A { display:block; float:right; position:static; margin:0 0 20px 0; }
body.ABC #MainArea #PageContent .Content.B { display:block;  }
body.ABC #MainArea #PageContent .Content.C { display:block; }

body.ABC #MainArea  { height:auto; min-height:480px; overflow:auto; }
body.ABC #MainArea #MainImage { display:none; }



/* ------------------------------------------------------------------ Specifics */

body.cat_PHOTOALBUM #MainArea { position:static; }
body.cat_PHOTOALBUM #MainArea #PageContent   { display:none; }
body.cat_PHOTOALBUM #MainArea .ImageControls { display:none; }

body.cat_PHOTOALBUM #MainArea #MainImage { width:560px; height:460px; position:static; float:left; bottom:0; left:0; }



/* ------------------------------------------------------------------ Main Menu */

#PageHeader { height:102px; background:url('pictures/gs_webgraphics/banner_default.jpg') bottom center no-repeat; }
#PageHeader .PageMenu { line-height:20px; border-top:1px solid #D8AA00; border-bottom:1px solid #D8AA00; text-align:center; }

#PageHeader .PageMenu .MenuItem { display:inline; }
#PageHeader .PageMenu .MenuItem a { margin:0 15px; text-decoration:none; font-weight:bold; font-size:12px; color:white; }
#PageHeader .PageMenu .MenuItem a:hover { color:#D8AA00; }

/* Highlighting */

body.WEDDINGS       #PageHeader .PageMenu .MenuItem.aid_WEDDINGS a,
body.PORTRAITS      #PageHeader .PageMenu .MenuItem.aid_PORTRAITS a,
body.COMMERCIAL     #PageHeader .PageMenu .MenuItem.aid_COMMERCIAL a,
body.STOCK          #PageHeader .PageMenu .MenuItem.aid_STOCK a,
body.CLIENTAREA     #PageHeader .PageMenu .MenuItem.aid_CLIENTAREA a,
body.cat_PHOTOALBUM #PageHeader .PageMenu .MenuItem.aid_CLIENTAREA a,
#PageHeader .PageMenu .MenuItem a.Selected { color:#D8AA00; }

/* Header image variations */

body.WEDDINGS   #PageHeader { background-image:url('pictures/gs_webgraphics/banner_wedding.jpg'); }
body.COMMERCIAL #PageHeader { background-image:url('pictures/gs_webgraphics/banner_commercial.jpg'); }
body.PORTRAITS  #PageHeader { background-image:url('pictures/gs_webgraphics/banner_portrait.jpg'); }
body.STOCK      #PageHeader { background-image:url('pictures/gs_webgraphics/banner_stock.jpg'); }
body.PLAIN      #PageHeader { background-image:url('pictures/gs_webgraphics/banner_plain.jpg'); }



/* ------------------------------------------------------------------ Page Footer */

#Phosys { display:none; }

#Footer { width:100%; height:20px; position:relative; bottom:0; }
#Footer p { line-height:20px; font-size:10px; margin:0; padding:0; }
#Footer a { color:#404040; }
#Footer a:hover { color:#fff; }
#Footer .Copyright { float:left;  }
#Footer .Phosys { color:#404040; float:right; }



/* ------------------------------------------------------------------ Sidebar nav */

a.SubNav { font-size:12px; font-weight:bold; padding:0 0 0 18px; background:url('pictures/gs_webgraphics/bullet.gif') left center no-repeat; text-decoration:none; color:white; line-height:20px; }
a.SubNav:hover { color:#D8AA00; }

a.DownloadPDF { padding:0 0 0 22px; background:url('pictures/gs_webgraphics/icon_pdf.png') left center no-repeat; }

#QuickAlbumList {  }

#QuickAlbumList .Row { padding:0 0 0 18px; background:url('pictures/gs_webgraphics/bullet.gif') left center no-repeat; cursor:pointer; line-height:20px; }

#QuickAlbumList .Row .Title       { font-size:12px; font-weight:bold; }
#QuickAlbumList .Row .Thumbnail   { display:none; }
#QuickAlbumList .Row .Description { display:none; }
#QuickAlbumList .Row .Button      { display:none; }

#QuickAlbumList .Row:hover .Title { color:#D8AA00; }

body.aid_WEDDINGS .SectionHead,
body.aid_COMMERCIAL .SectionHead,
body.aid_PORTRAITS .SectionHead,
body.aid_STOCK .SectionHead,
#QuickAlbumList .Row.Selected { color:#D8AA00; }



/* ------------------------------------------------------------------ Album Login form */

#AlbumLogin { margin:0 0 20px 0; overflow:auto; }
#AlbumLogin p { float:left; text-align:justify; }
#AlbumLogin div { float:left; }

#AlbumLogin .Row.UserID   { display:none; }
#AlbumLogin .Row.Password { display:none; }
#AlbumLogin .Row.AlbumID .Label { display:none; }
#AlbumLogin .Row.AlbumID .Field {  }
#AlbumLogin .Row.AlbumID .Field input { boder:1px solid #646464; font-size:11px; padding:5px; }
#AlbumLogin .Button { font-size:1.5em; text-decoration:none; line-height:20px; margin:5px 0 0 5px; }



/* ------------------------------------------------------------------ Contact form */

#ContactForm { padding:20px; position:absolute; top:20px; right:0; z-index:150; background:url('pictures/gs_webgraphics/rpt.png') repeat; }

#ContactForm .Row { display:block; padding:5px 10px; overflow:hidden; }

#ContactForm .Row .Label { display:block; }
#ContactForm .Row .Field {  }

#ContactForm .Row input { width:250px; }
#ContactForm .Row select { width:250px; }
#ContactForm .Row textarea { width:250px; height:80px; }

#ContactForm .Row input,
#ContactForm .Row select,
#ContactForm .Row textarea { padding:7px; font-size:12px; font-family:courier,mono; color:#404040; }

.VAMRequiredFieldMarker { display:inline-block; width:15px; height:20px; background:url('pictures/gs_webgraphics/required.gif') center center no-repeat; }
.VAMRequiredFieldMarker img { display:none; }

#ContactForm .Footer { clear:both; padding:15px 10px; }




/* ------------------------------------------------------------------ Image Thumbnail List */

#MainArea #ImageList { width:220px; height:465px; float:right; padding:0; z-index:200; overflow:auto; }
* html #MainArea #ImageList { overflow:hidden; } 
#MainArea #ImageList #Images { height:440px; overflow:auto; }
#MainArea #ImageList .Item { float:left; height:105px; width:105px; background:#222; padding:0; margin:0 4px 4px 0px; }
#MainArea #ImageList .Item .ThumbTable { height:105px; width:105px; }
#MainArea #ImageList .Item .ThumbTable img { }
#MainArea #ImageList .LightBox { display:none; }
#MainArea #ImageList .Footer .Pages { margin:0 auto; }

/* Pagination */

#MainArea .Pager             { clear:both; margin:0 auto; }
#MainArea .Pager .Button     { background:none; width:auto; text-decoration:none; margin:5px 0 0 0; padding:0; clear:none; font-size:1.4em; }
#MainArea .Pager .Button a { font-size:0.7em; }
#MainArea .Pager .Next       { float:right; text-decoration:none; margin:3px 0 0 0; }
#MainArea .Pager .Previous   { float:left;  text-decoration:none; margin:3px 0 0 0; }
#MainArea .Pager .Next a     { text-decoration:none; }
#MainArea .Pager .Previous a { text-decoration:none; }

/* Pagination */

.Pages { width:auto; float:left; height:20px; display:block; text-decoration:none; padding-left:15px; color:#d8aa00; }
.Pages ul ul a { text-decoration:none; }
.Pages ul li ul li a { text-align:left; white-space:nowrap; }
.Pages ul { padding:0; margin:0; list-style-type:none; display:block; margin:0 auto; position:static; }
.Pages li { float:left; width:auto; position:absolute; }
.Pages ul ul { visibility:hidden; position:absolute; height:150px; top:-150px; left:0px; width:100px; background:#000; border-top:1px solid #d8aa00; border-bottom:1px solid #d8aa00; overflow:hidden; }
* html .Pages ul ul { top:-165px; }
/*\*/
html>body*.Pages ul ul {overflow:auto;}
/**/
.Pages table { position:relative; top:0; left:0; border-collapse:collapse; }
.Pages ul ul li,
.Pages ul ul a  { height:auto; margin:0; line-height:1em; color:#fff; padding:5px 0px; width:80px; text-align:center; }
.Pages ul ul li { top:0px; position:relative;}
.Pages ul ul li:hover,
.Pages a:hover,
.Pages ul ul a:hover { color:#d8aa00; }
.Pages :hover > a,
.Pages ul ul :hover > a { color:#d8aa00; }
.Pages ul li:hover ul,
.Pages ul a:hover ul,
.Pages ul ul a:hover { visibility:visible; overflow:auto; }
.Pages ul ul ul a,
.Pages ul ul ul a:visited { height:auto; line-height:1em; padding:5px 0px; width:80px; }
.Pages ul li:hover ul,
.Pages ul a:hover ul { visibility:visible; }
.Pages ul a:hover ul ul,
.Pages ul :hover ul ul { visibility:hidden; position:absolute; height:0; left:50px; top:0; }
.Pages ul :hover ul :hover ul,
.Pages ul a:hover ul a:hover ul { visibility:visible; }
.Pages .Selected { font-weight:bold; }
.Pages ul ul ul  { height:220px !important; width:auto; background:#000; z-index:500; padding-top:1px; }



/* ------------------------------------------------------------------ Buy Prints Popup */

#MetaData { width:560px; height:30px; background:#222; margin-bottom:4px; }
#MetaData .Button { font-size:1.5em; text-decoration:underline; cursor:pointer; }

.MetaData { float:left; color:white; text-align:left; background:#000; border-top:1px solid #d8aa00; border-bottom:1px solid #d8aa00; line-height:20px; }
.MetaData .MetaDataTitle       { font-weight:bold; color:#fff; text-align:left; padding:5px; font-size:14px; }
.MetaData .MetaDataField       { padding:5px; font-size:11px; }
.MetaData .MetaDataFieldOver   { padding:5px; cursor:pointer; font-size:11px; color:#000; background:#fff; }
.MetaData .MetaDataHeading     { padding:5px 0 0 0; font-size:10px; line-height:12px; font-style:italic; }
.MetaData .MetaDataHeadingOver { font-size:11px; }
.MetaData .MetaDataCommand     { text-align:right; padding:5px; font-size:11px; }
.MetaData .MetaDataCommandOver { cursor:pointer; color:white; text-align:right; padding:5px; font-size:11px; color:#000; background:#fff; }
.MetaData .MetaDataHeading strong { padding:0; font-size:14px; line-height:20px; font-style:normal; }



/* ------------------------------------------------------------------ Shopping Cart */

#ShoppingCart  { width:550px; height:442px; padding:20px; z-index:200; position:absolute; bottom:0; right:0; overflow:auto; }

#ShoppingCart .Header { float:left; clear:both; border-bottom:1px #1c1c1c solid; }
#ShoppingCart .Header .Thumbnail { display:none; }
#ShoppingCart .Header .Product   { display:none; }
#ShoppingCart .Header .Option    { float:left; text-align:center; font-weight:bold; width:350px; }
#ShoppingCart .Header .Price     { float:left; text-align:center; font-weight:bold; width:50px; }
#ShoppingCart .Header .Quantity  { float:left; text-align:center; font-weight:bold; width:50px; }
#ShoppingCart .Header .Total     { float:left; text-align:center; font-weight:bold; width:50px; }
#ShoppingCart .Header .Remove    { float:left; text-align:center; font-weight:bold; width:25px; margin:0 5px 0 0; }

#ShoppingCart .List { height:400px; overflow:auto; clear:both; }
#ShoppingCart .Quantity input { text-align:right; width:45px; }
#ShoppingCart .Row { height:105px; margin:5px 0; padding:0;  background:#222; overflow:auto; clear:both; }
#ShoppingCart .Row .Thumbnail table { width:100%; }
#ShoppingCart .Row .Thumbnail { float:left; text-align:center; width:110px; }
#ShoppingCart .Row .Product   { display:none; }
#ShoppingCart .Row .Option    { float:left; text-align:left;   width:220px; padding:3px 0 0 20px; font-weight:bold; }
#ShoppingCart .Row .Price     { float:left; text-align:center; width:50px;  padding:3px 0 0 0; }
#ShoppingCart .Row .Quantity  { float:left; text-align:center; width:50px; }
#ShoppingCart .Row .Total     { float:left; text-align:center; width:50px;  padding:3px 0 0 0; }
#ShoppingCart .Row .Remove    { float:left; text-align:center; width:25px; }
#ShoppingCart .ErrorText { position:absolute; bottom:40px; right:0px; background:#fff; color:#000; }

#ShoppingCart .Footer { position:relative; overflow:hidden; padding:0; }
#ShoppingCart .Footer .Total { position:absolute; top:8px; left:0; font-weight:bold; font-size:1.8em; width:170px; line-height:15px; text-align:left; color:#d8aa00; }
#ShoppingCart .Footer .Button { font-size:1.5em; float:right; margin:5px 10px 0px 10px; clear:none; }



/* ------------------------------------------------------------------ */






// from System Meta Data
