* {
    margin: 0;
    padding: 0;
    font-family: 'Lucida Sans Unicode';
}

body {
    background-image: url('images/bg.jpg');
    background-repeat: no-repeat;
    background-color: #000000;
    font-size: 0.9em;
}

img {
    border: 0;
}

#wrapper {
    width: 808px;
    position: relative;
    background-color: #FFFFFF;
    background-image: url('images/wrapperbg.jpg');
    background-repeat: no-repeat;
    margin: 20px 0 0 20px;
}

#footer {
    width: 625px;
    margin: 0 0 0 20px;
    position: relative;
    border-top: 5px solid #FFFFFF;
}

#tel {
    margin: 10px 0 0 20px;
    background-image: url('images/tel.png');
    background-repeat: no-repeat;
    width: 324px;
    height: 55px;
    font-size: 1px;
}

#scroll {
    background-image: url('images/scroll.png');
    width: 185px;
    height: 59px;
    background-repeat: no-repeat;
    position: absolute;
    left: 623px;
    top: -5px;
}

#tel span {
    display: none;
}

#ie6fix #scroll {
    background: 0;
    height: 5px;
    background-color: #FFFFFF;
    font-size: 1px;
}

#ie6fix #tel span {
    display: inline;
}

#ie6fix #tel {
    background: 0;
    font-size: 1.1em;
    font-weight: bold;
    font-family: Arial;
    color: #FFFFFF;
}

#logo {
    margin: 15px 0 0 22px;
}

#left {
    float: left;
    width: 262px;
}

#right {
    width: 510px;
    padding: 20px 10px 10px 10px;
    float: right;
}

#right h2 {
    margin-bottom: 8px;
}

#right ul {
    margin-left: 15px;
}

#right li {
    margin-left: 15px;
}

#right p {
    margin: 3px 5px 5px 5px;
}

#center {
    padding: 40px;
    width: 728px;
}

#sideNav {
    padding: 0;
    margin: 72px 0 0 22px;
    list-style: none;
}

#sideNav li {
    height: 12px;
    margin: 0 0 10px 0;
}

#sideNav li span {
    display: none;
}

#sideNav li a {
    display: block;
    height: 12px;
}

#sideNav #one {
    background-image: url('images/weddingportfolio.jpg');
    background-repeat: no-repeat;
    width: 157px;
}

#sideNav #one a {
    width: 157px;
}

#sideNav #one a:hover {
    background-image: url('images/weddingportfolio2.jpg');
}

#sideNav #two {
    background-image: url('images/familyportraits.jpg');
    background-repeat: no-repeat;
    width: 134px;
}

#sideNav #two a {
    width: 134px;
}

#sideNav #two a:hover {
    background-image: url('images/familyportraits2.jpg');
}

#sideNav #three {
    background-image: url('images/prwork.jpg');
    background-repeat: no-repeat;
    width: 76px;
}

#sideNav #three a {
    width: 76px;
}

#sideNav #three a:hover {
    background-image: url('images/prwork2.jpg');
}

#sideNav #four {
    background-image: url('images/galleryshop.jpg');
    background-repeat: no-repeat;
    width: 133px;
}

#sideNav #four a {
    width: 133px;
}

#sideNav #four a:hover {
    background-image: url('images/galleryshop2.jpg');
}

#lowerNav {
    margin: 10px 0 15px 38px;
}

#tagText {
    min-height: 80px;
    padding: 20px 0 20px 20px;
    font-size: 0.75em;
}

#tagText p {
    font-family: Arial;
}

#mainImg {
    width: 345px;
    height: 235px;
    text-align: center;
    margin: 70px auto 40px auto;
}

#mainImg img {
    border: 5px solid #D9D5D3;
}

.thumbBox {
    width: 78px;
    display: inline;
    height: 85px;
    position: relative;
    float: left;
    margin: 0 5px 20px 5px;
}

.thumbBox .border {
    position: absolute;
    top: 0px;
    left: 0px;
}

.thumbBox .thumbnail {
    display: inline;
    position: absolute;
    top: 8px;
    left: 8px;
}

#ie6border .border {
    display: none;
}

#ie6border .thumbnail {
    top: 0px;
    left: 0px;
}

#ie6border .thumbnail {
    border: 8px solid #D9D5D3;
}

#xofx {
    display: none;
    width: 355px;
    position: relative;
    left: 5px;
    top: 3px;
    margin: 3px auto 6px auto !important;
    text-align: center;
    color: #333333;
    margin-top: 15px;
}

#thumbWrapper {
    width: 352px;
    margin: 0 auto;
    position: relative;
    left: 5px;
}

#thumbNavigation {
    width: 355px;
    height: 26px;
    margin: 0 auto;
    position: relative;
    left: 5px;
    margin-top: 15px;
}

#thumbSlider {
    width: auto;
    position: absolute;
}

.thumbPage {
    width: 352px;
    float: left;
    display: inline;
}

#thumbLeft {
    position: absolute;
    left: 120px;
    top: 0px;
    width: 29px;
    display: none;
}

#thumbRight {
    position: absolute;
    right: 120px;
    width: 29px;
    display: none;
}

.clear {
    clear: both;
}

/*container for slideshow*/

#slideshow{
    margin:70px auto 0 auto;
    position:relative;
    top:0;
    left:0;
    height:380px;
    width:453px;
}

img.front {
 opacity:1;
 -moz-opacity:1;    /*opacity will not validate*/
 -khtml-opacity:1;
 filter: alpha(opacity=100);
 margin: 0px;
 padding: 0px;
 position: relative;
 top: 0px;
}

img.back {
 opacity:0;
 -moz-opacity:0;
 -khtml-opacity:0;
 filter: alpha(opacity=0);
 margin: 0px;
 padding: 0px;
 position: absolute;
 top: 0px;
}

#homeshow-sl1front {
 left: 0px;
 width: 453px;
 height: 380px;
}

#homeshow-sl1back {
 left: 0px;
 width: 453px;
 height:380px;
}

/***************/
/*   GALLERY   */
/***************/

.ordersizes {
    position: absolute;
    left: 0px;
    top: 70px;
}

.ordersizes input {
    float: left;
    position: relative;
    top: 3px;
}

.ordersizes label {
    width: 40px;
    margin-right: 5px;
    text-align: right;
    float: left;
    display: block;
    font-size: 0.8em;
    clear: left;
}

#mainImageCaption {
    text-align: center;
    position: relative;
    top: -6px;
    font-size: 0.8em;
    height: 34px;
}

#buyInstructions {
    font-size: 0.85em;
    text-align: center;
    margin-top: 10px;
}

#proceed {
    padding-top: 5px;
    margin: 0 auto;
    width: 80px;
}

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

#contact{
  width:500px;
  margin:0px 0 10px 0;
}

#contact fieldset{
   border:0; /*1px solid #899DB4; */
   margin:8px 10px 0 0;
   padding:10px;
}

#contact legend {
    font-size: 1.3em;
}

#contact label{
   font-weight:bold;
   display:block;
   margin:8px 0 8px 20px;
}

#contact input{
    width:320px;
    border:1px solid #899DB4;
    font:normal normal 1em verdana,sans-serif;
    padding:1px;
    background:#fff;
    margin-left: 40px;
}

#contact select {
    margin-left: 40px;
    width:320px;
    border:1px solid #899DB4;
    font:normal normal 1em verdana,sans-serif;
    padding:1px;
    background:#fff !important;
}

#contact textarea{
    width:320px;
    height:80px;
    border:1px solid #899DB4;
    font:normal normal 1em verdana,sans-serif;
    padding:1px;
    overflow:auto;
    margin: 0 0 0 40px;
}

.button {
    border:1px solid #899DB4;
    font:normal normal 1em verdana,sans-serif;
    padding:1px;
    width: 120px;
    margin: 10px 50px 10px;
    background-color: #dad5e8;
    float: right;
}

#contact strong {
    color: #f00;
    display: block;
    margin-left: 40px;
}

/* diary edit page */
#submitnewsupdate {
   margin-top: 10px;
   margin-left: auto;
   width: 80px;
   padding: 4px;
   text-align: center;
   border: 1px solid #0c8bd8;
}

#uploaded {
   margin-bottom: 10px;
}

#editwindow {
    margin-top: 7px;
}

/* find us page */
#map_canvas {
    clear: both;
    width: 480px;
    height: 380px;
    border: 1px solid #333;
}

.mapPop {
    font-size: 0.8em;
}

#findusAddress {
    float: right;
    width: 250px;
    padding: 10px;
    font-size: 0.8em;
    font-weight: bold;
}

#right .linkslink {
    float: right;
    font-size: 0.75em;
    margin: 10px 30px 0 0;
}

/* Display pop up */
#popUpDiv {
    padding:3px;
    background-color: #fff;
    text-align: center;
    margin: 3px;
}

#popUpDiv img {
    border: 1px solid #333;
}

#closewindow {
    margin: 3px;
    width: 100px;
    text-align: center;
    float: right;
    padding:3px;
    background-color: #fff;
    font-size: 0.8em;
}


/* Refine image order page */

.refineThumbBox {
    width: 78px;
    display: inline;
    height: 68px;
    position: relative;
    float: left;
    margin: 0 5px 0px 5px;
}

.refineThumbBox .border {
    position: absolute;
    top: 0px;
    left: 0px;
}

.refineThumbBox .thumbnail {
    display: inline;
    position: absolute;
    top: 8px;
    left: 8px;
}

.refineQty {
    width: 30px;
    margin-bottom: 3px;
}

#refineTable td {
    border: 0;
    padding: 5px;
    text-align: center;
}

#confirmTable td {
    border: 0;
    padding: 5px;
    text-align: left;
}

#refineTable .shaded,
#confirmTable .shaded {
    background-color: #ddd;
}

.headerRow {
    font-weight: bold;
    font-size: 0.9em;
}

.subtitle {
    font-size: 0.85em;
}

#confirmTable .qtyCell {
    width: 255px;
}

.totalRow td {
    font-weight: bold;
}

.homeText{
    font-family: Arial;
    font-size: 0.75em;
	padding:50px 0 0 0;
	margin:0;
}
