body
{
    background: #6e6e6e url(background2.jpg) repeat-x;
    font-size: 12px;
    font-family: verdana, sans-serif;
    color: #424242;
    margin: 0px;
    padding: 0px;
}


.orderterms
{
    padding-top: 10px;
    line-height: 10px;
    font-size:10px;
}

#header
{
    margin: 0px auto;
    display:block;
    width: 800px;
    height: 115px;
    overflow: hidden;
}

#header #headimg
{
    margin: 12px 0px 0px 20px;
}


#tainer
{
    position: relative;
    display:block;
    width: 800px;
    margin: 0px auto;
    background: #FFF;  
    border-left: solid 1px #2c2c2c;
    border-right: solid 1px #2c2c2c;
    border-bottom: solid 1px #2c2c2c;
    /*padding: 10px;*/
    padding-bottom: 10px;
}

.noscript
{
    position:absolute;
    background: url(rotate1.jpg);
    width:780px;
    height:190px;
    top:10px;
    left:10px;    
}

.rotateimg
{
    position:absolute;
    top:10px;
    left:10px;
    width:780px;
    height:190px;
}

#content
{
    display: block;
    padding-top: 210px;
    text-align: justify;
}


.row
{
    border: solid 2px #dce7ec;
    margin: 10px;
    padding: 10px;

}

.introtext
{
    border: solid 2px #dce7ec;
    margin: 10px;
    padding: 10px;
    padding-top: 6px;
    float:left;
    /*width:438px;*/
    width:436px;
    display:inline;
    height: 78px;
    overflow:hidden;
}


.clearer
{
    clear: both;
}



a:link, a:visited
{
    color: #135e7f;  
    text-decoration: none;
}






/****************************************************/

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

/****************************************************/


#menubar

{
    display: block;
    height: 37px;
    /*width: 404px;*/
    margin: 0px auto;
    width: 802px;
    /*padding-left: 390px;*/
    /*background: #135e7f;*/
}

.menu
{
    width: 100px; 
    height: 36px;
    display: block;
    float: right;
    text-align: center;
}



.menu span

{
    font-weight: bold;
    line-height: 36px;
    font-size: 12px;

}



.menu a:link, .menu a:visited
{
    display: block;
    width:100%; 
    height:100%;
    text-decoration: none;
    color: #fff;
}

.menu a:hover
{
    display: block;
    width:100%; 
    height:100%;
    text-decoration: none;
    color: #2c2c2c;
    background-color: #fff;
    border-left: solid 1px #2c2c2c;
    border-right: solid 1px #2c2c2c;
    width: 98px;

}



.menu img

{

    display:none;

}

#pagehome .menuhome, #pageabout .menuabout, #pageportfolio .menuportfolio, #pagecontact .menucontact
{
    color: #2c2c2c;
    background-color: #fff;
    border-left: solid 1px #2c2c2c;
    border-right: solid 1px #2c2c2c;
    border-bottom: solid 1px #fff;    
    width: 98px;
}

/*****            END OF MAIN MENU           ******/

/**************************************************/


.feattainer
{
    background-color: #dce7ec;
    padding: 6px;
    float: left;
    margin-left: 10px;
    display:inline;
}

.featbox
{
    width: 123px;
    height: 110px;
    background-color: #fff;
    margin: 0px 5px 0px 5px;
    float:left;
    border-right: solid 1px #BBB;
    border-bottom: solid 1px #BBB;
    border-top: solid 1px #DDD;
    border-left: solid 1px #DDD;    
    padding: 7px;
    font-size: 10px;
    display:inline;
    text-align: center;
}

.featbox img
{
    display: block;
    margin-bottom: 6px;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    border-bottom: solid 1px #AAA;
    border-right: solid 1px #AAA;
    width: 121px;
    height: 80px;
}

/*
.featbox a:link, .featbox a:visited
{
        color: #424242;
        display:block;
        width: 100%;
        height: 100%;
}

*/


.latesttainer
{
    background-color: #dce7ec;
    padding: 6px;
    float: right;
    margin-right: 10px;
    display:inline;
    margin-top: 10px;
}

.latestbox
{
    width: 247px;
    height: 204px;
    background-color: #fff;
    margin: 0px 10px 0px 10px;
    float:left;
    border-right: solid 1px #BBB;
    border-bottom: solid 1px #BBB;
    border-top: solid 1px #DDD;
    border-left: solid 1px #DDD;    
    padding: 14px;
    font-size: 10px;
    display:inline;
    text-align: center;
}

.latestbox img
{
    display: block;
    margin-bottom: 20px;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    border-bottom: solid 1px #AAA;
    border-right: solid 1px #AAA;
    width: 242px;
    height: 160px;
}




/****************************************************/

/****             Contact Form                  *****/

/****************************************************/


.contactlabel
{
    width: 150px;
    float:left;
}

.contactlabelpad
{
    padding-left: 40px;
    width: 110px;
    float:left;
}


.contacttext
{
    width: 214px;
    float:left; 
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #eef3f6;
}


.contactbut
{
    margin-top: 10px;
    float:left;
    margin-left: 650px;
    width: 100px;
}


textarea
{
    width: 594px;
    height: 150px;
    background-color: #eef3f6;
}

.nospam
{
    /*margin-left: -2000px;*/
    position: absolute;
    top: 2000px;
    left: -2000px;
}

.chevron
{
    
    font-weight: bold;

    font-family: courier;

}

/****************************************************/

/****             Portfolio Specfic             *****/

/****************************************************/

/********* Portfolio Main  **********/

h1.port
{
    margin: 5px 0px 10px 10px;
}


h1.port a:link, h1.port a:visited
{
    color: #424242;
}


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

.portmenu
{   
    margin:0px 0px 0px 0px;
    padding: 0px;
    float:left;
    font-size: 11px;
}

.portmenu li
{
    list-style-type: none;
    margin-bottom: 1px;
}

.portmenu li a:link, .portmenu li a:visited
{
    display: block;
    width: 170px;
    height: 19px;
    padding-left: 5px;
    line-height: 19px;
    background-color: #dce7ec;
    color: #424242;
    overflow:hidden;
    text-align:left;

}

.portmenu li a:hover
{
    background-color: #135e7e;
    color: #fff;
}


#portpage1 .portmenu1, #portpage2 .portmenu2, #portpage3 .portmenu3, #portpage4 .portmenu4, #portpage5 .portmenu5, #portpage6 .portmenu6, #portpage7 .portmenu7, #portpage8 .portmenu8, #portpage9 .portmenu9, #portpage10 .portmenu10, #portpage11 .portmenu11, #portpage12 .portmenu12, #portpage13 .portmenu13, #portpage14 .portmenu14, #portpage15 .portmenu15, #portpage16 .portmenu16, #portpage17 .portmenu17, #portpage18 .portmenu18, #portpage19 .portmenu19, #portpage20 .portmenu20, #portpage21 .portmenu21, #portpage22 .portmenu22, #portpage23 .portmenu23, #portpage24 .portmenu24, #portpage25 .portmenu25, #portpage26 .portmenu26, #portpage27 .portmenu27, #portpage28 .portmenu28, #portpage29 .portmenu29, #portpage30 .portmenu30, #portpage31 .portmenu31, #portpage32 .portmenu32, #portpage33 .portmenu33, #portpage34 .portmenu34, #portpage35 .portmenu35, #portpage36 .portmenu36, #portpage37 .portmenu37, #portpage38 .portmenu38, #portpage39 .portmenu39, #portpage40 .portmenu40, #portpage41 .portmenu41, #portpage42 .portmenu42, #portpage43 .portmenu43, #portpage44 .portmenu44, #portpage45 .portmenu45, #portpage46 .portmenu46, #portpage47 .portmenu47, #portpage48 .portmenu48, #portpage49 .portmenu49, #portpage50 .portmenu50
{
    background-color: #135e7e;
    color: #fff;
}

.portmain
{
    padding: 0px;
    margin-right: 10px;
    /*background-color: #dce7ec;*/


}

.portmain .portimgbox
{
    margin-left: 5px;
    width: 600px;
    float: left;
    background-color: #dce7ec;
    display: block;
}


.portmain .portimgbox a.imglink img
{
    margin: 0px auto;
    display: block;
    /*width: 396px;*/
    padding: 10px;
    background-color: #fff;
    border: solid 1px #c4d7df;
    float:left;
}

.portmain .portimgbox .porttext
{
    float:right;
    padding: 5px 8px 5px 2px; 
    margin-right: -3px;
    width: 172px;
}

.portmain .links
{
    float:right;
    font-size: 11px;
    margin: 4px 0px 0px 0px;
    height: 16px;
    line-height: 16px;
}

.portmain .links a
{
    margin-right: 4px;
    margin-left: 7px;
}


.portmain .links a:hover
{
    color: #424242;
    text-decoration:underline;
}




.portimgbox a.imglink:hover img
{
    /*border: solid 1px #4e869e;*/
    
}

/********* Portfolio Album  **********/


.portalbum
{
    clear: both;
    /*background-color: #c4d7df;*/
    /*border-left: solid 10px #fff;
    border-right: solid 10px #fff;
    */

    padding-bottom: 5px;
    margin-bottom: 5px;
}

.portalbum .box
{
    display: inline;
    float: left;
    width: 199px;
    height: 120px;
    padding: 10px 0px 10px 0px;
    position: relative;
    text-align: center;
    /*padding: 5px;*/

}


/* dark blue #135e7e */

.portalbum .box .name
{
    font-size: 10px;
    margin-top: 1px;
    float: left;
    margin-left: 4px;
}


.portalbum .box .links
{
    font-size: 10px;
    margin-top: 1px;
}

.portalbum a.imglink img
{
    margin: 0px auto;
    display: block;
    height: 105px;
    padding: 7px;
    background-color: #fff;

    /*border: solid 1px #BBB;
*/
    border-right: solid 1px #BBB;
    border-bottom: solid 1px #BBB;
    border-top: solid 1px #DDD;
    border-left: solid 1px #DDD;  

}

.portalbum a.imglink:hover img
{
    /*border-right: solid 1px #a3cbdc;
    border-bottom: solid 1px #a3cbdc;
    border-top: solid 1px #dce7ec;
    border-left: solid 1px #dce7ec;  */

    border: solid 1px #135e7e;
    /*background-color: #c4d7df;*/
}

.backlink
{
    margin: 0px 10px 0px 10px;
    font-size: 11px;
    float:left;
}


.viewslide
{
    margin: 0px 10px 0px 10px;
    font-size: 11px;
    float:right;
}

/********* Portfolio Detail  **********/


.portdetail
{
    padding: 0px;
    margin: 0px 10px 0px 10px;
    /*background-color: #dce7ec;*/


}

.portdetail .portimgbox
{

    width: 770px;
    float: left;
    background-color: #dce7ec;
    display: block;
    padding-right: 10px;
}


.portdetail .portimgbox .imgborder img
{
    margin: 0px auto;
    display: block;
    height: 264px;
    padding: 10px;
    background-color: #fff;
    border: solid 1px #c4d7df;
    float:left;
    margin-right: 10px;
}


.portdetail .portimgbox h2
{
    margin-top: 5px;
}

.portdetail .buyprints h3
{
        margin-top: 15px;
        margin-bottom: 0px;
        border-bottom: dotted 1px #ccc;
        padding-bottom: 3px;
        /*margin-left: 430px; */
}


.portdetail .buyprints
{
    font-size: 11px;
    line-height: 18px;
    margin-top: 0px;
}

.portdetail .print
{
    border-bottom: dotted 1px #ccc; 
    /*margin-left: 430px;*/
}
.portdetail .print .name
{
    float:left;
    font-weight:bold;
}

.portdetail .print .price
{
    float:right;
    font-weight:bold;
    margin-right: 2px;
}

.portdetail .print .size
{
    float:left;
}

.portdetail .print .addbasket
{
    float:right;
    border: 0px;
    background-color: #dce7ec;
    font-size: 11px;
    font-family: verdana, sans-serif;
    padding: 0px;
    margin: 0px;
    color: #135e7e;
    cursor: pointer;
    text-align: right;
}

.portdetail .print .addbasket:hover
{
    color: #424242;
}




.portdetail .backlink
{
    margin: 2px 0px 0px 0px;
    font-size: 11px;
    float: left;
    height: 18px;
    line-height: 18px;
}


.portdetail .links
{
    float:right;
    font-size: 11px;
    margin: 2px 0px 0px 0px;
    height: 18px;
    line-height: 18px;
}

.portdetail .links a
{
    margin-right: 4px;
    margin-left: 7px;
}

.portdetail .backlink a:hover, .portdetail .links a:hover
{
    color: #424242;
}


/*****         END OF GALLERY STYLES         ******/

/**************************************************/

