html, body { font-family:tahoma,sans-serif; font-size:12px; margin:0px; padding:0px; background-color:#000000; color:#ffffff; height:100%; width:100%; }

body { }

div, table, td { margin:0; padding:0; }

a { color:#3867df; }
a:visited { color:#3867df; }
a:hover { color:#757575; }
a img { border:none; outline:none; }

p, ul { line-height:1.4em; padding:0.5em 0; margin:0; }

ul, ul ul { list-style:square; margin:0 0 0 2em; }

h1 { padding:1em 0 0.5em 0; margin:0; font:bold   14px tahoma,sans-serif; color:#ffffff; }
h2 { padding:0.3em 0; margin:0.4em 0; font:bold   11px tahoma,sans-serif; color:#ffffff; }
h3 { padding:0.7em 0; margin:0;       font:normal 11px tahoma,sans-serif; color:#ffffff; }

strong { font-weight:bold; }

blockquote { margin:15px 0; padding:5px 15px; border-top:1px solid #43697E; border-bottom:1px solid #43697E; }

/* ------------------------------------------------------------------ Global / Generic */

#Wrapper { width:990px; height:700px; position:absolute; top:50%; left:50%; margin:-280px 0 0 -500px;} /* Vertical centering */

#Wrapper #Container { width:990px; height:666px; background:#000 url('pictures/gs_webgraphics/bg_main.gif') center bottom no-repeat; position:relative; }

/* ------------------------------------------------------------------ Main Nav */

#PageHeader {  }
#PageHeader #Logo { width:250px; height:72px; margin:0 0 0 45px; background: url('pictures/gs_webgraphics/bg_logo.jpg') left top no-repeat; }
#PageHeader .PageMenu { width:800px; height:55px; position:absolute; left:45px; }

#PageHeader .PageMenu .Alignment { }
#PageHeader .PageMenu .MenuItem  { float:left; }
#PageHeader .PageMenu .First { margin-left:2px;  }

#PageHeader a { width:auto; height:55px; font-size:13px; padding:0 11px; line-height:45px; display:block; color:#fff; text-decoration:none; }
* html #PageHeader a { float:left;}
#PageHeader a:hover    { background: url('pictures/gs_webgraphics/bg_nav_hover.gif') center no-repeat ; }
#PageHeader a.Selected { background: url('pictures/gs_webgraphics/bg_nav_select.gif') center no-repeat ; }

#PageHeader .MenuItem.aid_LOCATION   a:hover { background: url('pictures/gs_webgraphics/bg_nav_hover3.gif') center no-repeat ;}
#PageHeader .MenuItem.aid_COMMERCIAL a:hover { background: url('pictures/gs_webgraphics/bg_nav_hover3.gif') center no-repeat ;}
#PageHeader .MenuItem.aid_CLIENTAREA a:hover { background: url('pictures/gs_webgraphics/bg_nav_hover3.gif') center no-repeat ;}

#PageHeader .MenuItem.aid_LOCATION   a.Selected { background: url('pictures/gs_webgraphics/bg_nav_select3.gif') center no-repeat ;}
#PageHeader .MenuItem.aid_COMMERCIAL a.Selected { background: url('pictures/gs_webgraphics/bg_nav_select3.gif') center no-repeat ;}
#PageHeader .MenuItem.aid_CLIENTAREA a.Selected { background: url('pictures/gs_webgraphics/bg_nav_select3.gif') center no-repeat ;}

/* Sub Menus.... */

#PageHeader .PageMenu ul { list-style:none; margin:0; padding:0; }
#PageHeader .PageMenu li { list-style:none; margin:0; padding:0; }
#PageHeader .PageMenu .Drop { margin:-15px 0 0 0; text-indent:-99999px; z-index:-99999; }
#PageHeader .PageMenu ul ul ul li { padding:0 0 0 20px; }
#PageHeader .PageMenu ul ul { display:none; }

/* ------------------------------------------------------------------ Main Area */

#MainArea { width:880px; height:545px; position:relative; top:40px; left:45px; overflow:hidden; padding:0; }

#MainArea #PageContent   { width:440px; height:520px; position:absolute; left:0; overflow:auto; padding:15px 20px 15px 35px; }
#MainArea #MainImage     { width:350px; height:460px; position:absolute; top:10px; right:10px; overflow:hidden; }
#MainArea #MainImage img { border:2px solid #202020; }
#MainArea #flashcontent  { width:860px; height:540px; position:absolute; top:10px; left:0px; } /* defaults to full mainarea */

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

#PageFooter { display:none; }

#Footer { overflow:visible; font-size:11px; color:#e6e6e6; line-height:14px; margin:0; padding:0 45px; }
#Footer #FooterMain .Copy     { float:right; font-weight:bold; padding:0; margin:0; }
#Footer #Phosys #PhosysFooter { float:left; }
#Footer #Phosys #PhosysFooter p { font-size:10px; line-height:11px; padding:0; }
#Footer a { color:#666; }
#Footer a:hover { color:#ff0000; }

/* ------------------------------------------------------------------ Album List */

#MainArea #AlbumList { display:none; width:680px; position:absolute; top:10px; right:10px; }
#MainArea #AlbumList .Row { float:left; height:130px; width:110px; padding:7px 6px; margin:5px 7px; background:#EEEEEE; cursor:pointer; }
* html #MainArea #ImageList .Item {  }
#MainArea #AlbumList .Row .Status { display:none; }
#MainArea #AlbumList .Row .ThumbTable { float:left; height:110px; width:110px; }
#MainArea #AlbumList .Row .Title { display:block; clear:both; text-align:center; margin:0; padding:0; line-height:20px; }

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

#MainArea #PageContent #AlbumLogin { width:260px; margin:30px 15px; border:1px solid #333;}
*+html #MainArea #PageContent #AlbumLogin { width:300px; }  
#MainArea #PageContent #AlbumLogin .Row { clear:both; overflow:auto; text-align:center; margin:5px 0; display:inline; }
#MainArea #PageContent #AlbumLogin .Field  { margin:10px; float:right; text-align:center; }
#MainArea #PageContent #AlbumLogin .Field  input { width:180px; height:20px; }

#MainArea #PageContent #AlbumLogin .Footer { width:50px; height:25px; line-height:25px; margin:10px; }
#MainArea #PageContent #AlbumLogin .Button { margin:0 auto; color:white; font-size:14px; }
#MainArea #PageContent #AlbumLogin .Button:hover { color:#3867df; text-decoration:none;}
#MainArea #PageContent #AlbumLogin .Label    { display:none; }
#MainArea #PageContent #AlbumLogin .UserID   { display:none; }
#MainArea #PageContent #AlbumLogin .Password { display:none; }

/* *** Login Menu *** */

.LoginMenu    {position:relative; left:-600px; bottom:500px: font-size:12px; color:#000; text-align:left;	background-color:#fff;	border:1px solid #ccc;}
.LoginMenuHeading    {font:bold 16px;	color:#000; background-color:#fff;	text-align:left;}
.LoginMenuEntry      {background:#fff;}
.LoginMenuEntryOver  {background:#fff;}
.LoginMenuSubmit     {text-align:right; color:#000; background-color:#fff; text-align:center;	cursor:pointer;	cursor:hand;}
.LoginMenuSubmitOver {cursor:pointer; cursor:hand; color:#000; text-align:center; background-color:#ccc;}

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

#MainArea #ImageList { width:880px; height:540px; overflow:auto; position:absolute; top:5px; left:5px; }
#MainArea #ImageList #Images { height:510px; margin-bottom:2px; overflow:auto; }
#MainArea #ImageList .Item { float:left; height:105px; width:109px; padding:6px 2px; margin:5px 4px; background:#202020; }
*+html #MainArea #ImageList .Item { padding:5px 2px; }
#MainArea #ImageList .Item:hover { background:#bababa;  }
#MainArea #ImageList .Item span.Caption { text-align:center; display:block; }
#MainArea #ImageList .Item .ThumbTable { float:left; height:110px; width:110px; }
#MainArea #ImageList .Item .ThumbTable img { }
#MainArea #ImageList .LightBox { display:none; }
#MainArea #ImageList .Footer { height:20px; background:#202020;  } 

#MainArea .Pager { clear:both; width:500px; height:20px;  margin:0 auto; position:relative; top:5px; }
#MainArea .Pager .Button { background:none; width:auto; margin:0; padding:0; clear:none; }
#MainArea .Pager .Next { float:right; text-decoration:underline; margin:0 0 0 0; }
#MainArea .Pager .Previous { float:left; text-decoration:underline; margin:0 0 0 0; }

/* Pagination */

#MainArea #ImageList .Footer .Pages { width:120px; margin:0 auto; }

.Pages .Button {  }
.Pages a { text-decoration:underline; }
.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:0; width:100px; background:#0a0a0a; border:5px solid #3a3a3b; 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; line-height:1em; 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 { }
.Pages :hover > a,
.Pages ul ul :hover > a { }
.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 ul ul a:hover { }
.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:white; z-index:500; padding-top:1px; }

/* ------------------------------------------------------------------ Image Popup Window */

#PopupWindow { background:#000; }

#PopupWindow #MainImage_TheImage { border:10px solid #202020; }

#PopupWindow .CaptionTop { position:relative; top:30px; color:white; text-align:center; }
#PopupWindow .CaptionBottom { position:relative; bottom:50px; color:white; text-align:center; }

#PopupWindow .ImageControls { overflow:auto; }
#PopupWindow .ImageControls .Previous { float:left; font-size:0.7em; margin:5px 0 0 5px; }
#PopupWindow .ImageControls .Next { float:right; font-size:0.7em; margin:5px 5px 0 0; }

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

#MetaData .Button { text-decoration:underline; cursor:pointer; color:#3867df; }

.MetaData { float:left; color:black; text-align:left; background:#3a3a3b; }
.MetaData .MetaDataTitle { font-weight:bold; color:#ffffff; text-align:left; padding:5px; font-size:11px; }
.MetaData .MetaDataField { padding:5px; font-size:11px; }
.MetaData .MetaDataFieldOver { padding:5px; cursor:pointer; color:#3867df; font-size:11px; }
.MetaData .MetaDataHeading { padding:5px; font-size:11px; }
.MetaData .MetaDataHeadingOver { font-size:11px; color:#3867df;}
.MetaData .MetaDataCommand { text-align:right; color:#ccc; padding:5px; font-size:11px; }
.MetaData .MetaDataCommandOver { cursor:pointer; color:#3867df; text-align:right; padding:5px; font-size:11px; }

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

#ShoppingCart { width:435px; height:530px; padding-top:10px; position:absolute; top:0; right:15px; overflow:auto; }

#ShoppingCart .Header { float:left; clear:both; border-bottom:1px #717171 solid; }

#ShoppingCart .Header .Thumbnail { display:none; }
#ShoppingCart .Header .Product   { display:none; }
#ShoppingCart .Header .Option    { float:left; text-align:center; font-weight:bold; width:220px; color:white; }
#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:460px; overflow:auto; clear:both; }

#ShoppingCart #BasketList_List { width:100%; }
#ShoppingCart .Quantity input { text-align:right; width:45px; }

#ShoppingCart .Row { height:110px; width:400px; margin:5px 0; padding:0; border-bottom:1px #717171 solid; overflow:auto; clear:both; }
#ShoppingCart .Row .Thumbnail table { width:100%; height:100px; }

#ShoppingCart .Row .Thumbnail { float:left; text-align:center; width:110px; }
#ShoppingCart .Row .Product   { display:none; }
#ShoppingCart .Row .Option    { float:left; text-align:left;   width:89px; 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 .Footer { height:auto; overflow:auto; padding:0; border-top:1px solid #3a3a3b; }
#ShoppingCart .Footer .Total  { width:auto; float:right; font-weight:bold; font-size:1.2em; text-align:center; }
#ShoppingCart .Footer .Button { width:auto; float:left; padding:0 15px; margin:0; clear:none; }

/* ------------------------------------------------------------------ Contact Us */

#ContactForm { width:350px; height:350px; overflow:hidden; position:absolute; top:30px; right:50px; }
#ContactForm .Row { clear:both; margin:7px 0; overflow:auto; }
#ContactForm .Label { clear:both;}
#ContactForm .Field { float:left; width:220px; padding:3px 0; margin:0 5px 0 0; }
#ContactForm .VAMRequiredFieldMarker { float:left; margin-left:5px; }
#ContactForm .Button { font-size:14px; }

/* ------------------------------------------------------------------ Page specifics */

body.aid_DEFAULT    #MainArea #PageContent  { width:180px; height:490px; right:0; left:680px; padding:50px 10px 0 10px; }
body.aid_DEFAULT    #MainArea #MainImage { width:670px; height:540px; left:20px; }

body.aid_ABOUT      #MainArea #MainImage   { top:60px; right:30px; }
body.aid_CLIENTAREA #MainArea #PageContent { width:750px; right:10px;  }
body.aid_BASKET     #MainArea #PageContent { width:210px; }
body.aid_CONTACT    #MainArea #PageContent { width:300px; }

body.aid_LOCATION   #MainArea #PageContent { width:740px; height:20px; z-index:500; }
body.aid_LOCATION   #MainArea #PageContent h1 { float:left; clear:none; padding:0; }
body.aid_LOCATION   #MainArea #PageContent p  { float:left; clear:none; padding:0 0 0 5px; }

body.aid_LANDSCAPES #MainArea #PageContent { width:740px; height:20px; z-index:500; }
body.aid_LANDSCAPES #MainArea #PageContent h1 { float:left; clear:none; padding:0; }
body.aid_LANDSCAPES #MainArea #PageContent p  { float:left; clear:none; padding:0 0 0 5px; }

body.aid_COMMERCIAL #MainArea #PageContent { width:740px; height:20px; z-index:500; }
body.aid_COMMERCIAL #MainArea #PageContent h1 { float:left; clear:none; padding:0; }
body.aid_COMMERCIAL #MainArea #PageContent p  { float:left; clear:none; padding:0 0 0 5px; }

body.aid_PEOPLE     #MainArea #PageContent { width:740px; height:20px; z-index:500; }
body.aid_PEOPLE     #MainArea #PageContent h1 { float:left; clear:none; padding:0; }
body.aid_PEOPLE     #MainArea #PageContent p  { float:left; clear:none; padding:0 0 0 5px; }

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



// from System Meta Data
