/* **************************
© Phosys Online Proofing 2007
AllSmiling
************************** */
*
{
    padding:0;
    margin:0;
    border:0;
}
body
{
    font-family:Times New Roman, Sans-Serif, Serif;
    font-size:0.7em;
    color:#7c592f;
    background: #ccb498 url('pictures/gs_webgraphics/bgMain.jpg') repeat-x 0 0;
        scrollbar-face-color:#242423;
	        scrollbar-highlight-color: #666;
	            scrollbar-3dlight-color:#242423;
	                scrollbar-shadow-color: #666;
	                    scrollbar-darkshadow-color:#242423;
	                        scrollbar-arrow-color: #666;
	                            scrollbar-track-color:#242423;
}
    h1,h2,h3,h4,h5,h6
    {
        line-height:normal;
        margin:0 0 10px 0;
        color:#7c592f;
    }
        h1 {font-size:28px;}
            h2 {font-size:24px;}
                h3 {font-size:22px;}
                    h4 {font-size:18px;}
    a:link,
    a:visited
    {
        color:#7c592f;
    }
        a:hover,
        a:active
        {
            color:#604524;
            text-decoration:none;
        }
    p
    {
        margin:10px 0;
        line-height:1.8em;
        font-size:1.1em;
    }
        input,
        select,
        textarea
        {
            border:normal;
            padding:2px 5px;
            font-family:Arial;
            font-size:10px;
            line-height:normal;
        }
    #flashcontent
    {
        height:435px;
        width:850px;
        margin:0 25px;
    }
    
    .Footer a
{
    float:left;
}
.Button
{
    display:block;
    width:100px;
    height:20px;
    text-align:center;
    text-decoration:none;
    color:#000 !important;
    background: url('pictures/gs_webgraphics/bg_button.gif') no-repeat center center;
}
.Continue
{
    width:150px;
    background: url('pictures/gs_webgraphics/bg_continue.gif') no-repeat center center;
}
/* ********************************************
menuCSS*/
.PageMenu
{
        position:relative;
        top:-25px;
    width:100%;
    height:30px;
    clear:both;
}
.PageMenu .MenuItem{
    float:left;
    margin:0 2px;
    text-transform:uppercase;
}
.PageMenu .MenuItem a,
.PageMenu .MenuItem a:visited{
        display:block;
        padding:3px 10px;
        color:#7c592f;
        text-decoration:none;
        font-size:0.9em;
}
.PageMenu .MenuItem a:hover{
        color:#604524;
}
.PageMenu .Selected{
        color:#604524 !important;
}
.ToolsMenu{
        width:850px;
        height:30px;
        clear:both;
        margin:20px 25px 0 25px;
}
.ToolsMenu .Alignment{
        float:right;
}
.ToolsMenu .MenuItem{
        float:left;
}
.ToolsMenu .MenuItem a,
.ToolsMenu .MenuItem a:visited{
        display:block;
        float:left;
        font-size:1em;
        color:#7c592f;
        padding:2px 10px;
        text-decoration:none;
        text-transform:uppercase;
}
/* ********************************************
mainDIV*/
#ExtraText{
    width:900px;
    height:20px;
    margin:0 auto;
    line-height:normal;
    border-bottom:1px #d3c1a9 solid;
    text-align:left;
    background: url('pictures/gs_webgraphics/bg_extratext.gif') repeat-x bottom center;
}
    #ExtraText h1
    {
        width:100%;
        font-size:10px;
        line-height:10px;
        color:#666;
        font-weight:normal;
    }
#ExtraText a,
#ExtraText a:visited{
        font-size:1.5em;
        font-weight:bold;
        text-decoration:none;
        color:#7c592f;
}
#ExtraText .homeButton{
        float:left;
        width:100px;
        height:20px;
}        
#ExtraText .SEOhead{
        float:right;
        width:800px;
        height:20px;
        text-align:center;
}
#Container{
        margin:0 auto;
        width:900px;
        height:auto;
        clear:both;
}
        #PageHeaderTop
        {
            width:100%;
            height:80px;
            background: url('pictures/gs_webgraphics/bg_pageheadertop.gif') repeat-x bottom center;
        }
#Logo{
        margin:0 auto;
        width:900px;
        height:100px;
        font-style:italic;
        font-size:40px;
        text-align:right;
        background:url('pictures/gs_webgraphics/logoTop.jpg') no-repeat 100% 13px;
}
#MainArea{
        width:900px;
        height:auto;
        clear:both;
        margin:25px 0 0 0;
        background:#d5bfa6 !important;
}
#PageContent{
        width:450px;
        height:auto;
        padding:15px;
        overflow:auto;
}
#MainImage{
        float:right;
        width:400px;
        height:460px;
        text-align:center;
        margin:10px;
}
.Copyright{
        display:none;
        margin-top:-20px;
        font-size:10px;
}
        #Phosys
        {
            width:900px;
            height:50px;
            margin:10px auto 0 auto;
        }
/* ********************************************
albumLIST*/
#AlbumList
{
    float:right;
    width:400px;
    height:auto;
    margin:0 20px 0 0;
    overflow:auto;
}
    #AlbumList .Row
    {
        width:380px;
        height:110px;
        margin:2px 0;
        clear:both;
        border:1px #333 solid;
        cursor:hand;
        cursor:pointer;
    }
        #AlbumList .Row .Thumbnail,
        #AlbumList .Row .ThumbTable
        {
            float:left;
            width:110px;
            height:110px;
        }
        #AlbumList .Row .Title
        {
            float:left;
            width:260px;
            height:auto;
            font-weight:bold;
        }
        #AlbumList .Row .Description
        {
            float:left;
            height:70px;
            width:260px;
        }
        #AlbumList .Row .Button
        {
            float:right;
            font-weight:bold;
            text-transform:capitalize !important;
        }
/* ********************************************
albumLOGIN*/
#AlbumLogin
{
    width:300px;
    height:auto;
}
    #AlbumLogin .Row
    {
        width:300px;
        height:auto;
        margin:2px 0;
        clear:both;
    }
        #AlbumLogin .Row .Label
        {
            float:left;
            width:120px;
        }
        #AlbumLogin .Row .Field
        {
            float:left;
            width:180px;
        }
    #AlbumLogin .Footer
    {
        width:280px;
        height:20px;
        text-align:center;
        font-weight:bold;
    }
/* ********************************************
metaData*/
.MetaData
{
	text-align: left;
	background-color:#000;
	border: 1px solid #aaa;
	color:#fff !important;
}
    #MetaData
    {
        cursor:hand;
        cursor:pointer;
	color:#fff;
    }
        #Metadata .Button
        {
            background:0 !important;
        }
    .MetaDataTitle
    {
	    font-weight: bold;
	    color: #fff;
	    background-color:#333;
	    text-align: left;
	    cursor: pointer;
	    cursor: hand;
    }
    .MetaDataHeading
    {
	    font-weight: normal;
	    color:#999;
	    background-color:#333;
    }
        .MetaDataField
        {
	        color: #666;
        }
            .MetaDataFieldOver
            {
	            cursor: pointer;
	            cursor: hand;
	            color:#fff;
	            background-color:#000;
            }
        .MetaDataCommand
        {
	        color: #666;
	        text-align: right;
	        background-color:#000;
        }
            .MetaDataCommandOver
            {
	            cursor: pointer;
	            cursor: hand;
	            color:#fff;
	            text-align: right;
	            background-color:#000;
            }
        .MetaDataBasket
        {
            color:#666;
	        text-align: right;
	        background-color:#000;
        }
            .MetaDataBasketOver
            {
	            cursor: pointer;
	            cursor: hand;
	            color: #fff;
	            text-align: right;
	            background-color:#000;
            }
/* ********************************************
login menu*/
.LoginMenu
{
	color: #fff;
	font-size:11px;
	text-align:right;
	background-color:#000;
	border: 1px solid #333;
}
    .LoginMenu img
    {
        display:none;
    }
    .LoginMenuHeading
    {
	    font-weight:bold;
	    color:#fff;
	    background-color:#333;
	    text-align:center;
    }
        .LoginMenuEntry, 
            .LoginMenuEntryOver
        {
	        color: #fff;
	        text-align: left;
	        background-color: #000;
        }
    .LoginMenuSubmit
    {
	    color: #999;
	    text-align: center;
	    background-color: #000;
	    text-align: center;
	    font-weight:bold;
    }
        .LoginMenuSubmitOver
        {
	        cursor: pointer;
	        cursor: hand;
	        color: #fff;
	        text-align: center;
	        background-color: #333;
	        font-weight:bold;
        }
/* ********************************************
imageLIST*/
#ImageList{
    width:850px;
    height:425px;
    clear:both;
    margin:0 25px;
}
    #Images  {
        width:850px;
        height:405px;
    }
    #ImageList .Item
    {
        float:left;
        width:110px;
        height:125px;
        margin:2px 4px;
        text-align:center;
        background:#151515;
        border:1px #333 solid;
    }
        #ImageList .Item .ThumbTable
        {
            padding:0;
            margin:0;
            border:0;
        }
            #ImageList .Item .ThumbTable td
            {
                text-align:-moz-center;
                width:105px;
                height:120px;
            }
                #ImageList .Item .ThumbTable td input
                {
                    border:0;
                    padding:0;
                }
        
        #ImageList .LightBox
        {
                display:none;
            font-size:10px;
        }
            #ImageList .LightBox input
            {
                padding:0;
            }
                #ImageList .LightBox a
                {
                    text-decoration:none;
                }
         #ImageList .Footer
         {
            width:900px;
            height:20px;
            clear:both;
         }
            #ImageList .Footer .Button
            {
                background:0 !important;
            }
             #ImageList .Footer .Previous
             {
                float:left;
                height:20px;
                width:100px;
                padding-left:50px;
             }
             #ImageList .Footer .Pages
             {
                float:left;
                height:20px;
                width:100px;
                margin-left:200px;
                text-align:center;
             }
             #ImageList .Footer .Next
             {
                float:right;
                height:20px;
                width:100px;
                padding-right:50px;
                text-align:right;
             }
.Pages{
        text-align:left !important;
        padding-left:15px;
        scrollbar-face-color: #111;
        scrollbar-highlight-color: #111;
        scrollbar-3dlight-color: #111;
        scrollbar-shadow-color: #111;
        scrollbar-darkshadow-color: #111;
        scrollbar-arrow-color: #999;
        scrollbar-track-color: #333;
}
.Pages .Button{
    width:100px;
    background:url('pictures/gs_webgraphics/pagesdrop.gif') no-repeat right center;
}
.Pages a,
.Pages a:visited{
        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;
}
.Pages li {
        float:left;
        width:auto;
        position:absolute;
}
.Pages ul ul{
        visibility:hidden;
        position:absolute;
        height:150px;
        top:-150px;
        left:0; 
        width:100px;
        border:1px #ccc solid;
        background:#333;
        overflow:hidden;
}
/*\*/
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, 
.Pages ul ul a:visited {
        color:#fff; 
        height:auto; 
        line-height:1em; 
        padding:5px 0px; 
        width:80px;
        text-align:center;
        background:#333;
}
.Pages ul ul li{
        top:0px;
        position:relative;
}
.Pages ul ul li:hover,
.Pages a:hover,
.Pages ul ul a:hover{
        color:#ccc;
        background:#333;
}
.Pages :hover > a,
.Pages ul ul :hover > a {
        color:#ccc;
        background:#333;
}
.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{
        color:#ccc; 
        height:auto; 
        line-height:1em; 
        padding:5px 0px;
        width:80px;
}
.Pages ul ul ul a:hover{
        color:#ccc;
        background:#333;
}
.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{
        color:#fff!important;
}
.Pages ul ul ul{
        border:1px #000 solid;
        height:220px !important;
        width:auto;
        background:#656565;
        z-index:500;
        padding-top:1px;
}        
/* ********************************************
contactFORM*/
#ContactForm
{
    float:right;
    width:400px;
    height:400px;
    margin-top:35px;
}
    #ContactForm .Row
    {
        width:400px;
        height:auto;
        margin:2px 0;
        clear:both;
    }
        #ContactForm .Row .Label
        {
            float:left;
            width:120px;
        }
        #ContactForm .Row .Field
        {
            float:left;
            width:280px;
        }
    #ContactForm textarea
    {
        overflow:auto;
        height:60px !important;
        margin-bottom:7px !important;
        border-bottom:3px #d5bfa6 solid;
    }
    #ContactForm .Footer
    {
        width:280px;
        height:20px;
        text-align:center;
        font-weight:bold;
        padding-left:120PX;
    }
/* ********************************************
shoppingCart*/
#ShoppingCart
{
    float:right;
    width:400px;
    height:430px;
    margin:5px 5px 0 0;
}
    #ShoppingCart .Header
    {
        width:350px;
        height:20px;
        margin:0 auto;
        clear:both;
    } 
        #ShoppingCart .Header .Thumbnail,
        #ShoppingCart .Header .Product,
        #ShoppingCart .Header .Option
        {
            display:none;
        }
        #ShoppingCart .Header .Price,
        #ShoppingCart .Header .Quantity,
        #ShoppingCart .Header .Total,
        #ShoppingCart .Header .Remove
        {
            float:left;
            width:50px;
            text-align:right;
        }
        #ShoppingCart .Header .Price
        {
            width:170px;
        }
    #ShoppingCart .List
    {
        width:375px;
        height:360px;
        margin:0 auto;
        clear:both;
        overflow:auto;
    }
    #ShoppingCart .Row
    {
        width:350px;
        height:110px;
        margin:2px 0;
        clear:both;
        border:1px #333 solid;
    }
        #ShoppingCart .Row .Thumbnail td
        {
            height:110px;
            width:110px;
            text-align:-moz-center;
        }
        #ShoppingCart .Row .Thumbnail
        {
            float:left;
            width:110px;
            height:110px;
            text-align:center;
        }
        #ShoppingCart .Row .Product,
        #ShoppingCart .Row .Option
        {
            float:left;
            width:220px;
            height:45px;
        }
        #ShoppingCart .Row .Product
        {
            font-weight:bold;
            height:30px;
        }
        #ShoppingCart .Row .Price,
        #ShoppingCart .Row .Quantity,
        #ShoppingCart .Row .Total,
        #ShoppingCart .Row .Remove
        {
            float:left;
            width:50px;
            text-align:right;
        }
        #ShoppingCart .Row .Price
        {
            width:60px;
            padding-right:10px;
        }
        #ShoppingCart .Row .Quantity
        {
            width:50px;
        }
        #ShoppingCart .Row .Remove
        {
            width:40px;
        }
    #ShoppingCart .Footer
    {
        width:400px;
        text-align:right;
        clear:both;
    }
        #ShoppingCart .Footer .Total
        {
            width:105px;
            color:#F20;
            font-weight:bold;
            text-align:left;
        }
        #ShoppingCart .Footer .Button
        {
            margin:0 8px;
        }
/* ********************************************
lightBox*/
#LightBox
{
    float:left;
    width:400px;
    margin-left:5px;
    height:420px;
}
    #LightBox .Header
    {
        height:20px;
        width:400px;
        clear:both;
    }
        #LightBox .Header .Thumbnail,
        #LightBox .Header .Product{display:none}
        #LightBox .Header .Option,
        #LightBox .Header .Quantity,
        #LightBox .Header .Remove
        {
            width:60px;
            float:left;
            clear:none;
            text-align:right;
        }
        #LightBox .Header .Option{width:235px;}
    #LightBox .List
    {
        width:400px;
        height:360px;
        overflow:auto;
        clear:both;
    }
    #LightBox .Row
    {
        border:1px #333 solid;
        margin:5px 0;
        width:370px;
        height:110px;
    }
        #LightBox .Row .Thumbnail
        {
            float:left;
            width:110px;
            height:110px;
            text-align:center;
        }
        #LightBox .Row .ThumbTable
        {
            width:110px;
            height:110px;
        }
        #LightBox .Row .Product,
        #LightBox .Row .Option,
        #LightBox .Row .Quantity,
        #LightBox .Row .Remove
        {
            text-align:right;
            float:left;
        }
            #LightBox .Row .Option #Table1
            {
                float:right;
                padding:0;
                margin:0;
                line-height:1px;
            }
        #LightBox .Row .Product
        {
            text-align:left;
            padding-top:20px;
            width:250px;
        }
        #LightBox .Row .Option{width:120px;}
        #LightBox .Row .Quantity{width:70px;}
        #LightBox .Row .Remove{width:60px;}
        #LightBox .Footer .Button
        {
            float:right;
            margin:0 10px;
        }
/* ********************************************
loginFORM*/
#LoginForm
{
    float:right;
    width:400px;
    height:auto;
    margin-top:50px;
}
    #LoginForm .Row
    {
        width:380px;
        height:auto;
        margin:2px 0 2px 20px;
        clear:both;
    }
        #LoginForm .Row .Label
        {
            float:left;
            width:150px;
        }
        #LoginForm .Row .Field
        {
            float:left;
            width:230px;
        }
    #LoginForm .Footer
    {
        width:380px;
        text-align:center;
        font-weight:bold;
        clear:both;
    }
    #LoginForm input,
    #LoginForm textarea
    {
        width:180px;
    }
    #LoginForm select
    {
        width:185px;
    }
/* ********************************************
contactMail*/
#ContactMail
{
	width:500px;
	height:auto;
}
#ContactMail .Row
{
	width:500px;
	float:left;
	padding:0px;
	height:20px;
	clear:both;
	display:block;
}
#ContactMail .Label
{
    font-weight:bold;
    font-size:16px;
	float: left;
	height:20px;
	width: 250px;
}
#ContactMail .Field
{
    font-style:italic;
    font-size:12px;
	float: left;
	width: 250px;
	height:20px;
}
#ContactMail a:link
{
    text-decoration:underline;
    color:#333;
}
/* ********************************************
misc*/
.createaccount
{
    border:1px #999 solid;
    background-color:#333;
    width:200px;
    margin:0 auto;
    text-align:center;
}
    .createaccount a
    {
        display:block;
        padding:3px 5px;
    }
    
#PageContent .left        {float:left; width:154px; text-align:center; font-size:18px; margin-left:6px;}
#PageContent .right       {float:left; width:154px; text-align:center; font-size:18px;}
#PageContent .right2      {float:left; width:154px; text-align:center; font-size:18px;}
#PageContent .maintext    {height:300px; padding-left:2px;}

.mpalogo     {height:50px; width:70px; position:absolute; padding:0; margin:0; margin-left:830px; margin-top:-50px;}

body.aid_DEFAULT #MainArea           {height:550px;}
body.aid_DEFAULT #MainImage          {margin:10px 0 0 0;}
body.aid_DEFAULT #MainImage_imgTable {margin:0 auto;}
body.aid_DEFAULT #PageContent        {padding:0; height:550px; width:490px;}
body.aid_DEFAULT #PageContent p      {margin:0;}

body.aid_WEDDING-PRODUCTS #PageContent {width:870px;}

body.aid_COMMERCIAL #PageContent {height:500px;}
body.aid_COMMERCIAL #MainArea    {height:500px;}




/* ********************************************
404*/
#SiteMap
{
    float:right;
    width:400px;
}

#SiteMap #Description
{
    margin-left:20px;
}
/* ********************************************
QuickContact*/
#QuickContact{
        float:left;
        width:300px;
        height:auto;
        line-height:normal;
        font-family:Verdana;
        font-size:12px;
        clear:both;
        margin:0 50px 20px 50px;
}
#QuickContact ul,
#QuickContact li{
        padding:0;
        margin:0;
        list-style:none;
}
#QuickContact ul li a,
#QuickContact ul li a:visited,
#QuickContact ul li a:hover{
        color:#fff;
        text-decoration:none;
        cursor:default;
        background:0;
        height:20px;
}
#QuickContact ul li ul{
        margin:0;
        padding:0;
        clear:both;
}
#QuickContact #QuickForm{
        width:290px;
        height:auto;
        padding:5px;
        line-height:normal;
        background:#292929;
        clear:both;
}         
#QuickContact #QuickForm .Message{
        width:280px;
        height:auto;
        padding:5px;
        background:#353535;
        margin-bottom:2px;
}
#QuickContact #QuickForm .Row{
        width:290px;
        height:auto;
        margin:2px 0;
        clear:both;
}
#QuickContact #QuickForm .Row .Label{
        display:block;
        float:left;
        width:130px;
}
#QuickContact #QuickForm .Row input{
        width:120px;
}
#QuickContact #QuickForm .Row textarea{
        width:120px;
        height:60px;
        overflow:hidden;
}
#QuickContact #QuickForm .Footer{
        width:290px;
        height:20px;
        text-align:center;
        clear:both;
}
#QuickContact #QuickForm .Footer .Button{
        cursor:hand;
        cursor:pointer;
}
#QuickContact #Label4{
        white-space:nowrap;
        color:#f20;
}
#QuickContact #QuickForm .Footer a,
#QuickContact #QuickForm .Footer a:visited,
#QuickContact #QuickForm .Footer a:hover{
        float:right;
        display:block;
        width:120px;
        padding-top:4px;
        margin-right:30px;
        background: transparent url('pictures/gs_webgraphics/bg_button.gif') no-repeat center center;
}


.PopupBody{
        width:650px;
        height:650px;
        margin:0;
        padding:0;
        text-align:center;
        font-size:12px;
        overflow:hidden;
}
.PopupBody #MainImage{
        width:450px;
        height:500px;
        margin:20px 45px;
        float:none;
        background:#333;
}
.PopupBody #MainImage .Copyright{
        margin-top:-30px;
}
.PopupBody #Metadata{
        font-size:10px;
}
.PopupBody .ImageControls{
        position:absolute;
        bottom:0;
        left:0;
        width:600px;
        margin:0;
        height:25px;
        font-size:12px;
        background:#000;
        color:#fff;
}
.PopupBody .ImageControls .Next{
        float:right;
        width:100px;
        text-align:right;
        padding-right:20px;
}
.PopupBody .ImageControls .Previous{
        float:left;
        width:100px;
        padding-left:20px;
}
.PopupBody .ImageControls a,
.PopupBody .ImageControls a:visited{
        color:#fff;
        text-decoration:none;
        background:0;
}
.PopupBody .ImageFilter a,
.PopupBody .ImageFilter a:visited,
.PopupBody .ImageFilter a:hover{
        padding:0;
        background:0;
        border:0;
}
.PopupBody .ImageFilter img{
        border:0 !important;
}
.PopupBody #Metadata .Button{
        color:#fff !important;
}

// from System Meta Data
